You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongodb-user
I am trying to execute complex findAndModify commands against a
MongoDB using Java. I would like to execute the method via the
db.command() method, however the error comes back as saying the
commands I write don't exist. How do you execute raw, command-line-
like queries in Java?
Randolph Tan
unread,
May 15, 2012, 10:52:53 AM5/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongod...@googlegroups.com
Can you post your code and the error? Some of the commands are case sensitive depending on where you sent it to (mongos or mongod).