cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

We want to a report in Intralink 10.2 ( all file names, size and version details).

atiwari-2
4-Participant

We want to a report in Intralink 10.2 ( all file names, size and version details).

We want to a report in Intralink ( all file names, size and version). We tried to use QML and SQL Query to get this info but no luck. How can we get this report in Intralink ?

Thank you.

3 REPLIES 3

Are you looking to get both EPM and WTDocuments?

For EPMDocument / CAD Documents

- Name, Number - EPMDocumentMaster table

- VERSIONIDA2VERSIONINFO, ITERATIONIDA2ITERATIONINFO from EPMDocument table.

- File size from applicationdata table

Link

- EPMDocument table's ida3masterreference = EPMDocumentmaster's ida2a2

- holdertocontent table's ida3a5 = EPMDocument table's ida2a2

- holdertocontent table's ida3b5 = applicationdata's ida2a2

For WTDocuments/Non Cad documents

- Replace EPMDocument with WTDocument, EPMDocumentMaster with WTDocumentMaster

- For non cad documents, you can get the filename from applicationData table.

Hi Binesh,

Thanks for reply.

Is it a DB Query or Report Builder ?

Appreciate your help.

This is the relationship for a SQL query

Top Tags