I created a package that creates a file on a share.
The share has modify permissions for a windows account. I created a job to test the package and I ran the sql agent with that windows account which has permission to the share. If I execute the job the package runs.If I execute the package itself in SSMS the package fails. Is there some permission I am missing?
I added the same windows user that the agent uses to the SSISDB and gave the windows user execute and read on the package and it still fails.