We run a staged server environment with 3 servers - Dev, Test, and Prod. Scheduled triggers are working correctly on our Test and Prod servers. Howerver, no scheduled trigger has ever run on our Dev server.
Does anyone have an idea regarding how to correct this problem on our Dev server?
Sean,
I'm sure you've already done this, but have you checked the server.log for errors? Is the mailserver configured?
Sean,
First, I would verify the schedule is set correctly and not set to manual. I would then verify the query that the trigger uses is in my Dev environment exists and that the query returns something for the trigger to pick up and run. As Daniel suggests, the sever.log could also be a good place to look depending on what your scheduled trigger is suppose to do.