Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
When I attach a PDF to a CAD document in PLM Windchill, I need to find out in which table of the SQL database it is stored. I want to directly add PDFs to that table using my own interface program. Can someone who knows where the PDFs attached with Attachment are stored in PLM's SQL database tell me? This way, I can retrieve that table in SQL and use it.
Hi @ozclkonur
The table is ApplicationData but it is not so easy as you think 😄
There are many connections linked to EPMDocument(ContentHolder),ApplicationData, DataFormat and FileVault
PetrH
Is this part of a data load? PDFs can be generated off CAD data which is preferred process.
Importing is documented here:
take a look at the SQLs in https://www.ptc.com/en/support/article/CS302063 , they will give an idea on joins between applicationdata , holdertocontent and wtdocument