English 中文(简体)
SAP BODS Tutorial

DW & ETL

SAP BO Data Services

SAP BODS Repository

SAP BODS Datastores & Formats

Data Flow & Work Flow

SAP BODS Transforms

SAP BODS Administration

Multi-user Development

SAP BODS Useful Resources

Selected Reading

Repository Creating & Updating
  • 时间:2025-01-05

SAP BODS - Repository Creating & Updating


Previous Page Next Page  

To create BODS Repository, you need to have a database installed. You can use SQL Server, Oracle database, My SQL, SAP HANA, Sybase, etc.

Creating Repository

You have to create the following users in database while instalpng BODS and to create Repositories. These users are required to login to different servers such as the CMS Server, Audit Server etc.

Create User BODS Identified by Bodsserver1

    Grant Connect to BODS;

    Grant Create Session to BODS;

    Grant DBA to BODS;

    Grant Create Any Table to BODS;

    Grant Create Any View to BODS;

    Grant Drop Any Table to BODS;

    Grant Drop Any View to BODS;

    Grant Insert Any table to BODS;

    Grant Update Any table to BODS;

    Grant Delete Any table to BODS;

    Alter USER BODS QUOTA UNLIMITED ON USERS;

Create User CMS Identified by CMSserver1

    Grant Connect to CMS;

    Grant Create Session to CMS;

    Grant DBA to CMS;

    Grant Create Any Table to CMS;

    Grant Create Any View to CMS;

    Grant Drop Any Table to CMS;

    Grant Drop Any View to CMS;

    Grant Insert Any table to CMS;

    Grant Update Any table to CMS;

    Grant Delete Any table to CMS;

    Alter USER CMS QUOTA UNLIMITED ON USERS;

Create User CMSAUDIT Identified by CMSAUDITserver1

    Grant Connect to CMSAUDIT;

    Grant Create Session to CMSAUDIT;

    Grant DBA to CMSAUDIT;

    Grant Create Any Table to CMSAUDIT;

    Grant Create Any View to CMSAUDIT;

    Grant Drop Any Table to CMSAUDIT;

    Grant Drop Any View to CMSAUDIT;

    Grant Insert Any table to CMSAUDIT;

    Grant Update Any table to CMSAUDIT;

    Grant Delete Any table to CMSAUDIT;

    Alter USER CMSAUDIT QUOTA UNLIMITED ON USERS;

To create a new Repository after installation

Step 1 − Create a database Local_Repo and go to Data Services Repository Manager. Configure database as local repository.

Create New Repository

A new window will open.

Step 2 − Enter the details in the following fields −

Repository type, Database type, Database server name, Port, User name and password.

Repository Details

Step 3 − Cpck the Create button. You will get the following message −

Cpck Create Button

Step 4 − Now login to Central Management Console CMC in SAP BI Platform with User name and Password.

CMC Login

Step 5 − On the CMC Home page, cpck Data Services.

CMC Homepage

Step 6 − From the Data Services menu, Cpck Configure a new Data Services Repository.

Data Services Menu

Step 7 − Enter the details as given in the new window.

    Repository Name: Local_Repo

    Data Base Type: SAP HANA

    Data Base Server Name: best

    Database Name: LOCAL_REPO

    User Name:

    Password:*****

Details New Window

Step 8 − Cpck the button Test Connection and if it is successful, cpck Save. Once you save, it will come under Repository tab in CMC.

Step 9 − Apply access rights and security on local repository in CMC → User and Groups.

Step 10 − Once access is given, go to Data Services Designer → Select Repository → Enter User name and password to login.

Repository Login

Updating the Repository

To update a repository, follow the given steps.

Step 1 − To update a Repository after installation, create a database Local_Repo and go to Data Services Repository Manager.

Step 2 − Configure database as local repository.

Configure Database

A new window will open.

Step 3 − Enter the details for the following fields.

Repository type, Database type, Database server name, Port, User name and password.

Services Repository Manager

You will see the output as shown in the screenshot shown below.

SAP BODS Output Advertisements