Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmdRunner execute error #1220

Open
01jiagnwei01 opened this issue May 14, 2020 · 0 comments
Open

cmdRunner execute error #1220

01jiagnwei01 opened this issue May 14, 2020 · 0 comments

Comments

@01jiagnwei01
Copy link

1 pre :

1.1: DataSource is foodmart db;
1.2: Schema content as follow.

2 error:

[AggTableManager] DefaultRecognizer.matchLevel:Recognizer.makeLevelColumnUsage: Rolap.Column not found (null) for tableAlias=time_by_day, factColumnName=time_year,
levelColumnName=the_year, symbolicName=Year

3 Schema content

`

<Cube name="Sales" defaultMeasure="Unit Sales">
	  <Table name="sales_fact_1997">
	  </Table>
	  <!--  -->
	  <Dimension name="Time"  foreignKey="time_id">
		<Hierarchy hasAll="false" primaryKey="time_id">
			<Table name="time_by_day"/>
			<Level name="Year" column="the_year" type="Numeric" uniqueMembers="true"  levelType="TimeYears"/>
			<Level name="Quarter" column="quarter" uniqueMembers="false"  levelType="TimeQuarters"/>
			<Level name="Month" column="month_of_year" uniqueMembers="false" type="Numeric"   levelType="TimeMonths"/>
		</Hierarchy>
	  </Dimension> 
	  
	
	   <Measure name="Unit Sales" column="unit_sales" aggregator="sum" formatString="Standard"/>
	   <Measure name="Store Cost" column="store_cost" aggregator="sum"  formatString="#,###.00"/>
	  <Measure name="Store Sales" column="store_sales" aggregator="sum" formatString="#,###.00"/>
</Cube>

`

4 How to solve this problem ?

How to solve this problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant