I have a very simple SSIS package where I take data from a view in Oracle, convert it minimally using the script component, and load it into a table in SQL Server 2008.
Both of my DB Source components and my DB components have successfully connected to their respective databases before.
Now I get the following error while debugging in BIDS (VS 2008).
Data flow task: ADO NET Destination failed to get connection {046C4CA9-2BBF-46FD-9FEA-06F1B173BB35}. The connection may have been damaged.
I installed the same with my Oracle connection, removing the connection component and creating a new one. The ADO.NET connection seems more stubborn. I made part of the username and password of my configuration for deployment. Is BIDS typical of this unstable environment? I need reliable connections so that I can fix other errors that I created. Thanks in advance for any help.
source share