Problem:
You may get the following error when reading or writing to MongoDB using SSIS PowerPack MongoDB Source or MongoDB Destination.
Error : The GuidRepresentation for the reader is CSharpLegacy, which requires the binary sub type to be UuidLegacy, not UuidStandard.
Solution:
Can you try to change Connection string options like below see it helps?
On MongoDB Connection UI >> Goto Advanced Options and add below option
uuidRepresentation=Standard
Other possible options for uuidRepresentation is below
[ Standard | CSharplegacy | JavaLegacy | PythonLegacy ] refer MongoDB help for more info
Contact Us
If you have more question(s) feel free to contact us via Live chat or email to support@zappysys.com
Comments
0 comments
Please sign in to leave a comment.