Service: MicrosoftDynamicsNavServer User: xxxxx Type: System.Xml.XmlException LineNumber: 100 LinePosition: 133 Message: '┴', hexadecimal value 0x15, is an invalid character. Line 100, position 133. StackTrace: at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args) at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String[] args) at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Int32 pos, Char invChar) at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr) at System.Xml.XmlTextReaderImpl.ParseAttributes() at System.Xml.XmlTextReaderImpl.ParseElement() at System.Xml.XmlTextReaderImpl.ParseElementContent() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace) at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) at System.Xml.XmlDocument.Load(XmlReader reader) at System.Xml.XmlDocument.LoadXml(String xml) at Microsoft.Dynamics.Nav.Service.Metadata.MetadataProvider.GetNavObjectAsXMLDocument(Int32 id, ObjectType navObjectType) at Microsoft.Dynamics.Nav.Service.Metadata.MetadataProvider.<>c__DisplayClass1.<GetTableMetadataWithExtensions>b__0() Source: System.Xml
Comments
The table is Object metadata.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
We tried that. In the table we have several fields that contain the € sign. However, when we export the table as a .txt file and search that file for special characters we found that the € character is visible as a ° character. I'm not sure if this is caused by the use of different character sets, but it makes it even stranger.
So, in short: in the table we use the € character (ASCII 0128), the table export shows it as a ° character (ASCII 248) and the error shows a ┴ character (ASCII 193).
I'm still lost... #-o
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
This already occurs when starting up the RTC. Which leads to the following error message:
The server net.[url=tcp://localhost:7046/DynamicsNAV/Service]tcp://localhost:7046/DynamicsNAV/Service[/url] is either unavailable or your connection has been lost. Do you want to attempt to reconnect?
[Note that I can connect to the server in the RTC Select Server dialog.]
Ploeg did you have this fixed and how?
I am my case this is not the issue. I am even getting this error when running all 3 tiers on one box.
Never stop learning
Van Vugt's dynamiXs
Dutch Dynamics Community
Nope, but meanwhile I found my source of problems: a 0x1C character in the menusuite (MEN1090) in one of the Name properties. So a non-printable character at the end of the Name value.
Never stop learning
Van Vugt's dynamiXs
Dutch Dynamics Community