Hello,
I just have installed SQL Server 2014 and I have added the SSDT to the features. Before, I was using SQL server 2008 and Visual Studio 2008 (BIDS) from where i created and deployed packages.
For some reason I am unable to connect to Integration services I get this error:
TITLE: Connect to Server
------------------------------
Cannot connect to INSTANCE.
------------------------------
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 "INSTANCE" 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=220763
------------------------------
Connecting to the Integration Services service on the computer "INSTANCE" 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.
------------------------------
BUTTONS:
OK
------------------------------
By now I have uninstalled Visual Studio 2008 and tried to run SQL as an administrator but no change.
Can someone advise how to get access to Integration services?
thanks