Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Run a SSIS package from remote server

$
0
0

I have created a SSIS package in one server say XYZ which is used to run a .exe file in that server (XYZ). I have my main packages created in another server called ABC once all the packages ran successfully in ABC server i need to run the package in XYZ. I have shared the SSIS package folder in XYZ so that i can access it from ABC server.

  I read that "The executable will always run in the context of the operatingfrom which you call it, not on which you call it. In other words, even though you are calling the copy of cmd.exe located on a remote machine, it is still executing on the machine running the SSIS."

So what is the correct method to achieve this.


Sarvan

I tried the below and want to know is this a correct method.

Created a new job step in SQL server agent after my last job step.

Changed the 'On Success Action' to Go to the next step.

The next step was configured to run the package which is in XYZ server. I choose Package Source as 'File System' and directly choose the .dtsx package from XYZ server.


Viewing all articles
Browse latest Browse all 24688

Trending Articles