Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
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!
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.
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:
Good point. And.... If you use for example change management, you may have another zillion files attached to Problem Reports and Change Requests.