cancel
Showing results for 
Search instead for 
Did you mean: 

Command "neo" not found - error setting db tunnel

Former Member
0 Kudos

Hi,

I'm trying to open a database tunnel to SAP Hana Cloud Platform, but even though I open the command prompt and change to the current directory to the <SDK_installation_folder>(mine)\tools location, the "neo" command is still not being recognized. I followed the previous steps properly: Install the SAP Cloud Platform SDK for Neo Environment, set the Runtime Enviroment and specified the proxy settings.

Any idea about what can be wrong?

Thanks in advance!

Accepted Solutions (1)

Accepted Solutions (1)

MortenWittrock
Active Contributor

Hi

If you are on Windows:

Use the dir command to check whether the current directory contains the neo.bat file. If it doesn't, you're in the wrong directory.

If you are on Linux/macOS:

Use the ls command to check for the neo.sh file. Also, keep in mind that the current directory is not in the search path by default, so you need to run the command as follows: ./neo.sh

Regards,

Morten

Answers (0)