Specifying Release Automation Connection Information

After you configure the Serena Release Automation event notification, you must specify the connection information for Serena Release Manager to access it through the AFS server.

To specify the Serena Release Automation connection 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 nolio-client.properties file.

  3. Set the properties for the connection as follows:

    Parameter

    Value

    nolio.ws.openapi.uri

    The URI that points to Web services on the Serena Release Automation execution server, in the form of:

    http://<srvrhostname>:<srvrport>/datamanagement/ws/OpenAPIService?wsdl

    nolio.username

    The Serena Release Automation execution server user name.

    nolio.password

    The Serena Release Automation execution server password.

    nolio.job.runprocess.timeout

    Indicates how long to wait until a timeout message is received.

    nolio.job.runprocess.wait

    Indicates whether to run the Release Automation process in wait mode. Values are true and false.

    nolio.job.state.success

    List of Serena Release Automation job states that indicate success, delimited by commas.

    nolio.job.states.failure

    List of Serena Release Automation job states that indicate failure, delimited by commas.

Example

This example sets the values needed to retrieve successful and failed job notifications from Serena Release Automation. Login credentials are specified for the Serena Release Automation execution server.

nolio-client.properties

nolio.ws.openapi.uri=http://relauto_host:9090/datamanagement/ws/OpenAPIService?wsdl

 

nolio.username=superuser

nolio.password=suser

 

nolio.job.runprocess.timeout=0

nolio.job.runprocess.wait=false

 

nolio.job.state.success = FLOW_FINISHED

nolio.job.states.failure = BLOCKED,CREATION_FAILED,FILES_DISTRIBUTION_FAILED,FILES_PROPAGATION_FAILED,FLOW_FAILED_PAUSED,PRE_FAILED,FLOW_STOPPED