SQL JOB doesn't RUN

  • I have a SQL JOB (sql2005) that will run a SSIS Package i've created.

    I run the Package from VS2005 Integration Services with no problem.

    I can execute the JOB manually from SSMS and it executes with no problem.

    However, the JOB DOES NOT run at the Scheduled time i've defined... :crazy:

    Any help please...

    JB 😎

  • Do you get an error? Or do you mean it doesn't run at all...

  • Schedule Enabled?

    Step in job enabled?

    Job Enabled?

    SQL Agent running?

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • The thread is posted in SQL 7, 2000..that doesn't matter much.

    In what Security context the SSIS Package is executing and where is the packages stored? File System or SQL Server?


    Bru Medishetty

    Blog -- LearnSQLWithBru

    Join on Facebook Page Facebook.comLearnSQLWithBru

    Twitter -- BruMedishetty

  • It simply doesn't execute at the scheduled time.

    SQL Agent is running.

    The JOB is Enabled.

    If I manually execute the JOB (right click on JOB -> "Start JOB at Step..."), it works. EventViewer picks up the execution (with the folowwing message: 'Package "myPackage" started' & 'Package "myPackage" finished successfully') and the JOB does what it's supposed to.

    Lets say the scheduled time is 11 a.m. (11:00:00) -> nothinh happens at this time. The JOB doesn't execute and EventVieer doesn't pick up any activity nor does the "History" of SQL Agent.

    I gave other jobs that are running perfectly. I can't figure out what's the problem with this one :ermm:

  • What about the Security settings and the where is the SSIS Package deployed?


    Bru Medishetty

    Blog -- LearnSQLWithBru

    Join on Facebook Page Facebook.comLearnSQLWithBru

    Twitter -- BruMedishetty

  • I had this,, I restarted SQL server agent and the schedule started to work. I still haven't got an answer as to why it stopped working...

    Is it 32 or 64 bit?

  • SQL 2005

    Windows Server 2003

    Tried restarting SQL Agent, still have the same problem 🙁

  • What about the SSIS package info I was asking? Under what security context is the step running?


    Bru Medishetty

    Blog -- LearnSQLWithBru

    Join on Facebook Page Facebook.comLearnSQLWithBru

    Twitter -- BruMedishetty

  • What about the SSIS package info I was asking? Under what security context is the step running?

    Hi Bru

    but the job works fine when run manually,, does it still matter what security context the step is running.

  • Absolutely...

    When you run manually, it is executing under your security context, but when scheduled it may not be so..


    Bru Medishetty

    Blog -- LearnSQLWithBru

    Join on Facebook Page Facebook.comLearnSQLWithBru

    Twitter -- BruMedishetty

  • OK, i figured out the problem... but not the solution (yet) :p

    This project is integrated in a Clustered Service. The SQL SMSS Instance and the SQL Server Agent are runnig on different Clusters... got get them running on the Clusters :w00t:

    Hope that this works afterwards

    Thanks all for your input/help

    JB 😎

  • You are welcome !


    Bru Medishetty

    Blog -- LearnSQLWithBru

    Join on Facebook Page Facebook.comLearnSQLWithBru

    Twitter -- BruMedishetty

Viewing 13 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic. Login to reply