SAP HANA is an in-memory computing platform that can be deployed on-premises or on
the cloud. It features high-performance data queries. A SAP HANA data source allows
you to read data from and write data to SAP HANA. You can configure sync nodes by
using the codeless user interface (UI) or code editor.
Procedure
If you use a DataWorks workspace in standard mode, perform the following steps to
add a data source in the development environment and another data source in the production
environment.
- Go to the Data Source page.
- Log on to the DataWorks console.
- In the left-side navigation pane, click Workspaces.
- In the top navigation bar, select the region where your workspace resides. Find your
workspace and click Data Integration in the Actions column.
- On the page that appears, click Connection in the left-side navigation pane. The page appears.
- On the Data Source page, click New data source in the upper-right corner.
- In the Add data source dialog box, select SAP HANA.
- In the Add SAP HANA data source dialog box, configure the parameters.

Parameter |
Description |
Data Source Name |
The name of the data source. The name must contain letters, digits, and underscores
(_) and start with a letter.
|
Data source description |
The description of the data source. The description cannot exceed 80 characters in
length.
|
Network connection type |
Select a network connection type based on the network environment of the data source. |
Environment |
Valid values: Development and Production.
Note This parameter is available only when the workspace is in standard mode.
|
JDBC URL |
The Java Database Connectivity (JDBC) URL of the database, in the format of jdbc:mysql://ServerIP:Port/Database .
|
Username |
The username that you can use to connect to the database. |
Password |
The password that you can use to connect to the database. |
- On the Data Integration tab, click Test connectivity in the Operation column of each resource group.
A sync node uses only one resource group. To ensure that your sync nodes can be properly
run, you must test the connectivity of all the resource groups for Data Integration
on which your sync nodes will be run. If you need to test the connectivity of multiple
resource groups for Data Integration at a time, select the resource groups and click
Batch test connectivity. For more information, see
Test data store connectivity.
- After the connection passes the connectivity test, click Complete.
What to do next
After you add a RestAPI data source, you can configure a Data Integration node by
using the codeless user interface (UI) or code editor.