You are on page 1of 26

Installation manual SAP Business Objects Data Services XI 3.

2
on a Microsoft Windows 7 - 64-bit machine

Creator: Twitter: Blog:

Pieter Verstraeten http://www.twitter.com/pverstraeten http://www.pieterverstraeten.com/blog

Business Objects Data Services XI 3.2


Installation prerequisites
The following installation is performed on a laptop with the following specifications, make sure you have these minimum specifications: - OS: Windows 7 64 bit - Internal memory: 4 GB - Harddisk capacity: 80GB

Downloads
First you need to download the software, below you can find the hyperlinks to download it. Name MySQL 5.1 database MySQL-Front 3.2 MySQL 3.51.27 ODBC-connector BO Data Services XI 3.2 Hyperlink http://bit.ly/f5F5DT http://bit.ly/fiOIGz http://bit.ly/e7NW9A http://bit.ly/hJxG4N Vendor MySQL MySQL-Front MySQL SAP

On the next pages youll find the installation procedures. The first installation is the installation of the MySQL database. After installing the database you need to access the database for creating tables, users and privileges. How to install and configure MySQL-Front will be explained in the second chapter. The next step is to install and configure the MySQL ODBC-connection, this step is necessary to access your MySQL database via BO Data Services. At last I will show you the installation procedure to install BO Data Services XI 3.2. When all of these steps are complete, you can easily build up your own data warehouse. Good luck with your installation!

Installation manual BO Data Services XI 3.2

Page 2

Business Objects Data Services XI 3.2


MySQL 5.1 database - installation
Note: This MySQL server will be installed on your own machine. It is possible to install it on a server like Microsoft Windows Server 2003 or Microsoft Windows Server 2008, etcetera. In this case I will install the MySQL server on my own laptop.

Step 1: Open your installation file. The screen above will appear. Click Next.

Step 2: Choose for Typical setup type. Click Next.

Step 3: Click Install. Your MySQL database server will be installed.


Installation manual BO Data Services XI 3.2 Page 3

Business Objects Data Services XI 3.2

Step 4: Click two times on the Next-button to skip the advertisements.

Step 5: Your MySQL 5.1 server is installed, now you can configure your own database server. Check Configure the MySQL Server Now and click on Finish. A new wizard will be open in a new window.

Step 6: Welcome to the Configuration Wizard. Click Next.

Installation manual BO Data Services XI 3.2

Page 4

Business Objects Data Services XI 3.2

Step 7: Check the first option, you want to configure a detailed configuration. Click Next.

Step 8: Select the option Developer Machine. There are several jobs running on your laptop. MySQL can not take a lot of your internal memory to run the application.

Step 9: Select Multifunctional Database and click Next.

Installation manual BO Data Services XI 3.2

Page 5

Business Objects Data Services XI 3.2

Step 10: Select the installation drive. Select the default option. Click Next.

Step 11: Select the standard option Decision Support (DSS)/OLAP and click Next.

Step 12: In this screen youll see the TCP-IP-connection port. Standard it will be port 3306, if required, you can change it to another port. Select the default option. Click Next.

Installation manual BO Data Services XI 3.2

Page 6

Business Objects Data Services XI 3.2

Step 13: Click the Next button. The Standard Character Set is OK.

Step 14: Its recommended to install MySQL as a Windows Service and check Include Bin Directory in Windows PATH. Click Next. Info: For an overview of all your Windows Services, click Windows Start button and run services.msc.

Step 15: Now its important to secure your MySQL database with a password. Create your own password, dont forget the password! Youll need this during installation of Data Services. When you run the MySQL server on a remote machine, check Enable root access from remote machines. Click Next.
Installation manual BO Data Services XI 3.2 Page 7

Business Objects Data Services XI 3.2

Step 16: Click Execute.

Step 17: click Finish. Now MySQL Server 5.1 is installed on your computer.

Installation manual BO Data Services XI 3.2

Page 8

Business Objects Data Services XI 3.2


MySQL-Front installation + configuration
MySQL-Front will be used to view the MySQL databases. With this tool you can easy create databases, users, privileges, etc.

Step 1: Start your installation to open the setup file. Click Next.

Step 2: Accept the agreement and click Next.

Installation manual BO Data Services XI 3.2

Page 9

Business Objects Data Services XI 3.2


Step 3: Select the path to install MySQL-Front and click Next.

Step 4: Select a name for the folder in the Start Menu. Click Next.

Step 5: Select the additional tasks you want. Click Next.

Step 6: Click Install.

Installation manual BO Data Services XI 3.2

Page 10

Business Objects Data Services XI 3.2

Step 7: Select Launch MySQL-Front and click Finish. MySQL-Front will be open automatically.

Step 8: MySQL-Front shows a window for creating new connections. Click New to create your first connection to the MySQL database.

Step 8: A new window will appear. Type a name for your first MySQL connection. Click on the tab Connection.

Installation manual BO Data Services XI 3.2

Page 11

Business Objects Data Services XI 3.2

Step 9: Now you need to define the server of the MySQL database. In our case it is localhost. If you defined your MySQL database on a remote machine, you can type the internet address in here. Example: www.mydomain.com

Step 10: To login you need to select the database username and database password. Type root as username. For the password you need to type the password you created before during the configuration of your MySQL server (page 7). Click OK to finish this configuration.

Step 11: Open the connection to the database. Click OK.

Installation manual BO Data Services XI 3.2

Page 12

Business Objects Data Services XI 3.2

Step 12: Standard the screen above will be appear. Dont delete the mysql-database! Users, passwords and privileges are stored in this database. Click with your right mouse button in the screen right and select New Database.

Step 13: We need to create three databases for BO DataServices: bods_dev, bods_profiler, bods_central. Select the utf8 character set. Repeat this step for each database.

Step 14: All databases are created. The result is the screen above.

Installation manual BO Data Services XI 3.2

Page 13

Business Objects Data Services XI 3.2


MySQL 3.51.27 ODBC-connector installation and configuration
This installation is necessary to connect SAP BO Data Services to your MySQL database. Follow these instructions to complete your installation and configuration.

Step 1: Open the setup file you downloaded before. Click Next to begin the installation.

Step 2: Select the Typical setup type. Click Next.

Step 3: Click Install.


Installation manual BO Data Services XI 3.2 Page 14

Business Objects Data Services XI 3.2

Step 4: Your MySQL ODBC Connector has been installed. The next step is to configure your ODBC connectors.

Step 5: The next step is to configure your ODBC connectors. To open this window select the Windows Start Menu and run c:\windows\syswow64\odbcad32.exe. This ODBC Data Source Administrator is special for a 64-bit Windows environment. Dont open the standard ODCB Data Source Administrator via the Control Panel, this will not work. Select the tab System DSN.

Step 6: Search for the MySQL ODBC 3.51 Driver. Click Finish.

Installation manual BO Data Services XI 3.2

Page 15

Business Objects Data Services XI 3.2

Step 7: A new window will be opened. I created my first ODBC connector to the database bods_dev1. Create a ODBC connector for each database (bods_dev, bods_profiler, bods_central). To test your connections, click Test. Finally close the window by clicking OK.

Step 8: You will have the following result.

Installation manual BO Data Services XI 3.2

Page 16

Business Objects Data Services XI 3.2


Business Objects Data Services XI 3.2 installation and configuration
The last, but very important step is to install BO Data Services XI 3.2. In the next steps Ill show you how to install BO Data Services and how to configure the standard settings.

Step 1: Open the file setup.exe. Be patient, the window will open in approximately 2 minutes. Click Next.

Step 2: Agree with the License. Click Next.

Installation manual BO Data Services XI 3.2

Page 17

Business Objects Data Services XI 3.2

Step 3: Register the product with a valid license key. License keys are available at SAP. Temporary license keys can be downloaded via the SAP Service Market Place. Click Next.

Step 4: Agree with the standard destination folder. Click Next.

Step 5: I chose to install the standard features. Click Next.

Installation manual BO Data Services XI 3.2

Page 18

Business Objects Data Services XI 3.2

Step 6: Now we use our MySQL database server, select Use an existing database server. Click Next.

