Reconfiguring the REST Grids

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:

The steps described below need to be carried out for the following REST grids in the following forms:

To reconfigure the REST grids:

  1. In SBM Composer, open the ALM Projects Workflow.

  2. Select Visual Design.

  3. Under forms, select Project Submit Form.

  4. Select the REST grid widget RESTgetcmproducts.

  5. Select General in the Property Editor.

  6. Click Configure URL.

  7. 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.

    design_mode.png

  8. Click Update Outputs.

  9. Click OK.

    Note that you can test the change using the Preview button to preview the Transition Form.

  10. 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.

  11. 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}

    set_product.gif

  12. Under forms, select Project Update.

  13. Repeat Step    4    thru Step    10    for the two REST grids RESTgetcmproducts and RESTgetcmprojects.

  14. Redeploy the process application.

  15. Open the Dev Packages Workflow.

  16. Under forms, select the Create Baseline Form.

  17. Perform Step    4    thru Step    10    to set the URLs as per the corresponding examples for:

    http://dvm-cmserver:8080/DevManager/services/rest/getCmBaselineTypes

    http://dvm-cmserver:8080/DevManager/services/rest/getCmBaselineTemplates

    http://dvm-cmserver:8080/DevManager/services/rest/getCmDesigParts

  18. Select the Build Baseline Form.

  19. Perform Step    4    thru Step    10    for to set the URLs as per the corresponding examples for:

http://dvm-cmserver:8080/DevManager/services/rest/getCmBuildConfigurations

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}.