cancel
Showing results for 
Search instead for 
Did you mean: 

Batch is missing in Decipher for verification

dmma
Level 5

Hi, 

We are using Decipher v2.1 and one of the batches did not appeared in Decipher for verification?

In Blueprism logs I can see that batch was submitted successfully and I even have the batch ID.

But it is still missing in the Decipher.

 How is it possible to troubleshoot this scenario?



------------------------------
Kind regards,

Dmitrij Mamajev
Senior RPA Developer
Substorm AB
Gothenburg - Sweden
------------------------------
Kind regards, [FirstName] [LastName] [Designation] [JobTitle] [CompanyName] [City] [State] [Phone]
1 BEST ANSWER

Best Answers

Hi Dmitrij,

The batches and documents don't go through RabbitMQ, it's purely for the license message and to put a message in for when a batch is complete (only batch id and doc ids).

I could only imagine there might have been an issue with the document, perhaps it wasn't added to the batch or errored during image processing. You'll need to check the database to see what happened.

Check the Batches table using the ID.

Thanks



------------------------------
Ben Lyons
Senior Product Specialist - Decipher
SS&C Blue Prism
UK based
------------------------------
Ben Lyons Senior Product Specialist - Decipher SS&C Blue Prism UK based

View answer in original post

6 REPLIES 6

BenLyons
Staff
Staff

Hi Dmitrij,

Have you got auto-skip data verification enabled?

Thanks



------------------------------
Ben Lyons
Senior Product Specialist - Decipher
SS&C Blue Prism
UK based
------------------------------
Ben Lyons Senior Product Specialist - Decipher SS&C Blue Prism UK based

Hi Ben, 

No, the auto-skip data verfication is disabled.

In this process each doc is submitted as separate batch.

The interesting part is that we have submitted 14 docs and only 13 have reached Decipher. But BP log shows that batch was submitted for this missing doc, there is batch id.

I thought maybe it got stuck in RabbitMQ, but I am not sure how to find or look for it in RabbitMQ Web client.

Any suggestions?

We have several processes already with Decipher for around 6 months or even more, but this is first time such thing happened.



------------------------------
Kind regards,

Dmitrij Mamajev
Senior RPA Developer
Substorm AB
Gothenburg - Sweden
------------------------------
Kind regards, [FirstName] [LastName] [Designation] [JobTitle] [CompanyName] [City] [State] [Phone]

Hi Dmitrij,

The batches and documents don't go through RabbitMQ, it's purely for the license message and to put a message in for when a batch is complete (only batch id and doc ids).

I could only imagine there might have been an issue with the document, perhaps it wasn't added to the batch or errored during image processing. You'll need to check the database to see what happened.

Check the Batches table using the ID.

Thanks



------------------------------
Ben Lyons
Senior Product Specialist - Decipher
SS&C Blue Prism
UK based
------------------------------
Ben Lyons Senior Product Specialist - Decipher SS&C Blue Prism UK based

Hi Ben, 

Thanks for tip where to look.

I have found this text next to the missing file in the Batch table: 9821.png

Does it mean that someone have deleted the batch from Decipher manually? If it is so, is it possible to track down, what user it was?

It might be that there are several users, who use Decipher and unintentionally deleted one doc.

Thanks!



------------------------------
Kind regards,

Dmitrij Mamajev
Senior RPA Developer
Substorm AB
Gothenburg - Sweden
------------------------------
Kind regards, [FirstName] [LastName] [Designation] [JobTitle] [CompanyName] [City] [State] [Phone]

Found it Ben! 

Took me several minutes, and it looks like one person has manually deleted the document.

Seems like it is possible to track down performing several steps:

  1. Find/Get target Batch ID in [Batch] table.
  2. Find/Get UserSessionId in [SessionTask] table, using BatchID from previous step.
  3. Find/Get UserId in [UserSession] table, using UserSessionId from previous step.
  4. Find/Get user info from [UserData] table,  using UserID from previous step.
  5. Target found .....

Thanks for support!



------------------------------
Kind regards,

Dmitrij Mamajev
Senior RPA Developer
Substorm AB
Gothenburg - Sweden
------------------------------
Kind regards, [FirstName] [LastName] [Designation] [JobTitle] [CompanyName] [City] [State] [Phone]

Hi Dmitrij,

Well done! We are working to make it easier to track batches and audit user actions, keep your eyes peeled when we release Decipher 2.3.

Thanks



------------------------------
Ben Lyons
Senior Product Specialist - Decipher
SS&C Blue Prism
UK based
------------------------------
Ben Lyons Senior Product Specialist - Decipher SS&C Blue Prism UK based