Sql server agent job ssis package execution

  • i have ssis package that uses couple of excel files. i made a sql server agent job to execute the package as follows:

    exec xp_cmdshell 'dtexec32 /FILE "......"'

    when i start this job manually its runs successfully however it doesn't store imported data into the database tables like it should. another thing is that when i run the same package locally through VS its runs fine and stores the data in tables just fine.

    any ideas what could be the issue?

    any help is greatly appreciated.

  • http://support.microsoft.com/default.aspx/kb/918760

    I guess this link will be useful for you, I had the same SSIS issue sometime back and that was the easy fix.

     

    Thanks
    Mohit Nayyar
    http://mohitnayyar.blogspot.com/
    "If I am destined to fail, then I do have a purpose in my life, To fail my destiny"

Viewing 2 posts - 1 through 1 (of 1 total)

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