top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

MongoDb initial startup says hot fix not installed but it is?

0 votes
222 views

I am trying to install MongoDB on Windows 7 Enterprise (32bit) VM running in VirtualBox on Windows7 Ultimate 64bit.
The MongoD.exe start up reports a missing Microsoft Hotfix, KB2731284. I downloaded and installed the hot fix on the VM. The hotfix was not required on the Host PC.

Mongod.exe still reported it was not installed. Ran the hotfix a second time and it reported that it was already installed.

I tried uninstalling an reinstalling mongoDB, no luck. Any clues?

posted Mar 4, 2016 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+1 vote

I have downloaded 2.6.12 windows 64 bit legacy. When i try to get all files from zip folder bin folder is not found.
Appreciate for any help

+3 votes

I need a tool for rapidly recreating the proper "schema" (such as it is) of MongoDB instances between environments that pre-creates the right DB names, collections, sets collection caps, and creates the indexes for each collection. I do NOT want to copy all of the data between the instances, though. Each env I manage has different data but the DB/collection/caps/indexes are all the same. Is there an easy way to do this, preferably a tool that exports a JSON doc of all the names, caps and indexes that can then be re-ported into a new instance?

Thanks in advance

0 votes

I am trying to understand it from the development point of view .
Can somebody help me with how to get the mongodb startup logs .I mean the logs when the system is started and automatically starts mongo daemon to the time I connect using mongo shell .

My Environment is Linux Ubuntu 14.04 and the logs at the path /var/log/mongodb/mongodb.log does not help me ...
I need the initializer logs for mongodb .

...