cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1075
Views
13
Helpful
4
Replies

Max number of user defined groups in Common Services

david.fernandes
Level 1
Level 1

What is the max number of user defined groups under Common Services 3.0.4? Is it still 100? If so, can this be easily manipulated to a higher number of groups?

1 Accepted Solution

Accepted Solutions

David Stanford
Cisco Employee
Cisco Employee

The default is 100, but it is configurable per these steps:

This is available as an entry in OGSClient.properties file:

Check for the entry MaxLimitforGroups = 100.

The location of this property file differs for each application.

If it is Common Services then it would be under

NMSROOT/MDC/tomcat/webapps/cwhp/WEB-INF/classes

For RME it would be under

NMSROOT/MDC/tomcat/webapps/rme/WEB-INF/classes

For Campus, it would be under

NMSROOT/MDC/tomcat/webapps/campus/WEB-INF/classes

You can edit the property file to change the value of 100 to something that you need as a

limit.

To have an optimized performance, the default value is kept as 100 in each

of the application space.

The daemons need to be restarted for any of these changes to be in effect:

Solaris:

cd /etc/init.d/

./dmgtd stop

./dmgtd start

Windows

cd c:\progra~1\CSCOpx\bin

net stop crmdmgtd

net start crmdmgtd

View solution in original post

4 Replies 4

nhabib
Level 9
Level 9

I just checked CS 3.0.4, and it is still set at 100.

It is fairly simple to increase. Just stop CiscoWork, and modify the value (MaxLimitforGroups) in the OGSClient.properties files.

David Stanford
Cisco Employee
Cisco Employee

The default is 100, but it is configurable per these steps:

This is available as an entry in OGSClient.properties file:

Check for the entry MaxLimitforGroups = 100.

The location of this property file differs for each application.

If it is Common Services then it would be under

NMSROOT/MDC/tomcat/webapps/cwhp/WEB-INF/classes

For RME it would be under

NMSROOT/MDC/tomcat/webapps/rme/WEB-INF/classes

For Campus, it would be under

NMSROOT/MDC/tomcat/webapps/campus/WEB-INF/classes

You can edit the property file to change the value of 100 to something that you need as a

limit.

To have an optimized performance, the default value is kept as 100 in each

of the application space.

The daemons need to be restarted for any of these changes to be in effect:

Solaris:

cd /etc/init.d/

./dmgtd stop

./dmgtd start

Windows

cd c:\progra~1\CSCOpx\bin

net stop crmdmgtd

net start crmdmgtd

Thanks guys!

Keep in mind that the numbers are different for DFM.

I think the java applet is configured for 18 groups max.

Maybe it has increased with 2.0.4 but I haven't checked it yet.

Michel