All Products
Search
Document Center

Hologres:SAP BusinessObjects

Last Updated:Mar 26, 2026

SAP BusinessObjects (SAP BO) is a SAP business intelligence (BI) platform that provides reporting, dashboards, ad hoc analysis, and data management capabilities. This topic describes how to connect SAP BusinessObjects to Hologres so that you can run visual analytics on your Hologres data.

Prerequisites

Before you begin, make sure that you have:

  • A running Hologres instance with a database created

  • The public endpoint and port of your Hologres instance (available in the Network Information section of the Hologres Management Console)

  • An Alibaba Cloud AccessKey ID and AccessKey secret (Create an AccessKey pair)

  • The PostgreSQL ODBC driver (version Psqlodbc_11_01_0000 or later) installed on both the SAP BusinessObjects server and client — download from the PostgreSQL official website

Hologres is compatible with the PostgreSQL 11 ecosystem. Use the PostgreSQL ODBC driver to connect.

Connect SAP BusinessObjects to Hologres

Step 1: Create a relational connection

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

    new universe

  2. Select an existing project, then click Next. If no project exists, select Create a project first.

    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 your User Name and Password, select Use connection string, and click the Refresh icon next to Driver. Select the target driver from the drop-down list, then configure the remaining parameters.

    Parameter

    Required

    Description

    User Name

    Yes

    Your Alibaba Cloud AccessKey ID. Find it in the Alibaba Cloud console under AccessKey Management.

    Password

    Yes

    Your Alibaba Cloud AccessKey secret. Find it alongside your AccessKey ID in AccessKey Management.

    Host

    Yes

    The public endpoint of your Hologres instance. In the Hologres Management Console, open your instance and copy the endpoint from the Network Information section.

    Port

    Yes

    The port number of your Hologres instance. Find it in the Network Information section of the same instance page.

    Database

    Yes

    The name of the Hologres database to connect to.

    Parameter settings

  7. Click Test Connection. If the result shows "Test Successful", click Next to configure the connection and parameters. If you have no special configuration requirements, click Next directly.

Step 2: Create a data foundation

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

  2. Select the tables to include, then click Next.

    选表

Step 3: Create a relational business layer

On the New Relational Business Layer page, enter a Resource Name, then click Finish.

The connection between SAP BusinessObjects and Hologres is now ready. You can design models and run visual analytics on your Hologres data.