watt.cds.
watt.cds.skip.role.types
Controls whether
Integration Server evaluates LDAP or database query roles in the server. If LDAP or database query roles are not used for any ACL management in
Integration Server with Common Users enabled, evaluation of these roles might impact
Integration Server performance. In this case, you can disable the query roles evaluation function to increase performance. For more information, see
Considerations for
My webMethods Server Query Roles.
To disable LDAP query role evaluation, set watt.cds.skip.role.types=wm_xt_ldapqueryprovider.
To disable database query role evaluation, set watt.cds.skip.role.types=wm_xt_dbrole.
To disable both query roles, enter the extended setting twice using both settings above. For example, enter the following on the Edit Extended Settings page:
watt.cds.skip.role.types=wm_xt_ldapqueryprovider
watt.cds.skip.role.types=wm_xt_dbrole
To re-enable evaluation, delete either or both of the extended settings. If you change the setting of this parameter, you must restart Integration Server for the changes to take effect.