Hi,
difference between loop and trap in business objects ?
Thanks in Advance
nvsraghu
Answers were Sorted based on User's Feedback
Answer / gs2kumar@gmail.com
Loop is a continues path between the tables trap also is a kind of loop Due to oracle limitation some time it give multiple duplicate values when 3
tables join continuously with 1-N and 1-N and Cartesian
product also occurs. To resolve the traps and loops we should use alias, context and shortcut join. We can find the loops by checking Integrity check in Universe but can be find by view only, to resolve the fan trap better to go for alias and for chasm trap context.
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / vikram kumar
While creating or designing of universe with the designing tool like IDT or UDT we some time get errors like Loops and Traps. As per my knowledge the major difference between loops and traps is that, Loops are visible after one runs or go for integrity check while traps are in-visible in the universe design. The traps presence can only be seen while generation of reports with reporting tool like WEBI.
More to this i would also like to say that loops can be resolved by alias or use of context which depends on the scenario of the universe.
Ex - for applying context to resolve the loop, number of path depends on number of fact tables and there must be more then 1 fact table.
For alias we have to create the xerox copy of main table with a different name.
ex - suppose there are tables like country, region, sales, client and join all the 4 tables and after one go for integrity check, there would be loop formation. So, here the main table is our country, since under country, region, client and sales would be there. So, hence one have to click on country table and create alias of that like "Country_a".
Further to that, if context exist then in WEBI, it will pop out a error as -"INCOMPATIBLE CONDITION OF OBJECTS".
| Is This Answer Correct ? | 1 Yes | 0 No |
what is slice & dice?
3 Answers Cognizant, Saama Tech, TCS,
in universe perameter u dont give the option multiple contexts ,what is the impact in report level
Explain is data mart?
What is metrics?
Give some information on report bursting?
What is the stored procedure ? What is the need of stored procedure ? How to create a stored procedure Universe?
Explain about derived tables?
What is maximum number of promts we can give in a BO report?
Tow tables is there employee, projects . (many to many) one employee has different projects and one project has different employees . how we can achive the data from both
How to make hilight the whole row by using ALERTS asof revenue is more than xxxxx?
can BO generate reports with out CUBICAL data to repository?
How to hide the table s in webi?can any one tell me plzzzzzzzz