July 30, 2008 at 10:56 am
when i m trying to run ssis package from sql server agent it give this error "The job failed. The Job was invoked by User sa. The last step to run was step 1 "
does sa have permission to run ssis packages from sql server agent.
please help me resolving this error..
its urgent
July 30, 2008 at 12:04 pm
Can you give more information please on what your trying to do on Step_1?
July 30, 2008 at 12:16 pm
thanks for reply
I m checking database integrity through the SSIS package
Its simple job. It works well within SSIS but when i run it from sql server agent then it gives error
July 30, 2008 at 12:34 pm
Make sure the owner of the job stayed as 'sa' and didnt default to your username when you selected "new job..." under the SQL Agent.
Also look for a more detailed explaination as to why the job failed, look under the "Alerts" node under the SQL Agent, also look in your Job Properties to "View Job History", expand the job log by clicking on the plus sign next to the failure to see a more detailed reason.
The more information you provide the easier it will be to help you.
July 30, 2008 at 1:03 pm
well i have gone through job histroy... it always says "
Message
The job failed. The Job was invoked by User sa. The last step to run was step 1 "
Does i have to create proxy for job to work in sql server agent???
July 30, 2008 at 4:25 pm
problem solved!!!!
Create new CREDENTIAL and Proxy for SSIS package and use this proxy instead of sql server agent account..
January 25, 2010 at 7:04 pm
Hi All..
I have some problem with you, but i try to created new CREDENTIAL and Proxy for SSIS Package Execution and use this proxy instead of sql server agent account, but still error.
Please share it to me...
Thanks
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply