Steps for desktop reporting with bo6.5
Step1: Create the user to hold repository like below
SQL> create user bo65 identified by bo65;
User created.
SQL> grant connect, resource,dba to bo65 ;
Grant succeeded.
SQL> conn bo65/bo65;
Connected.
Step2: create repository components.
These are the components
Security domain: Those set of tables hold security information
Document Domain: Contains hold the reports
Universe Domain: Contain model of report by using designer tool
These are the steps for creating component or objects
- connect to supervisor
- To create new repository click on admin
- There are three; steps; required for creating it, as described below in picture
Click on begin - Chose the default initialization. It will create all kinds of repository component automatically.
Click on next - One window will come. Give supervise name as you like, password and click next.
- Click on setup
- Click on next
- Choose database type click next
- Give user name (as we have created earlier bo65), password and service name as shown bellow
- Click on next
- Click on finish
- Click on next
- Then privous menu will come,click next then click finish
Step3:Connect to supervisor by giving username and password. Under the supervisor you can create one sub-ordinate user and you can give the permission as supervisor.
Step4:Then we have to create one model in designer. These are the steps
- Go to designer. There are two ways to connect designer
In supervisor go to tools=>Run=>Designer
0r
Connect Designer directly - Go to tools , then choose connections. First you have to create connection with desire database.
- Click on add then next.
- Chose the required database then next
- Give connection name, username and pass word
- Click next=>next=>next=>finish
- Click on file=>new. One window will come and give name and choose connection name. Then click on ok.
- Then ond window will com like this .
- Select emp and dept table and insert it or drag and drop it. After selecting you can close that table window and drag and drop those tables you have selected to navigator as shown bellow.
- Suppose we want to join to table where deptpno of dept is equal to deptno of emp.
For achieving this right clicks on dept then chose join one window will come and write the condition like this.Then click on Ok
- Then save it.It will be look like as below
Step5:Finanally we have to generate report. These are the steps for report generation
- Go to Business Objects6.5.
- Go to File=> then new
Click on begin - Click on next
- Choose the universe name that you have save in designer
click on finish - Dept and Emp table will appear in navigator. Select the required column and drag it to work space for report generation.
- Click on run for generating report