The information in this article applies to:
BUG# NT: 867 (4.2) SYMPTOMSAn Open Data Services application will general protection fault (GP fault) with a stack overflow when a user selects Manage, Database, Properties, Full from the Database Management window in SQL Administrator. CAUSEWhen a user selects Manage, Database, Properties, Full from the Database Management window, SQL Administrator examines the allocation pages directly to determine exactly how much space is available in the database. Open Data Services was not intended to process this kind of request. WORKAROUND
If a user needs to use the Full Database Properties function of SQL
Administrator, the user must not connect though the ODS application, but
should connect directly to the SQL Server. To prevent the ODS Application
from having a GP fault, code must be added to check for the language event
caused by this action.
arrives, you should return an error to the client with srv_sendmessage indicating that the function is not supported, and then call srv_senddone with a status of SRV_DONE_FINAL and SRV_DONE_ERROR. For example:
STATUSMicrosoft has confirmed this to be a problem in Open Data Services version 4.2 for Windows NT. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words: ODS access Windows NT
Keywords : kbprg kbtool SSrvODS SSrvSQL_Admin kbbug4.20 SSrvWinNT |
Last Reviewed: March 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |