HCL Workload Automation, Version 9.4

Enabling unsecure communication with the dynamic workload broker server

About this task

By default, the dynamic workload broker server uses secure communication. You might need to enable unsecure communication, even though this type of communication is not recommended.

To enable unsecure communication with the dynamic workload broker server, perform the following steps on the master domain manager:
  1. Run the exportserverdata command located in installation_directory/TDWB/bin:
    exportserverdata -dbUsr db_instance_admin -dbPwd db_instance_admin_pwd
  2. Open the resulting server.properties file in a flat-text editor.
  3. Copy the following line:
    https://hostname:port/JobManagerRESTWeb/JobScheduler
  4. Change the copied line by replacing https with http:
    http://hostname:port/JobManagerRESTWeb/JobScheduler
    The file now contains two lines specifying the connection mode, one line specifying the https mode and one line specifying the http mode.
  5. Save the file.
  6. Import the new data with the importserverdata command located in installation_directory/TDWB/bin:
    importserverdata -dbUsr db_instance_admin -dbPwd db_instance_admin_pwd
For more information about the exportserverdata and importserverdata commands, see HCL Workload Automation: Scheduling Workload Dynamically.