Russian language

Sebastiau

Sebastiau

Active Member
Hi list,
I am installing Xe on Windows 2000 and SQL Server 2000. Question is about Russian language. How to run it properly?
I changed in Windows Regional options location to Russian as default. I changed in SQL Server collation to Cyrilic_general.
The problem is when I ran scripts (loadall.bat) on Deployment Server it shows me the message:

Starting copy...
SQLState = S1000, NativeError = 0
Error = [Microsoft][ODBC SQL Server Driver][SQL Server]Code page 866 is not supported by SQL Server
SQLState = S1000, NativeError = 0
Error = [Microsoft][ODBC SQL Server Driver]Unable to resolve column level collations
BCP copy in failed

So I can not load central objects to the database because of collations (or code page) in SQL Server.

Can somebody share some experience?
 
Hi, All!

This is not JDE problem!
I can recommend look through SQL Server Books Online for BCP Arguments (Books Online - Index - bcp utility, default values).

You should use "-C code_page" in short.
 
Back
Top