Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Managing User Profiles : Setting Login Options

Setting Login Options
Use the login options settings to determine login access times, the type of menu to appear, the default current security group, the rules library to use at login, the rule to use at session startup and the operational characteristics of the rule.
Login Restricted …, Session Menu, Security Group, and Library Fields
To display valid values for each field, use PF1.
 
Login Restricted from___to___
Specifies the time period when the user ID is not allowed to log in to TIBCO Object Service Broker. The format of this value is hhmm (for example, 2300 to 0530).
Specifies the name that the CURRENT GROUP field defaults to at login time. Since this field is used only at login time, any changes to it affect the current group at the next login. Refer to Full Name, Phone, Timezone, CURRENT GROUP, and SecAdmin Fields for more information about current groups.
Specifies the default local rules library. If this field is null, the home rules library for the user ID is used.
Startup Rule, Action, Browse, and Search Fields
The information entered into the Startup Rule, Action, Browse, and Search fields determines the rule that is invoked when the user ID logs in to TIBCO Object Service Broker along with the characteristics of that rule. To display valid values for each field, use PF1.
 
Specifies the rule to be invoked (based on the value in the Action field) immediately after login. When the startup rule terminates, the session menu (if specified) appears if the Action field is set to E or C.
C – The startup rule is called. This enables the session manager to regain control of the session when the startup rule ends error-free. Otherwise, the session manager, not knowing how to handle the error exceptions from the startup rule, terminates with the session. The called rule must be in the system library.
E – The startup rule is executed. This is the recommended value. Control is always transferred to the session menu, even if the startup rule finishes in error. As usual, executing a rule causes it to run at another transaction level.
T – The startup rule is transfercalled. This terminates the session manager when the startup rule begins and the session then ends when the startup rule finishes.
Specifies whether (Y) or not (N) the startup rule is run in browse mode. It is specified only for action values of E or T.
Specifies the search path for the startup rule. It is specified only if the action value is T or E, and can contain one of the following:
S – System library: Only the system library is searched.
I – Installation library: The search order is installation library first, and then system library.
L – Local library: The search order is local library, installation library, and then system library.
See Also
TIBCO Object Service Broker Programming in Rules about rules libraries.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved