Get Transaction and Set Transaction operation timed out out in 2020.10.4

Since upgrading to 2020.10.4 we are seeing timeout errors for Get Transaction and Set Transaction.

Is this a known issue?

We are getting the same issue while set transaction status - the operation has timeout and we have also recently upgraded to 2020.10.8

Check how many rows you have in your UiPath database’s Log table. It quickly grows huge and causes issues.

Hi,

Yes I have checked for below tables and record count is below 1 million for logs and very less in other tables. As per UiPath threshold is 2 million.

• select count() from [dbo].[Notifications] ;
• select count(
) from [dbo].[TenantNotifications] ;
• select count () from [dbo].[UserNotifications] ;
• select count (
) from [dbo].[Logs] ;
• select count(*) from [dbo].[AuditLogs];

Did not find anything around it.

And after upgrade to 20.10.8. I’m seeing this issue.

Even 1 million is a lot. I would disregard their threshold since they can’t know your environment - processor, memory, etc

Clear out your Log table.