Node Level DataPage via Job Scheduler not available
Hi,
Greetings. I have a job scheduler which executes Work- pzLoadDataPage with DataPage passed in as a parameter. I have added a log message to the processing activity of Data Page, they all get printed in the logs but when i see the clipboard at Node Level, I cannot see that page. However this activity has another node level page referenced and that gets created properly. Any idea what's wrong and what am i missing here?
Regards,
Bharat
Hi Komarina,
Verify whether the Access Group is pointing to the correct application context for the data page that is getting loaded properly and the one which is not. In addition to that verify whether the Job scheduler and the Node level data page that is not loading are in the same application context. If all looks good with the application contexts please try using Load-DataPage method in the Activity and pass the data page that is not loading to it.
Please refer the below link for the method explanation
https://community.pega.com/sites/default/files/help_v71/methods/load-datapage/load-datapage.htm#:~:text=Use%20the%20Load%2DDataPage%20method,for%20the%20non%2Drequired%20parameters.
Thank you.