Displays the queue (backlog) of ADO Calc requests. |
|
FIELDS:
ID: Unique ID of request
Status: The status of the request. Has the following values:
0 - Pending (Request submitted and the calling program does not require server reply when request is complete). Typically, this status is seen when the calc request was submitted by an OPS SQL Interface or the GNR server.
1 - Pending (Client requested server reply upon completion). Typically, this status is seen when the OPS SQL client requested the calculation.
2 - Completed
999 - Currently being processed by ADO Calc.
Status_Desc: Description of Status, see above.
AuditUser: User that requested the calc.
AuditTimeStamp: Date/time request was made.
Facility: The OPS SQL Facility calc request was made for.
VLIST: The list of variables that were requested to be calculated. If blank or '0', request is for all variables to be calculated.
datestart: The start date of the date range to be calculated. After the request is complete this field contains the date/time ADO Calc started processing the request.
dateend: The end date of the date range to be calculated. After the request is complete this field contains the date/time ADO Calc finished processing the request.
BUTTONS:
|
Refreshes the list |
|
Copies the records listed to the windows clipboard. |
|
Outputs the list to the printer. |
NOTE:
All calc request with a status of 2 (Completed) or 999 (Processing) are deleted from the queue when ADO Calc is restarted.