This is a discussion on Tables with unicode columns within the Ingres forums, part of the Database Server Software category; --> Hi, I have a database schema that imports OK with all VARCHAR columns where I need variable text, but ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I have a database schema that imports OK with all VARCHAR columns where I need variable text, but if I create the DB with 'createdb -n' and change all the VARCHARs to NVARCHARs, I get this error: E_SC0206 An internal error prevents further processing of this query. Associated error messages which provide more detailed information about the problem can be found in the error log, II_CONFIG:errlog.log (Thu Oct 28 10:17:18 2004) The error log in turn says: PC3-HEYE::[II\INGRES\4f8 , 013f2ca0]: Thu Oct 28 10:15:09 2004 E_AD1014_BAD_VALUE_FOR_DT < Expected internal error code ... No message needed. > Invalid data for datatype found while doing value checking. PC3-HEYE::[II\INGRES\4f8 , 013f2ca0]: Thu Oct 28 10:15:09 2004 E_PS0002_INTERNAL_ERROR Internal error in PSF PC3-HEYE::[II\INGRES\4f8 , 013f2ca0]: Thu Oct 28 10:15:09 2004 E_PS0007_INT_OTHER_FAC_ERR PSF detected an internal error when calling other facility. PC3-HEYE::[II\INGRES\4f8 , 013f2ca0]: Thu Oct 28 10:15:09 2004 E_SC0215_PSF_ERROR Error returned by PSF. PC3-HEYE::[II\INGRES\4f8 , 013f2ca0]: Thu Oct 28 10:15:09 2004 E_AD1014_BAD_VALUE_FOR_DT < Expected internal error code ... No message needed. > Invalid data for datatype found while doing value checking. Any ideas? Emile |