SQL Server - Collation Error between Business and System Database
We are upgrading our JDE from 91 to 92 and in middle of the process. Our Database is SQL Serve and business Database (i.e. JDE_DEVELOPMENT(DV), JDE_CRP(PY) has collation set as SQL_Latin1_General_CP1_CI_AS and the Data Dictionary Database (i.e. JDE920) which come from Oracle has collation Latin1_General_CI_AS_WS.
The problem we are facing is third party reporting tool Hubble. when we are trying to establish the connection between Hubble and 92 database we are getting collation error.
I will appreciate if anyone can please shed some light on this
1. Does Oracle has standard recommendation on setting database collation for Business and system databases?