Hello,
I'm trying to link to an external MS SQL Server database from an empty site using ODBC. When linking the external product reference to the internal one, the following error message appears:
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 'systemDSN1' failed.
The external table has the product reference as its primary key and a unique index and a unique constraint on the field. It does work however when the data is imported to an MS Access table.
I'm using Actinic Developer 6.12, and the Product ID is a 20 character varchar.
Does anyone know what I need to do to use SQL Server or will I have to resort to Access? Any help would be appreciated.
Thanks
I'm trying to link to an external MS SQL Server database from an empty site using ODBC. When linking the external product reference to the internal one, the following error message appears:
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 'systemDSN1' failed.
The external table has the product reference as its primary key and a unique index and a unique constraint on the field. It does work however when the data is imported to an MS Access table.
I'm using Actinic Developer 6.12, and the Product ID is a 20 character varchar.
Does anyone know what I need to do to use SQL Server or will I have to resort to Access? Any help would be appreciated.
Thanks
Comment