Changing the Storage Mode of Run-Time Event
Use the switch runtimeEvent command to change the legacy storage mode of run-time events to the enhanced storage mode (and vice versa).
When changing the mode of run-time event storage, the data that is stored beforehand remains unchanged.
The syntax for the command is:
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd switch 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 switch runtimeEvent -user Administrator -password manage -url http://localhost:53305/CentraSite/CentraSite
The response to this command could be:
Executing the command : switch runtimeEvent
=================================================================
<?xml version="1.0" encoding="UTF-8" ?><ino:response xmlns:ino="http://namespace
s.softwareag.com/tamino/response2" xmlns:xql="http://metalab.unc.edu/xql/"><ino:
message ino:returnvalue="0"><ino:messageline>starting admin command ino:RuntimeE
vents('switch')</ino:messageline></ino:message><ino:message ino:returnva
lue="0"><ino:messageline>admin command ino:RuntimeEvents('switch') compl
eted</ino:messageline></ino:message></ino:response>
=================================================================
….
Successfully executed the command : switch runtimeEvent
Note: | If you want to check whether the current event storage mode is modified, execute the command state runtimeEvent. |