Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Scheduler Error in Event Log View modes: 
User avatar
Member
Member
charles@ventrasoft.com - 8/21/2013 3:36:39 PM
   
Scheduler Error in Event Log
I have been noticing scheduler.aspx errors in event log. Well we figured it out. When we had the site open on our Development machines, the error would occur on the production site. Apparently the local copy of the site which was an exact copy of the DB and Kentico from the production site was trying to run the scheduler remotely on the production site. Once we shut off our dev sites the problem went away.

Just an FYI for others who encounter the same issue.

User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 8/22/2013 1:43:23 AM
   
RE:Scheduler Error in Event Log
Sounds to me your local copy was pointing to the live database and not the test database. I run a local copy connected to a remote database that is connected to by other developers and servers that all have their own code base without a problem. We never connect directly to live database locally unless there is some problem we cannot resolve for the reason you explained above.

Technically the scheduler can have many instances running without issue.