Previous Topic: IDAETERR48 - DATE: year invalidNext Topic: IDAETERR50 - Invalid DATE/TIME format.  Expected format is type


IDAETERR49 - DATE exceeds internal limits

Reason:

A CA Ideal internal-date field is outside the date range:

January 1, 2000 BC thru December 31, 4000 AD For example, the internal-date computed by your program has a value that is outside the numeric range -730485 <= internal-date <= 1460970.

Such dates are outside the validity range for the algorithm CA Ideal uses to convert internal-date values.

Action:

Review the computation of the CA Ideal internal-date identifier that caused the error. Ensure that your program provides for computation of dates in the specified range. Correct the errors, recompile and rerun.