Hi All,
In one of My SSIS package I am using Cache transformation and created cache file using cache connection manager. When I moved this package to Test environment it is showing the errorValue cannot be null. The cache file path is configured from variable and the variable have default value(Eg: C:\A\B\C.caw and this path not exist in test environment) run time the variable getting updated with correct value. even I sets delay validation to true but the package is raising on-error event.
Could any one please help me.
Thanks, Anil