About 1,975,222 results (4,018 milliseconds)

How to add a new operator to the aggregation framework

https://groups.google.com/g/mongodb-user/c/RhLuzjYQFQo/m/CyKQN2uwGgAJ
Feb 5, 2016 ... at doassert (src/mongo/shell/assert.js:11:14) at ... For step number three, first create a directory called modules in src/mongo/db/ .

Connecting to mongo on a cloud server

https://groups.google.com/g/mongodb-user/c/mvKHyvwZUwQ
Jun 23, 2016 ... db.catalog_product_entity.find({}).limit(1)" | "C:/Program Files/MongoDB/Server/3.2/bin/mongo.exe" and I get this: MongoDB shell version: 3.2.7

MongoImport syntax error?

https://groups.google.com/g/mongodb-user/c/DPValV5BthI
Nov 23, 2012 ... There should be a mongoimport.exe file to run - this isn't run via the javascript shell. MongoDB will create the database and collection for you ...

Mongodb Authentication - cannot connect to mongod shards

https://groups.google.com/g/mongodb-user/c/waZyyB-B-H0
... mongo/shell/db.js:228 exception: login failed. This occurs whether I specify ... MongoDB instance locally and create an admin user. Please note that ...

Cannot create admin user with local host bypass

https://groups.google.com/g/mongodb-user/c/FVgEmThE86U
Aug 19, 2015 ... When I try and create the first user this is what I get... MongoDB shell version: 3.0.5. connecting to: test. > use admin. switched to db admin.

Mongo connection problems

https://groups.google.com/g/mongodb-user/c/6bCVz9SUNQ8
Jun 23, 2016 ... Hotfix KB2731284 or later update is not installed, will zero-out data files MongoDB shell version: 3.2.4 connecting to: localhost:27017 ...

creating first user in MongoDB

https://groups.google.com/g/mongodb-user/c/3KjSi8slToU/m/HibMl0LiCwAJ
... db:"admin"},{role:"backup",db:"admin"},{role:"userAdmin",db:"tax"}]}. db.createUser(mongoadmin). exit. EOF. it is connecting to mongo shell but could not add ...

Creating Users from Java

https://groups.google.com/g/mongodb-user/c/cqEUq_RFRuw/m/ISm3e13oAgQJ
... DB.command(DBObject): { "createUser" : "myuser" , "pwd ... As far as I can tell, documentation only exists how to create user ids from the mongo shell.

MongoDB Atlas User Authentication

https://groups.google.com/g/mongodb-user/c/V86pilCMsTY
... create an account and access the DB from node.js. I can access the DB from Mongo Shell, after using the mongo command below & > 'use mytestcollection'.

Are there global DB Admin accounts in MongoDB?

https://groups.google.com/g/mongodb-user/c/ODR0HXBXKB4/m/db_EbBD_AQAJ
SysAdmin has left, but I have access to MMS (https://cloud.mongodb.com) to create an account. ... mongo shell connects to when you don't specify any database ...

Mongoose Node.JS ODM - Google Groups

https://groups.google.com/g/mongoose-orm?label=query
6/12/19. Q&A. Mongoose not returning data when MongoDB shell returns. I have ... UPDATE: I have tried manually creating a geoHaystack index using the Mongo ...

[Rails] wrong database created

https://groups.google.com/g/mongoid/c/wL8xCA0OOb0
rb). So after running the rake task, I don't see any database as configured in mongoid.yml is created in mongo console. Instead, it created ...

how to write mongo shell when i create a new collection from 1 ...

https://groups.google.com/g/mongodb-user/c/g530Dp642i4/m/ARrqfbrGlm8J
Jul 1, 2015 ... profile to tmp collection,but it's throw below error,what's the problem? PRIMARY> db.system.profile.find().forEach( function(x){db.tmp.insert(x)} ...

Calling JS scipts or functions with params and returning results from ...

https://groups.google.com/g/mongodb-user/c/1V0920ULUQ0
Apr 16, 2014 ... create a db if it does not exist; ... On thing I did not understand you wrote above was: 'to load your data fixtures via the `mongo` shell.

3 dots after submitting (small) query/entry in Mongo shell?

https://groups.google.com/g/mongodb-user/c/EdxJxh-QkjY
Nov 13, 2012 ... ... db with something (I later hope to be able to read in such data in Jaspersoft iReport). db.towns.insert({ (to create a new collection). name ...

Question about mongodb during opal set up

https://groups.google.com/g/obiba-users/c/QpSbTmBE1ys
Feb 1, 2016 ... - You mentioned creating your MongoDB databases with user and password, are you running your mongo server in auth mode (--auth)?. Thanks,. Ramin.

Error: couldn't connect to server 127.0.0.1:27017 src/mongo/shell ...

https://groups.google.com/g/mongodb-user/c/lBA_GRuMSig/m/oVY3yVSGnz8J
Jan 22, 2013 ... Set-up: 5 replica nodes, ports 37017..37021. I am trying to run the MongoDB shell and do stuff in the database on the VM running the node whose ...

Unable to create a database

https://groups.google.com/g/mongodb-user/c/SxM8oPI7ztU/m/jsE2LQvTEAAJ
... data/db. chown: /data/db: No such file or directory. Cecils-MacBook-Pro:~ negro75$ mongo. MongoDB shell version v4.0.3. connecting to: mongodb://127.0.0.1:27017.

Mongodb string id vs objectid, choose how and why?

https://groups.google.com/g/meteor-talk/c/f-ljBdZOwPk/m/oQYZQxCAKN8J
Jan 25, 2014 ... ... data from http://www.geonames.org/ into my mongo db. The import ... way to create a String id corresponding to Random.id() in mongoshell.

mongo create role time out

https://groups.google.com/g/mongodb-user/c/z1ZZR7u8-JA
... command requires a "roles" array : _getErrorWithCode@src/mongo/shell/utils.js:25:13. DB.prototype.createRole@src/mongo/shell/db.js:1541:1 @(shell):1:1