Hi, as the title suggests, I am trying to deploy my SSIS Project from a Development SQL VM to my new Production VM. They are on different networks.
Should I be able to connect to the SSISDB catalog on Prod from VS/SSDT running on the Dev VM and deploy the project that way?
I am unable to connect to the Prod SSISDB catalog and don't want to start figuring out the network config issues if this is isn't something I can do.
If it is, am I correct in understanding that I need to open port 135 for traffic for the program MsDtsSrvr.exe ?
I cant seem to find definitive instructions for what I need to do here.
Thanks