ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories >> Software >> Data-Warehouse >> Business-Objects
 
 


 

Back to Questions Page
 
Question
What are the types of errors you faced while creating a report 
from two different data providers
Rank Answer Posted By  
 Question Submitted By :: Rush_swati
This Interview Question Asked @   IBM
I also faced this Question!!   © ALL Interview .com
Answer
I know that incompatibility is the one can anybody please let 
me what are the other problems we face
 
0
Rush_swati
 
 
Answer
1)#Multi Value Error
2)Data Synch Error
 
0
Lava
 
 
Question
What are the types of errors you faced while creating a report 
from two different data providers
Rank Answer Posted By  
 Question Submitted By :: Rush_swati
This Interview Question Asked @   IBM
I also faced this Question!!   © ALL Interview .com
Answer
I know that incompatibility is the one can anybody please let 
me what are the other problems we face
 
0
Rush_swati
 
 
 
Question
Example of how the fantraps and chasm traps works?
Rank Answer Posted By  
 Question Submitted By :: Soni
This Interview Question Asked @   IBM
I also faced this Question!!   © ALL Interview .com
Answer
Chasm trap and Fan Traps are the loops which will occur 
while ditecting loops.

Examples of these are:

Chasm Trap:

            Orders
Customer < 
            Sales

When one dimention is having one to many relations with two 
diffrent facts then this loop will occur. To resolve this 
loop we have to use Context to chose the right path for the 
reports to avoid multiple SQL statements.

Fan Tap:

Customer -> orders -> orderlines.

When one customer dimention is having one to many relation 
with orders and then again orders is having one to many to 
relation with orderlines then the loop will occure. To 
resolve this we have to use aliase. Name the second table 
oreders with some other alias name then link with third 
table. Ensure to remove the link between 2nd and 3rd tables.

Hope this will answer your question.

Thanks,
Abdul
 
0
Abdul
 
 
Question
you have two tables table 1 contains emp id,name and deptno 
and tble 2 contains only depatment number some of the 
depatment no of 1st table are not present in table 2 how 
will you create a report only to get the departments of 
which excess in table 1
Rank Answer Posted By  
 Question Submitted By :: Soni
This Interview Question Asked @   IBM
I also faced this Question!!   © ALL Interview .com
Answer
select empid,name,depno from table1,table2 where table1.deptno=table2.deptno(+)
 
0
Amutha
 
 
Answer
select a.empid, a.name, a.deptno from table1 a, table2 b where a.deptno != b.deptno
 
0
Vishal
 
 
Question
How will you move reports from Dev to QA in BO
Rank Answer Posted By  
 Question Submitted By :: Mdsaifm
This Interview Question Asked @   Infosys
I also faced this Question!!   © ALL Interview .com
Answer
Use Life Cycle Manager to move reports from DEV to QA
 
0
Don
 
 
Answer
Using the Import Wizard we can migrate the Reports and 
associated repository objects from one env to another 
environment.
 
0
Raj6666
 
 
 
Back to Questions Page
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com