Specifying Client-Specific Information for ChangeMan ZMF

So that Serena Release Manager knows which status to expect for successful and failed responses from ChangeMan ZMF, you must specify this information in the appropriate properties file.

To specify the ZMF response status information:

  1. 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 zmf-client.properties file.

  3. Set the properties for the connection 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

This example sets the values needed to connect to ChangeMan ZMF.

zmf-client.properties

# Specify ZMF promotion success and failed state.

JOB_STATE_SUCCESS = Completed

JOB_STATE_FAILED  = Failed