<?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: Fatal error in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Fatal-error/m-p/73783#M26388</link>
    <description>&lt;P&gt;Hi Friend&lt;A href="https://gbplus.net/download-gbwhatsapp-apk/"&gt;,&lt;/A&gt;&lt;BR /&gt;Thank you very much for giving such nice information.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sophia Khan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Sat, 25 Mar 2023 11:28:00 GMT</pubDate>
    <dc:creator>SophiaKhan</dc:creator>
    <dc:date>2023-03-25T11:28:00Z</dc:date>
    <item>
      <title>Fatal error</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Fatal-error/m-p/73776#M26381</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;While reading the data from database using blueprism we are facing the below issue. Please if any chance to help this one.&lt;/P&gt;
&lt;P&gt;Error: "fatal error encountered attempting to read the result"&lt;/P&gt;
&lt;P&gt;Thanks for advance.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sornakumar V&lt;BR /&gt;RPA Developer&lt;BR /&gt;Iopex technologies&lt;BR /&gt;Chennai&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Mar 2023 16:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Fatal-error/m-p/73776#M26381</guid>
      <dc:creator>Sornakumar92</dc:creator>
      <dc:date>2023-03-03T16:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Fatal error</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Fatal-error/m-p/73777#M26382</link>
      <description>&lt;P&gt;More information would be useful to determine some troubleshooting suggestions here. What software is throwing the error, i.e. Blue Prism, SQL Server, an Oracle database, etc.? Is this a Blue Prism Process that reads a database, or are you querying a database directly? What are the exact steps to reproduce the error? What is the exact error message seen, along with any accompanying error stack details?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Steve Boggs&lt;BR /&gt;Senior Product Support Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Austin, TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Mar 2023 17:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Fatal-error/m-p/73777#M26382</guid>
      <dc:creator>steven.boggs</dc:creator>
      <dc:date>2023-03-03T17:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Fatal error</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Fatal-error/m-p/73778#M26383</link>
      <description>&lt;P&gt;Hi Steve,&lt;/P&gt;
&lt;P&gt;Thanks for reply.&lt;/P&gt;
&lt;P&gt;Here I mentioned your asked details&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What software is throwing the error,&lt;/P&gt;
&lt;P&gt;Ans : Blue Prism&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Is this a Blue Prism Process that reads a database,&lt;/P&gt;
&lt;P&gt;Ans : Yes&lt;/P&gt;
&lt;P&gt;What are the exact steps to reproduce the error?&lt;/P&gt;
&lt;P&gt;Am using SQL object in blueprism&lt;/P&gt;
&lt;P&gt;Set connection&lt;/P&gt;
&lt;P&gt;Begin transaction&lt;/P&gt;
&lt;P&gt;Commit transaction&lt;/P&gt;
&lt;P&gt;Then get CSV&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While executing the query, facing above mentioned issue.&lt;/P&gt;
&lt;P&gt;I used select query.&lt;/P&gt;
&lt;P&gt;What is the exact error message seen, along with any accompanying error stack details?&lt;/P&gt;
&lt;P&gt;"fatal error encountered attempting to read the result"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sornakumar V&lt;BR /&gt;RPA Developer&lt;BR /&gt;Iopex technologies&lt;BR /&gt;Chennai&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Mar 2023 19:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Fatal-error/m-p/73778#M26383</guid>
      <dc:creator>Sornakumar92</dc:creator>
      <dc:date>2023-03-03T19:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Fatal error</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Fatal-error/m-p/73779#M26384</link>
      <description>&lt;P&gt;Hi Sornakumar,&lt;/P&gt;
&lt;P&gt;This seems to be a case of timeout - Your query is getting timed out without a response while executing, please try setting and increasing the timeout.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;cmd.CommandTimeout = Number of seconds;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;For better clarity and reference please refer Microsoft Documentation : &lt;A href="https://learn.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlcommand.commandtimeout?view=dotnet-plat-ext-3.1&amp;nbsp;" target="test_blank"&gt;https://learn.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlcommand.commandtimeout?view=dotnet-plat-ext-3.1&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="22277.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/22420iAF424422F7189DE4/image-size/large?v=v2&amp;amp;px=999" role="button" title="22277.png" alt="22277.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;/P&gt;
&lt;P&gt;Kindly up vote this as "Best Answer" if it adds value or resolves your query in anyway possible, happy to help.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mukesh Kumar - Senior Automation Developer&lt;/P&gt;
&lt;P&gt;NHS England, United Kingdom, GB&lt;/P&gt;
&lt;P&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 20:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Fatal-error/m-p/73779#M26384</guid>
      <dc:creator>Mukeshh_k</dc:creator>
      <dc:date>2023-03-03T20:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Fatal error</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Fatal-error/m-p/73780#M26385</link>
      <description>&lt;P&gt;Thanks Mukesh.&lt;/P&gt;
&lt;P&gt;I will try and then update.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sornakumar V&lt;BR /&gt;RPA Developer&lt;BR /&gt;Iopex technologies&lt;BR /&gt;Chennai&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Mar 2023 16:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Fatal-error/m-p/73780#M26385</guid>
      <dc:creator>Sornakumar92</dc:creator>
      <dc:date>2023-03-08T16:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Fatal error</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Fatal-error/m-p/73781#M26386</link>
      <description>&lt;P&gt;Hi Mukesh,&lt;/P&gt;
&lt;P&gt;I checked with database administrator and found the error. Now sorted.&lt;/P&gt;
&lt;P&gt;Error in database, initially character set is utf8mb4. Then they changed utf8mb3. due to this character set throwed exception from blueprism.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sornakumar V&lt;BR /&gt;RPA Developer&lt;BR /&gt;Iopex technologies&lt;BR /&gt;Chennai&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Mar 2023 22:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Fatal-error/m-p/73781#M26386</guid>
      <dc:creator>Sornakumar92</dc:creator>
      <dc:date>2023-03-24T22:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Fatal error</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Fatal-error/m-p/73782#M26387</link>
      <description>&lt;P&gt;Thanks for coming back onto this thread and sharing the useful info/update around this - &lt;A href="https://community.blueprism.com/network/profile?UserKey=504e5a10-0ee7-4c3a-b023-f93717249edf" target="_blank" rel="noopener"&gt;Sornakumar V&lt;/A&gt;. I am glad it is sorted now.&lt;/P&gt;
&lt;P&gt;Cheers !!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kindly up vote this as "Best Answer" if it adds value or resolves your query in anyway possible, happy to help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Mukesh Kumar - Senior Automation Developer&lt;BR /&gt;&lt;BR /&gt;NHS England, United Kingdom, GB&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 23:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Fatal-error/m-p/73782#M26387</guid>
      <dc:creator>Mukeshh_k</dc:creator>
      <dc:date>2023-03-24T23:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Fatal error</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Fatal-error/m-p/73783#M26388</link>
      <description>&lt;P&gt;Hi Friend&lt;A href="https://gbplus.net/download-gbwhatsapp-apk/"&gt;,&lt;/A&gt;&lt;BR /&gt;Thank you very much for giving such nice information.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sophia Khan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 25 Mar 2023 11:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Fatal-error/m-p/73783#M26388</guid>
      <dc:creator>SophiaKhan</dc:creator>
      <dc:date>2023-03-25T11:28:00Z</dc:date>
    </item>
  </channel>
</rss>

