Configuring Dimensions CM Communication in Release Manager

You must configure Dimensions CM properties on the Serena Release Manager server so that Serena Release Manager can connect to and communicate with Dimensions CM. To do this, you must update the Dimensions CM Web client and connection properties files with the correct connection information as follows:

To update the Dimensions CM client-specific information:

  1. On your SBM server, navigate to the Serena Release Manager common Tomcat Web server classes folder. For example:

    C:\Program Files\Serena\common\tomcat\6.0\webapps\rlm\WEB-INF\classes

  2. Open the dm-client.properties file.

  3. Make sure the variables are set to the correct client-specific information for your installation of Dimensions CM as follows:

    Parameter

    Value

    JOB_STATE_SUCCESS

    State that indicates success.

    JOB_STATE_FAILURE

    State that indicates failure.

  4. Restart the Serena common Tomcat service.

Example

dm-client.properties

JOB_STATE_SUCCESS = Succeeded

JOB_STATE_FAILED = Failed

Related Topics