cancel
Showing results for 
Search instead for 
Did you mean: 

BusinessObjects Query builder

06-05-2019 4:11 PM
1567 views 3 comments
0 Likes
SAP Managed Tags
Subscribe

List all the Public folders(including Subfolders) and which UserGroups has access to those folders/subfolders.

In CMC->Folders-> [choose folder] ->User Security-> [choose UserGroup] ->View Security. This provides the Principal and Objects(Folder) to which the access is enabled. Can you assist to obtain this information in Query Builder? Thanks.

0 Likes

Accepted Solutions (0)

Answers (3)

Answers (3)

TJe
Product and Topic Expert
Product and Topic Expert

You may be able to used the CMS DB universe CMS Data Access Driver instead. You can query the Principal Name, Principal Kind and Access Level with Universe Objects provided in Folder InfoObjects - Security.

Please review the answer posted here: Query all folders security in BO

former_member613234
Discoverer
0 Likes

We're using 4.1 so perhaps that only route is Java SDK. Thanks all.

DellSC
Active Contributor
0 Likes

You can't get this information from QueryBuilder - it doesn't include security information.

You would either have to use the universe that Thomas mentions (available for, I believe, 4.2 SP3 and newer), write code using either the .NET or Java SDK, or purchase a third-party tool that will give you this information.

-Dell