Search This Blog

Wednesday, March 16, 2011

SQL DBA - Error on Integration Services on SQL 2008 failover cluster

Error Details :

While Creating the SSIS Packages the Following Error Occurs.
TITLE: Microsoft SQL Server Management Studio
------------------------------
Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&LinkId=20476
------------------------------
ADDITIONAL INFORMATION:
The SQL Server instance specified in SSIS service configuration is not present or is not available. This might occur when there is no default instance of SQL Server on the computer. For more information, see the topic "Configuring the Integration Services Service" in Server 2008 Books Online.
Login timeout expired
A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.
Named Pipes Provider: Could not open a connection to SQL Server [2]. (MsDtsSrvr)
------------------------------
Login timeout expired
A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.
Named Pipes Provider: Could not open a connection to SQL Server [2]. (Microsoft SQL Server Native Client 10.0)
------------------------------

Solution :-
Open the SSIS's "MsDtsSrvr.ini.xml" configure file, by default, it is stored at C:\Program Files\Microsoft SQL Server\100\DTS\Binn, then check if the SQL Server instance name is invalid and you can logon it at the tag


<ServerName > Replace your Virtual Server Name here. </ServerName >


After you modify the SQL Server Name in the configure file, you must restart the service to use the updated service configuration.

No comments: