cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP HANA System Components on Database Missing

Emy15
Explorer
0 Likes
1,072

Hello SAP Community,

i started the SUM, and when reaching the CHECKS phase, the following error message appears:

“The following SAP HANA System components are missing on the database:
The delivery unit HANA_UMML with version 1.12.8 is not installed on the database.
The plugin SAP_AFL_SDK_APL is available on the source database but is not available on the target database.”

I attempted to import HANA_UMML manually via HANA Studio, but the import failed with the following error:

“Dependent object not found: SqlScript; SAP_PA_APL.**

I am unable to identify the exact SAP_PA_APL package to download from the SAP Support Portal.
The target database version is SAP HANA 2.00.088.00.1760424921.

Thanks for help in advance!

Accepted Solutions (1)

Accepted Solutions (1)

qwertie
Contributor

Hello,

on my scenario i am used to install at first SAPPAAPL with command line hdblcm (this is what sap note of eason_chen also say's "You must install APL as a prerequisite. HANA_UMML cannot be installed until it exists in your system due to dependent objects.")

qwertie_0-1768294347312.png

/hana/shared/<SID>/hdblcm # ./hdblcm --action=update_components --component_dirs=<path to SAPPAAPL>

after that you can see the plugin for your db

qwertie_1-1768294431696.png

 

after that i am able install UMML via HDB Studio

qwertie_2-1768294444227.png

you can check with 

qwertie_3-1768294457975.png

br

 

Emy15
Explorer
thanks for your reply
qwertie
Contributor
your welcome
Emy15
Explorer
0 Likes
thanks for reply i fixed the problem by downloading a compressed file SAPPAAPL which is compatible with my DB HANA version i decompressed it and i lunched the installation ./hdbinst from /PATH/SAPPAAPL/INSTALLER once the installation finished i stoped and started DB after that i restart the SUM and the issue have been fixed.

Answers (1)

Answers (1)

eason_chen
Product and Topic Expert
Product and Topic Expert

Hi,

You may refer to following note to solve the issue.
2928582 - Problems with installation of HANA Delivery Unit HANA_UMML

Best Regards,
Eason Chen