Thanks Lucas. Sure i will mail you for help once i learn the basics :):)
Hi All,
I have installed ArangoDB in my PC windows 7 64 bit operating system. However I am not able to run the server. The following is what I am trying to do.
My task is to check if arangodb is properly connected and working file. That is to check db._collections(); for result
Try1:
In command prompt I navigated to the path where arangoDB is installed.
I have tried
C:\triAgens>arangosh --server.password “”
I got an error. FATEL module path not known…
I again tried
C:\triAgens> --server.endpoint tcp://127.0.0.1:8529 –server.username root
And password I specified Admin
I go t the same error.
Below is the screen shot.
Try2:
In command path, I have navigated to the path where arangoDb is insalled and typed the following command
C:\triAgens> serverExample.bat
It has said that the server is ready for the business. Have ful! But I could not type any
Other command in the command prompt. I cudn`t see command prompt cursor blinking.
Here is the screen shot. I couldn`t figureout the error myself
Try3:
In the path where I have installed arangoDB, I have typed the following command
C:\triAgens> shellExample.bat
ArangoDB has started. But it said it couldn`t connect to endpoint. So I have tried to the following command
Arangosh> --server.endpoint tcp://127.0.0.1:8529 –server.username root
I got the error again. Please see the below command prompt screen shot
Last try:
I tried to double click on the arangod application from folder where I installed the DB. I got the below error
The below screenshot , I tried different commands after executing shellexample.bat