Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

FDMEE skipping Employee dimension while loading file based Actual into Hyperion EPBCS

Mansi KotadiaSep 18 2017 — edited Oct 24 2017

Hello Experts,

I am trying to load data monthly actual data using a file-based source in EPBCS. However, despite of a specific setup of employee dimension in the Target Application Details, Import Format & Data Load Mappings somehow FDMEE while exporting data from the source system is skipping employee dimension members.

Below are the screenshots of the errors I encountered:

pastedImage_0.png

pastedImage_1.png

Please note that the data load process errors out while exporting the data to Target. From data load workbench I can trace out that apart from all the dimension mentioned in Source File FDMEE is skipping take up the employee dimension from source as well as skipping loading the employee members in the target.

You all are requested to guide me with this issue.

Thanks and regards,

Mansi Kotadia.

This post has been answered by USER1211 on Sep 19 2017
Jump to Answer

Comments

I think you mean "odd numbered".
Anyway, here is an example:
select * from (select ename,job, ROWNUM AS rn from emp) where mod(rn, 2) <> 0;

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 21 2017
Added on Sep 18 2017
12 comments
1,149 views