Written by

Question Nezla · Mar 8, 2018

WIDE CHAR error

Hello,

I'm getting <WIDE CHAR> error in one of my routines, I was thinking a corrupted data  or disk out of space or no mount database but all seems to be OK?

I'm running Cache 2014.1.2 and the same routines and data works in our client main server with not problems but having the same copy in their backup server is generating <WIDE CHAR> error, some other reports works but this specific doesn't?

Thanks

Comments

Vladimir Iliychev · Mar 8, 2018

I guess this is related to the difference in your Cache installations. Check your locale definitions! It can happen, if you export

unicode data and import them in 8-bit Cache instalation.

0
Nezla  Mar 8, 2018 to Vladimir Iliychev

Yes, I think that's what it is.

Cheers

0
Jon Willeke  Mar 13, 2018 to Nezla

You can use the $ziswide intrinsic function to check whether a global is portable to an eight-bit instance.

0