Skip to Main Content

E-Business Suite

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Add Current Date to Archiver File Destination Name

KDLJun 25 2025

We are running ODEE 12.6.5 and have the need to write archiver output to a file folder on a daily basis, and these daily items are processed weekly.

The current property value for destination.file.name.pattern is {BCHS.BCHNAME}_{PUBS.PUBSEQ}.ps, which results in the same file names being used every day (replacing the previous day).

We attempted using {BCHS.BCHNAME}_{PUBS.PUBSEQ}_{DATE}.ps, but that did not work.

We also attemped using {BCHS.BCHNAME}_{PUBS.PUBSEQ}_{BCHS.BCHSTARTTIME}.ps, but that resulted in spaces in the member name which appears the Connector could not handle: Unexpected failure during post archive processing CNT0500800005 Connector Error.

Is there a Global Value that we can use to append the date to the file name or a method to pull just the date from the BCHS.BCHSTARTTIME column?

Thank you,

Kevin

Comments
Post Details
Added on Jun 25 2025
3 comments
249 views