cancel
Showing results for 
Search instead for 
Did you mean: 

Application spying issue

AkashPatil
Level 2
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
------------------------------
1 BEST ANSWER

Best Answers

david.flores
Staff
Staff
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
------------------------------
Regards, [FirstName] [LastName] [JobTitle] [CompanyName]

View answer in original post

2 REPLIES 2

david.flores
Staff
Staff
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
------------------------------
Regards, [FirstName] [LastName] [JobTitle] [CompanyName]

xusophie
Level 2
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!

28464.png


------------------------------
xu sophie
------------------------------