Results 1 to 3 of 3

Thread: ObjectDBX issue

  1. #1
    Member
    Join Date
    2000-11
    Location
    Atlanta, GA
    Posts
    48
    Login to Give a bone
    0

    Default ObjectDBX issue

    I've got a program that uses Object DBX that runs pretty solid about 95% of the time...

    That 5% ends up with an automation error and usually a Fatal Error. Not good. The error is:

    Run-time error -2147417848 - The object invoked has disconnected from its clients.

    The only thing I can imagine is that two people hit the same files that the program calls via ObjectDbx.

    Thoughts?

    Thanks,
    Matthew

  2. #2
    Administrator Ed Jobe's Avatar
    Join Date
    2000-11
    Location
    Turlock, CA
    Posts
    6,419
    Login to Give a bone
    0

    Default Re: ObjectDBX issue

    You havn't provided enough information as to what your code is doing, but you can try this search at msdn.
    C:> ED WORKING....


    LinkedIn

  3. #3
    Member
    Join Date
    2001-04
    Posts
    32
    Login to Give a bone
    0

    Default Re: ObjectDBX issue

    I used to run into this when batching drawings using AutoCad too. It usually happens when AutoCad (for some reason unknown to me) has a problem with a drawing and crashes. It used to happen on a regular basis with R14 due to a memory leak. If I remember correctly, we used to have a similar problem with Mechanical Arx too.

    The error indicates that the server object, in your case objectdbx has stopped running or crashed and as a result, you are disconnected from the process.

    Have your error trapping report the last drawing opened so you can investigate why.

    Not much help, but that's all I have.

Similar Threads

  1. OBJECTDBX and VB
    By raj_thapar2003 in forum VBA/COM Interop
    Replies: 4
    Last Post: 2018-02-15, 01:36 PM
  2. BlockReferences with C# and objectDBX
    By ivan.markov in forum Dot Net API
    Replies: 13
    Last Post: 2007-06-19, 05:59 PM
  3. C# and ObjectDBX?
    By KevinBarnett in forum Dot Net API
    Replies: 1
    Last Post: 2006-09-19, 06:09 AM
  4. ObjectDBX issue... I think.
    By mjsregister in forum VBA/COM Interop
    Replies: 0
    Last Post: 2004-09-01, 08:38 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •