Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear friends,

I have a doubt in SSIS package i.e.
We are transfering binary images from One Instance to Multiple Instances with the SSIS package and sql server 2005.
It's happening successfully but some times during that task i am getting bellow error, then i will stop the package and will run again, it's working. But i am not getting why that error is coming. please find the error here...

===========


CSS
Error 1:

[Execute SQL Task] Error: Failed to acquire connection "IEDBEvaluation". Connection may not be configured correctly or you may not have the right permissions on this connection.

Error 2:

[Connection manager "IEDBEvaluation"] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.
An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description: "Login timeout expired".
An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description: "Unable to complete login process due to delay in prelogin response".
An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description: "TCP Provider: Timeout error [258]. ".




============


please suggest me why this error is coming.



Regard's,
Thrilok.
Posted
Comments
CHill60 10-Feb-15 4:04am    
Are you getting Error 2 before Error 1?
Error 2 is likely to be happening because the binary image is large and the process is timing out before completion.
Error 1 may be as a result of trying to regain the connection too quickly after a failure (it may still be in the process of rolling back the previous failed transaction for example).
Have a look at this post to see if any of it helps https://msdn.microsoft.com/en-us/library/ms141031.aspx[^] or consider redesigning the package

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900