1

SQL Server가 있고 instance2라는 새 인스턴스로 설치되었습니다. 내가 저장 패키지에서 MSDB 폴더를 열려고 지금 때 내가 그것을 아래 오류통합 시스템에서 기존 패키지와 msdb를 열 수 없습니까?

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 
------------------------------ 

내가 두 개의 인스턴스가를 반환 비주얼 스튜디오에서 패키지를 열려고하면 오류 또한

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 
------------------------------ 

아래에 나와 있습니다 : 모험과 인스턴스 2는 내가 msdtsrvr.ini에 인스턴스 이름을 추가하지만

당신이

답변

1

SSIS 서비스가 multip를 지원하지 않습니다 감사 문제가 해결되지 않았다 르 인스턴스. SSIS는 컴퓨터에 설치된 첫 번째 인스턴스 또는 기본 인스턴스에서 관리되는 패키지로 구성됩니다.

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

이 버전으로 2012 년 2012 < 최대가 이전 버전과의 호환성을 위해이 스토리지 모델을 지원하거나 프로젝트 배포 모델로 변환 할 수 있습니다를 적용 : 여기에 대한 좀 더 많은 정보가있다.

+0

xml 파일을 편집하면 문제가 해결됩니다. 언제 내가 삽입 servername 및 인스턴스 이름을 잘. – Bodhi