Generic error Error: "(35) Error from server: error code: '0' error message: 'ExecuteStatement finished with operation state: ERROR_STATE" errors in Strategy 10.x, below is the list of check points to fix the error.
Refer to Technical document below for the typical scenario:
“Error from server: error code: '0' error message: 'ExecuteStatement finished with operation state: ERROR_STATE” Error Message Appears When Running a Report in MicroStrategy Developer Against Hortonworks Hadoop Hive Data Warehouse
“Hive on Tez query Map output OutOfMemoryError: Java heap space at java.nio.HeapByteBuffer.(HeapByteBuffer.java:57)”
Set hive.tez.container.size to be the same as or a small multiple (1 or 2 times that) of YARN container size yarn.scheduler.minimum-allocation-mb but NEVER more than yarn.scheduler.maximum-allocation-mb.
set hive.tez.java.opts=-Xmx3276m (0.8 times hive.tez.container.size)
set tez.runtime.io.sort.mb=1638 (0.4 times hive.tez.container.size)
set tez.runtime.unordered.output.buffer.size-mb=409 (0.1 times hive.tez.container.size)
Article Reference Number: KB440288
KB440288