Answer Posted / nameer
There are 3 connections used in business objects
Personal: We can use this connection for only local system.
That means anything which is built on this connection is
accessible from the single machine only.
Shared:This connection is used to share the universes and
documents among the users through a shared network
Secured: This is the mostly used connection which in turn
work with repository. those who have access to repository
can access the universe as well as the documents from
repostory.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
What Is The Difference Between Oltp And Olap?
I have set of reports in BO4.0 and need to use "Hyperlink" functionality. I had to use native hyperlink functionality provided in BO4.0 but looks like it's available only in Rich Client.Currently,we have only Infoview B04.0 Launch Pad.Is OpenDoc the only hyperlink option on BO4.0 Launch Pad? Thank you.
In source system we have os - windows BO - 5.1.5. with webi 2.7.1 Repository database - oracle Reports database - Oracle and DB2 Nearly we have 1200 reports in present system , i want to move as it is to new hardware os- windows bo- 5.1.5 with webi2.7.1 repository - oracle reports - oracle and db2 let me know is there any migration techniques in same version. thanks in advance Usha
How to create a new calendar in CMC? Can u please tell me the process to create the required calendar. Ex:- Year of that calendar to start with Jan-15 and ends with Jan -30 and the Next month to start with Feb-31 and ends with Feb-14.
what is the difference between add link and include link in BO? Explain me with a scenario when to go for add link and when to go for include link?
Explain are data mart and data warehouse normalized or denormalized? Do both of them exist in?
Its regarding Javascript coding for customization in BI4 reports. We need to have all the options disabled in the report except the option to Export(save the report in computer in Excel/pdf formats). I am able to hide TopBar,TabBar,Left Navigation etc but I need "Export" option to be displayed to the users in Read mode. Can this selective "hiding" be achieved?
What is the difference between business requirement document and use case document.
Explain in detail about type 2(scd),
Explain about a task that really tested your analytical abilities?
Explain what is aggregate table and aggregate fact table ... Any examples of both?
Give some information on report bursting?
Explain what are the steps to be taken to schedule the report?
Explain how to schedule the report in b.o?
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