Questions tagged [mongovue]

MongoVUE is a GUI based query and management tools used to connect to a MongoDB database.

MongoVUE is a GUI based query and management tools used to connect to a database. MongoVUE has a trial period with limitations when it ends.

References

42 questions
0
votes
1 answer

Mongo 3.0.1 DB Auth/Connection problems. Mongo console Yes, everything else No

I have MongoDB 3.0.1 installed on Windows 7 Pro 64bit. Everything that I am doing is being done on this server itself, all connections are via 127.0.0.1:27017. And yes, I have applied the MS Hotfix that was recommended to do by MongoDB. Here is my…
Warren
  • 735
  • 7
  • 19
0
votes
2 answers

What type of GUID on Mongoose

Currently, I used MongoVUE to import from current SQL Server database but all PK with uniqueidentifier were converted to something like "Binary - 3:UuidLegacy My question is how do is create schema for this structure on Mongoose? I can't see…
Quoc Nguyen
  • 348
  • 6
  • 25
0
votes
1 answer

Conversion of sql query into mongoDB query language

I am having a query in sql i.e "select ServiceName,count(_id) from cases groupby ServiceName,_id;" I want to covert it into mongoDB query language. please help.
manishankar
  • 35
  • 1
  • 5
0
votes
2 answers

MongoVUE user creation seems not to work properly

I've installed mongodb server v.2.6.1 and followed all the installation steps (as in previous times) and worked fine (I run the server and from another cmd I connect to it and everything is ok). I also installed MongoVUE v.1.6.9 and when I create…
Watchmaker
  • 4,908
  • 1
  • 37
  • 38
0
votes
0 answers

how to query a nested document in mongo

My document structure is as below "options" : { "fruit" : { "is" : false, } "vegetable" :{ "is":true, } } I want to pick up all basket items which are vegetable ONLY I tried {"options.vegetable.is":"true"} //not…
user269867
  • 3,266
  • 9
  • 45
  • 65
0
votes
3 answers

Cannot connect to mongod running in Ubuntu machine

I would like to connect with mongo from a cmd shell in windows to a mongod database running in a Ubuntu virtual machine. mongo is running fine in the Ubuntu terminal and from a putty shell When I use mongo from a windows cmd shell, I got this…
Stefano Piovesan
  • 1,185
  • 3
  • 19
  • 37
0
votes
2 answers

mongodb via mongoVUE connection refused

Trying to connect to remote mongodb via mongoVUE (windows 7) Cannot do that - always have a response "No connection could be made because the target machine actively refused it" firewall is off.. Anybody had such an issue?
Kosmetika
  • 20,774
  • 37
  • 108
  • 172
0
votes
2 answers

How to connect Mongodb Admin GUI to Cloud Foundry?

I am looking a way to browse my Cloud Foundry Mongodb services. Look like there are two options: Tunneling to a Cloud Foundry Service with Caldecott http://docs.cloudfoundry.com/tools/vmc/caldecott.html. I never tried this but I guess it may work.…
HP.
  • 19,226
  • 53
  • 154
  • 253
0
votes
1 answer

Why I cannot insert this json on mongovue

{ "_id" : "648290899", "First_Name" : "Daniel", "Last_Name" : "Wu", "Gender" : "male", "Birthday" : "13/10/1978", "Email" : "dgozali@binacitra.com", "Bookmark" : ["mal-taman-anggrek__-6.18_106.79"], "Token" : "", "LikeOrDislike" :…
user4951
  • 32,206
  • 53
  • 172
  • 282
0
votes
1 answer

MongoDb/MongoVue Export part of a composite key

I wanted to use MongoVue to create a quick export of all the ids for portion of a given collection. I have a document that has an _id field which is a composite key. For example. { "_id" : { "GroupID" : 3, "ThingyID" : 320486 }, …
John Sobolewski
  • 4,512
  • 1
  • 20
  • 26
0
votes
2 answers

Refreshing Tree View in MongoVUE

In SQL Server and MySQL, you are able to refresh the hierarchy view of the database in the left-hand pane. Can you do the same with MongoVUE?
Lloyd Banks
  • 35,740
  • 58
  • 156
  • 248
-1
votes
1 answer

How to start using MongoDB and MongoVue?

I am just trying to learn MongoDB. I followed this walktrough to install it: http://docs.mongodb.org/manual/tutorial/install-mongodb-on-windows/ Here is my screenshot for mongod.exe: And here isthe screenshot of mongo.exe: It seems everything is…
xkcd
  • 2,538
  • 11
  • 59
  • 96
1 2
3