DLM Sync port numbers
ewomack
Posts: 15
Hello, is there a way to specify a port number in the "Server" field on the DLM Sync task? Many of the database servers I'm trying to connect to use non-standard ports and won't allow connections to the standard 1433.
Thank you!
Thank you!
Comments
You can do that, there are two options here:
1. When you are specifying the server you can add in the port number using a comma (for more information see https://documentation.red-gate.com/disp ... connection)
2. If you are using the DLM Automation cmdlets directly you can pass in your entire connection string instead of using the New-DlmDatabaseConnection cmdlet
Software Engineer
Redgate Software