Step 7: In this screen we configure the connection to the Local Repository (stored on our own MySQL database server). As ODBC datasource name we will take the bods_dev1 database. Select the username and password for the MySQL database. Standard the root username has all privileges in the database. Select Create to create new BO Data Services tables in the database.

Step 8: The standard settings are OK. Click Next.


Installation manual BO Data Services XI 3.2 Page 19

Business Objects Data Services XI 3.2

Step 9: Select Use system account. This option ensures that the Data Services and Address Server will run as a Microsoft Windows Service. Click Next.

Step 10: Agree with the standard settings or change your install location. Click Next.

Step 11: Skip the MetaData Integrator configuration. Click Next.

Installation manual BO Data Services XI 3.2

Page 20

Business Objects Data Services XI 3.2

Step 12: Install the Tomcat application server or use an existing Web Application Server. Click Next.

Step 13: Agree with the default TCP/IP ports. Click Next.

Step 14: Click Next to begin your installation. During this process BO Data Services will be installed on your computer and tables will be created in your MySQL bods_dev1 database. This process will take about 10 minutes. Click Finish to complete your installation and reboot your computer.

Installation manual BO Data Services XI 3.2

Page 21

Business Objects Data Services XI 3.2

Step 15: After rebooting the local repository is created. The next step is to create a central repository. Open the program Data Services Repository Manager from the Windows Start Menu. Copy the values from above to your fields and click Create, the program will create the central repository tables in your MySQL bods_central database. Enabling Security setting is necessary to analyze your repository in de Data Services Management Console. A security key will be generated!

Step 16: One of the last steps is to create the profiler tables in your database. You can do this also with the Data Services Repository Manager. Select the Profile repository type and bods_profiler as your ODBC data source. Click Create. If you see the message The Profiler repository was successfully created. (BODI-300086), your profiler tables are successfully generated! Close the program Data Services Repository Manager.

Installation manual BO Data Services XI 3.2

Page 22

Business Objects Data Services XI 3.2

Step 17: Open the program Data Services Management Console from your Windows Start Menu. The Management Console will be opened in your Internet browser. Logon credentials: Username: admin Password: admin

Step 18: The message No Repository found will show up. To hide this message we need to define a standard repository. Click on the Administrator icon.

Step 19: Expand the Management tree and click Repositories. Click Add to add a repository. First we link the Central Repository to the Management Console. Click apply to add the repository. If you didnt select Enable Security in step 15, a message will be shown and you cannot add the Central Repository to the Management Console. Repeat this step to add the bods_dev1 repository to the Management Console.

Installation manual BO Data Services XI 3.2

Page 23

Business Objects Data Services XI 3.2

Step 20: Expand Central Repositories and Central_Repository in de Management Console. Click on User and Groups. First we define a new group, named ds-group. Click Apply. Now you can select between to tabs, select the user tab and click Add to add users to the ds-group.

Step 21: Create a new user, this user can be different compared to your MySQL-user. The user will be standard member of the ds-group. Click Apply. The standard settings are done in the Management Console. Now we can configure our repositories in BO Data Services Designer.

Installation manual BO Data Services XI 3.2

Page 24

Business Objects Data Services XI 3.2

Step 22: Start the program Data Services Designer from the Windows Start Menu. Select the Database type, ODBC data source and your MySQL user and password you see in the picture above. Now you are able to login into BO Data Services.

Step 23: Note that the first of the two icons in the lower right is enabled. This is the JobServer and must be running on your computer.

Installation manual BO Data Services XI 3.2

Page 25

Business Objects Data Services XI 3.2

Step 24: Select Tools Central Repositories from the menu in Data Services. A new screen will popup. Click Add to add a new Central Repository, the screen above will be shown. Add the values you see in the picture. Its not necessary to type your MySQL password, click on Read Security Key and read the key you created before in step 15. For the user of the Repository you need to select the user and password you created in step 21. Click OK and Activate your central repository!

Step 25: Create a new project and schedule a new job. The result is that the job complete successfully!

Now you are able to create your own projects in SAP Business Objects Data Services!

Installation manual BO Data Services XI 3.2

Page 26

You might also like