CentraSite Documentation : CentraSite Administrator’s Guide : Basic Operations : Usage of the CentraSite Command Tools : Managing Run-Time Event Store from the Command Line : Fetching the State of Run-Time Event Store
Fetching the State of Run-Time Event Store
Use the state runtimeEvent command to fetch the current state of the active run-time event store in CentraSite. The possible values are:
* ok - Indicates the legacy mode of run-time event storage.
* flat - Indicates the enhanced mode of run-time event storage.
The syntax for the command is:
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd|sh state runtimeEvent -user <USER-ID> -password <PASSWORD> [-url <CENTRASITE-URL>]
The input parameters are:
Parameter
Description
-url
(Optional). The fully qualified URL of the CentraSite registry/repository. Default value is http://localhost:53307.
-user
The user ID of a registered CentraSite user who has the CentraSite Administrator role. For example, Administrator.
-password
The password for the CentraSite user identified by the parameter -user.
Example:
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd|sh state runtimeEvent -user Administrator -password manage -url http://localhost:53307/CentraSite/CentraSite
Note:  
The command parameters are case-sensitive, so for example the parameter -url must be specified as shown and not as -URL.
The response to this command could be:
Executing the command : state runtimeEvent
=================================================================
<?xml version="1.0" encoding="UTF-8" ?>
<ino:response xmlns:ino="http://namespaces.softwareag.com/tamino/response2"
xmlns:xql= "http://metalab.unc.edu/xql/">
<ino:message ino:returnvalue="0">
<ino:messageline>starting admin command
ino:RuntimeEvents(&#39;state&#39;)
</ino:messageline>
</ino:message>
<RuntimeEvents>
<Type>flat</Type>
<Count>0</Count>
</RuntimeEvents>
<ino:message ino:returnvalue="0">
<ino:messageline>admin command
ino:RuntimeEvents(&#39;state&#39;) completed
</ino:messageline>
</ino:message>
</ino:response>
=================================================================
….
Successfully executed the command : state runtimeEvent
Copyright © 2005-2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback