Hello,team.
I'm using HANA Cloud Platform and Integration DataService.
Could you tell me how to resolve step about this issue?
//Question
- Could tell me how to set application-id of "neo grant-schema-acces" command?
Example> D:\HCP\SDK\tools>neo grant-schema-access --host
ap1.hana.ondemand.com --account xxxx --application S0015090084:erpif
--user xxxxx --id ihc
---> --application S0015090084:erpif // This is bad parameter becauseI can't register our HCP HANA DB, so I don't know connect rule of
application-id.
- I want to know specific rule about application-id when I use "neo grant-schema-access" command, and I want to know how to create application-id if use HCI-DS.
//Issue
- I can't register our HCP HANA DB to DATASTORES of our HCI-DS.
- I don't know how to set parameters about "neo grant-schema-acces" because I didn't found application-id rule from SAP note and SCN.
//I executed step.
I executed below step beacuse I would like to getting how to connect
from
HCI-DS to our HCP HANA DB. So I looked this document.
http://scn.sap.com/docs/DOC-64599
---
1. Setup HCP Console Client on my PC.
2. I tried get to Access token.
D:\HCP\SDK\tools>neo grant-schema-access --host ap1.hana.ondemand.com
--account xxxx --application XXXXXX:erpif --user xxxxx --id xxxx
SAP HANA Cloud Platform Console Client
Password for your user:
Access token to bind application 'XXXXX:erpif' to schema 'ihc':
sxdhkrbz76iarfc5fnmzwjowv8fmlw54e10geubrkmdf3qf04
3. I confirmed access token
D:\HCP\SDK\tools>neo list-schema-access-grants --host
ap1.hana.ondemand.com -a xxxxx --user xxxx --id xxx -p "xxxxx"
SAP HANA Cloud Platform Console Client
Schema Access Grants:
Access Token Schema ID
Granted To
Bound
sxdhkrbz76iarfc5fnmzwjowv8fmlw54e10geubrkmdf3qf04 ihc
S0015090084:erpif no
3. Login to our HCI-DS.
https://hcids.ap1.hana.ondemand.com/DSoD/session/logon#projects_tab_view
4. I tried to add DATASRORES for connect to our HCP HANA Database, but
happen error.
->Could you confirm capture?
//Add information
I confirmed GRANTED_ROLES of our HANA DB.
---
SQL:SELECT DISTINCT ROLE_NAME FROM GRANTED_ROLES WHERE ROLE_NAME LIKE
'NEO_%'
Result:Role name is "YYYY.XXX_DEV".