473,657 Members | 2,461 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Can't connect to SSIS

I have a clustered installation of SQL Server 2005 with SSIS installed
on the cluster.

I'm running SQL Server Management Server on one of the cluster nodes
and trying to connect to the integration services server. In the
connection dialog the only editable field I have is server name and I
can browse and find the server name SC-DB01.

However wne I press the connect button I just get an error with the
messages below...... Can anyone help with what is set up wrong?

=============== =============== =====

Cannot connect to SC-DB01.

=============== =============== =====

Failed to retrieve data for this request.
(Microsoft.SqlS erver.SmoEnum)

------------------------------
For help, click: http://go.microsoft.com/fwlink?ProdN...r&LinkId=20476

------------------------------
Program Location:

at Microsoft.SqlSe rver.Management .Smo.Enumerator .Process(Object
connectionInfo, Request request)
at
Microsoft.SqlSe rver.Management .UI.VSIntegrati on.ObjectExplor er.ObjectExplor er.ValidateConn ection(UIConnec tionInfo
ci, IServerType server)
at
Microsoft.SqlSe rver.Management .UI.ConnectionD lg.Connector.Co nnectionThreadU ser()

=============== =============== =====

Connect to SSIS Service on machine "SC-DB01" failed:
Error loading type library/DLL.
..
------------------------------
Program Location:

at Microsoft.SqlSe rver.Dts.Runtim e.Application.G etServerInfo(St ring
server, String& serverVersion)
at Microsoft.SqlSe rver.Dts.SmoEnu m.DTSEnum.GetDa ta(EnumResult
erParent)
at Microsoft.SqlSe rver.Management .Smo.Environmen t.GetData()
at Microsoft.SqlSe rver.Management .Smo.Environmen t.GetData(Reque st
req, Object ci)
at Microsoft.SqlSe rver.Management .Smo.Enumerator .GetData(Object
connectionInfo, Request request)
at Microsoft.SqlSe rver.Management .Smo.Enumerator .Process(Object
connectionInfo, Request request)

=============== =============== =====

Connect to SSIS Service on machine "SC-DB01" failed:
Error loading type library/DLL.
..
------------------------------
Program Location:

at
Microsoft.SqlSe rver.Dts.Runtim e.Wrapper.Appli cationClass.Get ServerInfo(Stri ng
bstrMachineName , String& serverVersion)
at Microsoft.SqlSe rver.Dts.Runtim e.Application.G etServerInfo(St ring
server, String& serverVersion)

Jun 11 '07 #1
0 3857

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
5296
by: stant | last post by:
I am trying to call a mainframe cobol DB2 Stored Procedure from an SSIS 2005 SQL Task in BIDS. I believe that privileges and the number of parameters (6) are fine. I've tried casting and still have no luck. The error is SQL0440N. I am running with DB2 Client 8.2.4. The sql call in BIDS looks like... call ODW.ODWCY002 ('TN',cast '43','04/20/2006',0,' ',' ') the linkage section in the cobol sp looks like... 01 LK01-ODW-ST-CD...
0
1814
by: Rodrigo Bellusci | last post by:
I´m using the following code to execute a SSIS package: string pkgLocation; Package pkg; Microsoft.SqlServer.Dts.Runtime.Application app; DTSExecResult pkgResults; pkgLocation = @"C:\test\Package.dtsx"; app = new Microsoft.SqlServer.Dts.Runtime.Application();
0
1713
by: fboweb.com | last post by:
Hey there! I have a DTS import package from an old SQL server that takes flat text files, does some munging on the columns using ActiveX scripts and imports those flat files to various tables. The package itself is rather tedious because it does this munging on a number of large files with a number of different fields. When I bring the package in via SSIS, importing/migrating the
1
2366
by: Ben | last post by:
We currently use SSIS to build DTS packages in which we store changes to our database schema, as well as scripts that need to be run upon each release. This works well for small sets of changes that never need to be updated or for architectures with only one database. We store each of the changes included in the package in separate files, which are tracked using version control. It is growing time consuming to maintain parity between...
1
1907
by: rmsterling | last post by:
All, Subject : SQL Server 2005 SSIS Script Help - XML Secure Pull in to DB table I was wondering if any of you could help me with something..... I want to design a SSIS script that will pull XML data from a secure HTTP website direct in to a local database table. I have had no training on SQL Server 2005 SSIS. I have a reasonable
0
2533
by: KR | last post by:
Hello, At our company we are considering building an architecture for file imports and processing and considering both Biztalk and SSIS at this time. My understanding from reading the material out there regarding this subject that Biztalk is more suited for integrating applications and real time communication of information and SSIS is more suited for
0
3843
by: =?Utf-8?B?c293b3Js?= | last post by:
I create the wcf service hosted in IIS. I tried to use "Web Service Task" to call this wcf service in SSIS package. in the Http Connection manager, server url : http://localhost/WCFService/Service.svc time out : 300 and then test connection successed. in the input of web service task editor, I can select the input service, and method -that means I can use the wcf
4
2920
by: Roger | last post by:
Hi, I've implemented a windows service that calls an SSIS package. Every so often, the SSIS package does not return control to the calling method. What I've implemented is a sentinel thread that is spawned before the execute method of the SSIS package which will email me if execution occurs for a prolonged period. What I want to know is, how can I implement a solution that will force the SSIS object to timeout and return control to...
4
5277
by: IT Couple | last post by:
Hi I'm pretty new to SSIS and I wonder if you could help me. I download HTML files (thounsands) as text files using SSIS and then using foreach loop I load each file into table text data type field. Works great apart from that some files appear on multiple rows I presume SSIS thinks there is a new record but there isn't as I want to load the whole file into the table text data type field. So I have two questions: 1) How to import text...
0
8392
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8823
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8503
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7320
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6163
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4301
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1944
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1604
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.