We have a SQL Server 2016 server with Integration Services 13.0 running on it. We are not using Integration Services Catalog. On my workstation, in SSMS 2016 (16.5.3), when I attempt to connect to Integration Services on the server, I get Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)
TITLE: Connect to Server
------------------------------
Cannot connect to -------.
------------------------------
ADDITIONAL INFORMATION:
Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&LinkId=20476
------------------------------
Connecting to the Integration Services service on the computer "---" failed with the following error: "The specified service does not exist as an installed service.".
This error can occur when you try to connect to a SQL Server 2005 Integration Services service from the current version of the SQL Server tools. Instead, add folders to the service configuration file to let the local Integration Services service manage packages
on the SQL Server 2005 instance.
For help, click: http://go.microsoft.com/fwlink/?LinkId=506689
------------------------------
Connecting to the Integration Services service on the computer "---" failed with the following error: "The specified service does not exist as an installed service.".
This error can occur when you try to connect to a SQL Server 2005 Integration Services service from the current version of the SQL Server tools. Instead, add folders to the service configuration file to let the local Integration Services service manage packages
on the SQL Server 2005 instance.
------------------------------
I cannot find any reason for SSMS 2016 to not be able to connect to Integration Services on a 2016 Sql Server server.
I have reinstalled SSMS 2016 and installed on a machine with a clean image applied and still receive the error.
These are the SSMS versions, in Help/:
Microsoft SQL Server Management Studio13.0.16106.4
Microsoft Analysis Services Client Tools13.0.1700.441
Microsoft Data Access Components (MDAC)10.0.18362.1
Microsoft MSXML3.0 6.0
Microsoft Internet Explorer9.11.18362.0
Microsoft .NET Framework4.0.30319.42000
Operating System6.3.18363
Where else can I look to find the reason for this error?