Represents the Runtime system admin operations.
Namespace: Unisys.AgileBusiness.RuntimeAPI
Assembly: Unisys.AgileBusiness.RuntimeAPI (in Unisys.AgileBusiness.RuntimeAPI.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
The IAdministerSystem type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CheckUserMaintainedTables |
Check the consistency of User Maintained Tables in the system.
|
![]() | ClearSession |
Force disconnect of a given station name/session id.
|
![]() | ConfigurePrintProperty |
Configures print properties of the system.
|
![]() | ConfigureSystemAuditLog |
Configures the system audit log.
|
![]() | DeleteReportRecovery |
Deletes Recovery information of report session id passed
|
![]() | DisableHub |
Disable the HUB for the runtime system.
|
![]() | DisableSystem |
Disable the runtime system.
|
![]() | EnableHub |
Enable the HUB for the runtime system.
|
![]() | EnableSystem |
Enable the runtime system.
|
![]() | GetAccountMonth |
Gets the High Account Month(HAM)/Low Account Month(LAM) of the application.
|
![]() | GetHubStatus |
Display HUB status of the runtime system.
|
![]() | GetSystemStatus |
Get the provided System status for Enable and Stopped.
|
![]() | ListIspecs |
Lists the unique ispecs in the application.
|
![]() | ListRunningReports |
Displays information about the active/waiting recovery reports in an application.
|
![]() | ListUsers |
Displays list of stations connected to a runtime system.
|
![]() | RunReport |
Initiate a report or recover a report with recovery information available.
|
![]() | SendAMessage |
Sends a short message to other users logged onto an application.
|
![]() | SetAccountMonth |
Sets the High Account Month(HAM)/Low Account Month(LAM) of the application.
Updates only if the value is non-zero.
|
![]() | SetMultiLanguagePath |
Provide the language file for additional languages to the system.
|
![]() | StopReport |
Stop the running report.
|
![]() | StopSystem |
Stop and optionally disable the runtime system.
|
![]() | TerminateReport |
Terminate an active report immediately.
|
![]() | WakeUpReport |
Wake up report.
|
See Also