Table of Contents

Hana - Data Provisioning Server

About

Core Hana process

Management

Enable

When SAP HANA is first installed, the Data Provisioning Server is disabled. Enabling the Data Provisioning Server gives you the ability to use SAP HANA smart data integration. Context

ALTER DATABASE <database_name> ADD 'dpserver' AT LOCATION '<hostname>[:<port_number>]'

Support

SAP DBTech JDBC: [7]: feature not supported: Only applicable to user databases

ALTER DATABASE SYSTEMDB ADD 'dpserver' AT LOCATION 'localhost';

The 'dpserver'' server has to be enabled on a tenant database instead of on the SYSTEMDB.

Documentation / Reference