Symptom
Basic configuration of the Data Hub to work with the HANA database.
Environment
Datahub with HANA databse
Resolution
Connect DataHub with HANA databse
1 Increase the heap size of Tomca See Managing Performance for the Data Hub.
2 Add a database driver to the Tomcat server's classpath (i.e ngdbc-0.73.0.jar)
3 Create a local db datahub on HANA database
4 Configure the local.properties to use that DB.
<code>
</code>
1 Increase the heap size of Tomca See Managing Performance for the Data Hub.
2 Add a database driver to the Tomcat server's classpath (i.e ngdbc-0.73.0.jar)
3 Create a local db datahub on HANA database
4 Configure the local.properties to use that DB.
<code>
# DH database
dataSource.driverClass=com.sap.db.jdbc.Driver
# 5.5 changed to use dataSource.className
dataSource.className=com.sap.db.jdbcext.DataSourceSAP
dataSource.jdbcUrl=jdbc:sap:
//hana1.database.fra.hybris.com:30115/?reconnect=true
dataSource.username=user
dataSource.password=password
Difference 5.3 and 5.5
See Also
Getting Started with the DataHub:
https://wiki.hybris.com/pages/viewpage.action?title=Getting+Started+with+the+Data+Hub&spaceKey=release5
HANA Database:
https://wiki.hybris.com/display/release5/HANA+Database
https://wiki.hybris.com/pages/viewpage.action?title=Getting+Started+with+the+Data+Hub&spaceKey=release5
HANA Database:
https://wiki.hybris.com/display/release5/HANA+Database
Keywords
datahub, HANA
Header Data
Released On | 05.06.2015 15:12:59 | ||
Release Status | Released to Customer | ||
Component | CEC-COM-CPS Commerce Platform & Suite (hybris) | ||
Other Components |
| ||
Priority | Normal | ||
Category | How To | ||
Development Platform |
Java
|
This comment has been removed by the author.
ReplyDelete