When I open an existing SSIS project in design view, I get the following error:
The connection manager will not acquire a connection because the connection manager OfflineMode property is set to TRUE
Meanwhile, OfflineMode is set to false. Can someone tell me why I get this error?
The DelayValidation property for the connection is set to false, and if I set it to true, the error will disappear. But I just wanted to find out why this is happening. I do not establish a connection dynamically, and the last time I used the project, there were no errors, and it was running, and DelayValidation was false. What changed?
source
share