Unable to open MSDB node
I'm sure there is a simple answer to this but it eludes me at the moment. Im using the Developer Edition of SQL Server 2005. The MSDB node under Integration Services->Stored Packages refuses to open. It always fails with a login timeout message and that the connection was actively refused. Ive run the SQL Server Surface Area Configuration tool and allowed remote and local access, even though its all installed on the local machine. This didnt help. The next thing I did was to turn off all my firewalls and internet access control software and its still not working. Im using integrated authentication and the user is part of the administrators group, any ideas how I can try and rectify this? Thanks Paul
December 20th, 2005 11:57am

The SQL server instance on your machine, is it a named instance or default instance?
Free Windows Admin Tool Kit Click here and download it now
December 20th, 2005 9:28pm

It's a named instance.
December 20th, 2005 11:37pm

The MSDB folder in the Integration Services is configured to point to the defaultinstance of the localhost, if you don't have a default instance, and want touse it for the named instance, you need to change the configuration file.Here is what you need to do: Find the fileMsDtsSrvr.ini.xmlIt should be in the folder:%Program Files%\Microsoft SQL Server\90\DTS\Binn By default the file says something like: <?xml version="1.0" encoding="utf-8"?><DtsServiceConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <StopExecutingPackagesOnShutdown>true</StopExecutingPackagesOnShutdown> <TopLevelFolders> <Folder xsi:type="SqlServerFolder"> <Name>MSDB</Name> <ServerName>.</ServerName> </Folder> <Folder xsi:type="FileSystemFolder"> <Name>File System</Name> <StorePath>..\Packages</StorePath> </Folder> </TopLevelFolders></DtsServiceConfiguration> You can change the line <ServerName>.</ServerName>to something like <ServerName>machineName\instanceName</ServerName>, savethe file, and then restart your Service, and now the MSDB will point tothe packages stored in your named instance. Hope that helps.
Free Windows Admin Tool Kit Click here and download it now
December 21st, 2005 1:56am

Thank you, as always a simple solution. :)
December 21st, 2005 10:42am

Thanks for that, I had the same issue & it solved it. Once question: what if I have multiple named instances on the same server...can I only configure one at a time, or can I have multiple <ServerName> lines? Thanks again.
Free Windows Admin Tool Kit Click here and download it now
September 12th, 2006 7:18pm

You can configure the file to show packages from multiple named instances. You can add more nodes to your config file with different names and pointing to different instances. for example: <Folder xsi:type="SqlServerFolder"> <Name>MSDBInstance</Name> <ServerName>server\instance</ServerName> </Folder>
September 12th, 2006 11:52pm

What if I dont have this file in this location?
Free Windows Admin Tool Kit Click here and download it now
May 17th, 2007 4:22pm

Are you sure you installed the SSIS components on the server?
May 17th, 2007 9:16pm

This solution is not working for me i have following in the file <Name>MSDB</Name> <ServerName>.</ServerName> when I open SQL Server M.Stuudio- Integrartion Services Server Name = PC1 If I use PC1 instead "." as server name in MsDTSSrvr.ini.xml (no quotes) it does not work. Then I go and add change PC1 to PC1\SQL2K5LOCAL (my database engine name ) and does not work again. This makes me quite unhappy as I am trying to figure out how is deployment working and I came to the point where I am suppose to test my deploymenet package and am stuck on trying to open MSDB folder. I am using Microsoft SQL Server Management Studio9.00.2047.00Microsoft Analysis Services Client Tools2005.090.2047.00Microsoft Data Access Components (MDAC)2000.085.1117.00 (xpsp_sp2_rtm.040803-2158)Microsoft MSXML2.6 3.0 4.0 5.0 6.0 Microsoft Internet Explorer6.0.2900.2180Microsoft .NET Framework2.0.50727.42Operating System5.1.2600 thanks!
Free Windows Admin Tool Kit Click here and download it now
July 23rd, 2007 8:38pm

After you changed the file MsDTSSrvr.ini.xml from: <Name>MSDB</Name> <ServerName>.</ServerName> to: <Name>MSDB</Name> <ServerName>PC1\SQL2K5LOCAL</ServerName>, Please make sure you go to Services, and stop "SQL Server Integration Services", and restart the service. While connecting to Integration services from SQL Server Management studio, you should still provide server name as only PC1, as Integration Services is not instance aware. Hope that helps.
July 24th, 2007 8:01pm

This is a helpful post. I was having trouble with this and edited the file but typed the wrong name for the server\instance. After I typed in the correct servername\instance and then restarted the ssis servervia SQL Server Configuration Manager all was good. Just as a side note I also installed the Integration Services Development tools on the server. Chad E. Downey Senior Data Analyst || MSSQLS DBA IOT || Pension Systems cdowney@iot.in.gov
Free Windows Admin Tool Kit Click here and download it now
September 27th, 2007 6:35pm

Ranjeeta - Yousaved me.Thank you from the bottom of my heart. m
February 8th, 2008 10:46pm

Thanks a million! Spent previousnight pulling my hair out and inventing new curse words! Found this posting and it solved my problem.
Free Windows Admin Tool Kit Click here and download it now
February 27th, 2008 4:50pm

Very useful post. Thanks a lot.
May 27th, 2008 9:33pm

I tried the same thing. But it is not working for me. Here my server name is DTC. Name>MSDB</Name> <ServerName>DTC</ServerName>, i am pretty sure that it doesnt have any instance names. Please help me with any other ways...
Free Windows Admin Tool Kit Click here and download it now
September 28th, 2010 11:40pm

Hello, I am trying your fix but my system will not let me save the file. I am a local adim on my computer so I am confused as to why I can't save the file. I am using Windows 7 - any suggestions?
February 26th, 2011 8:09am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics