Document Support に関する wvs.properties の編集
この手順では、チェックイン時にパブリッシングするよう Windchill ドキュメントを設定する方法と、必要な Worker プロパティを wvs.properties ファイルに追加して、サポートされているドキュメントフォーマットの拡張子を OFFICE worker にマッピングすることで、各 Windchill ドキュメントのコンテンツをパブリッシング可能にする方法について説明します。
worker..DOC=OFFICE
worker..DOCX=OFFICE
worker..DOCM=OFFICE
worker..XLS=OFFICE
worker..XLSX=OFFICE
worker..XLSM=OFFICE
worker..PPT=OFFICE
worker..PPTX=OFFICE
worker..PPTM=OFFICE
Microsoft Visio
worker..VSD=OFFICE
Microsoft Project
worker..MPP=OFFICE
その他サポートされているファイルフォーマット
worker..EPS=OFFICE
worker..PDF=OFFICE
worker..PS=OFFICE
worker..RTF=OFFICE
worker..TXT=OFFICE
worker..HTML=OFFICE
プロパティを追加するには、以下の手順を実行します。
1. xconfmanager を使用して、wvs.properties ファイルにプロパティを追加します。Windchill シェルで、次のコマンドを実行します。
xconfmanager
-s worker..DOC=OFFICE -s worker..DOCX=OFFICE
-s worker..XLS=OFFICE -s worker..XLSX=OFFICE
-s worker..PPT=OFFICE -s worker..PPTX=OFFICE
-s worker..EPS=OFFICE -s worker..PS=OFFICE
-s worker..VSD=OFFICE -s worker..MPP=OFFICE
-s worker..RTF=OFFICE -s worker..TXT=OFFICE
-s worker..PDF=OFFICE -s worker..HTML=OFFICE
-t <Windchill>/codebase/WEB-INF/conf/wvs.properties -p
ここで、<Windchill>Windchill がインストールされている場所です。
マクロが有効になっているドキュメントのパブリッシングを有効にするには、次のコマンドを実行します。
xconfmanager
-s worker..DOCM=OFFICE -s worker..XLSM=OFFICE -s worker..PPTM=OFFICE
2. チェックインパブリッシングを有効にするには、xconfmanager を使用して publish.service.documents.checkin.enabled プロパティを true に設定します。Windchill シェルで、次のコマンドを実行します。
Windchill 10.2 以降:
xconfmanager -s publish.service.documents.checkin.enabled=true
-t <Windchill>/codebase/WEB-INF/conf/wvs.properties -p
ここで、<Windchill>Windchill がインストールされている場所です。
これより前の Windchill リリース:
xconfmanager -s publish.service.documents.checkin.enabled=true
-t <Windchill>/codebase/wvs.properties -p
ここで、<Windchill>Windchill がインストールされている場所です。
これは役に立ちましたか?