BO Designer Question:
How to create Universe using Flat file in BO6.0?
Answer:
Business Objects deals with databases, for every universe you need to specify a database connection. flat files dont have the database format so you'll need to convert them into some database. to do that, you will need to write a procedure which will read data from flat files & relate it according to surrogate keys, then using that procedure populate the database & then use that database for the source of the universe.
using flat files ONLY , you can not create universe. because there is nothing as database connection available for flat file.
using flat files ONLY , you can not create universe. because there is nothing as database connection available for flat file.
Previous Question | Next Question |
What are the security level used in BO? | How to create Generic TIME CLASS, which includes Objects Year,Month and Qtr? Database in use is Oracle? |