Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: what files are referencing?

  1. #11
    Certifiable AUGI Addict Wanderer's Avatar
    Join Date
    2001-12
    Location
    St. Louis
    Posts
    4,257

    Talking Re: what files are referencing?

    Quote Originally Posted by Mike.Perry
    Hi

    Have you tried to run it in AutoCAD 2005?

    Only ask as the routine will successfully run in AutoCAD 2002 (I just tested here).

    Have a good one, Mike
    No, I didn't run it yet. I am not sure where to start to select the probable files.
    I wonder how long this thing takes to run with a lot of files, and I wonder if it will search down through many levels of folders or just search drawings I select? argh!

    Basic point here is LOUSY DOCS from the contractor! Even if I do find the titleblock, the info I need isn't in the base drawing, I wonder if it will be tacked on in the file referencing it???

    ~sob~ I need a vacation.
    Melanie Perry @MistresDorkness
    Facilities CAD Management (FM - MEP/FP)
    Technical Editor
    Revit MEP 2013 Suite
    not all who wander are lost

  2. #12
    Administrator Mike.Perry's Avatar
    Join Date
    2001-03
    Posts
    13,499

    Default Re: what files are referencing?

    Hi

    Give the Help file (which is very good) that comes with it a read, will probably answer a lot of your questions about what the routine can_do/can't_do.

    Have a good one, Mike

  3. #13
    Forum Manager, Administrator Ed Jobe's Avatar
    Join Date
    2000-11
    Location
    Turlock, CA
    Posts
    4,776

    Default Re: what files are referencing?

    Quote Originally Posted by mes0945
    I certainly hope that's not a subtle jab at the way I've created my filing system, is it?
    Or, are you saying that you think I should purchase a doc mgmt system of some sort?

    I started here 4 years ago with no experience.
    I walked into the file room, and asked 'so, who can explain the filing system to me?'
    Everyone immediately fell on the floor laughing.
    It has certainly been a great learning experience. I've created a detailed database of our 150,000 hard copy prints, and some 60 or 70,000 CAD files. But, there are a couple hundred of each whose origin/identity/whatnot cannot be determined.

    Thanks for the tip Mike P, I'll check it out.
    No, there was nothing in there that referred to your past/present practices. Just that is a built-in feature of all the dms that I have researched. A routine may help to figure out those few cases, but with that many dwgs, you need something that handles this on a regular and reliable basis. With that many dwgs, you surely have ample justification for a dms. The fact that you felt compelled to write a db would argue in favor of that. However, you could add that feature to your datbase. You probably have a single table with a record for each dwg/doc. Each should have a unique ID. If the table doesn't have one, add an ID field. Then create another table that will have a one-many relationship. Write a macro that gets the name and path of any xrefs in each dwg and populate the table with this info. Then you can simply do a query to find parents or children of a dwg. You may have to make sure that all xrefs are in your db, not just the parents. But as I said, this is how my current dms does it. A click of a button in its GUI gives you this info.
    C:> ED WORKING....

  4. #14
    Certifiable AUGI Addict Wanderer's Avatar
    Join Date
    2001-12
    Location
    St. Louis
    Posts
    4,257

    Talking Re: what files are referencing?

    Quote Originally Posted by eljobe
    No, there was nothing in there that referred to your past/present practices. Just that is a built-in feature of all the dms that I have researched. A routine may help to figure out those few cases, but with that many dwgs, you need something that handles this on a regular and reliable basis. With that many dwgs, you surely have ample justification for a dms. The fact that you felt compelled to write a db would argue in favor of that. However, you could add that feature to your datbase. You probably have a single table with a record for each dwg/doc. Each should have a unique ID. If the table doesn't have one, add an ID field. Then create another table that will have a one-many relationship. Write a macro that gets the name and path of any xrefs in each dwg and populate the table with this info. Then you can simply do a query to find parents or children of a dwg. You may have to make sure that all xrefs are in your db, not just the parents. But as I said, this is how my current dms does it. A click of a button in its GUI gives you this info.
    I am not too hip on doc mgmt systems, so I wasn't sure. ;p

    I have a hard time justifying anything to this crowd, though. Bunch of doctors and such don't even want to Pony up for a workstation better than what they give my secretary.
    I don't have a unique field in my dbase, but, of course, it would be simple to write one.
    Macro, huh? I haven' written one of those in a couple of years.
    Luckily I am familiar enough with our complex and our contractors that I don't have this type of 'mystery file' pop up very often.

    I wasn't away that that type of things could be done, but, I feel a little more knowlegable now.

    Thanks for the info. :cheers:
    Melanie Perry @MistresDorkness
    Facilities CAD Management (FM - MEP/FP)
    Technical Editor
    Revit MEP 2013 Suite
    not all who wander are lost

  5. #15
    Forum Manager, Administrator Ed Jobe's Avatar
    Join Date
    2000-11
    Location
    Turlock, CA
    Posts
    4,776

    Default Re: what files are referencing?

    For the crowd that only thinks in terms of dollars going out the window, it shouldn't be too hard to show them what dollars are currently going out the window by not using a dms. Check out this white paper in the sidebar of this page.

    If you decide to go the roll-your-own route, just holler.
    C:> ED WORKING....

  6. #16
    AUGI Addict
    Join Date
    2001-10
    Location
    Arizona
    Posts
    2,337

    Default Re: what files are referencing?

    Quote Originally Posted by eljobe

    If you decide to go the roll-your-own route, just holler.
    Hello, Willie Nelson, or would this be handled by Snoop Dogg?
    Be your Best,


    Michael Farrell


    www.primeservicesglobal.com

  7. #17
    Wish List Manager BrenBren's Avatar
    Join Date
    2000-11
    Location
    150700
    Posts
    3,421

    Default Re: what files are referencing?

    Quote Originally Posted by mjfarrell
    Hello, Willie Nelson, or would this be handled by Snoop Dogg?
    If it were Snoop it would be

    holla fo schizo and pass the chronic
    Last edited by BrenBren; 2004-06-30 at 07:57 PM.

  8. #18
    Forum Manager, Administrator Ed Jobe's Avatar
    Join Date
    2000-11
    Location
    Turlock, CA
    Posts
    4,776

    Default Re: what files are referencing?

    Maybe the ZigZag man? I know nuthin' bout rap. (purposely)
    C:> ED WORKING....

  9. #19
    Certifiable AUGI Addict Wanderer's Avatar
    Join Date
    2001-12
    Location
    St. Louis
    Posts
    4,257

    Talking Re: what files are referencing?

    Quote Originally Posted by mjfarrell
    Hello, Willie Nelson, or would this be handled by Snoop Dogg?
    Willie Nelson, thank you.

    Almost got strung up when I was being interviewed for jury duty on a possession case. I said I think they should make it legal, but make alcohol illegal. just my opinion. I've never been injured by someone driving... after rolling their own.

    Anywho eljobe, I might like to try doing this on my own. I don't know, I still have to start learning this whole MAP dbase stuff, so ~shrug~ one day at a time.
    Melanie Perry @MistresDorkness
    Facilities CAD Management (FM - MEP/FP)
    Technical Editor
    Revit MEP 2013 Suite
    not all who wander are lost

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Referencing details between files
    By Chowdur in forum Revit Architecture - General
    Replies: 10
    Last Post: 2011-01-10, 11:07 PM
  2. Referencing other DVB files
    By ccaron in forum VBA/COM Interop
    Replies: 4
    Last Post: 2007-04-24, 01:14 PM
  3. Referencing Architectural files into Civil files
    By jim.webb in forum CAD Standards
    Replies: 0
    Last Post: 2007-04-10, 09:56 PM
  4. Need list of DWG files referencing a drawing
    By Cadtharsis in forum AutoCAD General
    Replies: 19
    Last Post: 2006-11-13, 09:07 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
  •