Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
+1 vote
1 view

I am trying in our student information system. But now ı have a problem. I can’t create On-line analytical processing document with what-if engine.I am trying in our student information system. But now ı have a problem. I can’t create On-line analytical processing document with what-if engine.

OBYS_DB datasource in MSSQL 2016

<Schema name="OLAP_OBYS_LITE">
  <Dimension visible="true" highCardinality="false" name="Organizasyon" caption="Organizasyon">
    <Hierarchy visible="true" hasAll="true" allMemberName="Tum Birimler" primaryKey="ORGANIZATION_ID">
      <Table name="OLAP_ORGANIZATION" schema="dbo" alias="OLAP_ORGANIZATION">
      </Table>
      <Level name="Bolge" visible="true" column="AREA_NAME" type="String" uniqueMembers="false" levelType="Regular" hideMemberIf="Never">
      </Level>
      <Level name="Ulke" visible="true" column="COUNTRY_NAME" type="String" uniqueMembers="false" levelType="Regular" hideMemberIf="Never">
      </Level>
      <Level name="Kampus" visible="true" column="INSTITUTION_NAME" type="String" uniqueMembers="false" levelType="Regular" hideMemberIf="Never">
      </Level>
      <Level name="Okul" visible="true" column="ORGANIZATION_NAME" type="String" uniqueMembers="true" levelType="Regular" hideMemberIf="Never">
      </Level>
    </Hierarchy>
  </Dimension>
  <Cube name="Students" visible="true" cache="true" enabled="true">
    <Table name="OLAP_STUDENT" schema="dbo" alias="OLAP_STUDENT">
    </Table>
    <DimensionUsage source="Organizasyon" name="Organizasyon" visible="true" foreignKey="ORGANIZATION_ID" highCardinality="false">
    </DimensionUsage>
    <Measure name="Student Count" column="STUDENT_ID" aggregator="count">
    </Measure>
  </Cube>
</Schema>

Environment Version: 6.1.1, Windows Server 2012, Google Chrome
in OLAP and What-If by (130 points)
Hi can you please upload the file knowagewhatifengine.log it is inside the installation folder/logs

Please log in or register to answer this question.

...