Stumped w/ vague com exception error -- "Error 0x80004005 occurred."

From: Bill Youngman (wyoungman_at_anexinet.com)
Date: 10/11/05


Date: Tue, 11 Oct 2005 09:36:29 -0400

Not sure if this is the right forum but my searches on this error code seem
to be pointing to a security issue. Here's what I have--

I am trying to change a users password in my client's document management
system through a .net web app that I am developing using C# and the core
services api that is included with the system. It looks simple enough - make
a call to the backend SQL 2000 database, open a connection and then make a
call to user.changepassword(oldpwd, newpwd, confirmpwd) and bingo the
password gets changed. As a matter of fact the sample ASP 3.0 script that is
included with the SDK does just that - I run the script passing the user
name along with the old password and the new password and everything works
fine. Looked at the source code for the script and there is nothing fancy
going on just some basic VBScript calls to open a database connection,
change the password and then close the database connection.

When I attempt to do the same thing in my .Net app I get the following error
message information -

System.Object:
{System.Runtime.InteropServices.COMException}
 _COMPlusExceptionCode: -532459699
 _HResult: -2147467259
 _message "Error 0x80004005 occurred."

My development environment is-
Windows 2000 SP4
SQL Server 2000 SP3
IIS 5.0

Any and all help/suggestion will be appreciated.

TIA,
Bill Youngman



Relevant Pages

  • Re: Database/Email Script
    ... PHP programmer during the interview. ... Still they have given me a script ... //With the database connection open, I start to insert the data from ... //This sets the query to a variable for easy calling ...
    (comp.lang.php)
  • RE: dealing with lengthy (time) query sets
    ... I would put the 'x' records into a QUEUE table. ... My last resort which i know works is to make another script that makes ... its own database connection does its work and dies. ... sender of the delivery error by replying to this message, or notify us by ...
    (perl.dbi.users)
  • Re: Problem with Scripted Import When File is Shared, but Not When Its Single-User
    ... script, ... perfectly valid CSV file that is correctly imported when the database ... is in single-user mode returns error code 409 on when it's served from ... Member, FileMaker Business Alliance ...
    (comp.databases.filemaker)
  • gpo related errors that i have never encountered before
    ... The Remote Installation service encountered an error from the PDC directory ... The error code is in the record data. ... Windows cannot query for the list of Group Policy objects. ... asta ar fi trebuit sa fie un startup script. ...
    (microsoft.public.windows.server.active_directory)
  • Weird TNS error with DBI::Oracle 1.21 & oracle 11G
    ... Database connection not made: ORA-12505: TNS:listener does not currently know of SID given in connect descriptor at ./testdbi.pl line 9. ... This script works correctly on our old server running 8.1.6. ... The Oracle environment variables are set properly; sqlplus works just fine when invoked using the 'user'@'tnsname_of_server' login, another indication that TNSNames is working. ... sub PrintHeader { ...
    (perl.dbi.users)