Hello,
I am doing week3 of Introduction to HCP. I am trying to open-db-tunnel, but keep getting error.
1) I've tried it without a proxy setting and it gives the error as listed below. console_7836@NYCN00569549A_noproxy.txt is attached.
ERROR; Could not connect to landscape host: https://services.hanatrial.ondem
and.com/services/v1/instances/i831674trial/persistence/v2/dbtunnel/opensapw2u5Ma
xDB. Make sure your proxy settings are correct
If you need help, provide the output of the command and attach the log directory
[C:\Users\I831674\Documents\Work\Installs\SDK\neo-javaee6-wp-sdk-2.34.16.1\tool
s\log]
2) I've tried with a proxy setting as below:
set HTTP_PROXY_HOST=proxy
set HTTP_PROXY_PORT=8083
set HTTPS_PROXY_HOST=proxy
set HTTPS_PROXY_PORT=8083
set HTTP_NON_PROXY_HOSTS="localhost"
This gives error below and console_10632@NYCN00569549A_withproxy.txt is attached.
ERROR: An unexpected internal problem occurred.
If you need help, provide the output of the command and attach the log directory
[C:\Users\I831674\Documents\Work\Installs\SDK\neo-javaee6-wp-sdk-2.34.16.1\tool
s\log]
Any help to resolve this so I can open the db-tunnel successfully would be highly appreciated.