Hi,
We have a SSIS package where look-up has been implemented using .caw files. The .caw files are generated the same package during the first run, when it inserts new dimension records.
During subsequent runs, the package reads from the .caw files during look up.
The package has been working fine all this time, until suddenly it has started failing with the below error -
The cache file name is either not provided or is not valid. Provide a valid cache file name
There are 4 caw files, and the path is passed in using a variable.
If I remove the variable from the cache connection manager and hard-code the path of the caw file the package works as expected. So, looks like the package is not able to resolve the path all of a sudden.
What could be causing this rather bizarre behavior? Has anybody experienced something like this before?
I am literally running out of options here.
Any pointers would help.
Thanks
Girish
Girish Raghunathan