• 0.2

      On the part about setting up the mongod.cfg file, it needs to be stated that this is a YAML file, tabs are not recognized, any paths used need to be enclosed in double quotes and the backslashes escaped. As such, the APPROPRIATE example displayed would be:

      systemLog: 
          destination: file
          path: "c:\\data\\mongod.log"
      storage:
          dbPath: "c:\\data\\db"
      

      The answer for this was found on StackOverflow at:

      http://stackoverflow.com/questions/37352869/why-am-i-getting-a-parser-error-on-my-yaml-config-in-mongodb-install

      This question has almost 1000 views

            Assignee:
            tony.sansone@mongodb.com Anthony Sansone (Inactive)
            Reporter:
            xgen-internal-docs Docs Collector User (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              6 years, 50 weeks, 2 days ago