Hi Selva, Bhagyesh,
I went through the document, i have no problems in loading the hierarchies.
My problem lies with the technical name of the hierarchy at BI side.
Case 1:
@BI end the hierarchy name is: ZH_XXXXXXXX_XXX_REVENUES
@BPC end i maintain the conversion file as:
External Internal
ZH_XXXXXXXX_XXX_REVENUES PARENTH1 (which is my BPC hier name)
For this case the system gives me error as: Hierarchy ZH_XXXXXXXX_XXX_REVE does not exist in BPC
Case 2:
@BI end the hierarchy name is: ZH_XXXXXXXX_XXX_REV
@BPC end i maintain the conversion file as:
External Internal
ZH_XXXXXXXX_XXX_REV PARENTH1 (which is my BPC hier name)
Case 2 works absolutely fine.
As i interpret this, given the error thrown by system, if my hierarchy name in BI is more than 20 characters (as in case 1: ZH_XXXXXXXX_XXX_REVENUES) system reads the hier only as H_XXXXXXXX_XXX_REVE (20 characters)
So my question is, is there a limitation on the number of charaters used for technical names of BI or BPC hierarchies which are read from BI?