6.9.1 File-event-reception configuration file
- Organization of this subsection
(1) Format
[urecp-fileevent.trace.filenum=number-of-file-event-trace-files] [urecp-fileevent.trace.filesize=maximum-size-of-one-file-event-trace-file]
(2) Function
Specifies the configuration information for a specific file event reception to be changed after a file event reception is set up. This file is also used to specify the information that is frequently changed.
You can create this file by editing the template file.
- Location of the template file:
service-platform-installation-directory\CSC\custom-reception\fileevent\config\templates\fileeventrecp_config.properties
- Location to store the file-event-reception configuration file:
service-platform-installation-directory\CSC\custom-reception\fileevent\config\
Store the file with the file name reception-ID.properties.
When the file event reception starts, the file you created is read and the settings become valid.
(3) Specifiable properties
urecp-fileevent.trace.filenum=number-of-file-event-trace-files ~ <Numeric character> ((1 to 16)) <<8>>
Specifies the number of file event trace files.
If you omit either the property name or the value, the default value is used for operation. If you specify a non-numeric value or a value outside the range, an error occurs.
urecp-fileevent.trace.filesize=maximum-size-of-one-file-event-trace-file ~ <Numeric character> ((4096 to 2147483647)) <<2097152>>
Specifies the maximum size of one file event trace file in bytes.
If you omit either the property name or the value, the default value is used for operation. If you specify a non-numeric value or a value outside the range, an error occurs.
(4) Example of coding
The following is an example of coding of the file-event-reception configuration file.
urecp-fileevent.trace.filenum=8 urecp-fileevent.trace.filesize=2097152