- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-07-20 07:23 PM
We are experiencing this problem on a frequent basis after we upgraded to version 6.8, whereby if we try to view the Process log, an error is displayed and the log is blank:
What is the cause for this? And how can it be resolved please?
Best Regards,
------------------------------
Jean Luc Farrugia
------------------------------
Answered! Go to Answer.
Helpful Answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-07-20 09:55 AM
This problem is generally comes when your data base is not synchronized correctly with the Current version 6.8.
Looks like you have a query that is taking longer than it should. From your stack trace and your code you should be able to determine exactly what query that is.
This type of timeout can have three causes;
- There's a deadlock somewhere.
- The database's statistics and/or query plan cache are incorrect.
- The query is too complex and needs to be tuned.
Thanks,
Shaik Faiyaz.
------------------------------
faiyaz intelligent RPA Developer
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-07-20 09:55 AM
This problem is generally comes when your data base is not synchronized correctly with the Current version 6.8.
Looks like you have a query that is taking longer than it should. From your stack trace and your code you should be able to determine exactly what query that is.
This type of timeout can have three causes;
- There's a deadlock somewhere.
- The database's statistics and/or query plan cache are incorrect.
- The query is too complex and needs to be tuned.
Thanks,
Shaik Faiyaz.
------------------------------
faiyaz intelligent RPA Developer
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-07-20 11:08 AM
Many thanks for this advice! 🙂 I will inform my team, and write in this thread after we implement these changes.
Thanks Again,
Jean Luc
------------------------------
Jean Luc Farrugia
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-08-20 12:23 PM
Should both the Microsoft SQL Server Management Studio and the actual database engine be updated?
If yes, to what versions please?
------------------------------
Jean Luc Farrugia
------------------------------