PRCS_RUNJOBSETNOW
This service operation schedules a JobSet based on the settings as defined in the Scheduled JobSet Definition component.
Request Message: PRQ_RUNJOBSETNOW_REQ
| Element Name | Description |
|---|---|
|
MainSchedName |
Specifies the name of the jobset schedule. |
|
MainJobName |
Specifies the name of job within the jobset schedule. |
Example Request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:prq="http://xmlns.oracle.com/Enterprise/Tools/schemas/PRQ_SCHEDULE_PSQUERY_REQ.VERSION_1">
<soapenv:Header xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<wsse:Security soap:mustUnderstand="1" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:UsernameToken wsu:Id="UsernameToken-1" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:Username>VP1</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">password</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
<soapenv:Body>
<prq:RunJobSetNow>
<MainSchedName>js1</MainSchedName>
<MainJobName>j1</MainJobName>
</prq:RunJobSetNow>
</soapenv:Body>
</soapenv:Envelope>
Response Message: PRQ_RUNJOBSETNOW_RES
| Element Name | Description |
|---|---|
|
ProcessInstance |
Specifies a number representing a process instance for running the report. |
Example Response
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<prq:RunJobSetNowResponse xsi:schemaLocation="http://xmlns.oracle.com/Enterprise/Tools/schemas/PRQ_RUNJOBSETNOW_RES.VERSION_1 PRQ_RUNJOBSETNOW_RES.VERSION_1.xsd" xmlns:prq="http://xmlns.oracle.com/Enterprise/Tools/schemas/PRQ_RUNJOBSETNOW_RES.VERSION_1">
<ProcessInstance>10554</ProcessInstance>
</prq:RunJobSetNowResponse>
</soapenv:Body>
</soapenv:Envelope>