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에 인스턴스 이름을 추가하지만
당신이
xml 파일을 편집하면 문제가 해결됩니다. 언제 내가 삽입 servername 및 인스턴스 이름을 잘. – Bodhi