Author Topic: wblock out of closed dwg  (Read 11351 times)

0 Members and 1 Guest are viewing this topic.

Chuck Gabriel

  • Guest
Re: wblock out of closed dwg
« Reply #15 on: September 22, 2005, 08:06:25 AM »
Doh!  Now I see.  Sorry Keith.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: wblock out of closed dwg
« Reply #16 on: September 22, 2005, 08:11:30 AM »
What is returned from :-
This ;
(setq DBXserver (findfile "AxDb15.dll"))


Then this ;

(startapp "regsvr32.exe" (strcat "/s \"" DBXserver "\""))
         
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: wblock out of closed dwg
« Reply #17 on: September 22, 2005, 08:23:59 AM »
Try this:

Browsing to your AutoCAD directory
Find AxDb15.dll
Right click on AxDb15.dll
OpenWith -> Browse to regsvr32.exe

If the result is successful, then the proggie will work
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

Amsterdammed

  • Guest
Re: wblock out of closed dwg
« Reply #18 on: September 22, 2005, 09:01:47 AM »
Kerry,

33

"C:\\Program Files\\AutoCAD 2002\\AxDb15.dll"

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: wblock out of closed dwg
« Reply #19 on: September 22, 2005, 09:05:55 AM »
Should work now, did you try?
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: wblock out of closed dwg
« Reply #20 on: September 22, 2005, 09:06:25 AM »
Well you should work then ...
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

Amsterdammed

  • Guest
Re: wblock out of closed dwg
« Reply #21 on: September 22, 2005, 09:14:57 AM »
Same error

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: wblock out of closed dwg
« Reply #22 on: September 22, 2005, 09:16:53 AM »
This error?
Quote
Automation Error. Problem in loading application
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: wblock out of closed dwg
« Reply #23 on: September 22, 2005, 09:18:31 AM »
Hmmm ... Replace --

ObjectDBX.AxDbDocument

with

ObjectDBX.AxDbDocument.15

/guess
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: wblock out of closed dwg
« Reply #24 on: September 22, 2005, 09:24:38 AM »
Hmmm ... Replace --

ObjectDBX.AxDbDocument

with

ObjectDBX.AxDbDocument.15

/guess

Nope .. the ObjectDBX application class name is either:
ObjectDBX.AxDbDocument (versionless)
ObjectDBX.AxDbDocument.1 (R15 2000-2002)
ObjectDBX.AxDbDocument.16 (R16 2004-2006)

Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

Amsterdammed

  • Guest
Re: wblock out of closed dwg
« Reply #25 on: September 22, 2005, 09:25:05 AM »
No Michael

same error,
Quote
error: Automation Error. Problem in loading application

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: wblock out of closed dwg
« Reply #26 on: September 22, 2005, 09:33:16 AM »
Ok .. what does this return?

Code: [Select]
(vl-registry-read "HKEY_CLASSES_ROOT\\ObjectDBX.AxDbDocument\\CLSID" )
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

Amsterdammed

  • Guest
Re: wblock out of closed dwg
« Reply #27 on: September 22, 2005, 09:36:15 AM »
Quote
nil

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: wblock out of closed dwg
« Reply #28 on: September 22, 2005, 09:52:01 AM »
That means that for some reason ObjectDBX is not registered ...

Try browsing to the file like I said in this post
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

Amsterdammed

  • Guest
Re: wblock out of closed dwg
« Reply #29 on: September 22, 2005, 10:47:48 AM »
Keith,

It fails.
It gives a code 0x800200009

I’m afraid it won’t work here in this environment.

The reason might be in the system here, we are locked on to a remote server, have no writing rights on c. The reason is that we van get to every PC in every office and will log on to our stuff.

Sorry for wasting you time

Bernd