SSIS : SSIS Error code 0xC020200E

SSIS Error :
[Flat File Source [1]] Error: Cannot open the datafile "\\SQL-CPP\DynaTrace\Dev\01\report_2014-01-17_00-00-05.csv".
[SSIS.Pipeline] Error: component "Flat File Source" (1) failed the pre-execute phase and returned error code 0xC020200E.

Description: this error is due to permissions issue to the file you are trying to open

Solution: check the permissions on the file that you are trying to access and adapt that you must have write access to the location/file
If you have permission then remove the connection and add connection again then it will work
 

Comments

Popular posts from this blog

SQL Server MDS : How to Know Actual MDS Table name for Model Entity and Column name for the Attribute

SSIS Error : Object is not an ADODB.RecordSet or an ADODB.Record + Solution

SSRS : [Teradata Database] 3939 There is a mismatch between the number of parameters specified and the number of parameters required.