What is security domain in Business Objects?
Answers were Sorted based on User's Feedback
There are there domains in BO,
1. Security Domain
2. Universe Domain
3. Document Domain
Security Domain : It contains all user name & Password.Like
it ll hold all the User credential informayion
Universe Domain: It hold all the Universe Information
Document Domain: Nothins but Report Information
| Is This Answer Correct ? | 21 Yes | 0 No |
Answer / chandrashekar
Security domain is created with 25 metadata tables, which
contains the user name and password of all the users,who
enable the repository access.
Business object supervisor product performs a database
authentication in business object.
With in the business object repository we can have only one
security domain.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / vams_gk
to check the user previlages ,means authentications
| Is This Answer Correct ? | 8 Yes | 2 No |
Security domain checks the users & their previlages
| Is This Answer Correct ? | 8 Yes | 3 No |
How many ways you can restrict data in business objects?
Can anybody explain breifly about 5 tier's of BOXIR3. 1. Client tier 2. Application Tier 3. Intelligence Tier 4. Processing Tier 5. Data Tier
Explain how can we do load testing for webi reports? (Example if I have have to test one webi report for concurrent users refreshing report at one time)?
What is Designer?
When we use aggregate awareness function in designer?
what are the types of universes? what is the difference between metri universe and simple universe? in what context we use metric universe?
Can master data change???if yes then how it'll change.....please explain with example...... thanx
4.what is repository? types
what is maximum scope of analysis --> can we define more than 3 levels?
can u create report to connect oracle and sqlserver at a time?
Hi I'm using data federator.I would like to know if it allows select statment in where clause.For example: SELECT Employee, company, orgunit FROM TAB_BIG WHERE employee IN (Select TAB_SMALL.employee FROM TAB_SMALL WHERE flag = X ) bye
please anyone explain the equi join,outer joi(right outer join and left outer join),theta join and self join with database tables.