Skip to main content
1-Visitor
August 3, 2016
Question

Scheduled triggers have never run on our development server.

  • August 3, 2016
  • 2 replies
  • 1710 views

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?

    2 replies

    1-Visitor
    August 4, 2016

    Sean,

    I'm sure you've already done this, but have you checked the server.log for errors?  Is the mailserver configured?

    1-Visitor
    August 5, 2016

    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.