Hi, folks
I recently converted the database from Type 1 storage to Type 11, using binary dump & load. The database had already been upgraded to 10.1B, sp 1, last fall and was running fine until the D&L. Now, we receive daily locking errors on one heavily-used table. It appears to occur sporadically and we cannot replicate the problem on any test database, as it appears to do with database loading. Nor are any errors generated in the .lg file or anywhere on the server; only on the user's Windows session. The user gets a pop-up, saying that the "xxx table is locked. Record create failed. (328) (6527)" OR when updating: "FIND FIRST/LAST failed for table xxx (565)".
Using the -lkrela startup parameter (to use the old locking algorithm) did not fix the problem.
Also, we are now seeing extreme slowness during the "sanity check" during the database startup, hanging at the "Physical redo" stage. This can take up to an hour sometimes. Truncating the bi helps (we do it weekly anyway), but it still builds up very quickly in between truncates. This step had only taken 1 second before the D&L, regardless of whether we truncated the bi. I suspect that this issue is related to the locking issue, since both issues surfaced after the D&L to Type 2 storage areas, but can't seem to find the cause - or a solution.
Any light that any of you gurus could shed on these issues would be greatly appreciated!
I recently converted the database from Type 1 storage to Type 11, using binary dump & load. The database had already been upgraded to 10.1B, sp 1, last fall and was running fine until the D&L. Now, we receive daily locking errors on one heavily-used table. It appears to occur sporadically and we cannot replicate the problem on any test database, as it appears to do with database loading. Nor are any errors generated in the .lg file or anywhere on the server; only on the user's Windows session. The user gets a pop-up, saying that the "xxx table is locked. Record create failed. (328) (6527)" OR when updating: "FIND FIRST/LAST failed for table xxx (565)".
Using the -lkrela startup parameter (to use the old locking algorithm) did not fix the problem.
Also, we are now seeing extreme slowness during the "sanity check" during the database startup, hanging at the "Physical redo" stage. This can take up to an hour sometimes. Truncating the bi helps (we do it weekly anyway), but it still builds up very quickly in between truncates. This step had only taken 1 second before the D&L, regardless of whether we truncated the bi. I suspect that this issue is related to the locking issue, since both issues surfaced after the D&L to Type 2 storage areas, but can't seem to find the cause - or a solution.
Any light that any of you gurus could shed on these issues would be greatly appreciated!