Just a brief guide about creating a SAP BusinessObjects Data Services Repository on SAP HANA.
I hope this guide would be helpful for you. Have fun!
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Prepare the HANA Server to host the Data Services Repository
- Launch the SAP HANA Studio
- To create the specific user – and the connected schema that will host all the tables of the new Data Service Repository – expand the desired HANA System and then Security folder
- Right click on Users and select New User
- Enter username – in this case DSERV_REPO– and password (the password have to be changed after the first logon) and click on Deploy
- The easiest way to check if the user was successfully created and to change the linked password is to add a new connection to the HANA Server, naturally using the credentials just created. So, right click on the Navigation Panel and select New System…
- Enter the required information and click on Next >
- Enter the credentials of the user you just created and click on Finish
- Enter a new password and click on OK
- Expanding the freshly added system, the Catalog folder and the schema DSERV_REPO, you can check that there are no tables inside
Create the Data Service Repository
- In order to create an ODBC Connection, on the system where SAP Data Services have been installed, navigate to Start -> Control Panel -> Administrative Tools and then click on Data Sources (ODBC)
- Click on System DNS tab and then on Add button
- Select HDBODBC (in this document is assumed that SAP HANA Client was already installed on the machine where SAP BusinessObjects Data Services is running)
- Enter a name for the data source, the host name and the connection port; click on Connect to test it
- Enter the credentials of the user previously created on HANA
- If the connection is successful, click on OK and close all the windows
- Launch the Data Services Repository Manager; clicking on Start -> All Programs -> SAP Business Objects Data Services -> Data Services Repository Manager
- Obviously select SAP HANA as Database type; click on the check box Use Data Source Name and select the ODBC connection you created before; enter username e password
- Click on Get Version to check you are not going to overwrite an existing DB
- If the system reports the DB exists but the tables are not valid, you can proceed clicking on Create
- Clicking again on Get Version, you will now receive a different message
- Click on Close
- If you go back to HANA Studio, you can now see that the Tables folder has been populated
- Now you need to create a Data Services Connection to the new Data Services Repository stored on HANA.
Go to Start -> All Programs -> SAP Business Intelligence -> Information platform services 4.0 and click on Information platform services Central Management Console; login on Central Management Console - Click on Data Services
- Click on Manage and then on Configure repository
- Enter the required information and then click on Test Connection
- Click on Save and then on Log Off
- If you login on Data Services Designer (go to Start -> All Programs -> SAP Business Objects Data Services, click on Data Services Designer), you will see that the new repository is now present
Configure a job server
- You now need to configure a Job Server so you can execute jobs on the Data Services Repository hosted on HANA.
Go to Start -> All Programs -> SAP Business Objects Data Services and click on Data Services Server manager - Many repositories can be connected to the same Job Server; so click on Configuration Editor
- Select Job Server_1 and click on Edit
- Click on Add button
- Enter the required information and the click on Apply button
- Close the windows clicking on OK and then click on Close & Restart