Hello Guys,
I have a package which gets a file from a shared folder and copies the data from that file to an SQL Table. It is totally working fine and the data is getting added to SQL Table when I run the project. However, when I deploy the package on file system and run the package through stored procedure using SQL Server Management Studio (Windows Authentication), I get following error:
Description: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'Z:\Test\Abz\Mapped'.
Please help...!
I really need the solution urgently ...........! :(
Thanks in advance,
VladAbz.