FIX: Execution of sp_OACreate on COM Object Without Type Information Causes Server Shut Down
This article was previously published under Q282279
BUG #: 351375 (SHILOH_bugs)
On This PageSYMPTOMS
SQL Server contains a set of system procedures "sp_OA..." to allow interaction with COM objects.
If the COM object does not support type information, SQL Server logs an access violation exception reading address 0x00000000 and then shuts down the computer. The top of the stack trace fill contains the following: Module(odsole70+00003A2B) (CCachedTypeInfo::~CCachedTypeInfo(void)) Module(odsole70+000038FF) (CCachedTypeInfo::`scalar deleting destructor') Module(odsole70+000029DE) (CODSOLEThreadInfo::UnlinkCTypeInfo()) Module(odsole70+000027DD) (CODSOLEThreadInfo::~CODSOLEThreadInfo()) Module(odsole70+000049EB) (OAUninitialize()) Module(sqlservr+0046A624) (PSS::ResetFromBatch()) CAUSE
When the COM object does not support type information, the sp_OA stored procedures attempt to free a NULL pointer, causing the exception to occur.
RESOLUTIONTo resolve this problem, obtain the latest service pack for Microsoft SQL Server 2000. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
290211 (http://support.microsoft.com/kb/290211/EN-US/) INF: How to Obtain the Latest SQL Server 2000 Service Pack
HotfixNOTE: The following hotfix was created prior to Microsoft SQL Server 2000 Service Pack 1.The English version of this fix should have the following file attributes or later: File name Platform -------------------- 8.00.231 IntelNOTE: Due to file dependencies, the most recent hotfix or feature that contains the preceding files may also contain additional files WORKAROUND
Make sure that the object supports IDispatch::GetTypeInfo.
STATUSMicrosoft has confirmed that this is a problem in Microsoft SQL Server 2000. This problem was first corrected in SQL Server 2000 Service Pack 1.
| Article Translations
|
Back to the top
