首页 > 其他 > 详细

安装HANA Rules Framework(HRF)

时间:2019-07-28 00:27:43      阅读:127      评论:0      收藏:0      [点我收藏+]

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. 下载软件

  1. Go to the SAP Software Download Center at https://support.sap.com/swdc技术分享图片.
  2. Choose Software Downloads.
  3. Choose the Support Packages and Patches tab.
  4. Choose By Category  SAP In-Memory (SAP HANA)  SAP HANA Add-ons  SAP HANA RULES FRAMEWORK  SAP HANA RULES FRAMEWORK 1.0  Comprised Software Component Versions  HANA RULES FRAMEWORK 1.0.
  5. Ensure that the following are selected:
    • # OS INDEPENDENT
    • SAP HANA DATABASE
  6. Download the relevant file, depending on the type of installation that you are performing:

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.

      See Software and Hardware Requirements.

    • 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.

技术分享图片

 

3.2 Procedure

  1. Start a command line client and navigate to the directory in which hdbalm is located.

    By default, hdbalm is located in the c:\Program Files\sap\hdbclient directory on Microsoft Windows and /usr/SAP/hdbclient(/usr/sap/S4D/hdbclient/) directory on Linux.

  2. Set the following environment variables:
    VariableDescription
    HDBALM_USER Name of your SAP HANA database user.
    HDBALM_PASSWD Password of your SAP HANA database user.
    HDBALM_HOST Full domain name of the SAP HANA XS engine.
    HDBALM_PORT Port number of the SAP HANA XS engine. The default port is 80+<instance number>.

 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



 

安装HANA Rules Framework(HRF)

原文:https://www.cnblogs.com/weikui/p/11257035.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!