Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
How do I fix pivot cache exceptions in reports?
We are experiencing intermittent "Pivot Table Cache Exception" errors when running saved transaction reports via the NetSuite Analytics API. The same reports work perfectly in the NetSuite UI.
Error message (consistent across all failures):
Pivot Table Cache Exception: /opt/deploy/netledger-all/netledger/WEB-INF/log/reportdata/<uuid>pivotcellcache-0 (No such file or directory)
The UUID is different on every attempt, indicating the server is failing to CREATE the cache file, not looking for a stale one.
What we've observed:
- The error is INTERMITTENT — the same report with the same parameters can work one hour and fail the next. There is no change on our side between working and failing states.
0