Results 1 to 2 of 2

Thread: Autocad 2011 Check-In DWF file genreration

  1. #1
    100 Club
    Join Date
    2004-12
    Posts
    126
    Login to Give a bone
    0

    Default Autocad 2011 Check-In DWF file genreration

    For Autocad 2009, we used the procedure outline below to force Autocad to publish dwf to Vault (when Checking In) using the page layout and CTB file currently assigned to the layout. In Autocad/Vault 2011, the referenced file (Publish Options.xml) does not seem to be present. Altering this file per below allowed us to create black and white dwf's based on the layout CTB no matter what colors we were using for the Acad dwg - which, in turn allowed folks who were non-cad users to view readable dwf''s in Autodesk Design Review.



    How to Assign Page Layout to ACAD dwgs so DWF published correctly

    SOLUTION:
    In local xml document:
    Publish Options.xml
    located here:
    C:/Documents and Settings/(Your Name)/Application Data/Autodesk/Vault Common/Publish Options.xml

    -make a back up file in case you mess up

    -remove "read only" property

    -find the following portion:

    - <Category xsi:type="ACADCommonPublishOption" ID="DwfOptions.AutoCAD.Common" xmlns="">
    <IncludeLayerInfo>false</IncludeLayerInfo>
    <LogFilePath />
    <PlotStampOn>false</PlotStampOn>
    <InitializeLayouts>true</InitializeLayouts>
    <VisualizationType>DWF</VisualizationType>
    <UsePageSettingsFromUserDwg>false</UsePageSettingsFromUserDwg>
    </Category>

    -change the line

    <UsePageSettingsFromUserDwg>false</UsePageSettingsFromUserDwg>

    to:

    <UsePageSettingsFromUserDwg>true</UsePageSettingsFromUserDwg>

    (Change "false" to "true")

    -save
    -restore "read only" property
    -remove backup file

    *****************************

    Does anyone know where Publish Options.xml lives in the 2011 world, or an alternate workaround?



    Thanks!



    Mike

  2. #2
    100 Club
    Join Date
    2004-12
    Posts
    126
    Login to Give a bone
    0

    Default Re: Autocad 2011 Check-In DWF file genreration

    Found solution:
    1) Start the Vault Explorer client and log in as a Vault administrator
    2) Go to the Tools pulldown menu, and select Administration->Vault Settings
    3) Select the Visualization tab and click “Options” under “Publish Options”
    4) Change the drop-down “Application” field to “AutoCAD Common”
    5) You should now see the “Use Page Settings from User Dwg” that you used before. Check it.
    6) You may also see other settings that you’d like to adjust here.
    7) Settings are for all users of the Vault.


    Mike

Similar Threads

  1. Replies: 0
    Last Post: 2015-08-07, 03:55 PM
  2. Replies: 0
    Last Post: 2015-08-07, 03:47 PM
  3. AutoCAD 2011 - Open from file issue
    By jason.bell in forum AutoCAD General
    Replies: 8
    Last Post: 2012-02-14, 05:10 PM
  4. 2011: Inventor 2011 check out
    By bub4 in forum Inventor - General
    Replies: 3
    Last Post: 2010-11-29, 09:49 PM
  5. Where is AutoCAD 2011 in the AutoCAD Revit Structure Suite 2011 bundle?
    By Dariusz.Kwolek in forum AutoCAD Structural Detailing
    Replies: 0
    Last Post: 2010-04-26, 09:42 AM

Posting Permissions

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