Hi,
I've got a requirement to be able to download a file from a dashboard, this is OBIEE 12c. Explored a few options
1 ) The 'analyticRes' approach. This is successful and I am able to get a link to a file directly to display in the browser/download. The problem is that there's no security in this (or at least the doc didnt explain how to).
I am able to generate a url to view a file directly without any kind of authentication to the bi server e.g. https://hostname:port/analyticRes/1.PDF and this will bring up the file instead of taking me to the start page asking for a login.
Is there a fix for this?
2) Manually upload flies to the catalog. i have thousands of files so it is unrealisting and there's no way to upload this through a command prompt as a scripted process.
Is this correct?
3) Store the files in a LOB column. Again the only approach I could find on the web/metalink is an unsupported one through a javascript setup in a sampleapp Doc ID 2106746.1
Appreciate your input/assistance in this.
Thanks