Questions tagged [studio3t]

Use this tag for questions about Studio3T (formerly MongoChef) features and functionality.

Studio3T (formerly MongoChef) is a commercial IDE for MongoDB.

Related:

112 questions
0
votes
1 answer

Can't connect to Compose.io with MongoChef

I try to connect to a replica set, I defined a user in the admin database and I enabled SSL. But no matter what I try I just get a failed connection. I followed this, but still…
Adrian Rosca
  • 6,922
  • 9
  • 40
  • 57
-1
votes
1 answer

While connecting from Mongo Client in Windows VM to Mongodb 4.4 in Mac host OS, receiving "Timed out after 5000 ms while waiting to connect"

Mongodb 4.4.14 is intalled in Mac OS Monterey version 12.4. Connection from Robo 3T installed in Mac itself works. Connection from mongo cli in mac itself also works: $ mongo MongoDB shell version v4.4.14 connecting to:…
Hitesh
  • 121
  • 3
  • 14
-1
votes
1 answer

Update Object ID of collection

I have my own collection in mongo db but by default it generated a unique object id ? How can i replace it with my own object id in studio 3T or compass? I tried manually inserting the object id with JSON doesn't seem to be working
Rocky
  • 29
  • 6
-1
votes
1 answer

Connection Issues After Updating to Studio 3T 2018.6.1

Previously, It was working on Studio 3T 4.3 but now not able to connect my mongoDB server. Authentication Method used - Legacy (SCRAM-SHA-1) Showing me an error -> Attached Screenshot
-1
votes
1 answer

what to do to insert 10000 number elements in mongodb?

I have tried to enter 10000 elements, but I'm unable to insert more than 1 element: for( i = 0; i< 10000; ++i) { db.posts.insert({"Student_id" : i, "Name" : "Mark"}); }
-2
votes
1 answer

Studio 3T Shell Presentation

I installed Studio 3T and I chose GUI presentation, but I don't like it and I want to try shell one, but don't find a way to change it. Anyone knows how ? Thanks
Richard
  • 11
  • 3
1 2 3 4 5 6 7
8