HANA: Problems occurred while importing delivery units (content)

While executing the SAP HANA database revision update, below error coming out,

Importing delivery unit HDC_XS_LM
Importing delivery unit SAPUI5_1
Importing delivery unit SAP_WATT
Importing delivery unit HANA_SEC_CP
Importing delivery unit HANA_BACKUP
Importing delivery unit HANA_HDBLCM
Importing delivery unit HANA_SEC_BASE
Importing delivery unit HANA_SYS_ADMIN
Importing delivery unit HANA_ADMIN
Importing delivery unit HANA_WKLD_ANLZ

##############################################################
# Problems occurred while importing delivery units (content).
# To complete the content update, refer to SAP Note 1795885.
##############################################################

Log file written to 
'/var/tmp/hdb_DEV_upgrade_2018-10-04_06.13.20/hdbupd.log' 
on host 'itsiti'.

Solution

Taking the solution from SAP Note 1795885 – HANA Upgrade: problems with “Importing delivery units”,

1. Go to the below directory (based on your SID)

# cd /usr/sap/SID/SYS/global/hdb/install/bin/
# ll 
total 220
-rw-r--r-- 1 root root   940 Oct  4 01:54 filelist.install
-r-xr-xr-x 1 root root 14600 Jun 12 12:55 hdbaddhost
-r-xr-xr-x 1 root root 14600 Jun 12 12:55 hdbcheck
-r-xr-xr-x 1 root root 14600 Jun 12 12:55 hdbhostctrl
-r-xr-xr-x 1 root root 14600 Jun 12 12:55 hdbinst
-r-xr-xr-x 1 root root 14600 Jun 12 12:55 hdbmodify
-r-xr-xr-x 1 root root 14600 Jun 12 12:55 hdbreg
-r-xr-xr-x 1 root root 14600 Jun 12 12:55 hdbremovehost
-r-xr-xr-x 1 root root 14600 Jun 12 12:55 hdbrename
-r-xr-xr-x 1 root root 14600 Jun 12 12:55 hdbuninst
-r-xr-xr-x 1 root root 14600 Jun 12 12:55 hdbupdconf
-r-xr-xr-x 1 root root 14600 Jun 12 12:55 hdbupdrep
drwxr-xr-x 7 root root  4096 Oct  4 06:16 instruntime
-rw-r--r-- 1 root root 35975 Oct  4 01:54 SIGNATURE.SMF

2. Execute below command,

# ./hdbupdrep

3. Enter the required information (SYSTEM user and the password). Once entered, the import will run immediately and you can find the log written in /var/tmp directory.

SAP HANA Lifecycle Management - Update Repository 2.2.43
********************************************************
Enter System Database User Name [SYSTEM]: 
Enter System Database User (SYSTEM) Password: 
Importing delivery units...
Importing delivery unit HANA_XS_LM
Update Repository done
Log file written to 
'/var/tmp/hdb_SID_UpdateRepository_2018-10-04_06.35.53/hdbupdrep.log' 
on host 'itsiti'.

You May Also Like

Leave a Reply?