As we are now using OBIEE for reporting purpose there are few important things that we need to obtain without which we cannot proceed.
Data Source: Most important is Data Source without this we don’t have the data or the metadata, so when there is no metadata there is no design and hence no reporting. Please ensure we have a data source with tables and some data and we know the details to connect to.
In order to connect to a data source (example Oracle Database) we need to have parameters that define the data source, these parameters include
Data Source: Most important is Data Source without this we don’t have the data or the metadata, so when there is no metadata there is no design and hence no reporting. Please ensure we have a data source with tables and some data and we know the details to connect to.
In order to connect to a data source (example Oracle Database) we need to have parameters that define the data source, these parameters include
- Server Name ( Where Database is hosted ex. localhost)
- Instance Name (Name of database or instance name ex. Orcl)
- Port number ( ex 1521)
- Username (Schema name or user who has access to required schema)
- Password (Password of above mentioned username )
- User Account in the OBIEE Application as BI Administrator
- Access to the installation folder ( to change config settings)
- Identify the exact data set
- Identify the tables involved and their physical relation
- Confirm the type of view needed
- Identify the aggregations involved
No comments:
Post a Comment