Hi I have created a JDBC application and need to connect it to a Database Tunnel.
The outcome of the exercise should be that the data I have entered in the cloud application such as:
First Name: Barry
Last Name: Ryan
ID: I073774
Should be visible and editable in HANA Studio after I add a new system in the studio.
What I need from the Database Tunnel is information to create the new system in HANA Studio.
The tunnel once connected should provide the following Information such as:
Host Name: localhost
Database Type: HANA
JDBC URL:
Instance Number:
User:
Password:
Once I have this information I can connect my application to HANA Studio from Eclipse.
I am getting the error "command open-db-tunnel not found"
I have directed the command prompt to the correct folder where the neo_sdk folder that contains my properties file I reference as well as the schema of the application it automatically generated in the HANA Cloud Cockpit where it was deployed to.
The command is as follows:
"neo_sdk open-db-tunnel --id i073774trial.per4.web barry.properties"
This should work but for some reason it doesn't.
Can anyone help with this?
Thanks.
Best Regards,
/Barry