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!

Writeback FDMEE mapping

JanGLiJan 2 2017 — edited Jan 2 2017

Hi,

Hyperion Version: 11.1.2.4.500

FDMEE Version: 11.1.2.4.200

We are trying to load data into EBS from hyperion planning. We are able to perform everything correctly except we can't map currency.

FDMEE loads data into gl_interface table as "local" and ebs doesn't accept "local".

I tired changing local to PKR in gl_interface table, and i was able to create jounal in EBS.

I have tried mentioning currency as PKR while creating Location. No use.

I have tried mentioning currency as PKR while creating data load rule. No use.

pastedImage_8.png

Do fdmee even allow currency change while writeback to ebs?

Where to define writeback currency mapping?

Regards

Comments

661621
Do you want to change the linking between OIM Exchange connector and attribute proxy addresses? If you have the Exchange 9.1 connector that would be easy using attribute mapping. Could you specify the connector version.
661915
Hashtable ht = new Hashtable();
Vector msv = new Vector();
Vector msv1 = new Vector();
msv.add("SMTP:xxxx@gmail.com");
msv.add("smtp:zzzzzz@yahoo.co.in");
msv.add("X400:c=US;a= ;p=First Organizati;o=Exchange;s=gupta;g=vineet");
msv1.add("{26491CFC-9E50-4857-861B-0CB8DF22B5D7}");
ht.put("proxyAddresses", msv);
ht.put("msExchPoliciesExcluded", msv1);

and call Exchange apis passing this hashtable
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details