Dimensions RM integration prerequisites
This topic describes the prerequisites and guidelines for enabling the integration with Dimensions RM.
Prerequisites and guidelines
Before you set up the OpenText Dimensions CM–RM associations, ensure that the following prerequisites are fulfilled:
-
Both OpenText Dimensions CM and Dimensions RM are installed and both are compatible.
-
an OpenText Dimensions CM desktop client is installed on the Dimensions RM web server machine.
-
For certain installations, we recommend that Dimensions RM databases have exclusive use of their own Oracle instance. For details about these installations, see the Dimensions RM Installation Guide.
In those circumstances, if you are using OpenText Dimensions CM against an Oracle RDBMS, make sure that it doesn't share the same Oracle instance with Dimensions RM.
-
Modify the Dimensions RM rmcm.xml configuration file to include the URL of the OpenText Dimensions CM server. For details, see Edit Dimensions RM configuration.
-
A Dimensions RM administrator must set the following Dimensions RM to OpenText Dimensions CM associations:
-
The requisite Dimensions RM projects to one or multiple OpenText Dimensions CM products. For details, see Associate RM projects with CM products.
-
The requisite Dimensions RM baselines or collections to one or multiple OpenText Dimensions CM projects/streams. For details, see Associate RM baselines/collections with CM projects/streams.
-
Conversely, you need to enable Dimensions RM users to look at OpenText Dimensions CM requests. After the prerequisites have been completed, as an OpenText Dimensions CM user, associate Dimensions RM requirements to requests.
Edit Dimensions RM configuration
Modify the rmcm.xml configuration file on the Dimensions RM web server to point to the OpenText Dimensions CM server.
To edit the rmcm.xml configuration file:
-
On the Dimensions RM web server machine, navigate to:
<RM-Install-Directory>\conf
-
Open the following configuration file in a text editor: rmcm.xml
This file has the following section:
Copy code<project>
<!-- CMServer url="http://localhost:8080" -->
<CMServer url="" />
</project> -
Update the OpenText Dimensions CM URL with the correct URL for the OpenText Dimensions CM server.
If OpenText Dimensions CM is installed on the same machine as the Dimensions RM web server and with the default port 8080, the commented out URL on the preceding line is the appropriate URL.
See also: