Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

User authorisation to tables

Status
Not open for further replies.

Rslender

Technical User
Joined
Feb 4, 2003
Messages
4
Location
NL
I work for a large healthcare company which just started using Business Objects for creating management reports on several databases. We've gotten a large amount of reports and universes from one of our suppliers which we want to use for our main databases.
The problem is that we have about 60 different users who all need to be able to view information of several different departments (about 350 in our company).

From what I gather there are 2 options I can use:
-Putting restrictions on tables in the supervisor module: because a lot of reports have their SQL query edited these restrictions don't do much (they won't be put into the code) so it's not an option except if we edit about 40 complex reports.
-Building an authorization table into the universes: because it's a many to many relationship this table will have loads of records (to connect each user to their departments).

My question is: isn't there an easier way to restrict users from viewing data from departments on which he isn't authorized?

Thanks in advance!

Ronald Slender
 
How about creating separate Database for each department. And Database level you can apply restrictions. or you can apply restrictions in the table level.
 
Hi

you can create views for each dept and grant that view to the individual users belonging to various departments

vittal
 
Sorry, but I say YECCHH to all of the suggestions so far. Just kidding... I did a presentation at the BO conference last October on just this topic. You can download it from the BO tech support site or from the BO Knowledge Exchange.

If you can't find it, send me an e-mail

Steve
skrandel@baseconsulting.com Steve Krandel
BASE Consulting Group
 
Thanks for the replies!
Steve, I found the presentation on your website and it was exactly what I needed as a guideline for the different approaches I can take. I'm going to arrange a meeting now with some technical people and explore the different options.
Right now the flexible security table seems to be the best approach for us but I have to admit that the private views option looks great as well.
Thanks for the help.

Ronald
 
Ronald,
Please keep me updated on this. Also, please feel free to contact me at the address in the presentation. If I can be of help, I'd be happy to work with you. Steve Krandel
BASE Consulting Group
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top