<?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: Error in Get Next Completed Batch in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67324#M19929</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am facing the same issue as you. I can push documents into Decipher but not retrieve them. After completing the data verification in Decipher it shows batch as completed in the Reports tab but calling the Get Next Completed Batch Action returns a False Flag. I have followed the Decipher IDP Foundation Training instructions to a T, but I cannot retrieve the document data. Furthermore, the RabbitMQ Queue which I have named DecipherTrainingQueue shows no pending messages. Can you please share how you were able to resolve this issue.
&lt;DIV style="position: absolute; display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mohammed areeb&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 12 Aug 2021 11:21:00 GMT</pubDate>
    <dc:creator>mohammedareebdps</dc:creator>
    <dc:date>2021-08-12T11:21:00Z</dc:date>
    <item>
      <title>Error in Get Next Completed Batch</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67318#M19923</link>
      <description>Hi, I have completed the data verification and it shows the status as complete also I am using same config that I used previously in add to batch, but it is showing me batch available as false ? Please explain me why this error occur, is it due to queue suffix name or some other issue ?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Lokesh Raj&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Aug 2021 14:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67318#M19923</guid>
      <dc:creator>LokeshRaj</dc:creator>
      <dc:date>2021-08-10T14:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error in Get Next Completed Batch</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67319#M19924</link>
      <description>Hi Lokesh,&lt;BR /&gt;&lt;BR /&gt;To assist I'll just need a bit more info.&lt;BR /&gt;&lt;BR /&gt;Are you using the action "Has batches to verify" or "Get Next Completed Batch"? It should the second one, as the first action is to check if there are any batches that need verification in Decipher.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ben Lyons&lt;BR /&gt;Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;UK&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Aug 2021 07:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67319#M19924</guid>
      <dc:creator>Ben.Lyons1</dc:creator>
      <dc:date>2021-08-11T07:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error in Get Next Completed Batch</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67320#M19925</link>
      <description>Hi Ben,&lt;BR /&gt;I have used "Get Next Complete Batch". Also can you please explain me how this "Get Next Complete Batch" interacts with RabbitMQ.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Lokesh Raj&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Aug 2021 07:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67320#M19925</guid>
      <dc:creator>LokeshRaj</dc:creator>
      <dc:date>2021-08-11T07:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error in Get Next Completed Batch</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67321#M19926</link>
      <description>When Decipher has completed a batch and it's ready for export, it sends the batch ID and document IDs to RabbitMQ. Blue Prism then collects these (at which point the queue item is removed) and uses them in the following actions to retrieve the data directly from Decipher.&lt;BR /&gt;&lt;BR /&gt;Can you access the RabbitMQ work queue list? Is there anything in the Decipher queue?&lt;BR /&gt;&lt;BR /&gt;Have you made any changes to the templated processes to send and retrieve documents from Decipher?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ben Lyons&lt;BR /&gt;Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;UK&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2021 07:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67321#M19926</guid>
      <dc:creator>Ben.Lyons1</dc:creator>
      <dc:date>2021-08-12T07:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error in Get Next Completed Batch</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67322#M19927</link>
      <description>Hi Ben,&lt;BR /&gt;&lt;BR /&gt;Thanks for the explanation and now I found out why I am getting false, when I run "Get Next Complete Batch".&amp;nbsp; Also is there any specific time limit within which I need to retrieve the Batch ID and Document ID from RabbitMQ ?​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Lokesh Raj&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2021 07:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67322#M19927</guid>
      <dc:creator>LokeshRaj</dc:creator>
      <dc:date>2021-08-12T07:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error in Get Next Completed Batch</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67323#M19928</link>
      <description>There's no time limit, you should be able to retrieve the batch at any time after it's complete. These will be available in the order they were completed by Decipher.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ben Lyons&lt;BR /&gt;Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;UK&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2021 07:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67323#M19928</guid>
      <dc:creator>Ben.Lyons1</dc:creator>
      <dc:date>2021-08-12T07:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error in Get Next Completed Batch</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67324#M19929</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am facing the same issue as you. I can push documents into Decipher but not retrieve them. After completing the data verification in Decipher it shows batch as completed in the Reports tab but calling the Get Next Completed Batch Action returns a False Flag. I have followed the Decipher IDP Foundation Training instructions to a T, but I cannot retrieve the document data. Furthermore, the RabbitMQ Queue which I have named DecipherTrainingQueue shows no pending messages. Can you please share how you were able to resolve this issue.
&lt;DIV style="position: absolute; display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mohammed areeb&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2021 11:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67324#M19929</guid>
      <dc:creator>mohammedareebdps</dc:creator>
      <dc:date>2021-08-12T11:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error in Get Next Completed Batch</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67325#M19930</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;May be try with a new suffix name, that how I solved this issue. Every time you upload the file to the decipher, change the suffix name.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Lokesh Raj&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2021 12:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67325#M19930</guid>
      <dc:creator>LokeshRaj</dc:creator>
      <dc:date>2021-08-12T12:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error in Get Next Completed Batch</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67326#M19931</link>
      <description>This doesn't seem to be working for me. I have tried with several different queue names but I am still not able to get the processed data back into Blue Prism.
