cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to access Hana DB using tunnel

0 Kudos

Hi,

I have created Hana trial DB on Cloud platform.Have installed Neon on my desktop and wanted to see if i can do administrative task using db-tunnel.However i am getting error when i enter password.Question is which password do we specify sub-account name or system password.I am attaching error screenshot.Also whom do we request to unlock the account.

neo open-db-tunnel -a s0014575908trial -h hanatrial.ondemand.com -u system --id hanamdctrial

platform-console.png

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member197689
Active Participant
0 Kudos

Hi Siddhesh,

You have your command wrong. Please view the help file for more information.

neo open-db-tunnel -a <subaccount_name> -h <host> -u <user> -i <schema_ID>

For your case, it should be ….

neo open-db-tunnel –a s0014575908trial –h h anatrial.ondemand.com –u s0014575908 –i <schema_ID>

If this question is answered from your perspective, then please clicked on the “Accept” link to complete this question.

Thanks,

Jin