Microsoft KB Archive/254054

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Knowledge Base


Invalid Ordinals Contained in Accessors Used in RowsetChange::SetData May Cause Proxy to Crash

Article ID: 254054

Article Last Modified on 2/21/2007



APPLIES TO

  • Microsoft Exchange 2000 Server Standard Edition



This article was previously published under Q254054

SYMPTOMS

Invalid Ordinals that are contained in accessors while calling IRowsetChange::SetData on a cached rowset may cause the proxy to crash.

CAUSE

Accessor validation only occurs on the original accessor that is created by EXOLEDB. Accessors that are created by the user to work on cached rowsets are not validated.

If an invalid accessor is supplied, the proxy will crash.

RESOLUTION

To resolve this problem, obtain the latest service pack for Microsoft Exchange 2000 Server. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

301378 XGEN: How to Obtain the Latest Exchange 2000 Server Service Pack


WORKAROUND

Only pass valid accessors. Valid accessor ordinals are "0" and "1".

STATUS

Microsoft has confirmed that this is a problem in Microsoft Exchange 2000 Server . This problem was first corrected in Microsoft Exchange 2000 Server Service Pack 1. The problem is related to a bug in MDAC 2.5, which is corrected in MDAC 2.6.

Keywords: kbbug kbfix kbprogramming KB254054