SQL 2008 fully patched with a two node active/passsive cluster. Currently, one named instance has been created. Connecting to the instance with SSMS and drilling down to the MSDB folder, I get an error on any remote machine (including the passive node):
Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)
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 failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. (MsDtsSvr)
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. (Microsoft SQL Server Native Client 10.0)
I've already edited the MsDtsSrv.ini.xml file to contain the full instance name, which seemed to be the most accepted solution in my searching, but my error still remains.
The issue only occurs on remote machines, the active node works fine. Any solution to this?