![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
This instruction adds or deletes an attribute applicable to all users. It consists of the single character A followed by either + to add, or - to delete:A-attributeDelete attribute.
− attribute is the name of a new attribute.Note: Do not use the _XX string to name attributes where XX is a 2-digit number. This string is reserved for TIBCO iProcess Engine internal use.
−
− length is the length of the field for Text or Numeric fields; decimal numerics should have the number of decimal places after a period.
− changer specifies who can change the values for this attribute: U for the user the attribute applies to, or S for the user or group’s supervisor, (that is, the username in the user or group's SUPERVISOR attribute), or blank for neither. The IPEADMIN user or IPEBACKGROUND user can change any attribute.
− default specifies an initial value of this attribute for all users.
This instruction adds or deletes a user. It consists of the single character U followed by either + to add, or - to delete the user:U-nameDelete the name user.Add the name user.If iProcess Engine is running on a Windows system, you can optionally include a location (a single valid machine name or domain name) which will be used to check if the user is a valid Windows operating system user. See Validating New Users on a Windows iProcess Engine.location is ignored on UNIX platforms or when using UVAPI to perform user validation.
Unless an alternative user validation system has been implemented using the UVAPI, an iProcess Engine user must also exist as an operating system user. On Windows, when iProcess Engine processes a U+ instruction to add a new user, it will only create the user if it can find the named user on the following search path:
1.
2. the location defined by the value of the LOGON_OS_LOCATION process attribute.
3. the search path provided by the Windows LookupAccountName function.If the user cannot be found in any of these locations, the add user instruction fails.
• UVAPI, see TIBCO iProcess User Validation API User's Guide.
• LOGON_OS_LOCATION, see "Administering Process Attributes" in TIBCO iProcess Engine Administrator’s Guide.This instruction adds or deletes a group. It consists of the single character G followed by either + to add, or - to delete:G-groupDelete group.G+groupAdd group.
This instruction enables the attributes of an existing user or group to be changed. It consists of the single character V followed by either + to set an attribute to a new value, or - to reset an attribute to its default value. Both the user/group and the attribute must already exist.
As well as the IPEADMIN user or IPEBACKGROUND user, a user can change their own attributes if the attribute has the U flag set. Also the supervisor of a user or group can change attributes with the S flag set.
An iProcess user can have access to a maximum of 32,767 work queues. If this number is exceeded, users cannot log in. Users can access personal, group and test queues, either directly or by supervision or participation.For more information, see "How Many Work Queues Can an iProcess User Access?" in TIBCO iProcess Workspace (Windows) Manager's Guide.
![]() |
Copyright © TIBCO Software Inc. All rights reserved. |