Unable to load system package WmTNPKI

Hello,

I m under WM 9.7, and as described in WM documentation :

Note: The WmPKI and the WmTNPKI packages which provide functionality for using
PKI profiles has been deprecated as of Integration Server version 9.7. There is no
replacement for these packages.

but IS try to load WmTNPKI, when :

[ISS.0028.0061E] Unable to load system package WmTNPKI due to dependency on non-system packages

Can you please help to understand why IS try to reload this package.?

thanks.

open the file: manifest.v3 under the package
see what’s the dependency are, it should have:

7.1
7.1

That means it requires both WmPKI and WmTN.

If you installed the WmTNPKI from 9.7 installer, pls contact SAG, they should exclude it from the installer.

Hello Tong,

Thank you for your response.

exactly, bellow the content of the manifest.v3 under WMTNPKI :

<?xml version="1.0" encoding="UTF-8"?>

no
yes
9.7.0.0.167
167
1.5
webMethods, Inc.
Trading Networks PKI extensions for large files




7.1
7.1

Developers

The package is installed from WM 9.7 installer.

Thanks.

Sounds like SAG has overseen some dependencies in the new release.

As a workaorund you can remove the following line from the manifest.v3:
7.1

Then it should load.
After that you can try to disable it finally.

But additionally I agree with Tong that SAG should be informed either by Incident and/or Brainstorm FeatureRequest to get this corrected in future releases.

Regards,
Holger

yes, i confirm.

i removed 7.1
and it loaded without errors.

thanks a lot for your responses.