Skip to Content
Product Information
Author's profile photo Aamrin Firdoush

How to create a repository for Data Services when database is HANA

There are many blogs  to create repository when our BODS is installed in MS SQL Server.This small blogs will help you understand how to create a repository when data services is installed  in HANA database.

Step1-

Create a user in the tenant HANA database where data services is installed:

 

Step2-once the user is created ,go to the installer location of dataservices-$LINK_DIR/bin

run the below command in your sidadm

. ./al_env.sh

Step3-Run the below command to check repo already exists if not create a new one.

Check repository ./repoman -ULR_Test -Pxxxxx -Shostname -p3xx15 -s -NHANA -QSID -v

Create Repository–./repoman -ULR_test -Pxxxxx -Shostname -p3xx15 -s -NHANA QSID -c

 

 

you should get the message at the end repository is successfully created.

 

Step4-Now once the repository is created,we have to register it in CMC:

Go to the cmc link-https://hostname:port/BOE/CMC and login with your admin password

 

Once you are in CMC,navigate to data services:

Go to Manage and click on Configure Repository

 

Provide the details of repository created in previous state and make sure the password is correct and the test connection should result in success.

Once the repository is created it will be available in the list:

Assigned Tags

      2 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Kiran Sathyan
      Kiran Sathyan

      Hi,

      Nice blog...

      How big these repositories will grow if its planned on Hana? Need to see how much Memory its going to use on a Hana Node...Pls suggest.

       

      Thanks,

      Kiran.

      Author's profile photo Aamrin Firdoush
      Aamrin Firdoush
      Blog Post Author

      Hi Kiran,

      It depends upon your data load and replication.

      Regards,

      Aamrin Firdoush