Connection KeepAlive

Keeps the XMLA session alive by signaling activity on the session. The request causes minimal interference with other sessions and tasks running inside OLAP. Unnecessary locks are avoided.

Request

<Alea:Document xmlns:Alea="http://www.misag.com">
  <Alea:Request RequestID="1" Class="Connection" Method="KeepAlive"/>
</Alea:Document>

Answer

<Alea:Document xmlns:Alea="http://www.misag.com">
  <Alea:Request RequestID="1">
    <Alea:Return />
  </Alea:Request>
</Alea:Document>

Error

Standard XMLA-related errors may be returned. For example, if the session is not found.