Common Configuration Parameters
The following table lists parameters used to configure for all transfer requests.
Parameter | Description |
---|---|
SecurityPolicy | Defines whether
TIBCO MFT Platform Server complies with any security policy on send and receive transfers.
Note: If you initiate a transfer using DES encryption, which is not allowed for either HIPAA or FIPS-140, the encryption is overridden with a certified encryption method. If you are using HIPAA, a prompted message is displayed informing you the encryption is changed to Blowfish Long. If you are using FIPS-140, you receive a prompted message informing you the encryption is changed to Rijndael (AES).
|
LogEventFileName | Defines the name of the file that holds the initiator log file.
By default, the log file is located in the $CFROOT/log directory. Ensure that the directory exists before you change the name of the log directory. |
TransnumFileName | Defines the file name where the current transaction number is stored. Platform Server uses this file to generate the transaction ID when a transfer is started. This parameter should only be set when running in a container because this file must be saved in persistent storage. Otherwise, you should use the default value. |
PQFDirectory | Defines the directory where the PQF files are stored. PQF files store transfer restart information when a transfer fails and can be restarted. This parameter should only be set when running in a container because PQF files should be saved in persistent storage. If this parameter is not set, restart still works when executing in a container, but the restart information is lost if the container restarts. |
AuditTempErrors | Defines whether all transfer attempts or only the final attempt is logged. |
SemaphoreKey | Defines the key used to create a semaphore.
If there are several transfers going on simultaneously, the output statements from different transactions can overwrite each other. This situation can be prevented by using a semaphore that synchronizes access to the log file. |
SMTPServer | Defines the name of the email server and the port that is used to send out email notifications.
The format to define the port is: your.smtp.server:port If the port is not defined, it defaults to port 25.Example: your.smtp.server:25 |
FromAddress | Defines the value of the From Name field in the email notification. |
Subject | Defines the
Subject line of the email notification.
The maximum length of the defined value is 256 characters. |
CfgPostProc | Defines the name of the file that holds the post processing configuration.
For more information, see Configured Post Processing. |
AccessControlConfig | Defines the path to the
AccessControl.cfg in the
$CFROOT/config directory.
You can change the default directory for a file based on the USERID, NODE or IPADDR parameters on responder transfer requests only. For more information, see Access Control. |
AliasConfig | Defines the path to the
CfAlias.cfg file in the
$CFROOT/config directory.
You can use an alias file name based on the USERID, NODE or IPADDR parameters for responder transfer requests only. For more information, see CfAlias. |
Encode | Defines how file names are translated when sent to the remote Platform Server or Internet Server. Valid values are:
When this parameter is set to a value other than N, the data is converted from this character set to UTF-8. TIBCO MFT Platform Server then sends the UTF-8 file name to the target system where it is converted back to the characters set defined on that Platform Server or Internet Server. For example, if you have file names with Korean or Chinese characters, then you should set this parameter to the character set of the local UNIX machine. |
AdminGroup | Defines the group name that holds users who can configure nodes, profiles, and responder profiles, as well as view audit records from all users. |
BrowseGroup | Defines the group name that holds users who can view audit records from all users. |
TransferGroup | Defines the group name that holds users who can conduct platform to platform file transfers initiated from Command Center.
Note: If this group does not exist and a transfer request comes in from Command Center, the transfer can succeed based on the node configurations for the Command Center. If the group does exist and the end user account being used for a file transfer initiated from Command Center is not a member, the transfer fails.
|
LogDirectoryTransfers | Defines whether to log
cfdir requests when doing directory transfers.
The valid values are Y, N or Errors. The default value is Y. Errors means the cfdir request is logged only when an error occurs. |
CRC | Defines whether to perform a CRC check.
The valid values are N or Y. |