Essbase - Data Load
Summary
Essbase - Data LoadContent
I am trying to load a dataset from a flat file with (~) delimited
so e.g.
Dataset
1492~ABC~Country~LOC~123~234~345~456
1493~ABC~Country~LOC~123~234~345~456
1494~ABC~Country~LOC~123~234~345~456
1495~ABC~Country~LOC~123~234~345~456
1492~ABC~Country~LOC~123~~345~
3311~ABC~Country~USD~789~0~345~456
3312~ABC~Country~LOC~789~0~345~456
where as 123, 234, 345 & 456 are data field (Accounts)
The app has 10 dimension, rest all 6 dim are in headers.
when i am trying to load the data, it is loading everything but not the 3312 product line but when i separately do that line only, it loads properly. I do not see any rejections for that line in the error file. It seems Essbase normally processing it but not able to load it. I do have rejection and criteria in the rule file. What else do I need to look in?