无法从集成系统打开现有包和 msdb?

Cannot open existing package and msdb from integration system?

我有一个 sql 服务器,它被安装为名为 instance2 的新实例。现在,当我尝试打开存储包下的 MSDB 文件夹时,出现以下错误

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%20SQL%20Server&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 %SQL_PRODUCT_SHORT_NAME% 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 11.0)

------------------------------
BUTTONS:

OK
------------------------------

此外,一旦我尝试从 visual studio 打开包裹,它 returns 就会出现以下错误

TITLE: Add Copy of Existing Package
------------------------------

An OLE DB error 0x80004005 (Login timeout expired) occurred while enumerating packages. A SQL statement was issued and failed.


------------------------------
ADDITIONAL INFORMATION:

An OLE DB error 0x80004005 (Login timeout expired) occurred while enumerating packages. A SQL statement was issued and failed.


------------------------------
BUTTONS:

OK
------------------------------

我有两个实例:Adventure 和 instance2 我还在 msdtsrvr.ini 中添加了实例名称,但它没有解决问题

谢谢

ssis服务不支持多实例。 SSIS 将被配置为在机器上安装的第一个实例或默认实例上的托管包。这里有更多相关信息:

https://msdn.microsoft.com/en-us/library/ms137789.aspx

这适用于 < 2012 的版本。2012 及更高版本支持此存储模型以实现向后兼容性,或者您可以转换为项目部署模型。