MaximumClientCount is a Configuration setting within JAMSDBA that controls the number of JAMS Clients the user wants to connect to a JAMS Server service. This setting controls the number of Jobs that run concurrently and wait for other Jobs to complete. If the user does not configure the setting, the default is 100.
How to update the MaximumClientCount value using the Command Prompt:
- On the JAMS V7 Server, navigate to the JAMSDBA.exe utility located by default at
C:\Program Files\MVPSI\JAMS\Scheduler
. - Run JAMSDBA.exe as an Administrator to open Administrator: Command Prompt.
- At the JAMSDBA command prompt, type SET CONFIG MaximumClientCount 500 and hit Enter. In the example below, the user set the value to 500 rather than the default, 100.
- JAMSDBA searches for the MaximumClientCount Configuration setting. If JAMSDBA does not find the setting, you may add it. At the JAMSDBA command prompt, type ADD CONFIG MaximumClientCount 100 /DATA=INT and hit Enter. The command prompt confirms the Configuration is saved.
- Change the MaximumClientCount value at any time using the JAMSDBA command prompt. Type SET CONFIG MaximumClientCount with the value you wish to specify (e.g. 500) and hit Enter.
- The command prompt confirms that the Configuration is updated and confirms what you entered for the Configuration settings.
See Also
Comments