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
How to Call BI Publisher 12c report from URL

Summary
How to Call BI Publisher 12c report from URL
Content
Hi,
Im trying to follow this link but fail.
https://blogs.oracle.com/xmlpublisher/user-creds-on-a-url
http://127.0.0.1:9704/xmlpserver/HR Manager/W2/W2.xdo?id=Administrator&passwd=Administrator
Any body can help me to achieve this.
I'm using oracle bi publisher 12.2.1.2.0
Answers
-
Hi Sadiq,
Is the BI publisher integrated with OBIEE? And what is the BI publisher security model? If it is "Oracle Fusion Middleware" then you could use NQuser and NQpassword parameter to pass the credentials.
Example:
0 -
Thank you for your reply.
Is there any other way like Oracle Report services, we used key map file to simplify or hide parameters in your URL requests?
I'm using oracle bi publisher 12.2.1.2.0.
and my requirement is to send BI Publisher report link in emails.
0 -
I can confirm to you that the approach you are referring to was working in earlier releases.
This is not a supported method anymore in the latest releases of BIP as it was considered a security risk.
The better option is to create a web page or java program to utilize Oracle BI Publisher Web Services. In this approach username/password can be hidden in the WSDL call.
0 -
Thank you Sherry,
BI Publisher is not integrated with OBIEE.
BI Publisher security model is "Oracle Fusion Middleware" .
Would you please share any document or guide me, how can I do this.
0