Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Greetings.
Currently, my task is to research various capabilities with Windchill. One question that has presented itself is the ability to save documents locally (outside of Windchill). For example, a book file that contains references to other files and images.
- How does one save this file and all its dependencies as XML and save it locally (Windows 7)?
Thank you
Solved! Go to Solution.
The easiest way to save dynamic documents locally is to use the Arbortext Browser menu File->Export Compound Document.
This will fix up the XML links to point to the locally downloaded content.
I would guess that your native system for authoring documents has an export/save as function, just use that.
For use with PTC Creo (CAD software) we pull the files from the Windchill common folders to a local working workspace and we can export directly from the workspace or we can load the files into Creo and do a save as to a local disk. I would guess a similar scenario would exist for other products stored in Windchill.
Thank you for your response.
We do not use PTC Creo.
After connecting to Windchill using Editor 7.0, I did find a menu option (Tools -> Save Application). After performing this action, it seems as though it does pull the document and all dependencies to a local location. However, I am trying to resolve some of the issues regarding images. The messages received reflect that it can't find various graphics file(s)
<Level>ERROR</Level>
<Message location="(27150,1,38)" publicId="EPIC">Can't find graphics file: copying "file=<image number>.jpg" to "<user created location>portable_doc\portable_doc_files/file_<image number>.jpg,poid"
(Saxparse for <document name>).</Message>
Any suggestion on how to troubleshoot and resolve this issue?
Hi @mastachef,
In your comment you mentioned that "ability to save documents locally". So before I comment on this, I would like to know whether you are talking about wt.doc.WTDocument (Documents) or wt.epm.EPMDocument (CAD/EPM Documents)?
Regards,
Shirish
The OP is using ArborText, so not sure how those are classified by Windchill. I would guess they are just wt.doc.WtDocuments (documents).
Thank you for your response.
I am learning the differences between the two but I believe that the document we are dealing with is a EPMDocument (dynamic document, bursted config file).
Yes, ArborText documents are Dynamic Documents which are a sub-type of EPMDocuments.
Hi @mastachef,
In older release release of WC (I guess before 9.1 M060 release), the "Download content" link was available to directly download the primary content of CAD Document from pages displayed in a standalone browser.
However in later WC release this link is removed to prevent data loss or data corruption that may occur by bypassing the Workgroup Manager Adapter.
I hope this explaination helps you understand why it is not recommended to download CAD Document directly from HTML UI and why to use CAD tool to download them.
Best Regards,
Shirish
Thank you for the response.
Am I to understand that the ability to save dynamic documents from Winchill to my local machine was a feature in earlier versions of Windchill? Also, this feature was removed due the possibility of data loss/corruption (I have version 11.0)?
So the solution is to use a CAD tool (Editor/Styler I presume) to connect to Windchill and open the dynamic document. Then use the 'Save As' feature to save the content to my local disk?
Do we know if this manuever will allow the user the ability to download dependencies and referenced files (graphics)?
The easiest way to save dynamic documents locally is to use the Arbortext Browser menu File->Export Compound Document.
This will fix up the XML links to point to the locally downloaded content.