dbTalk Databases Forums  

SSIS and Informix

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SSIS and Informix in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
John Mason
 
Posts: n/a

Default SSIS and Informix - 07-18-2006 , 08:51 AM






I am trying to import data from Informix in SS2K5 but am having trouble
setting up a connection.
I am using the OLE DB connection object but when I try to use the connection
manager to connect to Informix I get a 'ClassFactory cannot supply requested
class' error.
I assume that the Informix OLE DB driver is broken somehow. Is this the
driver I should be using or should I use something else?


Reply With Quote
  #2  
Old   
John Mason
 
Posts: n/a

Default RE: SSIS and Informix - 07-19-2006 , 11:07 AM






Just to clarify:
In Dev Studio when creating a SQL Server 2005 Integration Services project
drag an OLE DB Source object onto the Data Flow pane, then attempt to set a
new connection to an Informix database using the OLE DB Connection Manager.
Select Informix OLE DB Provider from the NAtive OLE DB tree. Enter the
database name and click Test Connection.
I then get an error saying "Test connection failed because of an error in
initializing provider. ClassFactory cannot supply requested class".


"John Mason" wrote:

Quote:
I am trying to import data from Informix in SS2K5 but am having trouble
setting up a connection.
I am using the OLE DB connection object but when I try to use the connection
manager to connect to Informix I get a 'ClassFactory cannot supply requested
class' error.
I assume that the Informix OLE DB driver is broken somehow. Is this the
driver I should be using or should I use something else?


Reply With Quote
  #3  
Old   
Steffi
 
Posts: n/a

Default Re: SSIS and Informix - 07-20-2006 , 02:32 AM



Hi,
Do you try Informix Connect version 2.90 TC3?
It works for me.

Just to clarify:
In Dev Studio when creating a SQL Server 2005 Integration Services project
drag an OLE DB Source object onto the Data Flow pane, then attempt to set a
new connection to an Informix database using the OLE DB Connection Manager.
Select Informix OLE DB Provider from the NAtive OLE DB tree. Enter the
database name and click Test Connection.
I then get an error saying "Test connection failed because of an error in
initializing provider. ClassFactory cannot supply requested class".


"John Mason" wrote:

Quote:
I am trying to import data from Informix in SS2K5 but am having trouble
setting up a connection.
I am using the OLE DB connection object but when I try to use the
connection
manager to connect to Informix I get a 'ClassFactory cannot supply
requested
class' error.
I assume that the Informix OLE DB driver is broken somehow. Is this the
driver I should be using or should I use something else?




Reply With Quote
  #4  
Old   
John Mason
 
Posts: n/a

Default Re: SSIS and Informix - 07-20-2006 , 04:40 AM



I'll try that thanks.

"Steffi" wrote:

Quote:
Hi,
Do you try Informix Connect version 2.90 TC3?
It works for me.

Just to clarify:
In Dev Studio when creating a SQL Server 2005 Integration Services project
drag an OLE DB Source object onto the Data Flow pane, then attempt to set a
new connection to an Informix database using the OLE DB Connection Manager.
Select Informix OLE DB Provider from the NAtive OLE DB tree. Enter the
database name and click Test Connection.
I then get an error saying "Test connection failed because of an error in
initializing provider. ClassFactory cannot supply requested class".


"John Mason" wrote:

I am trying to import data from Informix in SS2K5 but am having trouble
setting up a connection.
I am using the OLE DB connection object but when I try to use the
connection
manager to connect to Informix I get a 'ClassFactory cannot supply
requested
class' error.
I assume that the Informix OLE DB driver is broken somehow. Is this the
driver I should be using or should I use something else?





Reply With Quote
  #5  
Old   
John Mason
 
Posts: n/a

Default Re: SSIS and Informix - 07-27-2006 , 03:18 AM



I have installed the IBM Informix 3.90 drivers but to no avail.
I can, for example, select the driver when using an OLEDB source but when I
try to select the 'Name of the table or the view' I get a Loading... message
and then an error.
"Could not retrieve the table information...
IErrorInfo.GetDescription failed with E_NOINTERFACE(0x80004002)"

Any thoughts?

"Steffi" wrote:

Quote:
Hi,
Do you try Informix Connect version 2.90 TC3?
It works for me.

Just to clarify:
In Dev Studio when creating a SQL Server 2005 Integration Services project
drag an OLE DB Source object onto the Data Flow pane, then attempt to set a
new connection to an Informix database using the OLE DB Connection Manager.
Select Informix OLE DB Provider from the NAtive OLE DB tree. Enter the
database name and click Test Connection.
I then get an error saying "Test connection failed because of an error in
initializing provider. ClassFactory cannot supply requested class".


"John Mason" wrote:

I am trying to import data from Informix in SS2K5 but am having trouble
setting up a connection.
I am using the OLE DB connection object but when I try to use the
connection
manager to connect to Informix I get a 'ClassFactory cannot supply
requested
class' error.
I assume that the Informix OLE DB driver is broken somehow. Is this the
driver I should be using or should I use something else?





Reply With Quote
  #6  
Old   
Steffi
 
Posts: n/a

Default Re: SSIS and Informix - 08-01-2006 , 10:23 PM



hi,
Unfortunately, in my experiene, the only way to include INFORMIX is using
SQL Command or SQL Command from Varivable.
There's some warnings but u can ingore it.

".... Cannot retrieve the column code page info from the OLE DB provider.
If the component supports the "DefaultCodePage" property, the code page from
that property will be used. Change the value of the property if the current
string code page values are incorrect. If the component does not support
the property, the code page from the component's locale ID will be used."


"John Mason" <JohnMason (AT) discussions (DOT) microsoft.com>
I have installed the IBM Informix 3.90 drivers but to no avail.
I can, for example, select the driver when using an OLEDB source but when I
try to select the 'Name of the table or the view' I get a Loading... message
and then an error.
"Could not retrieve the table information...
IErrorInfo.GetDescription failed with E_NOINTERFACE(0x80004002)"

Any thoughts?

"Steffi" wrote:

Quote:
Hi,
Do you try Informix Connect version 2.90 TC3?
It works for me.

Just to clarify:
In Dev Studio when creating a SQL Server 2005 Integration Services project
drag an OLE DB Source object onto the Data Flow pane, then attempt to set
a
new connection to an Informix database using the OLE DB Connection
Manager.
Select Informix OLE DB Provider from the NAtive OLE DB tree. Enter the
database name and click Test Connection.
I then get an error saying "Test connection failed because of an error in
initializing provider. ClassFactory cannot supply requested class".


"John Mason" wrote:

I am trying to import data from Informix in SS2K5 but am having trouble
setting up a connection.
I am using the OLE DB connection object but when I try to use the
connection
manager to connect to Informix I get a 'ClassFactory cannot supply
requested
class' error.
I assume that the Informix OLE DB driver is broken somehow. Is this the
driver I should be using or should I use something else?







Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.