Concealment - Job Queue Manager
If you have configured the concealment settings for SuperWEB2 , then you need to apply the same configuration adjustments to Job Queue Manager.
The concealment settings for SuperWEB2 are defined in <tomcat_home>\webapps\webapi\WEB-INF\data\.repository\CubeCatalog.xml, while the equivalent settings for Job Queue Manager are defined in <tomcat_home>\webapps\queuedjobservice\WEB-INF\config\common\service-config.xml.
To change the concealment settings for Job Queue Manager:
- Go to the Tomcat instance that is running Job Queue Manager and open <tomcat_home>\webapps\queuedjobservice\WEB-INF\config\common\service-config.xml in a text editor.
Make a backup copy of this file before making any changes.
-
Locate the following section and change the value to your preferred concealment string:
XML<property name="defaultConcealedString" value="..C"/>
-
Locate the following section and change the value to your preferred concealment description:
XML<property name="defaultConcealedStringDescription" value=" - data is concealed"/>
- Save your changes.
- Restart the Tomcat server that is running Job Queue Manager.
Concealment must be configured for both SuperWEB2 and Job Queue Manager.