(Unresolved & Repost) SSIS package deployment failure after SQL server default TCP port change + original package execution pending

TC 81 Reputation points
2022-12-28T07:34:21.36+00:00

Hi all,

I have a case that SQL server is running remotely and recently the SQL server TCP port is changed from 1433 to 61433. After service reboot, I can connect to the server by (server name, port number) but cannot deploy packages from VS2019 to the server remotely. I tried to query with operation_id provided but I couldn't find the id specified. Also, when I try to run old SSIS package deployed on SQL server, it will show 'pending execution' and the execution never stops.
Have I missed any steps of SSIS package or SSISDB setting after port change? Thanks for help.

Symptom:

274399-image.png

274494-image.png

274504-image.png

274400-image.png

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,703 questions
SQL Server | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Ronen Ariely 15,206 Reputation points
    2022-12-29T02:07:15.063+00:00

    Hi,

    I have a case that SQL server is running remotely and recently the SQL server TCP port is changed from 1433 to 61433.

    Don't confuse between the SQL Server connection port and the SSIS remote port.

    The Integration Services service uses port 135, and the port cannot be changed. You have to open TCP port 135 for access to the service control manager (SCM).

    https://learn.microsoft.com/sql/integration-services/service/integration-services-service-ssis-service?view=sql-server-ver16&WT.mc_id=DP-MVP-5001699#configure-the-firewall

    https://learn.microsoft.com/sql/sql-server/install/configure-the-windows-firewall-to-allow-sql-server-access?view=sql-server-ver16&WT.mc_id=DP-MVP-5001699#ports-used-by-integration-services

    Back to the issue:

    What version are you using?

    There was issue with this error in 2016 which was fixed, but it is not related to any post changing

    https://support.microsoft.com/en-us/topic/kb4056831-fix-error-27231-occurs-when-ssis-package-that-contains-localized-language-is-deployed-in-sql-server-2016-aa1e1b3f-a2a7-e157-8b5d-216690dde2fe

    I recommend first to confirm that the issue is related to the port changing.

    Try first to change only the port back and confirm that this is the source of the issue or maybe something else was changed asd well and you are focusing on the wrong parameter

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.