TimesTen Error Messages

TT-03429

Dynamic load is not allowed with cache group table in subquery when dynamicloadEnable connection attribute is set to 1. Set it to 2 instead and retry the query


Cause

You issued a query where the DynamicLoadEnable connection attribute was set to 1. A dynamic load is not allowed if your query references any cache group in the subquery.


Action

Set DynamicLoadEnable to 2 and retry the operation. With DynamicLoadEnable set to 2, a dynamic load is not performed if your cache group is referenced in the subquery. However, a dynamic load is performed if your cache group is referenced in the main query.


Additional Information

The current operation failed.