nkdAgility/azure-devops-migration-tools

String is not supported by database collation

MrHinsh opened this issue · 2 comments

This is due to the new REST API supporting more modern features than the old Object Model.

System.Web.Services.Protocols.SoapException: %error="600177";%:AddConstant: The following string is not supported by database collation: %String="Cici Chen??";%.

The only resolution in the current format is to add a "TextEnricher" that we pass all text fields through that can be used to edit out unusual characters.