TimesTen Error Messages

TT-00620

Another table (table_name) is already configured for parallel insert


Cause

This error message can only occur on an Exalytics Business Intelligence server. The ttParallelInsertBegin built-in procedure failed because another table is already configured for parallel insert mode. Only one table is allowed to be in parallel insert mode at any given time.


Action

Wait and retry the operation. Consider terminating the existing ttParallelInsertBegin built-in procedure by using the ttParallelInsertEnd built-in procedure.


Additional Information

The table you specified cannot be configured for parallel insert mode.