jc
2009-09-17 22:31:27 UTC
Not looking to install SSIS as a clustered service.
So I add the component from the 64 bit install.
Everything went perfectly. I then install SP2. great
I install my package (from the manifest file) great.
I go to add a job step, and when I refernce the package and after a
long while I get:
TITLE: SSIS Execution Properties
------------------------------
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.
Thinking maybe the issue is that my package is 32 bit and server is 64
bit, I go to remove the package and when I explore to Stored Packages
I get:
TITLE: Microsoft SQL Server Management Studio
------------------------------
Failed to retrieve data for this request.
(Microsoft.SqlServer.SmoEnum)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&LinkId=20476
------------------------------
ADDITIONAL INFORMATION:
The SQL server 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 Server 2005
Books Online.
Login timeout expired
An error has occurred while establishing a connection to the server.
When connecting to SQL Server 2005, this failure may be caused by the
fact that under the default settings SQL Server does not allow remote
connections.
Named Pipes Provider: Could not open a connection to SQL Server [2].
(MsDtsSrvr)
------------------------------
Login timeout expired
An error has occurred while establishing a connection to the server.
When connecting to SQL Server 2005, this failure may be caused by the
fact that under the default settings SQL Server does not allow remote
connections.
Named Pipes Provider: Could not open a connection to SQL Server [2].
(Microsoft SQL Native Client)
Cluster related?
Did I maybe aggrevate the problem by registering 32 bit version of
dts.dll dtsutil.dll per some instuctions I found?
Any way to manually remove the package outside of management studio to
see if that is cause?
Thanks for any help or information.
So I add the component from the 64 bit install.
Everything went perfectly. I then install SP2. great
I install my package (from the manifest file) great.
I go to add a job step, and when I refernce the package and after a
long while I get:
TITLE: SSIS Execution Properties
------------------------------
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.
Thinking maybe the issue is that my package is 32 bit and server is 64
bit, I go to remove the package and when I explore to Stored Packages
I get:
TITLE: Microsoft SQL Server Management Studio
------------------------------
Failed to retrieve data for this request.
(Microsoft.SqlServer.SmoEnum)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&LinkId=20476
------------------------------
ADDITIONAL INFORMATION:
The SQL server 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 Server 2005
Books Online.
Login timeout expired
An error has occurred while establishing a connection to the server.
When connecting to SQL Server 2005, this failure may be caused by the
fact that under the default settings SQL Server does not allow remote
connections.
Named Pipes Provider: Could not open a connection to SQL Server [2].
(MsDtsSrvr)
------------------------------
Login timeout expired
An error has occurred while establishing a connection to the server.
When connecting to SQL Server 2005, this failure may be caused by the
fact that under the default settings SQL Server does not allow remote
connections.
Named Pipes Provider: Could not open a connection to SQL Server [2].
(Microsoft SQL Native Client)
Cluster related?
Did I maybe aggrevate the problem by registering 32 bit version of
dts.dll dtsutil.dll per some instuctions I found?
Any way to manually remove the package outside of management studio to
see if that is cause?
Thanks for any help or information.