Configuring CMI
Before a task-provider integration can be used, CMI must be configured for the integration.
About this task
Procedure
Example
- In this example, CM provider is configured with values that are
specified on the command line:
cleartool mkcmprovider -replica original@/var/tmp/myvob -version v1_0 -description "CMI RTC provider" -type cmrtc -connection baseUrl:https://hostname.com/:9443/ccm RTCPROV
- The configuration information can be specified in a data
file:
where prov-info-file contains the following informationcleartool mkcmprovider -vob /var/tmp/myvob -data prov-info-file RTCPROV
type=cmrtc version=v1_0 description=CMI RTC Provider connection.baseUrl=http://hostname.com:9443/ccm
- This example shows the configuration of a stream:
cleartool mkcmprovider -stream intStream1 -context "queryUri:<query uri=""> -enable true -options activityFormat:ACT_%task-id_%stream-name,validate:true RTCPROV