Not a Problem
Error hexadecimal value 0x16, is an invalid character
When I published my model like a Portal example, I received the error above. Why?
", hexadecimal value 0x16, is an invalid character. Line 1, position 27851"
Which character is invalid?
Dear,
The problem that causes these XmlExceptions is that the data being read or loaded contains characters that are illegal according to the XML specifications.
Almost always, these characters are in the ASCII control character range (I think whacky characters like null, bell, backspace, etc). These aren't characters that have any business being in XML data; they're illegal characters that should have been removed but have usually found their way into the data from file format conversions (for example like when someone tries to create an XML file from Excel data, or export their data to XML from a format that may be stored as binary).
See this related topic showing a similar character: http://www.bizagi.com/index.php?option=com_jfusion&Itemid=161&lang=en&jfile=viewtopic.php&p=2375
No bom português, tem algum campo no seu diagrama com algum caracter inválido.
Dear,
The problem that causes these XmlExceptions is that the data being read or loaded contains characters that are illegal according to the XML specifications.
Almost always, these characters are in the ASCII control character range (I think whacky characters like null, bell, backspace, etc). These aren't characters that have any business being in XML data; they're illegal characters that should have been removed but have usually found their way into the data from file format conversions (for example like when someone tries to create an XML file from Excel data, or export their data to XML from a format that may be stored as binary).
See this related topic showing a similar character: http://www.bizagi.com/index.php?option=com_jfusion&Itemid=161&lang=en&jfile=viewtopic.php&p=2375
No bom português, tem algum campo no seu diagrama com algum caracter inválido.
Comments have been locked on this page!