Kbase P49578: What information and format is required for the GroupName (password)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  30/12/2008 |
|
Status: Verified
GOAL:
When adding an AppServer to the Ubroker.properties file manually, what information and format is required for the GroupName (password), userName and UUID parameters?
FACT(s) (Environment):
Progress 9.1C
Progress 9.1B
Progress 9.1A
All Supported Operating Systems
FIX:
The definition and format information for all parameters used in the Ubroker.properties file is found in the Ubroker.properties file itself.
The definition and format for user_name, GroupName, and UUID are listed below.
# userName OPTIONAL
#
# Defines a valid user account. It is possible to run a broker
# under a differ user account. By default a broker will run
# under the System Account (also known as LocalSystem).
#
# To be able to use as a different user account, the user must
# have administrator privileges AND 'Logon as batch' enabled.
# See the User Manager->User Rights options. The value of userName
# has 3 formats:
# 1. user_name = defines an Administrator on the local machine.
# 2. .\user_name = same as option 1, with explicit reference to the
# local machine.
# 3. domain\user = A user on a specified domain.
#
#
# groupName OPTIONAL
#
# Specifies the encrypted password of the userName property. If
# userName is set, then groupName is required. It's value is an
# encrypted form of the user account's password.
# This property is automatically encrypted by the Progress
# Explorer. If you manually add broker definitions
# you can generate an encrypted password using the following command:
#
# [Install-dir]\bin\genpassword -password users_password
#
# where: "users_password" is the clear text password
# for the userName account.
#
# You can then cut and paste the value into groupName=
#
# Default: (none)
#
# uuid REQUIRED
#
# Specifies a universally unique identifier for this broker.
# This value is used by the NameServer referred to by the
# controllingNameServer property to uniquely identify
# this broker from all other brokers registered with that
# NameServer.
# This property is automatically set by the Progress
# Explorer. If you manually add broker definitions
# you can generate a uuid using the following command:
#
# [Install-dir]\bin\genuuid
#
# You can then cut and paste the value into uuid=
# Default: (none)
#