I have a database on SQL Server (on another machine) with a DSN set up from my local machine which runs Actinic.
This DSN works OK, as I have a number of ASP pages which connect using it with no errors.
I would like to use Actinic's External Links feature to load live stock level data.
I have no problem selecting the database (using type "SQL database via ODBC"), which gives me a valid list of tables to choose from, and then I can drag my column names into the matching Actinic fields.
But - when I click "OK", I get the following error:
----------
Actinic Ecommerce was unable to determine if there are duplicate product references in the external table. Please correct the error or disable external product linking. The error message reported was: 'ODBC---Connection to RSCM_SUN failed'
----------
I don't understand how the connection failed if it successfully connected to get the table and column names a few seconds earlier.
Can anyone please make any suggestions?
Many thanks,
Andrew
This DSN works OK, as I have a number of ASP pages which connect using it with no errors.
I would like to use Actinic's External Links feature to load live stock level data.
I have no problem selecting the database (using type "SQL database via ODBC"), which gives me a valid list of tables to choose from, and then I can drag my column names into the matching Actinic fields.
But - when I click "OK", I get the following error:
----------
Actinic Ecommerce was unable to determine if there are duplicate product references in the external table. Please correct the error or disable external product linking. The error message reported was: 'ODBC---Connection to RSCM_SUN failed'
----------
I don't understand how the connection failed if it successfully connected to get the table and column names a few seconds earlier.
Can anyone please make any suggestions?
Many thanks,
Andrew
Comment