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 SCRIPTING- Replacing FDM VB Functions with methods in FDMEE API

samacntFeb 5 2015 — edited Feb 10 2015

Hello all,


I am trying to convert FDM Scripts into scripts that would support FDMEE (Using Jython as a language and FDMEE APIs). However when I tried doing so I came across few functions in FDM scripts for which I could not find replacement functions in FDMEE API.


How is one supposed to modify VB functions in FDM such as farsTableAppend so that it is supported in FDMEE scripts?

I generated an API documentation from FDMEE AIF-APIs.jar (this Jar is supposed to have all the FDMEE APIs in it I guess) but I dont see replacement for VB functions such as farsTableAppend, fExpTRx, PstrClientType, though I can see other methods in the documentation for eg. getEPMOracleHome() etc.. (All these functions that we can view using eclipse as an editor for FDMEE Dev).


Is there any other method/function in the FDMEE API that I should be using to replace these functions for FDMEE Support?


I have one more question regarding AIF-CUSTOM.jar file, what is the purpose of this jar, do we get any  additional methods in this file


Please advise..


Thanks in Advance

sam

This post has been answered by Francisco Amores on Feb 10 2015
Jump to Answer

Comments

Michael Peel-Oracle

Yes, you can use the setSelection() method of the ENEQuery object to limit the properties/dimensions returned with records in search/navigation results. If you are using the default Assembler framework, this is specified as the fieldNames property in the CartridgeHandler_ResultsList bean.

HTH

Michael

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

Post Details

Locked on Mar 10 2015
Added on Feb 5 2015
1 comment
1,161 views