Question
You lack access required to execute RULE-OBJ-ACTIVITY RULE-OBJ-REPORT-DEFINITION PXRETRIEVEREPORTDATA while logging into application
I am running a report definition from authentication activity by calling Rule-Obj-Report-Definition.pxRetrieveReportData. But while logging into application authentication is getting failed with the following error "You lack access required to execute RULE-OBJ-ACTIVITY RULE-OBJ-REPORT-DEFINITION PXRETRIEVEREPORTDATA ". But i am having the previlages for that class in authentication access group.
please suggest what the issue is
***Moderator Edit: Vidyaranjan| Updated Categories***
pxRetrieveReportData requires an authenticated requestor to execute it. You mention that you are executing this as part of the authentication activity. Does this mean that the pxRetrieveReportData activity is being executed before authentication has happened?