Hi,
We are configuring the Dynamicweb CMS integration solution with NAV for a client. In our development server, we hvae NAV database and Dynamicweb database installed in the same SQL instance but we didnt' face any issue. The db collation setting in development server is as below.
1. TempDb - SQL_Latin1_General_CP1_CI_AS
2. ModalDb - SQL_Latin1_General_CP1_CI_AS
3. NAV DB - Latin1_General_100_CS_AS
4. Dynamicweb - Latin1_General_CI_AS
When we move the solution from development to UAT (will be promoted to Live after UAT) server, we face the issues in batch jobs as below.
[dbo.EcomManufacturersTempTableForBulkImport] to main table [dbo.EcomManufacturers]. Exception: Cannot resolve the collation conflict between "Latin1_General_CI_AS" and "Latin1_General_100_CS_AS" in the equal to operation.
Our database collation configuration setting is as below.
1. TempDb - Latin1_General_100_CS_AS
2. ModalDb - Latin1_General_100_CS_AS
3. NAV DB - Latin1_General_100_CS_AS
4. Dynamicweb - Latin1_General_CI_AS
What could be the best solution for us to move forward to make both the application working on the same SQL instant.
Best Regards,
Thaw