I have a server AAA with SQL Server and Integration Services installed. Here I have a bunch of SSIS packages stored in the file system. They use some local files located on C drive and the local database for ETL processing. I am forced to launch the packages from Integration Services because some of them require user input (popup input box). So I cannot run them as jobs.
Now... I have another server named BBB with Integration Services and I need to launch from here the SSIS packages hosted on server AAA. So I connect to Integration Services from AAA and launch a package. It fails because it runs on BBB context and it tries to access a folder from C drive located on BBB server. So it looks for me the SSIS package runs in the BBB server context. Can run the SSIS package in AAA server context?