cancel
Showing results for 
Search instead for 
Did you mean: 

[ERROR] No 'impl' configured for 'cds.requires.hana'

andrea_coruzzi
Explorer
0 Kudos

Hi,

the start of sap CAP app request implementation of lib hana but in the package.json I don't have defined the implementation and I want to use the standard lib:

"cds": {

"requires": {

"db": {

"kind": "hana",

"pool": {

"max": 30,

"min": 1

}

},

"hana": {

"deploy-format": "hdbtable"

},

why does the application return this error?

Best regards

Andrea

andrea_coruzzi
Explorer
0 Kudos

we have resolved the error with a change in the package.json:

"hana": {

"impl": "../../libx/_runtime/hana/Service.js",

"deploy-format": "hdbtable"

},

but is not normal to set the path of implementation because the property "kind:hana" should already use this path "../../libx/_runtime/hana/Service.js".

Bye

Andrea

Accepted Solutions (0)

Answers (0)