You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, during the creation of a new mongo data store , I refer to a "gis" database but, if the db includes any view, an error is generated :
Command failed with error 166 (CommandNotSupportedOnView): 'Namespace gis.tibe-geojson is a view, not a collection' on server 12.3.4:27017. The full response is {"operationTime": {"$timestamp": {"t": 123481, "i": 165}}, "ok": 0.0, "errmsg": "Namespace gis.tibe-geojson is a view, not a collection", "code": 166, "codeName": "CommandNotSupportedOnView", "$clusterTime": {"clusterTime": {"$timestamp": {"t": 1630415490, "i": 165}}, "signature": {"hash": {"$binary": {"base64": "sGR84PiFUnfH7YAoLhEpi6z/IC0=", "subType": "00"}}, "keyId": 123481}}}
How to avoid this error and then to create a data store that access a view, with the plugin?
thanks
M+
The text was updated successfully, but these errors were encountered:
mauriziocosmai
changed the title
Error when a view in present in the mongo db
Error when a view is present in the mongo db
Sep 13, 2021
Hi, during the creation of a new mongo data store , I refer to a "gis" database but, if the db includes any view, an error is generated :
Command failed with error 166 (CommandNotSupportedOnView): 'Namespace gis.tibe-geojson is a view, not a collection' on server 12.3.4:27017. The full response is {"operationTime": {"$timestamp": {"t": 123481, "i": 165}}, "ok": 0.0, "errmsg": "Namespace gis.tibe-geojson is a view, not a collection", "code": 166, "codeName": "CommandNotSupportedOnView", "$clusterTime": {"clusterTime": {"$timestamp": {"t": 1630415490, "i": 165}}, "signature": {"hash": {"$binary": {"base64": "sGR84PiFUnfH7YAoLhEpi6z/IC0=", "subType": "00"}}, "keyId": 123481}}}
How to avoid this error and then to create a data store that access a view, with the plugin?
thanks
M+
The text was updated successfully, but these errors were encountered: