The Reconfigure External Extract File utility (EEFReconfigure.exe) can be used at runtime to view, delete, or change the configuration properties of an external extract file. This utility stores the configuration details in the _Config table of the runtime database. The _Config table is created when you first deploy an AB Suite system.
The configuration details stored in the _Config table take precedence over those set in the model. Therefore, after deploying the runtime application, you can use the Reconfigure utility to modify the configuration details with which the system was originally generated. This allows a system to be deployed using the Runtime Transfer and any external extract files within the system to be reconfigured and connected to different external host and host packs.
You can modify configuration details, such as the external host, the user id and the password required to access the host server and host pack details, including equipment type and removal pack ids.
This utility is available in the CD Runtime\Windows Runtime\Runtime Utilities\EEFReconfigure folder of the Agile Business Suite 7.0 Installation CD. You can invoke the utility from a command line.
Note: You must have local administrator privileges to use EEFReconfigure.exe.
The EEFReconfigure utility requires a set of command line arguments for each of the following options:
GETCONFIG - To view the configuration properties
EEFReconfigure.exe GETCONFIG <system name> <owner class name> <extract file name>
DELETECONFIG - To delete the configuration properties
EEFReconfigure.exe DELETECONFIG <system name> <owner class name> <extract file name>
SETCONFIG - To modify the configuration properties
EEFReconfigure.exe SETCONFIG <system name> <owner class name> <extract file name> <external host> <userId> <password> <pack device type> <pack ids> <acr name>
Note: An error message appears if you do not specify the required command line arguments for an option. All error messages are available in the system.log file.
where,
Configuration Property | Description |
---|---|
<system name> | Specifies the deployed AB Suite system. Note: An error message appears if the system does not exist (case sensitive). |
<owner class name> | Specifies the class (for example, ispec or report) in the model that owns the extract file. |
<extract file name> | Specifies the external extract file name. |
<external host> | Specifies the name of the external host server. For example: USTR-TIS2 Note: The name supplied must correspond to the name provided in ClearPathHost.config. |
<userId> | Specifies the registered user-id that can access the host server. The user-id can be
The user-id must not begin with an underscore or a numeral. Note: The user-id is encrypted and stored in the _Config table. |
<password> | Specifies the password required for the authorized user id on the host server. The password can be
A password must not contain a comma (,) or a slash (/). Note: The password is encrypted and stored in the _Config table. |
<Pack Device Type> | Specifies the OS2200 disk device type. For example: FMD |
<pack ids> | Specifies the names of the host packs, separated by “/”. For example: AP0915/AP0916/AP0917 |
<acr name> | Specifies the OS 2200 Access Control Record Name |
Note: If you wish to alter selected values or if no values apply for a given field (for example, ACR name) then enter a null string for such fields ( ).