Error in document results
Unexpected execution status: 4
Despite the error message, the document may still successfully execute.
CAUSE:The URL that is constructed by following tech note
KB39871 contains two events: event 2048001, which executes the document, and event 2048084, which sets the selector value. The order in which these events are executed is specified by the evtorder parameter. While the order of execution may have been specified correctly in the evtorder parameter, the timing of the events may not be. If the second event of setting the selector value is executed before the first event of executing the document is completed, then this error message will occur. Because there is no way to specify the timing of when the events are executed, this behavior is working as designed but an enhancement request has been logged to address this issue.
WORKAROUND:Consider troubleshooting the dashboard for performance such that it returns quicker to avoid this issue, for more information refer to tech note
KB19625: Dashboard performance troubleshooting in MicroStrategy 9.x.
Or, make sure the document is cached beforehand so instead of performing a full execution, the document hits its cache.
KB403143