Overview:
When a user executes a Vault Loader Extraction, it produces an error: Cannot execute VQL statement: query max length exceeds [10000].
Root Cause:
When Vault extracts information using Loader, it runs a query using the Vault Query Language (VQL) and puts that information into a CSV file for the user to download. Because there may be many relationships between documents and objects, the amount of information may exceed the maximum amount that can be queried at once.
Solution:
When executing a Vault Loader extraction, check the Override Default Column Selection option. Select only the relevant columns needed for extraction and attempt to Extract again.
Related Documentation:
- Vault Help Documentation: Vault Help