Justin Dobratz Posted December 21, 2022 Posted December 21, 2022 Intermittently I have a report with a dynamic filter that throws a SQLCODE -913, which is Deadlock or Timeout. We are in the process of moving to V9 from V8201 and the same report never throws the same error on V8. Does anyone have any experience with this? Is there a setting somewhere in the administration console to increase timeout time? Any help is appreciated!
David Briars Posted December 22, 2022 Posted December 22, 2022 Can you turn on tracing to see the SQL generated in each of your two environments? Check the WHERE clause to see if it the same or different. Does each of your two WF environments connect to the same relational database?
Guest Posted December 27, 2022 Posted December 27, 2022 Hi Justin - how's this going? I think I'd enlist the help of one of your DBA's to watch the queries so they can tell you specifically what is deadlocking (which database and which table). If it turns out those errors are from a WF repository hit, then you might want to compare repos indexes between the 2 releases to see what's going on. In any case, I think getting a DBA involved will help you home in on where the problem is. Perhaps v9 is writing the SQL differently than 8201 and your DBA will be able to show you how the queries are different?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now