Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot resolve collation conflict in SQL Server 2008 #327

Open
gwpurnell opened this issue Aug 4, 2022 · 2 comments
Open

Cannot resolve collation conflict in SQL Server 2008 #327

gwpurnell opened this issue Aug 4, 2022 · 2 comments

Comments

@gwpurnell
Copy link

Description:
RESTException: Remote exception caused by GenericException: Cannot resolve the collation conflict between "Latin1_General_CIAS" and "SQL_Latin1_General_CP1_CI_AS" in the equal to operation.

Context:

  • DBPTK Desktop: Operative System name and version
  • Windows version 2.5.10
  • DBPTK Enterprise: Browser name and version (Internet explorer, Chrome, Firefox, etc)

Steps required to reproduce the bug:

  1. Connect to SQL Server 2008 R2
  2. Try to import SQL Server database

Attach any related screenshots below.

Attach any relevant logs below.

Find DBPTK Desktop logs at Help -> Logs menu.
Find DBPTK Enterprise logs with docker logs command.
dbvtk-2022-06-23.0.log.gz
dbptk_collation_conflict

SQL Server 2008

@gwpurnell
Copy link
Author

The unzipped version of the log
dbvtk-2022-06-23.0.log
.

@hmiguim
Copy link
Member

hmiguim commented Oct 6, 2022

Hi,

Searching the error message it seems that you have different collations. DBPTK doesn't cope with this kind of situation.

You could see if this is the case and normalize the collations across the database or create a custom view to archive the data and resolve the collation via query.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants