Oracle Analytics Cloud and Server

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

Guess Access to BIP reports in OAS

Received Response
182
Views
7
Comments

Summary:

Need Access to reports without login for BIP reports.

Content (required):

We have a requirement where we have to generate BIP reports as part of external application output. However, the reports are always in online mode and need to be generated at runtime. Once the user requests the report, it should be generated from DB without asking for login credentials.

What I understood from the ORACLE documents is Guest Mode is not supported with OAS. So is there a way to access reports without the user entering any credentials?

Version (include the version you are using, if applicable):

OAS 6.4

Code Snippet (add any code snippets that support your topic, if applicable):

Answers

  • SiddharthDang-Oracle
    SiddharthDang-Oracle Rank 5 - Community Champion

    Hi Alok,


    I already went through this. This says it is not supported. That's why i am looking for alternatives.


    Regards,

    Siddharth Dang

  • ALOK SH-Oracle
    ALOK SH-Oracle Rank 6 - Analytics Lead

    Yes ,Guest access is not supported when Publisher uses a shared catalog or is installed with Oracle Analytics Server. Guest access is not supported with Single Sign-On.

    Option is not coming .

    Standalone i will come.


  • SiddharthDang-Oracle
    SiddharthDang-Oracle Rank 5 - Community Champion

    @ALOK SH-Oracle any alternative to this?

    Regards,

    Siddharth Dang

  • Santa_B-Oracle
    Santa_B-Oracle Rank 3 - Community Apprentice

    We can send email through agent ? would that suffice ?

  • SiddharthDang-Oracle
    SiddharthDang-Oracle Rank 5 - Community Champion

    The Customer requirement is to access reports generated via BIP without login. We are embedding the report link into the report itself using a QR code. Since guest access is not possible, we are looking for alternatives to expose the report using a document management system.

    Regards,

    Siddharth Dang

  • Guest access means no license access, this is also going to be an issue in case of audit of your licensing usage.

    OAS doesn't have that anymore because OAC doesn't have that, and OAS comes from OAC in the end.

    There are webservices that allows to integrate the OAS services in other tools, that's about how far you can go for a real-time execution of your report. The "classic" OAS has all the services needed for this, BIP not sure (I never looked at the web services it does expose).

    If you don't want to use the web service approach you will lose the real-time execution and it will batched mode: you can refresh your report every X minutes/hours and generate it somewhere (SFTP, document store etc.) where consumers can access it. It will not be live data but X minutes/hours old data.