Re: Error 2147417848 - Method '~' of Object '~' failed.
- From: paquema <paquema.1nx51r@xxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 22 Apr 2005 17:21:41 -0500
Hi,
I was wondering if a there was a solution to this problem?
I have the same error message happening "-2147417848 : Method '~' of
object '~' failed".
My code
-CreateObject("Mapi.session")
-Open a recordset with a select sql statement to get the exchnage
server name off the database.
- Logon to an exchange server
then the Error message "-2147417848 : Method '~' of object '~' failed
is written to the log.
Please let me know if there is a solution.
/------------------------------------/
Keith wrote:
> *Hello,
>
> I have googled for a couple weeks now on and off regarding this
> issue, and
> the closest I've come is someone explaining almost the exact scenario
> here:
>
> [url]http://www.busterone.com/new-1762156-3394.html[/url]
>
> I have an ASP page that calls one of our DLLs. This DLL makes calls
> to many
> different late-bound 3rd-party components. We are having an issue
> where calls
> to various exposed 3rd party methods are giving us the error:
>
> 2147417848 - Method '~' of Object '~' failed.
>
> The thing is, we cannot reproduce it in-house on our XP development
> machines. It is happening in production on clients' WIN2k machines.
>
> When we look at our generated error logs, we notice the calls that
> the
> system bombs on are different from case to case, but all involve
> calling
> methods of 3rd party objects from a specific DLL we own. And in most
> cases
> there are other method calls to the same object (different method)
> that go
> off without a hitch.
>
> Any help always appreciated.
>
>
> This is from the microsoft documentation about this error code:
>
> -2147417848 (80010108) The object invoked has disconnected from its
> clients.
>
> This hints to the possibility that for some reason we are losing the
> pointer
> to the object, and that the method isn't bombing, but the CALL to the
> method
> is bombing (?). *
--
paquema
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------
.
- Prev by Date: Re: datediff bug between vb6/vbscript and vb.net
- Next by Date: 2147417848 : Method '~' of object '~' failed" with Mapi session object
- Previous by thread: datediff bug between vb6/vbscript and vb.net
- Next by thread: 2147417848 : Method '~' of object '~' failed" with Mapi session object
- Index(es):
Relevant Pages
|