>When execute a simple SELECT on this row , what is the output?
A simple select in isql gives the expected values.
>How do you load the database on 11.1 ?
loading into 11.1 is done via 'load from <file> insert into <table>', where <file> is the file unloaded to, and <table> is the table name
>or you migrate from 9.4 without export/import?
we do unloads for all the tables as part of our daily backups, and are trying to use these files to load into 11.1 (the 11.1 server is a test server, attempting to load in data from our 9.4 production server)
>Already try export with HPL express?
I've tried with HPL and the results are mixed - if I export to a fixed-width format, it works okay, but if I export to a delimited file I get the same results as with an unload statement. Also, HPL is a bit cumbersome, as we have around 900 tables to deal with, and creating a job for each table is a pain.
>Already execute "oncheck -cd" ?
An oncheck -cd for the table in question runs with no errors on either server/database.