Hi,
Would appreciate your help on the problem I'm encountering in the universe I developed using IDT.
I have 3 fact tables for my universe which comprises 2 main subject areas of reporting:
- 1 fact table for 1 subject area
- 3 fact tables that are aggregate aware for another subject area
All these fact tables are joined to generic dimension tables (Time dimension, Geography dimension, Product dimension, etc.). So what I did was to create 4 contexts for the 4 fact tables in order to address the loops that will arise from joining all these fact tables to the same dimension tables.
In the business layer of the universe, I was able to create the Time dimension objects and filters without problem. However, when I tried creating the dimensions for Product, I encountered the incompatible objects error (WIS 00008) when validating the SELECT for the object. Select statement is just a simple "SELECT dimProduct.ProductDesc", no where clause. As soon as I validate, error is thrown.
I've checked and re-checked my contexts and all required tables for the 1 reporting subject area is included in the context already. I don't know why it works for the Time dimension but not for the other generic dimensions.
This error results to "Error in Business Object Expression" when doing Integrity Checks.
Hope you could help me with this one.
Thanks and Regards,
Karen