安装HANA Rules Framework(HRF)
1. 收集文档
1.1 SAP HANA Rules Framework by the SAP HANA Academy link
1.2 HANA Rules Framework (HRF) blog of blogs link
1.3 SAP HANA Rules Framework link
1.4 2455694 - SAP HANA Rules Framework 1.0 SPS 11 Release Note
SAP HRF Version | SAP HANA Releases | SAP HANA Studio Releases |
SAP HRF 1.0 SP11 Patch 0 to Patch 4 | SPS 12 rev 122.08, 122.09, 122.10 | 2.3.19, 2.3.22 |
SAP HANA 2.0 SPS00 Database Revision 002 (2.00.002.00) | 2.3.19 | |
SAP HRF 1.0 SP11 Patch 5 to Patch 9 | SPS 12 rev. 122.14, 122.15, 122.16, 122.17, 122.19, 122.21, 122.23, 122.25 |
2.3.31, 2.3.32, 2.3.34, 2.3.38, 2.3.39, 2.3.42, 2.3.44 |
SAP HANA 2.0 SPS02 Database Revision 23, 24, 24.01, 24.02,24.03, 24.05, 24.06, 24.07, 24.08, 24.09, 24.10 |
2.3.31, 2.3.33, 2.3.36, 2.3.37, 2.3.40, 2.3.41, 2.3.43, 2.3.45 | |
SAP HANA 2.0 SPS03 Database Revision 30, 31, 32, 33, 34, 35, 36, 37, 37.02 |
2.3.35, 2.3.39, 2.3.41, 2.3.42, 2.3.43, 2.3.45 | |
SAP HANA 2.0 SPS04 Database Revision 40, 41 |
2.3.43, 2.3.44 |
2. 下载软件
3. Deploying the SAP HANA Rules Framework Software Component
3.1 Prerequisites
-
-
You have reviewed the software and hardware requirements and the release note for this release.
- You have installed the SAP HANA client.
For more information, see the SAP HANA Client Installation and Update Guide at http://help.sap.com/hana_platform.
- You have an SAP HANA database user.
- The SAP HANA sap.hana.xs.lm.roles::Administrator user role is assigned to your SAP HANA database user.
-
-
- You have downloaded the HRF software component from the SAP Support Portal.
3.2 Procedure
Windows:
set HDBALM_USER=ADMIN set HDBALM_PASSWD=Sap#2019 set HDBALM_HOST=boschs4hana set HDBALM_PORT=8010
set HTTP_PROXY=
set HTTPS_PROXY=
Linux:
export HDBALM_USER=ADMIN export HDBALM_PASSWD=Sap#2019 export HDBALM_HOST=boschs4hana export HDBALM_PORT=8010
export HTTP_PROXY=
export HTTPS_PROXY=
3.3 Execute the hdbalm installation command with the required options, command options, or parameters to deploy the software component of SAP HANA rules framework.
ExampleC:\Program Files\SAP\hdbclient_101>hdbalm.bat -v install C:\TEMP\HCORULEFW05P_3.ZIP
/usr/sap/S4D/hdbclient/hdbalm -v install /hana/sapcd/HCORULEFW11P_9-20011528.ZIP
原文:https://www.cnblogs.com/weikui/p/11257035.html