INFO: Errors Raised by Remote Data Service

Last reviewed: December 4, 1997
Article ID: Q174518
The information in this article applies to:
  • ActiveX Data Objects (ADO), version 1.5

SUMMARY

This article presents the list of error codes and messages that can be raised by the Remote Data Services.

MORE INFORMATION

Depending on the development environment used, the error code may be returned as either a decimal value or a hexadecimal HRESULT. This table presents the equivalent decimal and hexadecimal numeric codes.

   ID#    Hex Value Description
   -----  --------- -----------------------------------------------------
   4097   800A0FBD  Error in bindings property.
   4098   800A1002  Unable to update database.
   4099   800A1003  Unable to connect to server.
   4100   800A1004  Unable to create business object.
   4101   800A1005  Unable to invoke method on business object.
   4102   800A1006  Dataspace property is not valid.
   4103   800A1007  Unable to create object--it is not marked safe for
                    scripting & initialization
   4104   800A1008  Rowset not updateable
   4105   800A1009  Bad Inline Tablegram
   4112   800A1010  Invalid RDS Client Version--Client is newer than server
   4113   800A1011  Can't perform operation with an async operation pending
   4114   800A1012  The column specified in SortColumn or FilterColumn does
                    not exist
   4115   800A1013  The recordset is not in an open state
   4116   800A1014  One or more arguments are invalid
   4351   800A10FF  Unexpected error
   8192   800A2000  Remote Data Service 1.5
   8193   800A2001  Internet Client Error
   8194   800A2002  Internet Client Error: Request Timeout.
   8195   800A2003  Internet Client Error: Cannot Connect to Server.
   8196   800A2004  Internet Client Error: SSL Error (possibly 32K data
                    upload limitation)
   8208   800A2010  Internet Server Error: Access Denied
   8209   800A2011  Internet Server Error: Object/module not found
   8210   800A2012  Internet Server Error: Request Forbidden
   8430   800A20EE  Internet Client Error: Invalid Server Response
   8447   800A20FF  Internet Server Error
  12301   800A300D  Internet Client Error: Connection Reset

The latest and greatest list of errors for RDS can always be obtained from within a resource editor such as contained by Visual C++. You just open the Msadcor.dll ensuring that in the open dialog box you set the "Open As" combo box equal to "Resources" and not "Auto." Then it's a simple matter of examining the string table for the definitive list of errors.

REFERENCES

http://www.microsoft.com/data/rds/


Additional query words: ADC ADO ASP
Keywords : rdsAll rdsGenInfo
Version : WINDOWS:1.5
Platform : WINDOWS
Issue type : kbinfo


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: December 4, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.