Hi all,We are having a small issue while doing OD from one server to another. In actual, deployment is happening successfully, however the timestamp of the file remains same as in what is in source.As per the requirements we have, the timestamp should be the date and time on which the assets reached its target. Can anyone help me out to find any attribute or element to be added in our config file, in order to acheive the desired result?All pointers / suggestions are welcome.Thanks.
Since the intention of OD is to be able to be used repeatedly to ensure that files modified at the source are delivered to the target - preserving the time stamp from the source on the target is what it does.I could map out a bunch of scenarios where this makes sense.If you really want the time stamp updated on the target side - create a DNR script that runs on the target side after success, which goes through the list of files just deployed and touches them (see for an example)My personal feeling - be careful what you ask for - you may get it and find out it causes many more problems than it solves.