Secondary broker for ODBC

BOBAH

New Member
Dear Sir/Madam,



I am trying to create a secondary broker (in order to create ODBC connection).

I am running the following command:

proserve D:\SCS\data\live\multifrt.db -m3 -n 61 -Mn 15 -Mi 3 -Ma 5 -Mpb 4 -N tcp -S 9009 -ServerType Both



I have a message:

PROGRESS Version 9.1D03 as of Wed Dec 4 04:44:43 EST 2002

12:21:21 SERVER : You have attempted to connect to a database with too many

users connected to it. Retry the connection later,

or increase -n on the server. (5291)

12:21:21 SERVER : ** This process terminated with exit code 1. (8619)



My questions are:

1) Where can I change –n on the server??? Where is this file? In Which directory? I didn’t find it

2) Can I use 9009 port for this purpose??



Looking forward for your reply.

Thank you.
 
Hi there

The -n param, can be changed on the database server in the config file.

For example if the database is on the G:\db\live, then the config could be in the file G:\config\live

You may have multiple .pf files here, if you have more than one progress database in the environment.

dbname.pf

Edit these files, and increase the -n.

Then restart the db

.
 
Back
Top