cancel
Showing results for 
Search instead for 
Did you mean: 

how to check the system parameters in SAP CC for different instances

0 Kudos

Hi experts,

How to check the SAP CC system parameters values for different instances. when I logged into Admin+ tool by default its showing [host] Dispatcher#1. how to change this dispatcher to other instance (rater, guider.... )

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

This is very helpful

former_member428395
Active Participant
0 Kudos

Hello,

be aware that admin+ is only connecting to the master Dispatcher instance. The master Dispatcher is responsible to collect the parameter value from all other instances and to apply the parameter change for all other instances.Parameter are defined per instance type.

  • You can retrieve the value for every instances :
get SQLHELPER_CONNECTION_COUNT
  • You can retrieve the value for Guider instances :
get SQLHELPER_CONNECTION_COUNT  all Guider
  • you can also retrieve the current number of SQL connection of the Guider#1 :
get SQLHELPER_CONNECTION_COUNT memory Guider#1

see the admin+ doc for more details;

Best regards,

Eric Fremont

0 Kudos

When you type in parameter (get <parameter>) in admin+, it will show you value for that parameter applicable to all instnaces. (e.g. rater#1, rater#2, Dispatcher#1 etc.) .