专业化管理 > 支持可视化和发布 > WVS 发布器 > 测试发布配置 > 标识 PVM 文件损坏
  
标识 PVM 文件损坏
Creo View 中正确加载几何的 PVM 文件可能由以下原因导致损坏:
Creo View 中打开包含“挂起延迟更新”标志的定位装配时,表示中的子项损坏。
零件无法在 Creo View 中显示。
要识别并修复这些已损坏的文件,该实用程序现在可以通过以下方法解决此问题:从 Windchill 命令 shell 以站点管理员的身份运行以下命令调用该实用程序:
windchill com.ptc.wvs.server.util.IdentifyPVMCorruptionUtil
此工具可以重新发布损坏的表示或保存包含损坏表示的 DerivedImage OID 的 CSV 文件,或者兼顾这两种操作。
要优化实用程序的使用,您可以指定容器来限制要询问的数据量。
要查看该实用程序的帮助:
windchill com.ptc.wvs.server.util.IdentifyPVMCorruptionUtil -h
示例 1:
要标识产品容器中损坏的 PVM 表示,并保存包含已损坏表示的 DerivedImage OID 的 CSV 文件:
windchill com.ptc.wvs.server.util.IdentifyPVMCorruptionUtil -saveCSV
-containerOID wt.pdmlink.PDMLinkProduct:163928
示例 2:
要标识产品容器中带有产品名称的损坏 PVM 表示,并保存包含已损坏表示的 DerivedImage OID 的 CSV 文件:
windchill com.ptc.wvs.server.util.IdentifyPVMCorruptionUtil -saveCSV
-CONT_PATH "wt.inf.container.OrgContainer=Demo2/
wt.pdmlink.PDMLinkProduct=TEST"
示例 3:
要标识产品容器中损坏的 PVM 表示,重新发布表示并保存包含已损坏表示的 DerivedImage OID 的 CSV 文件:
windchill com.ptc.wvs.server.util.IdentifyPVMCorruptionUtil -saveCSV
"/opt/ptc/fox_116/Windchill/tmp/test.csv" -republishReps
-containerOID wt.pdmlink.PDMLinkProduct:117583