WHAT IS ROW LEVEL SECURITY IN BO?

Answers were Sorted based on User's Feedback



WHAT IS ROW LEVEL SECURITY IN BO?..

Answer / kumarbng

HI.. The above answer refers to Row limit where we can
restrict users to run reports for specific row limits like
5000 rows or 10000 rows just to have a good server
performance.

where Row level security is allowing the end user who runs
the report to view the data which he is authorized to view.

For Example you are trying to run a report which pulls data
contaings of 2 departments of the organization.

If you belong to DEP 1 then you will see data related to
DEP1 only and a user belonging to DEP2 can see DEP2 data
only. if you belong to both the groups then you can view
data without restrictions.

Is This Answer Correct ?    25 Yes 4 No

WHAT IS ROW LEVEL SECURITY IN BO?..

Answer / ramesh reddy v

You have two choices depending on the setup you have.

If there is a security table containing the user access to
his/her office/dept, then it can be joined with the fact
table along with the @variable('BOUSER') function as
Code:
SECURITY_TBL.DEPTNO = FACT_TBL.DEPTNO AND
SECURITY_TBL.USERID=@VARIABLE('BOUSER')

where userid in your security table is same as BOBJ user
account

If there is no security table then you will have to use the
manage security- manage access restrictions option in
Designer and assign a where clause to each user/group which
will be dynamically shown in the generated SQL
Code:
FACT_TBL.DEPTNO = 10

This is also termed as multi pass/refresh report bursting

Publication feature in XIr2 can be used to burst reports in
single pass/refresh to users/groups

Is This Answer Correct ?    5 Yes 0 No

WHAT IS ROW LEVEL SECURITY IN BO?..

Answer / pradeep -> wipro

Yes you are right Kumar.

In Bo 6.5, the row level security can do in superviver
domain but in Xi R2 the Designer can do since this future
is implemented in Designer itself.

Is This Answer Correct ?    3 Yes 0 No

WHAT IS ROW LEVEL SECURITY IN BO?..

Answer / naveen.g

hi,

rowlevel security and object level security in 6.5
supervisor.
in xir2 designer level option is there.
for example in emp.deptno=10;
the data will restirect to particular user.

Is This Answer Correct ?    3 Yes 1 No

WHAT IS ROW LEVEL SECURITY IN BO?..

Answer / o

It is used to restrict the data to particular rows to
particular users.

Is This Answer Correct ?    2 Yes 1 No

WHAT IS ROW LEVEL SECURITY IN BO?..

Answer / amir

Adding to it row level security can also be provided at
universe level through access restrictions..

Thanks
Amir

Is This Answer Correct ?    1 Yes 1 No

WHAT IS ROW LEVEL SECURITY IN BO?..

Answer / srinivas

in bo 6.5 row level security

restric the rows in the table

In supervisor level, click on resource pane, select
universe right click, on properties on, select rowlevel

how many rows he want select that rows and apply ok

Is This Answer Correct ?    6 Yes 15 No

Post New Answer

More Business Objects Interview Questions

what is zero client and thin client ?

3 Answers   Tech Mahindra,


What is mean by stored procedure ? and how we can generate stored procedure universe?

3 Answers  


As im new to BO, tel me 1.How to do migration from BO6.5 to BOXIR2? 2.whats the difference b/w BO6.5 to BOXIR2. 3. whats the way both BO 6.5 n BOXIR2 file storge varies.

5 Answers   Cap Gemini,


In banking domain how many Fact tables,Dimension table are present?

0 Answers   TCS, UST,


which is the best way to resolve loop context r alias why?

3 Answers  






Pls Explain about the different between 6.5 & Xi R2

2 Answers   IBM,


can anybody explain me in detail about software development life cycle of business objects in detail?

1 Answers  


What Is The Difference Between Oltp And Olap?

0 Answers   Informatica,


What is report template in b.o?

0 Answers  


how many times can use the union operator in a report?

3 Answers  


What is a join? Explain different types of joins?

5 Answers  


What is recurring sheduling and batch scheduling?

2 Answers   TCS,


Categories