Some Sample Error Messages and Their Likely Causes
Problem: Microsoft OLEDB Persistence Provider (0x80004005)
Recordset cannot be created. Source XML is incomplete or invalid.
/Client/GetStateTaxRates.asp, line 35
Likely Cause: The Constructor String points to SDL document instead of the XML-persisted ADO RS document.
Problem: -2147180504 (0x800A007B)
A general service failure occured; contact service provider
/Client/GetStateTaxRates.asp, line 23
Likely Causes: Not using the Constructor String.
Invalid permissions.
Problem: -2147164123 (0x800A007B)
The data file containing the sales tax data could not be found; contact service provider
/Client/GetStateTaxRates.asp, line 23
Likely Cause: File listed in constructor string doesn't exist.
Problem: Failed to Load Service Description
Likely Cause: Verify that Everyone has Read and Read & Execute permssions. When working on the Web server locally,
it is possible to end up with files that are inaccessible to the interactive user (IUSR_machinename).
Problem: Microsoft VBScript compilation (0x800A0411)
Name redefined
page, line, column
CONST icURI = 1 'Schema location type (URI based)
-----^
Likely Cause: This error can occur if the IntelliSense feature of Visual InterDev is used to reference the
methods and properties of the ROPE.DLL objects, and then the sample is run on the local Web server.