I am working on Business Objects-reporting side.
Database is Teradata.
I have two questions here:
1. We will be working only on Infoview on QA environment.
Do I need to add ODBC entries for the QA database server on
my machine to be able to create/refresh Infoview reports?
I will not be using Desk_I or Web_I rich client.
2. Once reports are developed,Admin team would migrate the
reports to Production and make these available to business
users.
The reports are Refresh on Open.
Would the business users need to have the ODBC entries of
Production database server in their machines to be able to
refresh these reports?
Answers were Sorted based on User's Feedback
Answer / dilip
No need to have ODBC entries of Dev or Prod in every system
which is used to access reports. When any report is
refreshed it will be processed on BusinessObjects server.
Connections:
Any System >
Web Browser (infoview)>
Reports.WID (on CMS can be viewed in infoview) >
Universe >
ODBC >
Database
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mell
you need to create ODBC connection on ever server.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is security level in BO ?
what are the day to day activities of BO administrator ?
what is universe
We can have two separate installations of BOE XI 3.1 on a single server?
What is the link option in the reporting Environment?
i am getting multiple values from prompt like (Value1;Value2;Value3;Value4). how can i place space between values like (Value1; Value2; Value3; Value4)
I have a column contains a data like A,A+,A++,B,B++ how u going to sort ther data?
Explain what is the difference between business requirement document and use case document.
how do you share the universe ?
Is it mandatory to give a cardinality ? If cardinality is not given what will happen?
What is meant by ZABO and FC(full-client)?
I have 2 tables. Table 1 is employee table and Table2 is department table. In employee table i have 1,2,3,4,5 emp id's,in Dept table i have various dept's like a,b,c and i have 2,3,4 emp id's in my dept table.I joined with these 2 tables.I want the results for equi join means how many records will fetch.In the same scenario i have to know the left outer join, right out join and full outer join resuls means how many records will come. can any body tell me the answers