アーティクル - CS135671
統合では、Integrity Lifecycle Manager/Windchill RV&S の 10.4 Java API で使用する API バージョンを指定する必要があります
修正日: 06-Jan-2023
適用対象
- PTC RV&S (formerly Integrity Lifecycle Manager) 10.4 to 12.3
説明
- 以下のメソッドは、Integrity 10.4 (API バージョン: 4.12) の Java API com.mks.api.IntegrationPointFactoryクラスから削除されました。
- public static String getAPIVersion()
- public IntegrationPoint createLocalIntegrationPoint() が APIException をスローする
- public IntegrationPoint createIntegrationPoint(String host, int port) が APIException をスローします
- public IntegrationPoint createIntegrationPoint(String host, int port, boolean secure) が APIException をスローします
- Integrity Lifecycle Manager 10.4 では、IntegrationPoint の API バージョンを指定せずにIntegrationPointを作成することはできなくなりました。
- 上記のメソッドを呼び出そうとするカスタム Integrity トリガーは、正しく機能しなくなります。
- 上記の方法を使用する (クライアント/サーバーのインストール場所にあるファイルに依存する代わりに) mksapi.jarの独自のコピーを使用しないカスタム統合は、正しく機能しなくなります。
- エラー:トリガー <Trigger_name> の実行中にエラーが発生しました: JavaScript エラー: メソッド com.mks.api.IntegrationPointFactory.createIntegrationPoint(java.lang.String,number) が見つかりません。
最新バージョンはこちらを参照ください CS135671