Dear Hana Express Experts,
when I try to build my hdi module I got following error in the console (please refer the attachment).
Error Message:
Error: Error: connect ECONNREFUSED 127.0.0.2
I checked the log files (index server and di-builder log) but I could not find the root cause.The corresponding MTA-project you can find under:
https://github.com/KOLLOMI/openSAPHanaSPS12
Thanks in avance.
BR,
Jürgen
Hi Juergen,
Could you provide some additional information on the HANA Express instance? Is this a binary install or VM image? What is the output of "xs apps" so we may confirm all the expected dependencies are up?
Thank you for your patience!
Hi,
this is a VM image.
Seems so that somthing does not work with the .hdbgrants file for cross db shema references.
This is the hdbgrants file:
{ "hdi-sflight-service": { "object_owner" : { "schema_privileges":[ { "reference":"SFLIGHT", "privileges_with_grant_option":["SELECT", "SELECT METADATA"] } ] }, "application_user" : { "schema_privileges":[ { "reference":"SFLIGHT", "privileges_with_grant_option":["SELECT", "SELECT METADATA"] } ] } } }
Thanks.