![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Creates a list of new user IDs and adds them to the TIBCO Object Service Broker system. (E)
Developer’s workbench
The name of a table containing the user IDs to be added. The name of a model user profile on which the new user IDs are to be based
• 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.
• 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.The following shows a sample input table. It contains a list of the user IDs to be added to the system:
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:
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:
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |