Cannot use decimal BSON type

Tuesday, April 23, 2024 2:56:08 PM
  • Posted: Tuesday, April 10, 2018 2:27 PM
  • 1
when install database i got that error

Setup failed: Command insert failed: Client Error: bad object in message: Cannot use decimal BSON type when the featureCompatibilityVersion is 3.2. See http://dochub.mongodb.org/core/3.4-feature-compatibility

thanks
0
  • Posted: Wednesday, April 11, 2018 6:15 AM
  • 953
Hi,

The problem is related with the feature compatibility in your MongoDB database. To avoid that, you need to use the following query:
db.adminCommand( { setFeatureCompatibilityVersion: "3.4" } )
Best regards,
Patryk

GrandNode Team
0
back to top
Filters