G
George Potemkin
Guest
"Status: Servers" screen (promon/R&D/1/3) is a must if you're getting the "server has no more resources". You can get the same data from a full db log but you need a program to process the log. You should use the -Mpb parameter to start a primary login broker. You're using the -Mpb to start only a secondary login broker (-m3 -Mpb 4 -ServerType SQL). There was at least 31 servers for 4GL clients ("SRV 31"). You allows to start 4 servers for SQL clients (-Mpb 4). But you allocate only 36 slots (-Mn + 1) used by the servers as well as by two login brokers. Hence the remote client servers of both types can use only 34 slots (= 36 - 2). It's not enough. Either increase the -Mn or better set -Mpb 30 to start the primary login broker.
Continue reading...
Continue reading...