Prerequisite: One time configuration

One time configuration outlines the procedure for creating a Z Understand sandbox project and configuring its ID into the Refactoring services.

Note: The streamline program structure procedure requires a Z Understand project as per the requirements to hold intermediate representation of the program to remove the streamline program structure statements. Therefore, this procedure is referred as a sandbox Z Understand project. For more information about how to create a Z Understand project, see Creating a project.
Note: You must have your own Z Understand project in order to use the streamline program structure capability feature.
Here are the steps to configure the ID into Refactoring services:
  1. The administrator must create the sandbox project.
    Note: It is recommended to remove the created sandbox project from the default workspace in Z Understand dashboard so that it is not visible to other users.
  2. The administrator obtains the project's unique ID through the following steps:
    • Navigate to the Projects page in the Z Understand dashboard.
    • In Z Understand, the project ID is visible when you edit the project and can be copied by the administrator.
      Note: The unique ID field is available in Z Understand.
  3. The administrator navigates to the directory where RA server is installed (on Linux®), and runs a command to associate with the project ID:
    ./configure.sh user@ibm.com 00000000-00000000-00000000-00000000
    First parameter in the command indicates the user's ID, and the second parameter indicates the project ID.
    Note: You can also run the script without specifying the parameters to view the usage information.