Hey everyone,
I've recently upgraded my Mongo to 2.4.4 and the same code that worked perfectly well now doesn't work at all.
Any action I try to perform (using the C# driver) will return more or less the same error message:
{"WriteConcern detected an error 'not authorized for insert on JellyDB.DebugMessages'. (Response was { \"err\" : \"not authorized for insert on JellyDB.DebugMessages\", \"code\" : 16544, \"n\" : 0, \"connectionId\" : 63, \"ok\" : 1.0 })."}
Now the user I'm connected through is an admin and has the "dbAdmin" user role assigned to him - and using the same commands from the Mongo shell work perfectly well.
Looking around the web I found no one with the same problem as me :(