I have modified the MsDtsSrvr.ini.xml file to add the instance of sql 2005 (my default is sql 2000 and am slowly migrating all databases to 2005).
<Folder xsi:type="SqlServerFolder">
<Name>MSDB</Name>
<ServerName>.\MyInstanceName</ServerName>
</Folder>
I restarted the SSIS service. I still cannot connect to it from management console. I've tried the browse but it only sees the database engines. Do I type in servername\instance name in the Server Name under Server Type integration services?
<Folder xsi:type="SqlServerFolder">
<Name>MSDB</Name>
<ServerName>.\MyInstanceName</ServerName>
</Folder>
I restarted the SSIS service. I still cannot connect to it from management console. I've tried the browse but it only sees the database engines. Do I type in servername\instance name in the Server Name under Server Type integration services?