Hi Jose,
A guess is that you are getting ambiguous element names in the cube, and have a rule where you have not provided the dimension and hierarchy name. That would be most likely, if the issue arose in normal maintainse, where new hierarchy and dimension members are added.
Example:
- You have a rule ['Company A', 'Account 1234'] = DB(....);
- You create a new hierarchy in the Department dimension, called "Company", with Company A, Company B... summarizing departments
- Your rule is now invalid, as Company A could referee to both your new Department:Company hierarchy and the Company dimension.
To solve that, provide the dimension (and if requiere hierarchy as well) in the rule: ['Company':'Company A', 'Account 1234'] = DB(....);
------------------------------
Emil Malmberg Fosdal
------------------------------