Skip to main content
1-Visitor
November 16, 2022
Solved

Corrupted File

  • November 16, 2022
  • 1 reply
  • 1847 views

The attached file is corrupted - Element content is incomplete according to the DTD/Schema, Line number 1134, Char Pos 21.

 

Can some one offer suggestions on how to fix the file?

 

TG_10495383_0-1668605415628.png

 

Best answer by Werner_E

I simply loaded the file in a text editor (I use Notepad++), located line 1134 and deleted the whole region this line was in. That is the section starting with "<region ..." in line 1112 up to line 1146 with the closing "</region>".

Yes, its rather bold and there sure may be more sophisticated ways, maybe a way to detect the actual cause of the error and repairing it without having to get rid of the whole region.

1 reply

25-Diamond I
November 16, 2022

I edited the file and deleted a corrupt region. So obviously there is now missing something compared to the original.

Hope it helps.

1-Visitor
November 16, 2022

Thank you kindly.  If you don't mind, how did you identify the corrupted region?

Werner_E25-Diamond IAnswer
25-Diamond I
November 16, 2022

I simply loaded the file in a text editor (I use Notepad++), located line 1134 and deleted the whole region this line was in. That is the section starting with "<region ..." in line 1112 up to line 1146 with the closing "</region>".

Yes, its rather bold and there sure may be more sophisticated ways, maybe a way to detect the actual cause of the error and repairing it without having to get rid of the whole region.