Hi
I have custom Jython script in FDMEE that does a bunch of steps including running a report script, calc script, and loading data in Essbase.
I am utilizing Java API for this and I am encountering an issue while trying to load the data. Essbase is Linux box, and FDMEE is windows box where I kept the file.
Here is the line that does the load.
loutput = cube.loadData(IEssOlapFileObject.TYPE_RULES, "RulesFile", IEssOlapFileObject.TYPE_TEXT, "\\\\Server1\\fdmdata\\APP1\\File1.txt", False)
I tried removing ".txt" in the filename, adding the filename for the data file as well as in code. Added the admin id of Essbase server to the folder, also added the id that I used in FDMEE and to load essbase file.
Any ideas are appreciated. Thanks in advance.
Cheers,
PM