Running a BI Publisher Report via a URL Eg http://server:9704/xmlpserver/~user1/DEPT.xdo?param1=abc
We have a report such as DEPT.xdo above and we want this report to be run by many different users with different data sources.
How is this achieved when running a report via the URL?
I Know that you can submit a report supplying the un and passwd as in:
http://server:9704/xmlpserver/~user1/DEPT.xdo?param1=abc&un=username&passwd=password, but how do we specify the datasource? (or somehow link a user to a datasource so that we can create eg 30 different users that reference 30 different data sources).
In BI Publisher, we are using Oracle Fusion middleware security model.