Use this command to call the Wake logic command, but it does not set GLB.STATUS.
Administration command
:WUP report [PA parameters]
Where:
report is the name of the Report to be run.
PA specifies a text or numeric expression to pass to the report. This bypasses the prior move to the Glb.Param built-in segment attribute. If a numeric value is used, it is converted to text. This expression is limited to a maximum length of 254 characters.
The Wake logic command reactivates a report suspended by a previous Sleep or CriticalPoint logic command. When a Wake logic statement is executed, a Wake message is sent to the specified report.
The Wake logic command can also be executed from a report method. If multiple copies of the report are running, each copy of the report is sent a Wake message by the Wake logic command. Specifically, it sends Wake messages to any reports with the same repository path, segment name, and report name that are suspended on the same workstation.
If multiple copies of the report are running, only one copy receives the data specified by the PA command option.
Reports check for Wake messages when Sleep or CriticalPoint logic statements are executed.
COM+ method
WakeUpReport(BSTR bstrReport, BSTR bstrWakeUpParam)
Where:
bstrReport is the name of the report.
bstrWakeUpParam is the text or numeric expression to pass to the report.
Security
Users must be a member of one of the following COM+ roles in order to access this administrative function:
Application Administrators
Report Administrators
Report Operators
Report Recovery Administrators
Report Recovery Operators
Report Runners