The UPDATE statement for user and profile sessions has the following operands:
|
Operand |
Explanation |
|---|---|
|
TPX |
Indicates that you are updating a user or profile session authorized for CA TPX. If the session is not a CA TPX session, the UPDATE statement is not executed. |
|
STX |
Indicates that you are updating a user or profile session authorized for CA STX. If the session is not a CA TPX session, the UPDATE statement is not executed. Note: If you do not specify TPX or STX, the UPDATE statement is executed regardless of the type of session being updated. |
|
USERSESSION |
Specify USERSESSION to modify user session values. |
|
PROFILESESSION |
Specify PROFILESESSION to modify profile session values. |
|
object-ID |
This is the user ID if you are modifying user session values, or the name of the profile if you are modifying profile session values. |
|
session-ID |
This is the session ID of the session you want to modify. |
|
variable |
Specifies a variable. For descriptions of the variables, see the appendix Variables. The variable must be appropriate for the session. Except for the user group variable, which is common to sessions, you must specify variables for CA TPX sessions. |
|
value |
Specifies a valid value to be assigned to the variable selected in variable. |
|
Copyright © 2013 CA.
All rights reserved.
|
|