Question
7.1+ File Listener generated report file name doesn't have time stamp that processed file has.
We just noticed that File Listener generated report file name doesn't have the time stamp that processed file has.
This will cause the report file being over write if a new file with the same name arrived later.
Is this a known issue? Are there any HFix or work-around solution?
We are expecting the report file name contains the same time stamp value as the processed file name has.
File name | Current | Expected |
---|---|---|
Original file name | TEST.txt | TEST.txt |
Processed file name | TEST.1459385182141000.txt | TEST.1459385182141000.txt |
Processed file name if error | TEST.1459389246851000.txt.err | TEST.1459389246851000.txt.err |
Report file name | TEST.txt.rpt | TEST.1459385182141000.txt.rpt |
Report file name if error | TEST.txt.rpt | TEST.1459389246851000.txt.rpt |