MONG0076E The format of the _id field is not valid for the collectionName collection.
Where
- collectionName
-
The name of the collection that was specified in the MongoDB request.
Last updated
Added for PUT14.
Explanation
The z/TPF server for MongoDB received a MongoDB request, but the format of the _id field that was specified in the request was not correct. The format of the _id field that is used to access documents in filtered collections is different from the format of the _id field that is used to access documents in unfiltered collections.
System action
The request is rejected.
User response
Complete the following steps:
- Examine the request and ensure that the format of the _id field is correct.
- Enter the MongoDB request again.