cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to deploy a HANA Component

Former Member
0 Kudos

Hi !

We're trying to install HCO_HBA_ECC (prerequisite for SFIN) through the command ./hdbalm -u <user> -h <server> -p <port> install <folder path>.

We're getting a dependency error as below:

Software component dependency information:

[

    {

        "requires": [

            {

                "VERSION_SP": "0",

                "VERSION_PATCH": "0",

                "VERSION": "1.00",

                "VENDOR": "sap.com",

                "NAME": "HDB"

            }

        ]

    }

]

I'm not sure what Name= HDB denotes ?

HANA Version: 1.00.102.00.1442292917

Please help advise...

Thanks a lot !

saba.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi !

This is the resulting log:

--- Wed Jan 13 14:38:30 2016 ---

Environment

-----------

hdbalm version:   1.1.7

python version    2.6.6_final_0

python executable /usr/bin/python2.6

--- Wed Jan 13 14:38:30 2016 ---

System:

-------

SID:            SID

Instance:       10

Host:           xyz

SAP HANA Application Lifecycle Management Version: 1.4.9

HANA Version:   1.00.102.00.1442292917

--- Wed Jan 13 14:38:30 2016 ---

Uploading files: /CDDUMPS/ERP/DATA_UNITS/SAP_HANA_ANALYTICS_FOR_ERP_1.0/HCOHBAECC10_0.ZIP.

--- Wed Jan 13 14:38:38 2016 ---

Successfully uploaded files, content ids: 1310.

--- Wed Jan 13 14:38:46 2016 ---

Successfully uploaded software component HCO_HBA_ECC (sap.com) 100.010.0 into container xyz-SID-1309.

--- Wed Jan 13 14:38:47 2016 ---

This program was invoked with the following options:

'./hdbalm.py' '-u' 'SYSTEM' '-h' 'xyz.bcone.com' '-p' '8010' 'install' '/CDDUMPS/ERP/DATA_UNITS/SAP_HANA_ANALYTICS_FOR_ERP_1.0/HCOHBAECC10_0.ZIP'

--- Wed Jan 13 14:38:47 2016 ---

Invoking container evaluation.

--- Wed Jan 13 14:38:47 2016 ---

{

    "instances": "[]",

    "operation": "doValidation",

    "containerId": "xyz-SID-1309",

    "options": "{}"

}

--- Wed Jan 13 14:38:47 2016 ---

Name:          HCO_HBA_ECC

Vendor:        sap.com

Version:       100

SP Version:    010

Patch Version: 0

Description:   Content for Hana-based Analytics for SAP ECC 100

Delivery unit will be imported.

--- Wed Jan 13 14:38:47 2016 ---

Validation Result

-----------------

This is the validation result with instructions on how to run the operation.

-----------------------------------------------------------------------------

{

    "errors": [

        [

            "Delivery Unit {0}({1}) has missing dependencies. Install required delivery units from content provider",

            "HCO_HBA_ECC",

            "sap.com"

        ]

    ],

    "warnings": [],

    "scv_errors": [

        {

            "requires": [

                {

                    "VERSION_SP": "0",

                    "VERSION_PATCH": "0",

                    "VERSION": "1.00",

                    "VENDOR": "sap.com",

                    "NAME": "HDB"

                }

            ]

        }

    ],

    "duImport": [

        {

            "DELIVERY_UNIT": "HCO_HBA_ECC",

            "SP_PPMS_ID": "73554900101100008389",

            "PPMS_ID": "67837800100200022566",

            "VENDOR": "sap.com",

            "CAPTION": "Content for Hana-based Analytics for SAP ECC 100",

            "VERSION_PATCH": "0",

            "VERSION": "100",

            "VERSION_SP": "010"

        }

    ],

    "scv_warnings": [],

    "report": [

        {

            "DELIVERY_UNIT": "HCO_HBA_ECC",

            "SP_PPMS_ID": "73554900101100008389",

            "PPMS_ID": "67837800100200022566",

            "VENDOR": "sap.com",

            "CAPTION": "Content for Hana-based Analytics for SAP ECC 100",

            "VERSION_PATCH": "0",

            "VERSION": "100",

            "VERSION_SP": "010",

            "ACTION": "import"

        }

    ]

}

-----------------------------------------------------------------------------

--- Wed Jan 13 14:38:47 2016 ---

The operation cannot be completed due to the following errors:

Delivery Unit HCO_HBA_ECC(sap.com) has missing dependencies. Install required delivery units from content provider

--- Wed Jan 13 14:38:47 2016 ---

At least one software component cannot be installed.

--- Wed Jan 13 14:38:47 2016 ---

Software component dependency information:

[

    {

        "requires": [

            {

                "VERSION_SP": "0",

                "VERSION_PATCH": "0",

                "VERSION": "1.00",

                "VENDOR": "sap.com",

                "NAME": "HDB"

            }

        ]

    }

]

--- Wed Jan 13 14:38:47 2016 ---

Invoking operation 'deleteContainer'.

--- Wed Jan 13 14:38:47 2016 ---

Successfully deleted container xyz-SID-1309.

Please please please help advise

Thanks a lot !

-s.

Former Member
0 Kudos

Hello,

Note 2212387 - hdbalm - missing dependencies solved this issue

Thank you !

-s.

Bojan-lv-85
Advisor
Advisor
0 Kudos

glad to hear (sorry for the delay)

Answers (0)