Hi together,
I have the same Problem and my issue was the NEO command.
First I try with folowing command:
neo grant-schema-access -h hcids.hana.ondemand.com -a (account name) -b hcids:p0XXX -u (SCN User ID) -i test.hci.connect
and Access Tokken was generated:
Access token to bind application 'hcids:p0XXX' to schema 'test.hci.connect': 1taz4bvvglsh4l8ai99w7ambb8xyuutnugaydgddbds27nyvur
But I receive the same Error:
" Could not activate the neo connection: hana_hci_to_hcp: Account and/or Application does not match the access token "
In my case the problem was in HANA system –b (HCI-DS system)! Please try with folowing:
neo grant-schema-access -h hana.ondemand.com -a <account name> -b hcids:dsprod -u <userName> -i <schemaID>
******************************************************
For Europe (hana.ondemand.com or eu1.hana.ondemand.com):
neo grant-schema-access -i <schemaID> -a <account> -h hana.ondemand.com -u <userName> -bhcids:dsprod
For US (us1.hana.ondemand.com):
neo grant-schema-access -i <schemaID> -a <account> -h us1.hana.ondemand.com -u <userName> -bhcidsus1:dsprodus1
For Australia (ap1.hana.ondemand.com):
neo grant-schema-access -i <schemaID> -a <account> -h ap1.hana.ondemand.com -u <userName> -bhcidsap1:dsprodap1
**********************************************************
Best regards,
Borislav