&lt;DIV style="position: absolute; display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mohammed areeb&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2021 13:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67326#M19931</guid>
      <dc:creator>mohammedareebdps</dc:creator>
      <dc:date>2021-08-12T13:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error in Get Next Completed Batch</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67327#M19932</link>
      <description>Have you used the same suffix name to the "Get Next Completed Batch " that you used to add the data to decipher ?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Lokesh Raj&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2021 13:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67327#M19932</guid>
      <dc:creator>LokeshRaj</dc:creator>
      <dc:date>2021-08-12T13:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error in Get Next Completed Batch</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67328#M19933</link>
      <description>Yes, I have used the same suffix name to add the data as well as to the &lt;SPAN&gt;"Get Next Completed Batch" Action&lt;/SPAN&gt;
&lt;DIV style="position: absolute; display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mohammed areeb&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2021 13:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67328#M19933</guid>
      <dc:creator>mohammedareebdps</dc:creator>
      <dc:date>2021-08-12T13:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error in Get Next Completed Batch</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67329#M19934</link>
      <description>Have you checked the RabbitMQ ?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Lokesh Raj&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2021 13:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67329#M19934</guid>
      <dc:creator>LokeshRaj</dc:creator>
      <dc:date>2021-08-12T13:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error in Get Next Completed Batch</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67330#M19935</link>
      <description>Can you be more specific. I have looked at RabbitMQ and the queue which I am adding as Queue Suffix in Blue Prism does exist there, but there are no pending messages even after submitting a batch from the data verification tab in Decipher web application.
&lt;DIV style="position: absolute; display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mohammed areeb&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2021 14:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67330#M19935</guid>
      <dc:creator>mohammedareebdps</dc:creator>
      <dc:date>2021-08-12T14:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error in Get Next Completed Batch</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67331#M19936</link>
      <description>I still cannot figure out the exact issue, because in my case I was able to retrieve the data from the decipher whenever I use a new suffix name. I don't find any issues now. If not may be try reaching the Blue prism support team.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Lokesh Raj&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2021 14:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67331#M19936</guid>
      <dc:creator>LokeshRaj</dc:creator>
      <dc:date>2021-08-12T14:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error in Get Next Completed Batch</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67332#M19937</link>
      <description>Hi Mohammed,&lt;BR /&gt;&lt;BR /&gt;Have you made any changes to the Decipher credential "generaluser"?&lt;BR /&gt;&lt;BR /&gt;This is the credential used by the Decipher export client, changes it to it may prevent batches being sent to RabbitMQ.&lt;BR /&gt;&lt;BR /&gt;Also, have you set up any Batch Types to be processed by specific users or user groups?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ben Lyons&lt;BR /&gt;Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;UK&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2021 14:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67332#M19937</guid>
      <dc:creator>Ben.Lyons1</dc:creator>
      <dc:date>2021-08-12T14:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error in Get Next Completed Batch</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67333#M19938</link>
      <description>Hey Ben,&lt;BR /&gt;I have made no changes to generaluser and I have tried using both admin and generaluser credentials to no avail. The Batch Type is assigned to all groups and users. Also, both generaluser and admin have export roles assigned to them. Also, my RabbitMQ queue appears to be empty even though I have submitted completed batches a number of times and to different RabbitMQ queues. I have used the &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/decipher-get-batch-status" target="_blank" rel="noopener"&gt;Get Batch Status&lt;/A&gt; Process from Digital Exchange and it works fine. The only issue seems to be with the Decipher export client, which is not being able to push Batch IDs into the RabbitMQ queue. I have attached some relevant screenshots.
&lt;DIV style="display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mohammed areeb&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2021 22:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67333#M19938</guid>
      <dc:creator>mohammedareebdps</dc:creator>
      <dc:date>2021-08-12T22:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error in Get Next Completed Batch</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67334#M19939</link>
      <description>Hi Mohammed,&lt;BR /&gt;&lt;BR /&gt;I can't think of anything obvious, short of checking the Decipher/RabbitMQ configuration and potentially reinstalling.&lt;BR /&gt;&lt;BR /&gt;I would recommend raising a support ticket, so our support team can look into it in more detail.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Ben&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ben Lyons&lt;BR /&gt;Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;UK&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Aug 2021 07:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67334#M19939</guid>
      <dc:creator>Ben.Lyons1</dc:creator>
      <dc:date>2021-08-13T07:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error in Get Next Completed Batch</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67335#M19940</link>
      <description>The issue is resolved. I had to reinstall Blue Prism for it to work. (Don't reinstall Decipher just Blue Prism)&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mohammed areeb&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Aug 2021 08:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Get-Next-Completed-Batch/m-p/67335#M19940</guid>
      <dc:creator>mohammedareebdps</dc:creator>
      <dc:date>2021-08-19T08:56:00Z</dc:date>
    </item>
  </channel>
</rss>

