I have an SQL Agent Job
called: Agent1
.
It calls an SSIS
package: C:\SSISPackage\ssispackage.dtsx
The error I get is below:
Error 0x80070005 Access is denied.
The Windows user that executes the package obviously does not have access to:
C:\SSISPackage\ssispackage.dtsx
How do I find out what Windows user is running this package?