PRCS_GETSERVERCONSTRAINTS
This service operation retrieves server specific constraints data from the database. As a response, Max load and current load information will be returned in the XML response message.
Request Message: PRQ_GETSERVERCONSTRAINTS_REQ
| Element Name | Description |
|---|---|
|
ServerName |
Specifies the server name for the service operation PRCS_GETSERVERCONSTRAINTS. |
|
ProcessType |
Specifies the process type for the service operation PRCS_GETSERVERCONSTRAINTS. |
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:prq="http://xmlns.oracle.com/Enterprise/Tools/schemas/PRQ_GETSERVERCONSTRAINTS_REQ.VERSION_1">
<soapenv:Header/>
<soapenv:Body>
<prq:GetServerConstraints>
<!--Optional:-->
<ServerName>PSNT</ServerName>
</prq:GetServerConstraints>
</soapenv:Body>
</soapenv:Envelope>
Response Message: PRQ_GETSERVERCONSTRAINTS_RES
| Element Name | Description |
|---|---|
|
RaiseAlert |
Specifies the server suspended state. |
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:GetServerConstraintsResponse xsi:schemaLocation="http://xmlns.oracle.com/Enterprise/Tools/schemas/PRQ_GETSERVERCONSTRAINTS_RES.VERSION_1 PRQ_GETSERVERCONSTRAINTS_RES.VERSION_1.xsd" xmlns:prq="http://xmlns.oracle.com/Enterprise/Tools/schemas/PRQ_GETSERVERCONSTRAINTS_RES.VERSION_1">
<ServerInfo>
<ServerName>PSNT</ServerName>
<ProcessType>Application Engine</ProcessType>
<CurrentLoad>0</CurrentLoad>
<MaxLoad>3</MaxLoad>
</ServerInfo>
<ServerInfo>
<ServerName>PSNT</ServerName>
<ProcessType>COBOL SQL</ProcessType>
<CurrentLoad>0</CurrentLoad>
<MaxLoad>3</MaxLoad>
</ServerInfo>
<ServerInfo>
<ServerName>PSNT</ServerName>
<ProcessType>Cube Builder</ProcessType>
<CurrentLoad>0</CurrentLoad>
<MaxLoad>3</MaxLoad>
</ServerInfo>
<ServerInfo>
<ServerName>PSNT</ServerName>
<ProcessType>Data Mover</ProcessType>
<CurrentLoad>0</CurrentLoad>
<MaxLoad>3</MaxLoad>
</ServerInfo>
<ServerInfo>
<ServerName>PSNT</ServerName>
<ProcessType>Essbase Cube Builder</ProcessType>
<CurrentLoad>0</CurrentLoad>
<MaxLoad>3</MaxLoad>
</ServerInfo>
<ServerInfo>
<ServerName>PSNT</ServerName>
<ProcessType>Optimization Engine</ProcessType>
<CurrentLoad>0</CurrentLoad>
<MaxLoad>2</MaxLoad>
</ServerInfo>
<ServerInfo>
<ServerName>PSNT</ServerName>
<ProcessType>PSJob</ProcessType>
<CurrentLoad>0</CurrentLoad>
<MaxLoad>3</MaxLoad>
</ServerInfo>
<ServerInfo>
<ServerName>PSNT</ServerName>
<ProcessType>SQR Process</ProcessType>
<CurrentLoad>0</CurrentLoad>
<MaxLoad>3</MaxLoad>
</ServerInfo>
<ServerInfo>
<ServerName>PSNT</ServerName>
<ProcessType>SQR Report</ProcessType>
<CurrentLoad>0</CurrentLoad>
<MaxLoad>3</MaxLoad>
</ServerInfo>
<ServerInfo>
<ServerName>PSNT</ServerName>
<ProcessType>SQR Report For WF Delivery</ProcessType>
<CurrentLoad>0</CurrentLoad>
<MaxLoad>3</MaxLoad>
</ServerInfo>
<ServerInfo>
<ServerName>PSNT</ServerName>
<ProcessType>Winword</ProcessType>
<CurrentLoad>0</CurrentLoad>
<MaxLoad>3</MaxLoad>
</ServerInfo>
<ServerInfo>
<ServerName>PSNT</ServerName>
<ProcessType>XML Publisher</ProcessType>
<CurrentLoad>0</CurrentLoad>
<MaxLoad>3</MaxLoad>
</ServerInfo>
<ServerInfo>
<ServerName>PSNT</ServerName>
<ProcessType>nVision-Report</ProcessType>
<CurrentLoad>0</CurrentLoad>
<MaxLoad>3</MaxLoad>
</ServerInfo>
<ServerInfo>
<ServerName>PSNT</ServerName>
<ProcessType>nVision-ReportBook</ProcessType>
<CurrentLoad>0</CurrentLoad>
<MaxLoad>3</MaxLoad>
</ServerInfo>
</prq:GetServerConstraintsResponse>
</soapenv:Body>
</soapenv:Envelope>
<