Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-06-19 01:54 PM
Hi All,
We are trying to spy an element in Java application, where we are getting the below errors. When we try to save the object as well, we are getting the same error. Please help
The form 'Navigate Properties' has encountered an unknown error and has been forced to close. Please contact Blue Prism for technical support if this problem persists.
System.ArgumentException: The surrogate pair (0xDB44, 0x78) is invalid. A high surrogate character (0xD800 - 0xDBFF) must always be paired with a low surrogate character (0xDC00 - 0xDFFF).
at System.Xml.XmlEncodedRawTextWriter.EncodeSurrogate(Char* pSrc, Char* pSrcEnd, Char* pDst)
at System.Xml.XmlEncodedRawTextWriter.WriteAttributeTextBlock(Char* pSrc, Char* pSrcEnd)
at System.Xml.XmlEncodedRawTextWriter.WriteString(String text)
at System.Xml.XmlEncodedRawTextWriterIndent.WriteString(String text)
at System.Xml.XmlWellFormedWriter.WriteString(String text)
at System.Xml.XmlText.WriteTo(XmlWriter w)
at System.Xml.XmlAttribute.WriteContentTo(XmlWriter w)
at System.Xml.XmlAttribute.WriteTo(XmlWriter w)
at System.Xml.XmlElement.WriteStartElement(XmlWriter w)
at System.Xml.XmlElement.WriteElementTo(XmlWriter writer, XmlElement e)
at System.Xml.XmlElement.WriteTo(XmlWriter w)
at System.Xml.XmlDocument.WriteContentTo(XmlWriter xw)
at BluePrism.AutomateProcessCore.clsProcess.GenerateXML(Guid gSheetID, Boolean bFormatted)
at BluePrism.AutomateProcessCore.clsProcess.GenerateXML(Boolean bFormatted)
at BluePrism.AutomateProcessCore.clsProcess.SaveUndoPosition(ActionType iActionType, clsProcessStage oStage)
at AutomateUI.ctlProcessViewer.co(clsProcessStage yn)
------------------------------
Akash Patil
Developer
slk software
Asia/Kolkata
------------------------------
We are trying to spy an element in Java application, where we are getting the below errors. When we try to save the object as well, we are getting the same error. Please help
The form 'Navigate Properties' has encountered an unknown error and has been forced to close. Please contact Blue Prism for technical support if this problem persists.
System.ArgumentException: The surrogate pair (0xDB44, 0x78) is invalid. A high surrogate character (0xD800 - 0xDBFF) must always be paired with a low surrogate character (0xDC00 - 0xDFFF).
at System.Xml.XmlEncodedRawTextWriter.EncodeSurrogate(Char* pSrc, Char* pSrcEnd, Char* pDst)
at System.Xml.XmlEncodedRawTextWriter.WriteAttributeTextBlock(Char* pSrc, Char* pSrcEnd)
at System.Xml.XmlEncodedRawTextWriter.WriteString(String text)
at System.Xml.XmlEncodedRawTextWriterIndent.WriteString(String text)
at System.Xml.XmlWellFormedWriter.WriteString(String text)
at System.Xml.XmlText.WriteTo(XmlWriter w)
at System.Xml.XmlAttribute.WriteContentTo(XmlWriter w)
at System.Xml.XmlAttribute.WriteTo(XmlWriter w)
at System.Xml.XmlElement.WriteStartElement(XmlWriter w)
at System.Xml.XmlElement.WriteElementTo(XmlWriter writer, XmlElement e)
at System.Xml.XmlElement.WriteTo(XmlWriter w)
at System.Xml.XmlDocument.WriteContentTo(XmlWriter xw)
at BluePrism.AutomateProcessCore.clsProcess.GenerateXML(Guid gSheetID, Boolean bFormatted)
at BluePrism.AutomateProcessCore.clsProcess.GenerateXML(Boolean bFormatted)
at BluePrism.AutomateProcessCore.clsProcess.SaveUndoPosition(ActionType iActionType, clsProcessStage oStage)
at AutomateUI.ctlProcessViewer.co(clsProcessStage yn)
------------------------------
Akash Patil
Developer
slk software
Asia/Kolkata
------------------------------
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-06-19 10:33 PM
Hello Akash,
This is a known issue within Blue Prism that will be fixed in a future release. Until then, here is the following Blue Prism Knowledge Base article that helps address this issues.
http://portal.blueprism.com/customer-support/support-center#/path/1189514422
Please let us know after reviewing and implementing the recommended solution if your issue has been fixed.
Thank you...
------------------------------
David Flores
Sr. Product Consultant
Blue Prism
America/Chicago
------------------------------
This is a known issue within Blue Prism that will be fixed in a future release. Until then, here is the following Blue Prism Knowledge Base article that helps address this issues.
http://portal.blueprism.com/customer-support/support-center#/path/1189514422
Please let us know after reviewing and implementing the recommended solution if your issue has been fixed.
Thank you...
------------------------------
David Flores
Sr. Product Consultant
Blue Prism
America/Chicago
------------------------------
Regards,
[FirstName] [LastName]
[JobTitle]
[CompanyName]
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-06-19 10:33 PM
Hello Akash,
This is a known issue within Blue Prism that will be fixed in a future release. Until then, here is the following Blue Prism Knowledge Base article that helps address this issues.
http://portal.blueprism.com/customer-support/support-center#/path/1189514422
Please let us know after reviewing and implementing the recommended solution if your issue has been fixed.
Thank you...
------------------------------
David Flores
Sr. Product Consultant
Blue Prism
America/Chicago
------------------------------
This is a known issue within Blue Prism that will be fixed in a future release. Until then, here is the following Blue Prism Knowledge Base article that helps address this issues.
http://portal.blueprism.com/customer-support/support-center#/path/1189514422
Please let us know after reviewing and implementing the recommended solution if your issue has been fixed.
Thank you...
------------------------------
David Flores
Sr. Product Consultant
Blue Prism
America/Chicago
------------------------------
Regards,
[FirstName] [LastName]
[JobTitle]
[CompanyName]
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-06-20 11:34 AM
finally, i got it fixed with lucky,
when i spy oracle form : [queue] field, attribute JAVA TEXT with invalid characters spied, even i didn't check this attribute.
then i just delete those characters and keep its value blank, it fixed. never warning surrogate % issue.
wow!

------------------------------
xu sophie
------------------------------
when i spy oracle form : [queue] field, attribute JAVA TEXT with invalid characters spied, even i didn't check this attribute.
then i just delete those characters and keep its value blank, it fixed. never warning surrogate % issue.
wow!
------------------------------
xu sophie
------------------------------
