TimesTen Error Messages

TT-08234

PassThrough command is no longer valid. One possible cause is creation of a new table on the TimesTen database


Cause

After creating a table in TimesTen, including a cache group table, all prepared passthrough statements are invalidated, until reprepared. This error indicates that the application is trying to use an invalidated statement. The application must prepare the passthrough statement after creating a table or cache group.


Action

Reprepare the PASSTHROUGH statement and retry the operation.


Additional Information

TimesTen cannot complete the operation.