Hi Friends,
BW-7.4,bpc10.1
I have searched several threads for this issue.
I am trying to load master data(attribute and text) and hierarchy data load from BW which is a compounding object
Master data transformation file
ID = 0CHRT_ACCTS + ID
I select only one chart of accounts to bring in the data, so in conversion file I trim out the compounding attribute. ( if I mention ID = ID in transformation file, it does not get me any data)
Conversion file
Ex Inte
FCOA* *
I also select the hierarchies as the top most node, when I run the attribute load.( I select hierarchy top most node, member id and level)
Attribute load is successful, and I get text populated too.
In the master data I do not have chart of accounts appended to my GL account.( which is what i need)
Now I want to load hierarchies using the hierarchy data manager package. Hierarchies are properly maintained in BW and the data is active, however when I run this load, I always get "all the records are rejected"
transformation file
NODENAME= NODENAME --- ( I tried with NODENAME = 0CHRT_ACCTS + NODENAME -no luck)
HIER_NAME=HIER_NAME
PARENT=PARENT
ORDER=ORDER
VERSION = VERSION
IOBJNM = IOBJNM
Conversion file
HIER_NAME=HIER_CONVERT.xls
NODE_NAME=HIER_CONVERT.XLS!NODE_NAME -- ( I tried to comment out the last 2 lines too - no luck)
PARENT=HIER_CONVERT.XLS!NODE_NAME
HIER_CONVERT - CONVERSION TAB
EX IN
FCOA1000 PARENTH1
HIER_CONVERT - NODE_NAME TAB
EX IN
FCOA* *
could you please point to if I am missing anything.
Thanks for your time
Ed.