Forum Discussion
thomascyc
Feb 09, 2023Copper Contributor
SSIS Deploy non 1433 port SQL Server
The 64bit SQL server change the port to 61433
And, I try to deploy ISPAC file from SSMS or command line (ISDeploymentWizard.exe) but fail.
The error :
Failed to deploy project. For more infomation, query the operation_message view from the operation identified '742'
System.Data.SqlClient.SqlException (0x80131904) : Fail to deploy project. ....
at System.Data.SQLClient.SqlConnection.onError(SqlException exception, Boolean breakConnection, Action 1 wrapCloseInAction) ...
if I change back to 1433, deployment is working correctly. Anyone has some idea?