Yes, modify conmgr and restart the db.
Shared memory and most other parameters are not related to user count. Lock table size (-L) might be -- it depends on how your application behaves.
Usually you want number of connections (-n) to be substantially greater than number of servers * number of connections per server (-Ma * -Mn).
Minimum connections (-Mi) should probably be 1. That gives you "round robin" assignment of connections to servers which is usually more desirable and better performing.
Posting the same thread multiple times isn't going to get the question answered any faster or better. It might, however, result in completely confusing everyone.
Thanks for your help Tom, but I modified the conmgr and doesn't work.
I have 2 DBs and the following information or each one:
DB1
Shared Resources:
Number of database buffers (-B): 107240
Number of before image buffers (-bibufs): 25
Number of after image buffers (-aibufs): 25
Excess shared memory size (-Mxs): 96
Before-image truncate interval (-G): 0
No crash protection (-i): Not enabled
Maximum private buffers per user (-Bpmax): 64
Current size of locking table (-L): 8192
Locking table entries in use: 84
Locking table high water mark: 1310
Maximum number of clients per server (-Ma): 5
Max number of JTA transactions (-maxxids): 0
Delay of before-image flush (-Mf): 3
Maximum number of servers (-Mn): 34
Maximum number of users (-n): 172
Before-image file I/O (-r -R): Raw
Shared memory version number: 64010213
DB2
Shared Resources:
Number of database buffers (-B): 35746
Number of before image buffers (-bibufs): 25
Number of after image buffers (-aibufs): 25
Excess shared memory size (-Mxs): 96
Before-image truncate interval (-G): 0
No crash protection (-i): Not enabled
Maximum private buffers per user (-Bpmax): 64
Current size of locking table (-L): 8192
Locking table entries in use: 0
Locking table high water mark: 13
Maximum number of clients per server (-Ma): 5
Max number of JTA transactions (-maxxids): 0
Delay of before-image flush (-Mf): 3
Maximum number of servers (-Mn): 34
Maximum number of users (-n): 172
Before-image file I/O (-r -R): Raw
Shared memory version number: 64010213
When the count users connected are on 98 or 99 the new ones receive the following message:
"The server or the system has no more resources. Please contact Progress Technical Support. (748)"
They are connected from windonws C:\Progress\OpenEdge\bin\prowin32.exe -pf c:\DB.pf -ininame c:\DB.ini -p m-main.w
the DB.pf
-Mm 8192
-db DB1
-ld DB1
-L 100
-inp 320
-d mdy
-yy 1970
-N TCP
-H SERVER
-S XXXX
-db DB2
-ld DB2
-L 10000
-inp 32000
-d mdy
-yy 1970
-N TCP
-H SERVER
-S XXXX
-h 10
-Bt 10000
-s 256
-rereadnolock
-wy
Do you look something bad???