I have created a SSIS package the copies records from a SQL Server table to an Oracle table.
I first copy the SQL Server table records to a temp table. Then I copy the temp table records to the Oracle table. I check for errors and dump them to a Flat File destination. I renamed the Flat File Connection Manager to the name of the file.
This was working fine until someone changed the permissions on the location of the flat file.
So I corrected the problem of the permissions but now I get this error:
Error5Error loading ScrapERP1V1 (1).dtsx: The connection "Flat File Connection Manager" is not found. This error is thrown by Connections collection when the specific connection element is not found. XXXXXXXXXXXXXXXXXX (default location of flat file, not the location found in the Package Configuration)11
When I edit the flat file connection manager I do not get any errors.
Any ideas what might be causing this error or where to look?
thanks, fred
Fred Schmid