6.1.5 Updating the Username and Password for the Create JSON Service

To update the Username and password, follow these steps:

  1. Log in as the ECM Administrator.
  2. Navigate to Case Management Configuration and select Manage Common Parameters.
  3. In the Parameter Category field, select Deployment Based.
  4. In the Parameter Name field, select T2J Deployment.

    The Attribute 1 Value field is pre-populated with the Create JSON Service URL during the installation process with content from the InstallConfig.xml file. In cases where the deployment URL is not mentioned during the installation process or if the deployment URL has changed after installation, you will need to provide the new service URL.

    The Attribute 2 Value field is pre-populated. This value must not be updated.

  5. Enter the ECM Administrator Username in the Attribute 3 Value field.
  6. Click Save to update the details in the database.
  7. To update the password, navigate to the Configuration of Web Service page and enter the password for the above entered ECM Administrator user in the Enter Password for Create JSON Service field.
  8. Click Encrypt to save the password in the database.

To update the Username and password in ECM, follow these steps:

  1. Log in to the ECM Config schema.
  2. Update the placeholder in the following script and execute the same in the Config schema.
update aai_wf_application_api_bSET V_PARAM_1 = '##BASE64ENCODED_ECMADMINUSERNAME:ECMADMINPASSWORD##' where V_APP_API_ID
='1543401257828';
/ commit
/