July 23, 2012 at 6:30 am
I wrote a fairly simple ssis package to check the existance of a file using the Script Task. I'm not sure why I'm getting the following error message:
SSIS package "Package.dtsx" starting.
Error: 0xC0014054 at Does File Exist: Failed to lock variable "\\10.2.1.50\usr\ftpsta\Prod\Outbound\WeeklyDelivered_07232012.txt" for read access with error 0xC0010001 "The variable cannot be found. This occurs when an attempt is made to retrieve a variable from the Variables collection on a container during execution of the package, and the variable is not there. The variable name may have changed or the variable is not being created.".
Error: 0x5 at Does File Exist: The script files failed to load.
Task failed: Does File Exist
Warning: 0x80019002 at Package: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (3) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
SSIS package "Package.dtsx" finished: Failure.
The program '[24112] Package.dtsx: DTS' has exited with code 0 (0x0).
July 23, 2012 at 6:38 am
Did you add your variable to the Script Task's 'ReadOnlyVariables' property?
July 29, 2012 at 8:34 am
July 29, 2012 at 4:17 pm
thanks for your help. I'm sure you are correct.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy