S
Sasha Kraljevic
Guest
Hi, you didn’t mention database startup parameters, as they are the ones governing the number of _mprosrv processes per databases : -Ma, -Mn –Mi –n as well as –Mpb parameters. Minimum number of clients per server is probably too low, which means every new incoming connection to the db broker spawns new remote server until max number of servers (eventually per broker) is reached. Also, having secondary db login broker as well as SQL92 clients (ODBC/JDBC) can have influence on the number of remote servers. I would suggest that you carefully plan your db configuration: - Broker listening port - Remote server port range (-miniport –maxport) - Maximum number of Servers –Mn - Maximum number of Clients per Server –Ma - Maximum servers per broker –Mpb - Max number of connections –n The same goes for AppServer, including broker listening port, plus port range for each AppServer broker (srvrMinPort srvrMaxPort IIRC) Cheers, Sasha
Continue reading...
Continue reading...