Re: Error 2147417848 - Method '~' of Object '~' failed.
- From: "Tony Proctor" <tony_proctor@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 14 Jun 2005 19:25:48 +0100
I never did get any responses to my similar problem. However, I did find two
specific causes myself:
http://groups.google.ie/group/microsoft.public.windowsnt.mail/msg/a7555e08dec29fa6
Not sure whether your problem is related but it may be
Tony Proctor
"paquema" <paquema.1nx51r@xxxxxxxxxxxxxxxxxxxxx> wrote in message
news:paquema.1nx51r@xxxxxxxxxxxxxxxxxxxxxxxx
>
> 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
> ------------------------------------------------------------------------
>
.
- Follow-Ups:
- Re: Error 2147417848 - Method '~' of Object '~' failed.
- From: GrandNagel
- Re: Error 2147417848 - Method '~' of Object '~' failed.
- Prev by Date: Re: eReference error message
- Next by Date: DataReport bugs
- Previous by thread: Re: Error 2147417848 - Method '~' of Object '~' failed.
- Next by thread: Re: Error 2147417848 - Method '~' of Object '~' failed.
- Index(es):
Relevant Pages
|
Loading