Experts, I need your help.
I have the following error when run process dimension:
Synchronize dimension member with fact tables
Parallel process of all dimensions and models
[ERROR] - Errors in the OLAP storage engine: The attribute key cannot be found when processing: Table: 'dbo_tblFactPlanning', Column: 'SEGMENTO', Value: 'TOTAL_SEGMENTOS'. The attribute is 'Segmento_ID1'.
‘TOTAL_SEGMENTOS’ is a parent member in my segment dimension
ID | Parenth1 |
Total_Segmentos | |
Segment A | Total_Segmentos |
Segment B | Total_Segmentos |
Segment C | Total_Segmentos |
Segment D | Total_Segmentos |
I created the following member formula in typedata dimension:
([TIPODATO].[EOM],[SEGMENT].PARENT)
Without giving more detail of why I made this formula. The problem is: the member formula is creating records in Table: 'dbo_tblFactPlanning' in every parent member of the segment hierarchy when I understand that the dimension member does not create records in the data base.
Is there any way to use the above member formula without generate records in the database?
Thanks for your help.