FTP reception definition file
Format
[urecp-ftp.resource-adapter=Display name of the FTP inbound adapter used by reception process] |
Function
Set up the setting contents that can be changed after setting up FTP reception. When FTP reception starts, the contents set up in FTP reception definition file becomes valid
Note that if FTP reception definition file for FTP reception is not set up, default values are assumed for all the properties that can be set in the FTP reception definition file. In that case, message KDEC00410-W is output at the time of deploying FTP reception and during the start of FTP reception.
FTP reception definition file is created with the file name "cscurecpftp.properties". If the definition file is created with a file name other than "cscurecpftp.properties", then that file will be ignored.
File saving destination
<Service platform installation directory>\CSC\config\ftprecp\templates\cscurecpftp.properties
Properties that can be set
Display name of the FTP inbound adapter that is used by urecp-ftp.resource-adapter=reception process ~<one-byte alphanumeric characters and underscore (_)> ((0-240 characters)) <<Value set in the display-name tag of Connector attribute file>>
Specify the display name of the FTP inbound adapter that is used by reception process. The display name is case sensitive. You can omit this property.
Here you must specify the setting value of the display name tag of Connector attribute file.
If you omit this property or if you do not specify any value for this property, the value check process is not carried out during the implementation of operating command and command control (MBean).
urecp-ftp.pooled-instance.minimum=Minimum number of instances in the pool of custom reception framework ~<Number> ((0-2147483647))<<0>>
Specify the minimum number of instances in the pool of custom reception framework. Note that the minimum number of instances in the pool of reception processing is a fixed value. No changes can be made in this property.
Set this value lower than the value of urecp-ftp.pooled-instance.maximum property (maximum number of instances in reception process and in the pool of custom reception framework).
If you omit this property or if you do not specify any value for this property, the value check process is not carried out during the implementation of operating command and command control (MBean). Also during the implementation of command control (MBean), value is not applied to an element for HITACHI application integrated property file for FTP reception custom adapter.
urecp-ftp.pooled-instance.maximum=Maximum number of instances in the pool of reception process and custom reception framework ~<Number> ((0-2147483647))<<0>>
Specify the maximum number of instances in the pool of reception process and custom reception framework.
Set a value larger than the value of urecp-ftp.pooled-instance.minimum property (Minimum number of instances in the pool of custom reception framework).
If you specify 0, the maximum number of instances set up in reception process and in the pool of custom reception framework is 1.
If you omit this property or if you do not specify any value for this property, the value check process is not carried out during the implementation of operating command and command control (MBean). Also, during the implementation of command control (MBean), value is not applied to an element for HITACHI application integrated property file for custom adapter of FTP reception.
urecp-ftp.ejb-transaction-timeout=Timeout duration for EJB transaction of reception process and custom reception framework ~<Number>((0-2147483647))<<0>>
Specify the timeout duration for EJB transaction of reception process and custom reception framework in the unit of seconds. If you specify 0, operation is performed with the default timeout value set up in J2EE server.
If you omit this property or if you do not specify any value for this property, the value check process is not carried out during the implementation of operating command and command control (MBean). Also, during the implementation of command control (MBean), value is not applied to an element for HITACHI application integrated property file for custom adapter of FTP reception.
If you specify a value other than numeric value or a value outside the range, an error occurs during the implementation of operating command and command control (MBean).
urecp-ftp.work-dir.auto-delete={true|false} ~<<true>>
Specify if work folder is to be deleted automatically by FTP reception.
Example described
An example of description is as follows:
urecp-ftp.resource-adapter=FTP_Inbound_Adapter |
Note
If the contents of FTP reception definition file are wrong, an error will occur during the deployment of FTP reception.