Monday, March 1, 2010

Enabling Auditing on Business Objects XIR2

1. Use ccm.sh to stop the CMS.

./ccm.sh –stop cms

2. Run cmsdbsetup.sh.

./cmsdbsetup.sh

3. Choose the selectaudit option, and then supply the requested information about your database server.

4. Run serverconfig.sh.

./serverconfig.sh

5. Choose the “Modify a server” option.

6. Select the CMS, and enable auditing. Enter the port number of the CMS when prompted (the default value is 6400).

7. Use ccm.sh to start the CMS. When the CMS starts, it will create the auditing database.

No comments:

Post a Comment

Sonarqube Upgrade from 9.4.4 to 9.9.4 LTS

 Issue:  1) Java hasbeen upgraded from 11 to Open JDK 17. And Sonarqube is upgraded from 9.4 to 9.9.4. 2) After the upgrade sonarqube servic...