Hi Everybody ,
In the program we use, we get this error connecting to ODBC. database Error "ODBC Progress OpenEdge Wire Protocol Driver - [OPENEDGE]Broker Rejects Connection ". Our databse log print is attached . Sametime We have second broker , SQL on database . we have used this parameters –Servertype 4GL and –ServerType SQL Could you help me please ?
Thanks
The message is clear: there are no more connection slots available for SQL connections. If I understand your post correctly, you start two login brokers: one with -ServerType 4GL and a second with -ServerType SQL. The -Mi/-Ma/-Mpb parameters for the SQL login broker are insufficient.
Please post the following information:
1. Both PF files (4GL and SQL brokers)
2. The number of SQL connections required
3. The number of Progress Client/Server connections required
4. The number of Progress shared memory connections required
5. Your Progress version
#2, 3 and 4 will help us determine the optimal values for -n, -Mn, -Mpb, -Mi and -Ma.