G
Garry Hall
Guest
RAW-TRANSFER should observe codepage conversion where necessary. From the doc: "Compares source and target code page ids, and (if they are present and different) translates the source’s character data, writing any warnings to the database log file and raising any error conditions." You suggest the problem is when going through the appserver. Some thoughts on debugging: - dump out the raw bytes of the RAW field on each side of the wire (LENGTH, GET-BYTE). That might suggest on which side of the wire to start looking for a problem. Hopefully, your strings will be obvious enough in the data without needing to know the format. - if not using SSL, you could sniff the traffic, to see if your strings are encoded correctly on the wire. - there is some undocumented logging which you could turn on to view the network payload, but I'd ask you to log a call with TS for that. It might be easier than dumping out the RAW yourself.
Continue reading...
Continue reading...