Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Export the file using agents and store it into a specifc location.

Hi,
I have a requirement to save the exported report to specific folder using agents in OBIEE 11g.
And my OBIEE 11g is installed in Linux environment.
Please let me know the steps to achieve this requirement.
Thanks,
Shashikant
Answers
-
0
-
Thanks you very much Christian for your reply ,I have search in the google as you said but i did not find the solution with OBIEE installed in linux environment.
I can see the article or demo they are giving which is implemented in OBIEE installed in Windows environment.
It will be great help if you help me providing the articale which is implemented in Obiee installed Linux environment
0 -
Windows or Linux it's the same way.
The only difference is that Windows also support VB scripts, while on a Linux install you need to use EJB. So just look for that (I guess even the Oracle doc had a EJB sample inside on how to save a report to disk).
0 -
Beaten by Gianni. EJB for example is documented by Oracle. Searching also exists on MOS and generally yields information which isn't crawled by Google.
0 -
Sorry i am new to javaScript ,do you mean in the linux install we have to write code in Java Beans and call Java Method Correct.
We can not simply write java script and and call server Script
0 -
It's a good thing you are new to javascript as you don't need javascript. Java and Javascript must not be confused as they aren't related at all.
As said the official doc has EJB sample code in it and as Christian said MOS also has documents with it. Look for these things. (Google also has some blog posts about it)
0