Default archive name will be filename_digest_timestamp. This format was introduced with SOA 11g.
To configure the File Adapter archive filename to use this format: filename_yyyymmdd_hh24mmss we have to use property “UseDigest” in JCA file.
To configure the File Adapter archive filename to use this format: filename_yyyymmdd_hh24mmss we have to use property “UseDigest” in JCA file.
By default “UseDigest” is set to true, which tells the Inbound File Adapter that the archive file name format will be the default: filename_digest_timestamp.
When the “UseDigest” property is set to false, the filename format will revert to: filename_timestamp.
Modify your File Inbound JCA file, and add the following property:
<property name=”UseDigest” value=”false”/>
Comments
Post a Comment