Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Unspecified System Error = -21005. (State:S1000, Native Code: 520D)

467 views
Skip to first unread message

eferreyra

unread,
Jan 22, 2008, 11:16:09 AM1/22/08
to
Hi i get this error:

Unspecified System Error = -21005. (State:S1000, Native Code: 520D)

on this query:

SELECT ADJ_COD, ADJ_SOL_COD, ADJ_PRY_COD, ADJ_FAS_COD, ADJ_ENT_COD,
ADJ_TAR_COD, ADJ_NOM, ADJ_FUL_QUA_NAM
FROM adjuntos WHERE Upper(adj_ful_qua_nam) = "\\IMAGE\TPROJECTDOC
\1034\PRY466\FAS3\TAR1\DRS-S1034-P466-1-NUMERO DE ESTABLECIMIENTO -
PROVINCIA DE MENDOZA.DOC"

Using ODBC (2.90 TC6 and 3.00 TC2DE) against this IDSs:

IBM Informix Dynamic Server Version 9.40.UC8
IBM Informix Dynamic Server Version 10.0.FC6


From XP Professional Machines

Connection has database and client locale set to "en_US.819" which is
the same of the connection database.

Some idea ???

Fernando Nunes

unread,
Jan 22, 2008, 12:02:06 PM1/22/08
to

Sheshnarayan Agrawal

unread,
Jan 23, 2008, 1:07:57 AM1/23/08
to eferreyra, inform...@iiug.org

-21005 says "Lossy conversion during translation" ... I didn't find though this error number listed in "finderr" utility !!

As the message explains, it seems one of the chars in your data, which gets converted from CLIENT Locale to DB Locale and vice versa is not right. Beside from CSDK 2.70 onwards there is Unicode implementation in ODBC Driver which will have conversion taking place from Unicode(Only UCS-2 on Windows) to DB locale and vice versa and possibly one of the chars is not accepted in these code sets (i.e UCS-2 and DB locale).

-Shesh



eferreyra <efer...@gmail.com>
Sent by: informix-l...@iiug.org

22/01/2008 21:46

To
inform...@iiug.org
cc
Subject
_______________________________________________
Informix-list mailing list
Inform...@iiug.org
http://www.iiug.org/mailman/listinfo/informix-list

0 new messages