Hi all,
we have several SSIS-packages, that run by SQL Server Agent 2012 without any problems.
Now there is new SSIS-package, that runs properly in Visual Studio.
It has a for-each-container, wich loops a file-directory within flat-files.
There is a variable "fullpathsource" for a flatfile-connection, that is combined of (static) path and file-name from for-each-container.
Before the for-each-loop runs, variable "fullpathsource" contains only the path.
That's what the Agent remarks: flat-file-connection is not valid.
I have allready changed the package protectionlevel to "not save sensitive data", but that didn't help.
Thanks in advance for any hint.
Regards
Matze