I want to install SAP hybris marketing on my HANA.
To install SAP hybris marketing on HANA, the HLM must be operational. Since it is not operational my server (ps -ef | grep -i HLM), so I have to install it.
I downloaded the HLM archive, SAPHANALM07_12-10012745.SAR, and copied it to my server in the /usr/sap/HXE/HDB90/ORIG_SAP_DOWNLOADED_FILES/ directory.
I copied the archive under ./hana/shared/HXE/HDB90/HLM_install/ and then executed the extraction command of the archive "SAPCAR -xvf SAPHANALM07_12-10012745.SAR" which ends with a message "SAPCAR error 5 "which I could not find the meaning.
A first run of "sudo ./hdbinst" failed saying that "InstallParams.xml" was not found. Indeed, this file is not part of the archive (SAPCAR -tvf SAPHANALM07_12-10012745.SAR). To correct the situation, I manually created this file.
A second run of "sudo ./hdbinst" fails saying that "installcfg.dtd" was not found. Indeed, this file is not part of the archive (SAPCAR -tvf SAPHANALM07_12-10012745.SAR). To correct the situation, I copied this file from another source.
Now running sudo ./hdbinst fails with an unhandled exception ("Can't call method "checkComponentDependency" on an undefined value at SDB/Install/Kit/GenericServerPlugin.pm line 36.").
Any support would be very appreciated.