Hi all,
I have an SSIS package that runs fine when logged in directly to the Windows database server.
I am running Windows 2016 Server and SQL Server 2016.
However, if I try to run the same SSIS package remote from my Windows PC with SSMS, it fails on "cannot write data file" errors.
OLE error: cannot open the data file "\\myshare\ssis\staging"
This is weird because my user account has full privileges and so forth. What can I check to solve this issue so that I can get the SSIS package to run remote from SSMS on my PC?