Hi! I'm new to SSIS 2012 Project Deployment approach, but I successfuly deploy my project and I'm am able to run the packages via SSMS on the server where the packages are deployed. However, if I connect to the server using SSMS on my computer, I'm able to see the SSISDB Catalog and Execute the packages, but the execution fail when trying to access some network resources (source files to load in SSIS package are located on other servers).
I think it's a security impersonation problem, since remote execution needs to pass my windows credentials to the remote server. Is it possible to configure this on the invocation? or I need to grant some permissions on the remote server?
Thanks in advance.