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