Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Export the file using agents and store it into a specifc location.

Received Response
83
Views
6
Comments
2693347
2693347 Rank 4 - Community Specialist

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

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner
  • 2693347
    2693347 Rank 4 - Community Specialist

    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

  • 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).

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    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.

  • 2693347
    2693347 Rank 4 - Community Specialist

    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

  • 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)