You might be required to provide a MongoDB file when Playback Audit Module is not working.
For more information on using command line utilities, please visit mongodump 2.6.x.
For more information on using command line utilities, please visit mongodump 3.0.x.
For example. Windows server 2012 MongoDB v.2.6.x
1. Confirm mongodump.exe location and copy the loction.
(Default) C:\Program Files\Scala\MongoDB\bin
2. Open Command Prompt. Right Click on Start>Command Prompt
3.Change the cmd location.
Type cd and paste the location. Press Enter.
Ex. cd C:\Program Files\Scala\MongoDB\bin
4. Type mongodump -d pam and press Enter (Default :pam)
One done using authentication would look like:
mongodump --host <host> --port <port> -u <username> -p <password> -d <database> --authenticationDatabase admin
5. Confirm a newly created dump file