Installing Integrator for SAP | HCL Digital Experience

Integrator for SAP is delivered as a portal application archive (PAA) file.

About this task

You find the Integrator for SAP under the following location: PortalServer_root/base/wp.integration/sap.package/installableApps/sap_integration.paa . You install and deploy the application by using Solution Installer.

For details about the Solution Installer, read the section about Installing add-ons.
Note: The installation and deployment process expects to find a page with the unique name ibm.portal.page.Applications in HCL Portal. It adds integration artifacts to that applications page as child pages. If you do not have this applications page in your HCL Portal and run the Solution Installer install task, an XMLAccess exception occurs. In this case create a page with the unique name ibm.portal.page.Applications and rerun the task that failed.

Procedure

  1. Install the Integrator for SAP PAA file by using the portal Solution Installer.
    For this installation step, run the installation configuration task as follows:
    AIX® HP-UX Linux Solaris
    ./ConfigEngine.sh install-paa -DPAALocation=/sap_integration.paa
    IBM® i
    ConfigEngine.sh install-paa -DPAALocation=/sap_integration.paa
    Windows
    ConfigEngine.bat install-paa -DPAALocation=/sap_integration.paa
    z/OS®
    ./ConfigEngine.sh install-paa -DPAALocation=/sap_integration.paa
  2. Deploy the Integrator for SAP PAA file by using the portal Solution Installer.
    For this deploy step, run the deployment configuration task, and specify the value sap_integration for the parameter appName as follows:
    AIX® HP-UX Linux Solaris
    ./ConfigEngine.sh deploy-paa -DappName=sap_integration
    IBM® i
    ConfigEngine.sh deploy-paa -DappName=sap_integration
    Windows
    ConfigEngine.bat deploy-paa -DappName=sap_integration
    z/OS®
    ./ConfigEngine.sh deploy-paa -DappName=sap_integration
  3. Restart your HCL Portal for the installation to become active.
    You must restart your portal before you configure Integrator for SAP.