All Products
Search
Document Center

Hologres:SAP BusinessObjects

Last Updated:Feb 04, 2026

SAP BusinessObjects (SAP BO) is a widely used SAP business intelligence (BI) platform that offers reporting, dashboards, ad hoc analysis, and data management capabilities. This topic explains how to connect SAP BusinessObjects to Hologres and perform visual analytics on your data.

Procedure

  1. Install the PostgreSQL ODBC driver

    Download the PostgreSQL ODBC driver from the official PostgreSQL website here.

    Note

    Because Hologres is compatible with the PostgreSQL 11 ecosystem, make sure to install Version Psqlodbc_11_01_0000 or later on the SAP BusinessObjects server and client.

  2. Create a relational connection

    1. Open SAP Information Design Tool and select File > New Universenew universe

    2. Select an existing project to create the connection for, then click Next. If no project exists, select Create a project to create one.project

    3. Select Relational data source, then click Next.data source type

    4. Enter a Resource Name, then click Next.名称

    5. In the list, select PostgreSQL > PostgreSQL 11 > ODBC Drivers, then click Next.odbc

    6. Enter User Name and Password, select Use connection string, and click the Refresh icon next to Driver. From the drop-down list, select the target driver and configure the remaining parameters. The parameters are described in the following table.Parameter settings

      Parameter

      Description

      User Name

      The AccessKey ID of your Alibaba Cloud account. For more information, see Create an AccessKey pair.

      Password

      The AccessKey secret of your Alibaba Cloud account. For more information, see Create an AccessKey pair.

      Host

      The public endpoint of your Hologres instance. Go to the Hologres Management Console, open the product page of your instance, and find the endpoint in the Network Information section.

      Port

      The port number of your Hologres instance. Go to the Hologres Management Console, open the product page of your instance, and find the port in the Network Information section.

      Database

      The name of the Hologres database.

    7. Click Test Connection. If the page displays Test Successful, the connection succeeds. Click Next to configure the connection and parameters. If you have no special configuration requirements, click Next directly.

  3. Create a data foundation

    1. On the New Data Foundation page, enter a Resource Name, then click Next.

    2. In the list, check the tables you want to include, then click Next.选表

  4. Create a relational business layer

    On the New Relational Business Layer page, enter a Resource Name, then click Finish. After completion, the connection between SAP BusinessObjects and Hologres is ready. You can now design models and create visual analytics.