"View Logs" in Management Studio fails
Hello,
In Management Studio, when I click on "View Logs" in the context menu of my Integration Services instance, I get the following error:
===================================
Cannot show requested dialog.
===================================
Unable to execute requested command.
Program Location:
at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ToolsMenuItem.OnCreateAndShowForm(IServiceProvider sp, XmlDocument doc)
at Microsoft.SqlServer.Management.SqlMgmt.RunningFormsTable.RunningFormsTableImpl.ThreadStarter.StartThread()
===================================
Object reference not set to an instance of an object. (SqlManagerUI)
Program Location:
at Microsoft.SqlServer.Management.SqlManagerUI.LogViewerAggregator.InternalInitializeFactoryContext(ILogSourceTypeFactory logFactory, LogViewerAggregatorSelection[] initialSelections)
at Microsoft.SqlServer.Management.SqlManagerUI.LogViewerAggregator.Initialize(ILogViewer enviroment, ILogAggregator algorithm, ILogConsumer consumer, LogViewerAggregatorSelection[] initialSelections)
at Microsoft.SqlServer.Management.SqlManagerUI.LogViewerExtendedUserControl.Initialize(ILogViewer enviroment, LogViewerAggregatorSelection[] initialSelections)
at Microsoft.SqlServer.Management.SqlManagerUI.LogViewerForm.InternalInitializeInnerComponents(ILogSourceTypeFactory logFactory, LogViewerAggregatorSelection[] initialSelections, IServiceProvider provider)
at Microsoft.SqlServer.Management.SqlManagerUI.LogViewerForm.InternalInitializeFromContext(XmlDocument xmlDoc, IServiceProvider provider)
at Microsoft.SqlServer.Management.SqlManagerUI.LogViewerForm..ctor(XmlDocument xmlDoc, IServiceProvider provider)
I have installed a default instance of SQL Server 2000 and a named instance of SQL Server 2005.
What is my mistake?
Thank you for your help.
Markus
PS:
To avoid the problem when clicking on MSDB I have allready edited the Configuration file MsDtsSrvr.ini.xml to change the instance SSIS uses to the named 2005 instance.

