SYMPTOM:
When using the reportExecute task to execute multiple reports with the same session, users may receive the following task error status code:
<taskResponse statusCode="500" errorMsg="(Message not found in user history list. It may have been deleted from other session already. Please refresh your history list.Message not found in user history list. It may have been deleted from other session already. Please refresh your history list.)" taskErrorCode="-2147468986"> </taskResponse>
http://appserver:7373/MicroStrategy/servlet/taskAdmin? taskId=getSessionState &taskEnv=xml &taskContentType=xml &server=servername &port=0 &project=Strategy+Tutorial &uid=administrator &pwd= &authMode=1
http://AppServer:7373/MicroStrategy/servlet/taskAdmin?taskId=reportExecute&taskEnv=html&taskContentType=html&sessionState=0.00000001ccf0d3a13f36099bbfba30076081c193869cb6a55163e500d387bfd9cf309805df803e20b2132a77c173d5493234fce8f089ae9e0d5215f69a2a899ef7e2809e0f465b6e4e5c97fc46e5cf9066913ac2d3e2bc6d5d5cbe4c134996fac74bff26510539eeb1b26852433bf0d7ad5cb800867771b16fd05862cc4954ef53bf2f892ec3961ca2ea935c.1033.0.1.America%2FNew*_York.prun*_1*_wps*_1.0.1.1.Strategy+Tutorial.E59BC8F446B48D05D825DB9E148067F6.0-1033.0.1_-1033.0.1_-1033.1.1_1.1.0&styleName=ReportGridStyle&reportViewMode=1&reportID=060A42174253FB278B82AF98348FD05B

CAUSE:
This error will happen when the session state used in the reportExecute task did not have the rws parameter set. There is a parameter in the getSessionState task ID called 'rws' which means 'Regular workingset size'. This specifies how many memory slots should be available for report/document executions and manipulations. In the Strategy Task Administrator's builder section, the default value for the rws parameter is '1'. If a single session will be used to execute multiple reports, this parameter should be set to a number higher than 1 (for example, 5 or 10 based on the requirements)
ACTION:
To resolve this issue, include the rws parameter on the getSessionState Task URL as shown below:
http://appserver:7373/MicroStrategy/servlet/taskAdmin? taskId=getSessionState &taskEnv=xml &taskContentType=xml &server=servername &port=0 &project=Strategy+Tutorial &uid=administrator &pwd= &authMode=1 &rws=5