cancel
Showing results for 
Search instead for 
Did you mean: 

Reason: Internal : Retries 6

I have a robotic park that is intermittently receiving the following error in the action of Get Next Item "Reason: Internal: Retries 6, The statement or function must be executed in the context of a user transaction. error 51000, level 16, state 1, procedure usp_getnextcase, line 1, message: Failed to get app lock for work queue item ", what is impacting the execution of the robots as a whole, would anyone have experienced a similar problem?

PS: We recently migrated from version 6.3.2 to 6.7.3

------------------------------
Jean Félix Silva
Indra
InternshipRPA Developer - Blue prism junior developer
------------------------------
3 REPLIES 3

JohnCowell
Staff
Staff

I'd suggest to check and review your use of unique tags. We have seen cases like this when many unique tags are in use. Check the database top tables report from SQL Server Management Studio and look for the table BPATag. If the total count of rows in this table is in the many thousands it may indicate a problem here. For some guidance on the correct use of tags please see the following KB article on the Portal :- What is the recommended approach when working with Work Queue tags?

As an example, if you use something like a time or datetime as part of your tag this is not recommended as it will create lots of unique tags. Best to think of tags as a category.



------------------------------
John Cowell
Senior Software Support Analyst
Blue Prism
------------------------------
John Cowell Senior Software Support Analyst Blue Prism

SergioBentim
Staff
Staff
Olá, Jean.
Este problema foi resolvido?
Você abriu um chamado sobre ele?
A sugestão do John de rever as Tags é muito boa, e pode resolver o problema.
Quando for um problema técnico, envolvendo mensagens de erros, é recomendado que vocês abram um chamado no suporte.
Obrigado.

------------------------------
Sergio Bentim
Customer Engineer
Technical Support
America/Mexico_City
------------------------------

Olá Sergio, 

O problema foi resolvido migrando a base de dados do robô para uma conexão separada do app server, a aplicação das tags não era o problema, uma vez que estavam otimizadas conforme mesmo o artigo citado. 

O problema foi criado com mesmo com a interação da query que é executada no banco quando a action get next item. uma interação que não ocorria na versão anterior que usávamos e foi crescendo conforme a volumetria ia aumentando.

Mas isolamos o projeto em um ambiente separado e foi resolvido o sintoma. Muito Obrigado.



------------------------------
Jean Félix Silva
Indra
InternshipRPA Developer - Blue prism developer
------------------------------