I made a upgrade PEGA from 8.5 to 24.1 on premise. Before upgrade i has cmiss connection with opentext and it works properly. After upgrade i got an error on get repository from the same service. The network access is the same any change. The error when i try to select repository is No repositories found. Check server connectivity. Is any missing on pega classes or any bug fix package that needed to has the same cmiss config.
To resolve the “No repositories found” error in Pega 24.1, you must update the CMIS provider from “OpenText [experimental]” to the standard “OpenText” or “Apache Chemistry” option in the dropdown. The experimental provider used in older versions like 8.5 is often deprecated or incompatible with the modern library updates in Pega 24.1. Once you switch the provider, re-enter your Server URI and ensure the Authentication profile is re-saved to refresh the connection tokens. Finally, click Test connectivity to re-establish the handshake and allow the repository list to populate. This fix addresses the underlying class changes made to the CMIS connector during the platform upgrade.
@Sairohith i tried all cmis provider and the same error
can you try to import the OpenText server’s SSL certificate into the Pega 24.1 Truststore. Since the upgrade moved the system to a new environment, the connection is failing because the external server is not yet recognized as a trusted endpoint. Navigate to Records > Security > Keystore, upload the public certificate to your truststore, and save the record. This establishes the necessary security handshake between Pega and the OpenText server. Once the certificate is in place, the repository list will populate correctly and the connectivity error will disappear. Hope this should work, thanks
Issue fixed but importing a hotfix because is missing some classes in my version of pega 24X
yes for your issue is to import a specific hotfix provided by Pega to restore missing CMIS-related classes. During the upgrade to Pega 24.1, certain class files necessary for the OpenText integration were not included in the standard assembly, preventing the repository list from appearing.
