Skip to Content
1
Jul 05, 2020 at 03:07 PM

CDS Deploy - Error

440 Views

Hello Everyone

Despite of having following section in package.json file

    "cds": {
        "hana": {
            "deploy-format": "hdbtable",
            "syntax": "hdi"
        },
        "requires": {
            "db": {
                "kind": "hana"
            }
        },
        "odata": {
            "version": "v4"
        }
    }

I am getting below mentioned error while trying to run cds deploy --to hana:my-project-db

Kindly let me know how I can troubleshoot/solve such errors

Thanks

Sandeep

Attachments