Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
ianf-mongodb committed Nov 15, 2023
1 parent 7d745d3 commit bb29a68
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions source/includes/fact-non-utf8-data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,17 @@ the collection have invalid UTF8 characters.

- If you query this data, the following error message displays:

.. warning::
.. code-block:: none
Invalid UTF-8 string in BSON document.
Invalid UTF-8 string in BSON document.
- If you attempt to export the collection, the error message:
- If you attempt to export the collection, the following error message
displays:

.. warning::
.. code-block:: none
.. code-block:: none
An error occurred while loading instance info: Invalid UTF-8
string in BSON document.
.. error:: 10167

:message: "can't move shard to its current location!"
:throws: UserException
:module: :source:`src/mongo/s/chunk.cpp#L305`
An error occurred while loading instance info: Invalid UTF-8
string in BSON document.
You can disable UTF8 validation by setting the ``enableUtf8Validation``
URI option to ``false``.
Expand Down

0 comments on commit bb29a68

Please sign in to comment.