Patch Number |
Ticket Number |
Change type |
5_50479 |
NA |
Enhancement |
1. Description
Updates to the CREATE-ACCOUNT command
2. Previous Release Behavior
Syntax: CREATE-ACCOUNT {options} <account_directory> {<account_name>}
- If a full path was not specified then the account was created by default in the current directory.
Attempting to create an account in an existing directory returned: Account directory already exists!
3. Current Release Behavior
- Simplified syntax:
CREATE-ACCOUNT {options} account Where: account The name of the account in the SYSTEM file. This can be specified as a full path, a relative path or just the name of the account. If a full or relative path is used then the account is placed in that location. The last element of the path is used as the account name. If only the account name is specified then the account is placed under the JBCDATADIR environment variable or the current directory if JBCDATADIR is undefined. Accounts can be created in existing directories with no contents. The -f option can be used to force the account to be created in directories that are not empty.
The default location for the account is now JBCDATADIR; this can be overridden by specifying the account name as a full or relative path.
- The account can now be created in an existing directory but the directory must initially be empty.
A new option -f (force) allows the account to be created even if it contains existing files. The MD is created if it does not exist. A Remote.cmd can be created with the -r option in which case it will overwrite any existing one.