Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

270
Views
Syntax Error: missing ) after argument list @(shell):2:4

I am getting the above error in Mongo DB when entering the following in the shell but I can't for the life of me see where there is a syntax error...

db.createUser (
... "user":"dbTest",
... "pwd":"testPass",
... "roles": [
... { "role":"readWrite", "db":"test" }
... ]
... )

That has been copied and pasted directly from the console.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

You're missing curly braces around the object literal:

db.createUser ({
    "user":"dbTest",
    "pwd":"testPass",
    "roles": [
    { "role":"readWrite", "db":"test" }
    ]
    })

See db.createUser() - Examples

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!