Some CCM help links incorrectly point to CCM server
We have a distributed RTC 5.0.2 installation with JTS on the first server, CCM on the second QM on the third etc and in the CCM Application Administration, Advanced Properties the Web Help URI has been configured to point to the JTS server where the only help is installed.
Within CCM if I click on the Help (Question Mark) I can browse the full help as installed on the JTS server, but if click on (for Example) Lean more about plans from within my CCM project|Plans area it errors with a 404 page not found and the help URI is it trying to load is on the CCM server. Every clickable Help link I have found point to the CCM server
Why is this happening and what can I do to resolve this - hopefully not install help on every server in the setup!
Accepted answer
1. Locate the file server/conf/ccm/services.xml
2. [Important] Make a backup of the file.
3. Open the file.
4. Find the line containing "infocenterRoot". It should look like the below content.
<!-- Web Welcome -->
<jd:infocenterRoot
rdf:resource="%server-URL%/../clmhelp" />
5. Change the URL to the effective working one (pointing to the JTS server for example).
6. Save the file.
7. Restart the server.
Note that the file services.xml determines the content returned by the service /ccm/rootservices (or /<app>/rootservices for other Jazz applications), which is critical to the application itself and cross-application communication. Errors in the file can render the application unusable, so make sure to make a backup before attempting to edit it.