FIX: LOAD TRAN May Fail With Handled AVLast reviewed: April 8, 1997Article ID: Q150894 |
The information in this article applies to:
SYMPTOMSLOAD TRANSACTION may fail with the errors:
udwritem: Operating system error 6(The handle is invalid.) on device .... ex_testhandle: stack overflow, top=0x17a7f10, end=0x17a7f10 EXCEPTION_ACCESS_VIOLATIONThe actual stack of the AV in this case can be many different places. The SQL Server may now become unresponsive and have to be restarted. The database being loaded will have to be recreated.
CAUSEIf there are many open transactions at the time of the DUMP TRANSACTION, the DUMP cannot be LOADed because of the above errors.
WORKAROUNDDUMP the database and re-sync the transaction logs.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. This problem has been corrected in U.S. Service Pack 1 for Microsoft SQL Server version 6.5. For more information, contact your primary support provider.
|
Additional query words: sql65 load tran ex_testhandle
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |