This event indicates that an administrator has updated an existing record in the System Manager database. For example, an administrator might have edited a Session Manager instance using the Session Manager Administration Web page.
The log messages for this event have the following format:
LoginID:<The name of user logged into System Manager Web Console>
ClientHost :<The IP address of the web user computer>
Action: Database UPDATE into table <The name of the database table> with key <database record primary key value> and properties: <database table column name>:[<previous value>]=> <new value>, ...
An example of the UPDATE log message is: LoginID: admin ClientHost: 123.4.56.789 Action: Database UPDATE into table asminstance with key 1 and properties: description: [<NULL>]=>This is my sm