Focal Point
[solved]Identify Shared Reports

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/5357089376

December 19, 2014, 10:01 AM
TomS.
[solved]Identify Shared Reports
Hi all,

We are using 8.0.07 and have Resource Analyzer and I'm looking for a way to identify reports that have been shared. Our users can share with specific people or groups and can also share universally. I've been searching all over trying to find the field or table in the RA tables that would have this designation but cannot find anything. Does this 'flag' exist? Is there a way to identify if and/or how the report is shared?

Thanks!

This message has been edited. Last edited by: TomS.,


WebFOCUS 8.0.07 and 8.2.01M
UNIX, WINDOWS, ORACLE
PDF, CSV, Excel, TXT, XML, HTML
December 24, 2014, 06:12 AM
Ram Prasad E
You need to look in WF tables and not in RA tables. RA table will be maintained by WF server. Sharing details will be available in the table maintained by WF Client.

Check in below tables.
SELECT * FROM UOA_PRIVATESHARES;
SELECT * FROM UOA_RESOURCES;
SELECT * FROM UOA_USERS;

Thanks,
Ram


WebFOCUS 8.1.05
Windows
http://ibiwebfocus.wordpress.com
https://www.facebook.com/groups/ibi.webfocus/
December 24, 2014, 08:06 AM
TomS.
Hard to find a needle when you're looking in the wrong hay stack...

Thanks Ram, thats right were the information was.


WebFOCUS 8.0.07 and 8.2.01M
UNIX, WINDOWS, ORACLE
PDF, CSV, Excel, TXT, XML, HTML