Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/sql-server/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ssis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql server 无法从集成系统中打开现有包和msdb?_Sql Server_Ssis_Integration Testing_Etl_Multiple Instances - Fatal编程技术网

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

Sql server 无法从集成系统中打开现有包和msdb?,sql-server,ssis,integration-testing,etl,multiple-instances,Sql Server,Ssis,Integration Testing,Etl,Multiple Instances,我有一个sql server,它已作为名为instance2的新实例安装。现在,当我试图打开存储包下的MSDB文件夹时,会出现以下错误 TITLE: Microsoft SQL Server Management Studio ------------------------------ Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc) For help, click: htt

我有一个sql server,它已作为名为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
------------------------------
另外,当我试图从VisualStudio打开包时,它会返回以下错误

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服务不支持多个实例。SSI将配置为计算机上安装的第一个实例或默认实例上的托管包。这里有更多关于这方面的信息:


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

通过编辑xml文件解决了此问题。当我插入servername和instance name时,一切正常。