Database GetInfo
Returns information about the database, such as version, cubes, and dimension count.
Request
<Alea:Document xmlns:Alea="http://www.misag.com">
  <Alea:Request RequestID="1" Class="Database" Method="GetInfo"/>
</Alea:Document>
      Answer
<Alea:Document xmlns:Alea="http://www.misag.com">
  <Alea:Request RequestID="1">
    <Alea:Return>
      <Alea:Properties count="9">
        <Alea:Property Name="Version">12.23.1</Alea:Property>
        <Alea:Property Name="Build">2</Alea:Property>
        <Alea:Property Name="ServerMode">W</Alea:Property>
        <Alea:Property Name="LastChanged">754641</Alea:Property>
        <Alea:Property Name="DefaultRights">2</Alea:Property>
        <Alea:Property Name="CubesCount">13</Alea:Property>
        <Alea:Property Name="DimensionsCount">34</Alea:Property>
        <Alea:Property Name="AllocatedMemory">243085366</Alea:Property>
        <Alea:Property Name="SplashOperationLimit">100000</Alea:Property>
      </Alea:Properties>
    </Alea:Return>
  </Alea:Request>
</Alea:Document>
      Error
<Alea:Document xmlns:Alea="http://www.misag.com">
  <Alea:Request RequestID="1">
    <Alea:Error ErrorID="error_code"/>
  </Alea:Request>
</Alea:Document>