Starting DispatchClient
The SOAP Dispatch module is supported via the executable, dispatch_client.exe.
Command Line
The program can take the following command line parameters:
| Mandatory: Database user (Oracle) or Database name (SQL Server)/password |
| Mandatory: The port number of the API Agent's API port |
| Mandatory: The URL of the SOAP service to receive the job dispatch information. |
| Mandatory: The name or IP address of the SP Server. |
| If present indicates the username for authentication by the user's dispatch service. If this parameter is supplied but either the w or i parameters are not, the values of the missing ones of these latter parameters are set to a zero length string. |
| If present indicates the user password for authentication by the user's dispatch service. If this parameter is supplied, the n parameter must also be supplied. |
| If present indicates the instance identifier for authentication by the user's dispatch service. If this parameter is supplied, the n parameter must also be supplied. |
| If present, indicates the User for HTTP authentication of the SOAP Service. If not supplied, it is assumed that no authentication is required and no user ID is sent. |
| If present, indicates the Password for HTTP authentication of the SOAP Service. If not supplied, it is assumed that no password authentication is required and no password is sent. |
-L < filePath of certificate> | If present indicates the location of the HTTPS certificate. It assumes that the URL will be HTTPS. |
| If present, indicates the timeout in seconds for which we will wait for a response from the SOAP service. |
| If present the dispatch is to run for just the named FRUs. If not present, the dispatch client runs system wide. If one FRU is required, just its ID is given; where more than one FRU is to be specified, the IDs must be separated by semi-colon (";") delimiters. There should be no leading or trailing delimiters. |
| Applies to batch dispatch only. |
| Applies to batch dispatch only. |
| If present specifies the start and end dates for a batch run. If a single date, the same date is used for the start and end of a run. If two dates are , they must be separated by semi-colon (";") delimiters. There should be no leading or trailing delimiters. |
| If present, -b must also be specified. |
| Specifies the end of the time range for a batch run – i.e. the time up to which jobs will be dispatched. |
| If present, -b must also be specified. |
| If present, -b must also be specified. |
| If present must contain a POSIX timezone specification. |
| If present gives the name of the user under which the Service for the ServicePower instance to which we are connecting is running. This is needed to determine the location of the log directory into which a log file will be written. |
| If present, indicates that the dispatch client should terminate if a timeout (return code SP_OK_DISPATCH_REQUEST_TIMEOUT) is received from an SP_DispatchRequest call. |