Backgroud Processing/Job Scheduler:
When i am trying to get the Email Sender Account details using data page references through Pega sendsimpleemailwithCC its throwing an error mentioning unable to find indirect reference of Datapage.
But same is working when i am trying to run the activity manually.
@Nandhini.Mani
Please check if the jobscheduler runs on the system run time context or the alrernate access group. If it runs on the alternate acess group check if the application which points to the access group can acess this data page.
Check if the application is listed in system run time conext if the jobscheduler configured to run on the system runtime conext.If it runs on system runtime context check the same datapage appears in multiple applications list.it searches for the rule instsnce from the application list (from top to bottom) and the rule from latest application gets executed.
It seems the job schedler couldn’t find this datapage because of incorrect application context.