FNRCE0064E: E_TRANSACTION_TIMEOUT The query was stopped because the time limit was exceeded.
Explanation
This exception occurs when the time taken to perform a read operation against the database has been exceeded. In some cases there can be multiple operations performed in which the overall time has exceeded a predefined limit. This exception might indicate that query optimization is required (for example, additional indexes might be required).
Administrator response
Enable database tracing to determine the query and reference the Content Cortex documents that pertain to query optimization steps.