Date is getting changed when importing the UNL file

Hi Team,

I am taking the unload file of a cm3r ticket and trying to import in a lower env. When I do so, The creation date(orig.date.entered) and Last update date(sysmodtime) is taking current system date/time.

I want to import the unl file same as it was unloaded without changing any date parameter.

I have same timezone set up in both servers. I checked the system information record

Can someone pls help me on this.

  • 0

    Its bit urgent. Can someone pls suggest on this.

  • Suggested Answer

    0

    Logically, you are trying to insert a complete new change record to the DB of Lower environment system and thats normal behavior to update the creation time and sysmodtime as the current date value. You may use the RAD debugger to modify the Change Open date after importing the unload file but the sysmod time will still get updated as per design. To update both of these fields, you can modify the values of both in backend database. 

    So - import the unload and run a update scrupt in backend database to update both the fields.