Re: Error 2147417848 - Method '~' of Object '~' failed.

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance




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
------------------------------------------------------------------------

.



Relevant Pages

  • Error 2147417848 - Method ~ of Object ~ failed.
    ... It is happening in production on clients' WIN2k machines. ... methods of 3rd party objects from a specific DLL we own. ... to the object, and that the method isn't bombing, but the CALL to the method ...
    (microsoft.public.vb.bugs)
  • Re: Error 2147417848 - Method ~ of Object ~ failed.
    ... >> to various exposed 3rd party methods are giving us the error: ... It is happening in production on clients' WIN2k machines. ... >> methods of 3rd party objects from a specific DLL we own. ...
    (microsoft.public.vb.bugs)
  • Re: Error 2147417848 - Method ~ of Object ~ failed.
    ... >> to various exposed 3rd party methods are giving us the error: ... It is happening in production on clients' WIN2k machines. ... >> methods of 3rd party objects from a specific DLL we own. ...
    (microsoft.public.vb.bugs)
  • Re: Linking to a .NET dll from C#
    ... for obtaining price quotes and performance is absolutely critical. ... be to use shared memory or memory mapped files. ... Be aware that in these scenarios you're responsible for patching and updates, as the application will no longer rely on the clients machine to keep the framework up to date. ... Determine if a certain managed .NET dll or assembly is loaded ...
    (microsoft.public.dotnet.general)
  • Re: How do you create error code?
    ... module code and the error tracking class CError) is in a separate dll. ... The clients of the dll, which want to use an instance of CError to do ... In case of the adress of the exit routine this is an adress in a ...
    (microsoft.public.vb.general.discussion)