problem when connecting to DB (V9.1C) SQL92

Hello,

I'm having troubles to connect through odbc to our database. The configuration is as follows :

Server AIX 4.3 with Progress V9.1 patch 09

server script:
/************************/
DLC=/apple/dlc91
PROMSGS=$DLC/promsgs
IDLC=/apple/dlc91
IPROMSGS=$DLC/promsgs
PROOIBRK=$DLC/bin/_prooibk
PROOIDRV=$DLC/bin/_prooidv
export DLC PROMSGS IDLC IPROMSGS PROOIBRK PROOIDRV
$PROOIBRK -SV -S stodbc -H r40 -N tcp
/************************/

Client configuration :

/************************/
host name : r40
port number : stodbc
database name : statistiek (or $path/statistiek.db, ...)
User Id : root
/************************/

When hit the test connect button, I get an hour-glass and can wait forever. When I kill the process, I get in the prooidrv.lg file the following :
/************************/

Mon Mar 18 15:42:37 2002
15:42:37 OIBRKR 0: Error reading socket=7 ret=-1 errno=73. (795)
/************************/

Is there anybody who had the same problem and/or knows what to do ?

Thanks in advance !
 
A small call to tech support learned me that I don't have to start a broker anymore on the serverside. The ODBC-sql support has been incorperated into the database itself.

You just have to make sure that the -Mn parameter is set high enough.
 
Top