SAP HANA Requirements
This section describes the requirements, access privileges, and other features of Fivetran HVR when using SAP HANA for replication.
Supported Platforms
- Learn about the SAP HANA versions compatible with HVR on our Platform Support Matrix page (6.1.0, 6.1.5, and 6.2.0).
Supported Capabilities
- Discover what HVR offers for Redshift on our Capabilities for SAP HANA page (6.1.0, 6.1.5, and 6.2.0).
Data Management
Learn how HVR maps data types between source and target DBMSes or file systems on the Data Type Mapping page. For the list of the supported SAP HANA data types and their mapping, see Data Type Mapping for SAP HANA.
Understand the character encodings HVR supports for SAP HANA on the Supported Character Encodings page.
Fivetran provides additional solutions for replicating data from SAP database. For more information, see section SAP in Databases.
ODBC Connection
HVR requires that the HANA client (which contains the HANA ODBC driver) to be installed on the machine from which HVR connects to HANA. HVR uses HANA ODBC driver to connect, read and write data to HANA. For information about the supported ODBC driver version, refer to the HVR release notes (hvr.rel) available in hvr_home directory or the download page.
HVR does not support integrating changes captured from HANA into databases where the distribution key cannot be updated (e.g. Greenplum, Azure Synapse Analytics).
Connecting to Remote HANA Location from Hub
HVR allows you to connect from a hub machine to a remote HANA database by using any of the following two methods:
- Connect to an HVR installation running on the HANA database machine using HVR's protocol on a special TCP port number (e.g. 4343). This option must be used for log-based capture from HANA.
- Use ODBC to connect directly to a HANA database remotely. In this case no additional software is required to be installed on the HANA database server itself. This option cannot be used for log-based capture from HANA database.
Upgrading HANA Database
When upgrading a HANA database (e.g. from HANA 2.0 SPS 04 to HANA 2.0 SPS 05), HVR may fail with the 'invalid column name' DBMS error.
The solution is to recreate all the views in the _HVR schema by running the HVR_HOME/dbms/hana/hvrhanaviews.sql script after the upgrade. The script must be run by the SYSTEM user.
Notes for Migrating from HVR 5.x
In HVR, the name of the views in the _HVR schema has changed, so the views with new names should be created. This can be done by executing the hvrhanaviews.sql script from the HVR_HOME/dbms/hana directory.
The 'old' views from HVR5 can then be dropped manually, unless both HVR and HVR5 need to be used simultaneously.