I am new to SQL Server Integration Services and having problems loading some data into the warehouse using an SSIS package which was created by someone who has now left the organisation. When I run it, the following error occurs:
[Flat File Source [215]] Warning: The system cannot find the path specified.
[Flat File Source [215]] Error: Cannot open the datafile "".
[DTS.Pipeline] Error: component "Flat File Source" (215) failed the pre-execute phase and returned error code 0xC020200E.
From what I can see, it has been designed in such a way that it loops through and picks the files and loads them in one at a time. The data file and the destination tables have been defined in the variable properties of the designer view.
The data file (and its name) has changed and I have created a new destination table to reflect this. Besides, in the Data Flow tab of the package, I have created a new Flat File Source and connected it to OLE DB Destination table so as to match the external columns and output columns. In the Connection Manager, I have created a new flat file connection manager since the original one was based on the old data file. The value of the ConnectionString property of the flat file connection manager is empty.
When I run the modified SSIS package, it comes up with the above error. However, if I run the original package using the old data file, it works fine.
Could someone please explain to me step by step how I can resolve this problem. Thank you so much in advance for your help.
Ra
[Flat File Source [215]] Warning: The system cannot find the path specified.
[Flat File Source [215]] Error: Cannot open the datafile "".
[DTS.Pipeline] Error: component "Flat File Source" (215) failed the pre-execute phase and returned error code 0xC020200E.
From what I can see, it has been designed in such a way that it loops through and picks the files and loads them in one at a time. The data file and the destination tables have been defined in the variable properties of the designer view.
The data file (and its name) has changed and I have created a new destination table to reflect this. Besides, in the Data Flow tab of the package, I have created a new Flat File Source and connected it to OLE DB Destination table so as to match the external columns and output columns. In the Connection Manager, I have created a new flat file connection manager since the original one was based on the old data file. The value of the ConnectionString property of the flat file connection manager is empty.
When I run the modified SSIS package, it comes up with the above error. However, if I run the original package using the old data file, it works fine.
Could someone please explain to me step by step how I can resolve this problem. Thank you so much in advance for your help.
Ra