A client noticed that their Dynamics database is getting quite large - around 35 GB. The table WSExceptionLog appears to be the culprit. With almost 3 million rows.
TableName SchemaName RowCounts TotalSpaceKB UsedSpaceKB UnusedSpaceKB
WSExceptionLog dbo 2787687 35527424 35522536 4888
A new error is being added at one to two per second. Today is filled with this:
“Token StartElement in state EndRootElement would result in an invalid XML document. Make sure that the ConformanceLevel setting is set to ConformanceLevel.Fragment or ConformanceLevel.Auto if you want to write an XML fragment.”
Any ideas what can be causing all the errors?
*This post is locked for comments
I have the same question (0)