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


Chapter 3 Tools : CREATEUSERS

CREATEUSERS
Creates a list of new user IDs and adds them to the TIBCO Object Service Broker system. (E)
Invocation
Do one of the following:
Type CREATEUSERS (input_table, modeluser) <Enter>
Type EX CREATEUSERS (input_table, modeluser) <Enter>
Where
:
Prerequisites
To use CREATEUSER, a user must satisfy all the following:
The user must have CREATE_USER capability, that is, be either a level‑7 user or a SecAdmin with CREATE_USER capability.
The table that stores the list of user IDs to be created must have a field called HURON_USERID with syntax C and length 8.
TIBCO Object Service Broker checks for the above conditions and generates error messages accordingly if they are not fulfilled.
Usage Notes
You can extract the user IDs from elsewhere and put them into the HURON_USERID field of the input table (that is, the table can be an import (IMP) table).
Create the model user profile using the MANAGE USERS area of the SECURITY MANAGEMENT MAIN MENU, which you access through the SE Security Administration option of the workbench. This enables the login, print, and other parameters specified for the model user profile to be inherited by the new user IDs. Individual users can further customize their profiles when they log in to the system.
Example
Input Table
The following shows a sample input table. It contains a list of the user IDs to be added to the system:

 
EDITING TABLE : NEWUSERS
COMMAND ==>
SCROLL: P
HURON_USERID
_ --------
_ BJ000
_ BJ002
_ BJ003
_ BJ004
_ BJ005
_ BJ006
_ BJ008
_ BJ009
_ BJ014
_ BJ019
_ BJ020
_ BJ021
_ BJ024
_ BJ033
 
 
 
PFKEYS: 4=INSERT 16=DELETE 5=FIND NEXT 6=CHG NEXT 18=EXCLUDE 3=SAVE 12=CANCEL

 
User Profile
The following shows a sample user profile. All the new user IDs in the sample input table take on the characteristics of this model profile:

 
Command ===>
------------------------------------------------------------------------------
MANAGE USERID: EAG00 ( Clearance = 1 )
------------------------------------------------------------------------------
Full Name: Gardiner, Earl Phone: 305-842-3309 Timezone: 0
CURRENT GROUP: DEVELOPERS SecAdmin: DBA
 
Change Password Logon Parameters
------------------------------- -----------------------------------
Password: Logon Restricted from 0 to 0
Verify Password: Session Menu: DEVELOPER
Security Group: DEVELOPERS
Library:
Startup Rule:
Print Parameters Action: Browse: Search:
-------------------------------
Destination: HRNPRT9 Application Parameters
Form: Class: Y ---------------------------------------
FCB: UCS: Character Set: Fold PFkeys: N
Number of Copies: 1 Borrower: Y Default Unit: EAG00
External Writer: TDS Segment: 0 HDS Segment: 1
File:
PFKEYS: 1=HELP ENTER=CHANGE GROUP 5=MEMBERSHIPS 3=SAVE 12=CANCEL 22=DELETE

 
Message Log
CREATEUSER was run giving the sample table and model user ID from above as input parameters. Here is the confirmation of a successful execution as it appears in the message log:

 
------------------------ INFORMATIONAL MESSAGE LOG -------------------------
COMMAND ===> SCROLL ===> P
CREATING USERIDS:
 
Userid BJ000 has been created
Userid BJ002 has been created
Userid BJ003 has been created
Userid BJ004 has been created
Userid BJ005 has been created
Userid BJ006 has been created
Userid BJ008 has been created
Userid BJ009 has been created
Userid BJ014 has been created
Userid BJ019 has been created
Userid BJ020 has been created
Userid BJ021 has been created
Userid BJ024 has been created
Userid BJ033 has been created
 
 
 
 
PFKEYS: 2=NEXT LOG 3=EXIT 5=REPEAT 12=EXIT 13=PRINT

 

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