TimesTen Error Messages

TT-02871

Truncation occurred during conversion to date-time value


Cause

TimesTen performed a conversion to a datetime value, but the value was truncated. One cause could be that the data type resolved to TT_TIMESTAMP, but the source value specified more digits than the destination value.


Action

Check the datetime value making sure that truncation is an acceptable result.


Additional Information

TimesTen issued a warning, performed the operation, but truncated the value.