Hi there
I have a connectin manager for file( New File Connection..) along with some oledb connection managers.
Now If a put SSIS work Offline as True (I need this for some reason). Connection manager for File gives error as something --
"Connection manager for File connection failed with error code-0xc0014019,Connections cannot acquire connections while work offline is true."
But other connections of olddb work fine.
so do we have to change some more settings with file connection or with file connection we can't work offline?
Thanks and Regards
Rahul Kumar
logtorahul wrote:
"Connection manager for File connection failed with error code-0xc0014019,Connections cannot acquire connections while work offline is true."
Rahul,
The answer seems to be in the error message itself. I don't know your reason for working offline; but when I use it I do not expect any of the connections to work. I guess that option was put there to allow you to open packages while 'no-online' without receiving error messages in your connections.
|||
Yes Rafael,
You are right when working offline we donot expect connections to work,even i do not.
But any other connection manager does not give you this error when we run the package.
Let me explain with a scenario:
Suppose we have a oledb connection ( for our source and destination DB) and a file connection for our log file and all the connection string is being provided by package configuration file.Given work offline as true and delayValidation is also true.
Now if we run the package, all other connection managers pick connection string from the package config file but the file connection gives error as
"it cannot acquire connection while working offline."
Now this sounds little wired to me as all the connection manager can acquire connection while working offline and file connection cannot.
No comments:
Post a Comment