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

We are happy to announce the new Windchill Customization board! Learn more.

Vault command line tool

ddemay
1-Newbie

Vault command line tool

Hello All,

I recall from the 2008 timeframe there being a tool mentioned in the system or upgrade PDF documentation available at the time that a command line java program existed that would create empty files in your vault folders that matched the filenames stored in the vault database tables.

Has anyone used this recently and or does it still exist in Windchill 9.1 codebase?

I want vaults to appear in tact, but use fake sized files to prevent copying vault data just for development/test purposes and deak with intellectual property security issues.

I am savvy enough to write java code to do this myself, but figured why reinvent the wheel.

TSE for customer support assigned to me has not been helpful. Too new to the job.

Appreciate any pointers,

Thanks.

Sent from my Verizon Wireless BlackBerry
1 REPLY 1

I think this is it:

windchill -javaargs=-Xmx1024m wt.fv.tools.WContentVerify -onlyExistence -debug=3


have to change the mem setting to fit your env.


Top Tags