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

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

What is the easiest way to find the total number of items in PDMLink?

tjallen29
6-Contributor

What is the easiest way to find the total number of items in PDMLink?

There may be more than one way to find this out, but I'm looking for the most straight-forward, simplest method for determining the number of items (Documents, CAD docs, etc.) in my Windchill filestore (including all revisions and iterations).  We're currently running Windchill PDMLink 10.2 M030 CPS13.

Thank you for the help!

3 REPLIES 3

It's a completely different thing to find how many:

- unique documents, etc. (e.g. CAD, non-CAD)

- document versions (CAD, non-CAD)

- vaulted files

 

From your note, seems like you may be interested in the third one.  If so, a simple database query of "FVITEM" will return what you need.  Note: If you Windchill publishing in place, publishing creates many files in general for each CAD Document version.

 

select count(*) from FTITEM.

 

If this is not it, there are easy ways to get the needed info - just have to clarify what the need is.

If it's just the total number of files, looking at the vault folders in the OS (e.g. Windows) could easily return the value(s) of interest.

TomU
23-Emerald IV
(To:tjallen29)

Just to piggyback off what Mike said, there are many, many files in the file vault beyond just documents and CAD documents.  With publishing we end up with about a 10:1 ratio, meaning for every version of a CAD document we have 9 other files in the file vault.

 

See this post for several different queries you can run to get total number of CAD documents:

https://community.ptc.com/t5/Windchill-Questions/How-to-determine-the-number-of-unique-part-numbers-site-wide-in/m-p/292287/highlight/true#M34308

 

 

MikeLockwood
22-Sapphire I
(To:TomU)

Good point.  And.... If you use for example change management, you may have another zillion files attached to Problem Reports and Change Requests.

Top Tags