DM_STORAGE_F_UNABLE_TO_COMPUTE_DATE_EPOCH

Options

I am getting below error in production environment for date field, inputs are helpful for me to debug..
error message
DM_STORAGE_F_UNABLE_TO_COMPUTE_DATE_EPOCH

[DM_STORAGE_F_UNABLE_TO_COMPUTE_DATE_EPOCH]fatal: "Unable to get epoch for the date 1911-01-08 00:00:00"; ERRORCODE: 100; NEXT: null

Version of DCTM is 5.3

Comments

  • Hi Raghav,

    ERROR: [DM_STORAGE_F_UNABLE_TO_COMPUTE_DATE_EPOCH]
    SEVERITY: FATAL
    DESCRIPTION: S Unable to get epoch for the date %s
    CAUSE: Unable to compute the epoch (seconds elapsed since 1/1/1970) for the date specified. This would happen if the date is less than 1/1/1970 or greater than 1/1/2038
    ACTION: Use Date value between the specified date range to avoid the issue.

    Hope this helps:)
    Hari.

    Hari Gadhamsetty
    Architect, Consulting Services
    OpenText

  • I have seen Hari this blob.... But how come it is working for Dev and Test.. want to understand the root cause..

  • Verify that you can use date ranges <1970 or >2038 in DEV/TEST. Also verify that your database version/patches are the same between DEV,TEST, and PROD