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

Unable to connect Studio3T with Mongodb

I have installed Studio3T for mongodb then I create a new connection and put below mentioned detail: On Server tab, connection Type: Direct Connection Server: localhost, port: 27017 On Authentication tab, Authentication Mode: Basic (MONGODB-CR or…
michael
  • 21
  • 8
0
votes
1 answer

How to iterate queries in mongo shell

Surely, this is simple. I cannot figure this out. In Mongo shell I have the following command: db.getCollection("CollectionName") .findAndModify({query: {"Property.0.Element": {"$type" : 1}}, update: {$set:…
kotval
  • 120
  • 2
  • 10
0
votes
2 answers

Unable to connect Mongodb

I have installed mongodb ans Studio 3T on windows 10, 64 bit system but when I run mongod --auth --dbpath C:\data\db --storageEngine wiredTiger this command, it says 'mongod' is not recognized as an internal or external command, operable program…
Pradeep
  • 475
  • 1
  • 4
  • 18
0
votes
1 answer

Receiving Error using Studio 3T to mongodump a localhost DB

While I try to use Studio 3T to mongodump a DB (MongoDB 4.0 version), I received the following error: DB error writing data for collection `DB.posts` to disk: error reading collection: Failed to parse: { find: "posts", skip: 0, snapshot: true,…
Fasa
  • 57
  • 2
  • 9
0
votes
0 answers

Connect to EC2 mongo server

I have been facing this issue since so long. I want to connect to compass or any mongo GUI tool to EC2 mongo server. I have bind_ip 127.0.0.1 in mongo.conf and don't want to open for all IP. I have tried connecting to the server through SSH but get…
0
votes
2 answers

MongoDB not returning the Data

I created a database using MongoDB named mydb. Then I created a collection called coll3 use mydb db.coll3.insert({"1":"HI"}) When I do this db.coll3.find() I get this error Couldn't retrieve documents java.lang.IllegalStateException cannot be…
shutup1
  • 159
  • 5
  • 16
0
votes
1 answer

How to mapReduce() in Studio 3T/MongoDB

I recently started to work with MongoDB and I came across the mapReduce method. I understood theory behind it, but i'm having problem with practice, i'll try to explain: i'm using Studio 3T as IDE and I saw the 'add/edit stored functions' option by…
Andrea Cristiani
  • 351
  • 2
  • 5
  • 13
0
votes
1 answer

Use toString() in Mongodb projection

I am not sure if this is a MongoDB issue I am facing or one of the tools ( NoSQLBooster , Studio 3T ) . I can use the following code in NoSQLBooster and it works. But Studio 3T complains about invalid JSON. I think I prefer studio 3T as it seems to…
Martin Thompson
  • 3,415
  • 10
  • 38
  • 62
0
votes
0 answers

Select from multiple collections within a mongodb

I have a mongodb with multiple collections. Each collection contains documents of identical structure (each collection represents one month of data). I am using Studio 3T to make queries to the Mongodb. I would like to select all documents which…
Nini
  • 57
  • 1
  • 9
0
votes
0 answers

Query failed with error code 59 and error message 'command not found' on MongoDB Cluster

I have a MongoDB cluster running MongoDB 3.4.14 in MongoDB Atlas. My application is successfully connected with this cluster and can read and write. I can connect with the shell to this cluster also. When I try to connect with Studio3t (Version…
jrenk
  • 1,387
  • 3
  • 24
  • 46
0
votes
1 answer

How to Ensure $lookup Maps to Correctly Corresponding Object in MongoDB View

In my MongoDB/Node backend, I am creating a view using Studio 3T to return some subset of data from a collection. I am also doing a $lookup to bring in some data from a second collection, and injecting that in where a mongoID would normally appear…
Muirik
  • 6,049
  • 7
  • 58
  • 116
0
votes
1 answer

Strange behavior in Studio3T/Mongo

As the Title suggests, I found a rather strange behavior which I am not sure to attribute to Studio3T or to MongoDB. I have a collection containing simple documents, as follows: Example of a document in the collection Whenever I perform a query…
0
votes
1 answer

Azure Cosmos DB Emulator : Unable to connect to MongoDb via MongoChef

After following the instructions from the following official reference "Use the Azure Cosmos DB Emulator for local development and testing", we attempted to connect to MongoDb using MongoChef using the connection string pasted…
ajaysinghdav10d
  • 1,771
  • 3
  • 23
  • 33
0
votes
1 answer

Import dataset into MongoDB

I am trying to insert this database into MongoDB using Studio 3T. I can import the bson without any issues (the countries and timezones) by selecting the parent folder and using BSON - mongodump folder option. However I cannot figure out how to…
Allreadyhome
  • 1,252
  • 2
  • 25
  • 46
0
votes
1 answer

MongoChef Query IntelliShell versus QueryBuilder show different results

The following query created AND run from Query Builder shows 10 result records. If I run the same code in IntelliShell I don't receive anything? What am I missing? A more simple one again works. db.user.find({ em: { $regex:…
DirkLX
  • 1,317
  • 1
  • 10
  • 16