If the SBM and DVM web services are not installed on the same machine, the URLs for the following REST grids need to be reconfigured to reference the server where the web services are installed, since the default is localhost:
RESTgetcmproducts
RESTgetprojects
RESTBaselineTypes
RESTBaselineTemplate
RESTDesignParts
RESTgetconfigurations
RESTgetareas
The steps described below need to be carried out for the following REST grids in the following forms:
ALM Projects Process App
Project Submit Form
RESTgetcmproducts
RESTgetprojects
Project Update Form
RESTgetcmproducts
RESTgetprojects
Dev Package Process App
Build Baseline Form
RESTgetconfigurations
RESTgetareas
Create Baseline Form
RESTBaselineTypes
RESTBaselineTemplate
RESTDesignParts
To reconfigure the REST grids:
In SBM Composer, open the ALM Projects Workflow.
Select Visual Design.
Under forms, select Project Submit Form.
Select General in the Property Editor.
Click Configure URL.
Change the server name to the name of your server where the web services are installed, and the port number to the correct port (default is 8080). For example:
http://dvm-cmserver:8080/DevManager/services/rest/getCmProducts
Make sure the temporary parameter designMode is set to true.
Click Update Outputs.
Note that you can test the change using the Preview button to preview the Transition Form.
Before deploying the process application, set the designMode parameter back to false. To do this, select the Query tab in the Property Editor and change the value of designMode to false.
Repeat this for RESTgetprojects.
Set the URL, for example:
http://dvm-cmserver:8080/DevManager/services/rest/getCmProjects
When setting the designMode parameter as per step Step 10 , set the product to {CM Product}
Under forms, select Project Update.
Repeat Step 4 thru Step 10 for the two REST grids RESTgetcmproducts and RESTgetcmprojects.
Redeploy the process application.
Open the Dev Packages Workflow.
Under forms, select the Create Baseline Form.
Perform Step 4 thru Step 10 to set the URLs as per the corresponding examples for:
RESTBaselineTypes:
http://dvm-cmserver:8080/DevManager/services/rest/getCmBaselineTypes
RESTBaselineTemplate
http://dvm-cmserver:8080/DevManager/services/rest/getCmBaselineTemplates
RESTDesignParts
http://dvm-cmserver:8080/DevManager/services/rest/getCmDesigParts
Select the Build Baseline Form.
Perform Step 4 thru Step 10 for to set the URLs as per the corresponding examples for:
RESTgetconfigurations:
http://dvm-cmserver:8080/DevManager/services/rest/getCmBuildConfigurations
RESTgetareas:
http://dvm-cmserver:8080/DevManager/services/rest/getCmBuildAreas
When setting the designMode parameter as per step Step 10 , set the product to {CM Product}, the project to {CM Project} and buildConfiguration to {Baseline Build Configuration}.