We just spun up a HANA Express Edition a few weeks ago:
HANA 2.00.045
We just spun up a new AWS HANA Express instance.
hxeadm@hxehost:/usr/sap/HXE/HDB90> HDB -version
HDB version info:
version: 2.00.040.00.1553674765
branch: fa/hana2sp04
machine config: linuxx86_64
git hash: c8210ee40a82860643f1874a2bf4ffb67a7b2add
git merge time: 2019-03-27 09:19:25
weekstone: 0000.00.0
cloud edition: 0000.00.00
compile date: 2019-03-27 09:30:26
compile host: ld4551
compile type: rel
We had to update the HXEDownloadManager because the one on the server does not work with the error - . We then downloaded the sdi.tgz file via:
ec2-user@hxehost:/usr/sap/HXE/HDB90> sudo ./HXEDownloadManager_linux.bin linuxx86_64 installer sdi.tgz
which: no java in (/usr/sbin:/usr/bin:/sbin:/bin)
which: no java in (/usr/sbin:/usr/bin:/sbin:/bin)
Connecting to download server...
SAP HANA, express edition version: 2.00.045.00.20200121.1
Downloading "SAP HANA smart data integration"...
sdi.tgz : 100%
Concatenate download files to /home/ec2-user/sdi.tgz...
/home/ec2-user/sdi.tgz created.
Verify /home/ec2-user/sdi.tgz file checksum...
/home/ec2-user/sdi.tgz file checksum is OK.
But then when we try to install this, then we got this error:
hxeadm@hxehost:/usr/sap/HXE/HDB90> ./HANA_EXPRESS_20/install_sdi.sh
Cannot install SAP HANA smart data integration. This SAP HANA smart data integration version is not compatible with your installed HANA, express edition version.
The Java version on the server is 1.8.0_202
hxeadm@hxehost:/usr/java/sapjvm-8.1.051/jre/bin> ./java -version java version "1.8.0_202" Java(TM) SE Runtime Environment (build 8.1.051) SAP Java Server VM (build 8.1.051 10.0.2+000, Feb 13 2019 00:33:00 - 81_REL - optU - linux amd64 - 6 - bas2:314313 (mixed mode))
So it seems like the sdi.tgz that the latest HANA Download manager installs is not compatible with the newest HANA Express on AWS. How can we download the correct sdi.tgz for our AWS HANA Express 2.00.045.00.20200121.1?
Anyone ran into the issue and was able to resolve this?
Thanks,
Jay