GC
2009-03-12 20:17:02 UTC
Hi,
I have a customer for which I have to use an ODBC Driver for Accpac dataBase
I have to import some data from one file and Import that data into a Sql
Server 2005 Data Table
I first Create with no problem a connection with this ODBC Driver in the
Connection Manager and I named it ACCPAC_ODBC_CONNECTION
Then in my SSIS in the Data Flow Source Section I try to use the DataReader
Source object in which I Select my ACCPAC_ODBC_CONNECTION and it seems that
this ODBC Driver is not support by this object.
I receive this warning :
[Data reader source[50]]:
Can not acquire a managed connection from the run-time connection manager
Is that true or I might be wrong
Which object should I use to copy Data from an accpac file using my ODBC
Driver for accpac?
I understand that this ODBC driver is old but i am stuck with it and this is
the driver that accpac give us to use for Sql Server 2000 DTS and it works OK.
Now I am trying to do the samething with SSIS in Sql Server 2005 is that
possible ?
Thanks in advance
I have a customer for which I have to use an ODBC Driver for Accpac dataBase
I have to import some data from one file and Import that data into a Sql
Server 2005 Data Table
I first Create with no problem a connection with this ODBC Driver in the
Connection Manager and I named it ACCPAC_ODBC_CONNECTION
Then in my SSIS in the Data Flow Source Section I try to use the DataReader
Source object in which I Select my ACCPAC_ODBC_CONNECTION and it seems that
this ODBC Driver is not support by this object.
I receive this warning :
[Data reader source[50]]:
Can not acquire a managed connection from the run-time connection manager
Is that true or I might be wrong
Which object should I use to copy Data from an accpac file using my ODBC
Driver for accpac?
I understand that this ODBC driver is old but i am stuck with it and this is
the driver that accpac give us to use for Sql Server 2000 DTS and it works OK.
Now I am trying to do the samething with SSIS in Sql Server 2005 is that
possible ?
Thanks in advance