SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,704 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What ports are required for running SSIS services? Is port 1856 needed? If so, why?
Hi,
SSIS always uses port 135. You cannot specify a different port.
Other port requirements are TCP port 1433 and UDP port 1434 for SQL Server default instance, and SQL Server Browser Service:
There is no requirement of port 1856
Hope this helps.
--please don't forget to upvote
and Accept as answer
if the reply is helpful--