Adding an adapter and defining its job schedules using the command line

  1. Open a Command Prompt window and enter the name of the drive in which the executable file is installed.

    Note:

    By default, the executable file is installed in the same location as the Oracle Central Coding application.
  2. Enter the location of the executable file in the drive that you specified:
    <Installation Folder>\CentralCodingServer\CodingWebUI\bin

    Note:

    You must run the application from this directory.
  3. Enter the following command for adding an adapter and defining its job schedules:
    PhaseForward.CentralCoding.SetAdapter.exe [AdapterName] [AdapterURL] [GetVerbatimsSchedule] [ReturnCodesSchedule]

    In the command syntax:

    • AdapterName—Name of the adapter to add.
    • AdapterURL—URL of the adapter to add.
    • GetVerbatimsSchedule—Rate at which to run the Get Requests job schedule. This parameter corresponds to the Time span configuration setting on the Schedule GetRequests Job page in the user interface.
      • 0—Indicates that you will run manual Get Requests jobs for the adapter, and the adapter should not be added to a Get Requests schedule.
      • 1—Set a Get Requests job schedule to run every minute for the adapter.
      • 5—Set a Get Requests job schedule to run every five minutes for the adapter.
      • 15—Set a Get Requests job schedule to run every fifteen minutes for the adapter.
      • 30—Set a Get Requests job schedule to run every thirty minutes for the adapter.

      Note:

      This parameter is optional.
    • ReturnCodesSchedule—Rate at which to run the Return Codes job schedule. This parameter corresponds to the Time span configuration setting on the Schedule ReturnCodes Job page in the user interface.
      • 0—Indicates that you will run manual Return Codes jobs for the adapter, and the adapter should not be added to a Return Codes schedule.
      • 1—Set a Return Codes job schedule to run every minute for the adapter.
      • 5—Set a Return Codes job schedule to run every five minutes for the adapter.
      • 15—Set a Return Codes job schedule to run every fifteen minutes for the adapter.
      • 30—Set a Return Codes job schedule to run every thirty minutes for the adapter.

      Note:

      This parameter is optional