Re: Pro*C problem with sqlglm()

From: Dave Mausner <d-mausner_at_nwu.edu>
Date: 1995/10/01
Message-ID: <44mlbo$593_at_news.acns.nwu.edu>#1/1


In article <1995Oct1.150047.3527_at_sgcl1.unisg.ch>,

   dlincke_at_bandon.unisg.ch (David-Michael Lincke) wrote:
>We are having a problem with Pro*C programs running on a client and
>accessing a remote Oracle7 server. sqlglm() is never able to return the
>error message. It always outputs messages of the folowing kind:
>
>ORA-12571: Unable to open message file (SQL-02113).
>
>The client has only the following products installed Pro*C 2.0, SQL*Net
 V2,
>SQL*Plus. All the mesg directories and message files seem to be there.
>oerr ORA 12571 works fine and the relevant message file tnsus.msg is
>available.
>What's going on here?

follow the pointer in win.ini in the [oracle] section called ora_config. it points to your oracle.ini. you should find a list of pointers to the directories containing the messages files. a small section of it looks like this:

ORACLE_HOME=C:\ORAWIN
PLUS31=C:\ORAWIN\PLUS31

PRO14=C:\ORAWIN\PRO14
PRO15=C:\ORAWIN\PRO15
PRO16=C:\ORAWIN\pro16

RDBMS70=C:\ORAWIN\RDBMS70
RDBMS71=C:\ORAWIN\RDBMS71 you should find an entry corresponding to PRO20, i assume. if not, that's your problem.

Dave Mausner, Sr. Consultant, Braun Technology Group, Chicago. Received on Sun Oct 01 1995 - 00:00:00 CET

Original text of this message