Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Guess Access to BIP reports in OAS

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
-
HI Siddarth,
Can you please check if this will help.
0 -
Hi Alok,
I already went through this. This says it is not supported. That's why i am looking for alternatives.
Regards,
Siddharth Dang
0 -
-
0
-
We can send email through agent ? would that suffice ?
0 -
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
0 -
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.
2