August 31, 2011 at 5:36 am
Hi,I am getting the below error when i schedule to run my ssis package from production.
Error:The underlying connection was closed: An unexpected error occurred on a receive.
I am not getting the above error if i run the package manually on my production server.Can anyone help me in finding what the reasons and solution for fail job fail...
August 31, 2011 at 6:29 am
sunnyepgc (8/31/2011)
Hi,I am getting the below error when i schedule to run my ssis package from production.Error:The underlying connection was closed: An unexpected error occurred on a receive.
I am not getting the above error if i run the package manually on my production server.Can anyone help me in finding what the reasons and solution for fail job fail...
My first guess would be a permissions issue.
Does the job run okay when you run it on production via BIDs?
What account is the SQL Agent job running under? Does that account have the appropriate permisisons?
Rob
September 1, 2011 at 10:49 pm
The account on which the job has created has admin privilege..Then what might be the other reasons for failure of the package.
September 1, 2011 at 10:52 pm
The account on which the job has created has admin privilege..Then what might be the other reasons for failure of the package.And the package is running good in production with BIDS if i tried to run without job..If i run it with job then failed..
September 1, 2011 at 11:05 pm
Thanks dude ...Your solution worked for me...The problem is with permission for user account..Thanks alot..
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply