HI all,
I want to execute a SSIS-Package stored in a SSISDB.
The package reads the content of a csv file and inserts it into a database table on another SQL-Server than the package is running.
The package can be executed successfully if I run the package directly out of VisualStudio or SSMS.
However, I'm getting an access denied error if I run the package out of VisualCron saying that the csv file can't be opened.
I use the same credentials as for SSMS.
Any ideas anyone?
Thanks and regards,
Markus