<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: The high surrogate error… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Unexpected-error-invalid-high-surrogate-character-0xDF4C-A-high/m-p/55081#M9484</link>
    <description>I was also facing similar kind of issue where I was reading java label where blue prism was getting failed due to invalid high surrogate character.&lt;BR /&gt;I have come up with a workaround which worked for me which is nothing but I have added Navigation action to &lt;STRONG&gt;&lt;EM&gt;focus&lt;/EM&gt;&lt;/STRONG&gt; the text which ideally selected my target text and then I read the text using &lt;EM&gt;&lt;STRONG&gt;Get Selected Text&lt;/STRONG&gt;&lt;/EM&gt; which gave me proper output.&lt;BR /&gt;&lt;BR /&gt;So Idea behind reading the text is select the text and then read instead using Get Text.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Hitesh Mhatre&lt;BR /&gt;RPA Developer&lt;BR /&gt;Hexaware BPS, Mumbai&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 14 Jan 2022 11:44:00 GMT</pubDate>
    <dc:creator>Hitesh__Mhatre</dc:creator>
    <dc:date>2022-01-14T11:44:00Z</dc:date>
    <item>
      <title>Unexpected error invalid high surrogate character(0xDF4C).A high surrogate character must have a value from range(0xD800-0xDBFF) during read stage in java based application</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unexpected-error-invalid-high-surrogate-character-0xDF4C-A-high/m-p/55078#M9481</link>
      <description>We are getting this error when we are trying to read a value from an element in a java based application "A high surrogate character must have a value from range(0xD800-0xDBFF) during read&amp;nbsp;"

Because of this error some of our processes are getting terminated by throwing unexpected stack empty error.

Is there any work around to handle this issue in Blueprism?</description>
      <pubDate>Wed, 06 Feb 2019 11:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unexpected-error-invalid-high-surrogate-character-0xDF4C-A-high/m-p/55078#M9481</guid>
      <dc:creator>Kiranmaivasamse</dc:creator>
      <dc:date>2019-02-06T11:15:00Z</dc:date>
    </item>
    <item>
      <title>The high surrogate error…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unexpected-error-invalid-high-surrogate-character-0xDF4C-A-high/m-p/55079#M9482</link>
      <description>The high surrogate error typically happens when a String Data Item is not in a valid format. (the fields being spied might have control characters which might not be visible), maybe open a ticket with support if its handled in a future version.</description>
      <pubDate>Tue, 12 Feb 2019 16:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unexpected-error-invalid-high-surrogate-character-0xDF4C-A-high/m-p/55079#M9482</guid>
      <dc:creator>ashish.easow</dc:creator>
      <dc:date>2019-02-12T16:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: The high surrogate error…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unexpected-error-invalid-high-surrogate-character-0xDF4C-A-high/m-p/55080#M9483</link>
      <description>finally, i got it fixed with lucky,&amp;nbsp;&lt;BR /&gt;when i spy oracle form : [queue] field, attribute JAVA TEXT with invalid characters spied, even i didn't check this attribute.&amp;nbsp;&lt;BR /&gt;then i just delete those characters and keep its value blank, it fixed. ever warning surrogate % issue.&lt;BR /&gt;wow!&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13002.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/13164i7192EB4311322A2C/image-size/large?v=v2&amp;amp;px=999" role="button" title="13002.png" alt="13002.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;xu sophie&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jun 2020 10:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unexpected-error-invalid-high-surrogate-character-0xDF4C-A-high/m-p/55080#M9483</guid>
      <dc:creator>xusophie</dc:creator>
      <dc:date>2020-06-29T10:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: The high surrogate error…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unexpected-error-invalid-high-surrogate-character-0xDF4C-A-high/m-p/55081#M9484</link>
      <description>I was also facing similar kind of issue where I was reading java label where blue prism was getting failed due to invalid high surrogate character.&lt;BR /&gt;I have come up with a workaround which worked for me which is nothing but I have added Navigation action to &lt;STRONG&gt;&lt;EM&gt;focus&lt;/EM&gt;&lt;/STRONG&gt; the text which ideally selected my target text and then I read the text using &lt;EM&gt;&lt;STRONG&gt;Get Selected Text&lt;/STRONG&gt;&lt;/EM&gt; which gave me proper output.&lt;BR /&gt;&lt;BR /&gt;So Idea behind reading the text is select the text and then read instead using Get Text.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Hitesh Mhatre&lt;BR /&gt;RPA Developer&lt;BR /&gt;Hexaware BPS, Mumbai&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jan 2022 11:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unexpected-error-invalid-high-surrogate-character-0xDF4C-A-high/m-p/55081#M9484</guid>
      <dc:creator>Hitesh__Mhatre</dc:creator>
      <dc:date>2022-01-14T11:44:00Z</dc:date>
    </item>
  </channel>
</rss>

