World is now on Opti ID! Learn more
AI OnAI Off
World is now on Opti ID! Learn more
The user running the scheduler does not have access to EPiServer pages. You therefore need to specify required accesslevel when fetching EPiServer data (GetPage, GetChildren etc).
For excample:
PageData aPage = GetPage(myPageReference, EPiServer.Security.AccessControlList.NoAccess);
Hi
I have created a scheduled job. It is working fine when I clicked on "StartMannually". But giving Object reference not set to an Instance of an Object"
what could be the reason. Can anybody help me.