Use this command to display information about the reports in an application.
The information displayed includes:
Information | Description |
---|---|
Username | User account |
Report Name | Name of the report |
Process ID | Process ID of the report |
Report Status | Status of the report |
ID | The Session ID / recovery key of the report |
Administration command
:REP [ RECOVER ]
Where RECOVER displays reports awaiting recovery. A key value for recovery information is displayed for each report awaiting recovery. You can use this key value with the :DEL command to remove recovery information, or with the :RUN command to recover the report.
COM+ methods
SAFEARRAY(BSTR) ListRunningReports
Use this method to display reports awaiting recovery. A unique identifier for and the status of the recovery information is displayed for each report awaiting recovery. You can use this identifier with the DeleteReportRecovery() method to remove recovery information, or with the RecoverReport() method to recover the report.
Security
Users must be a member of one of the following COM+ roles in order to access this administrative function:
Report Runners (only able to obtain information on reports they have initiated)
Report Monitors
Report Recoverers
Report Recovery Operators
Report Recovery Administrators
Report Administrators