0

I am trying to connect Azure Cosmos DB emulator using command line with /EnableGremlinEndpoint. However the Cosmos DB Emulator never started. And if I run it without specifying any endpoint, it started and opened the page on browser.

I have even tried to run it with other endpoints, but in vain. How can I figure out this problem?

azhar rahi
  • 331
  • 4
  • 16
  • Can you post the exact command used to start the emulator? Also, make sure you're running the latest version of the emulator. – Mark Brown Jun 09 '20 at 14:11
  • @MarkBrown here is the command: C:\Program Files\Azure Cosmos DB Emulator> CosmosDB.Emulator /EnableGremlinEndpoint – azhar rahi Jun 09 '20 at 14:46
  • How do you know that the emulator isn't working? Did you try to connect to it with your app? – Mark Brown Jun 09 '20 at 18:55

2 Answers2

0

My guess is the emulator is working fine. The Explorer only appears when launching for SQL API because we don't run any of the OSS clients within the emulator.

Try connecting to the Gremlin endpoint via your Gremlin client and test a query to see if it's working.

Hope that is helpful.

Mark Brown
  • 8,113
  • 2
  • 17
  • 21
0

No Mark, I did not connect with my app. But it was not opening in the explorer, however it is opening now, but after some time I get a popup message and when I click ok, it shuts down.

enter image description here

I am trying to connect local cosmos emulator with tinkerpop gremlin console. I will update you on it.

azhar rahi
  • 331
  • 4
  • 16