Try our conversational search powered by Generative AI!

EPiServer Scheduler Not running for scheduled time. Only running when clicked on "StartMannually"

Vote:
 

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.

 

 

#19733
Apr 30, 2008 13:17
Vote:
 

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);

 

#19738
Apr 30, 2008 19:46
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.