CDS has failed to initiate at webMethods 10.15 Integration Server

Hi Team,

CDS is installed in our webMethods 10.15 server but could not able to initialize the Directory.
when we click on Directory Services then it keeps on loading… and never done it.
Please help here.

Thanks in Advance.

It would be helpful if there are some logs like server.log from IS and sag-osgi.log from IS profile.

1 Like

Hi ,

Thanks for your reply.
Please find the server logs here and do the needful.
Thank you.
server.log (45.9 KB)
sag-osgi.log (486.0 KB)

There are lots of errors in your IS but non are related to directory services as far as I can tell. Is this a fresh environment? You need to clean all those error logs as much as possible. At first glance I can see there are problems to your cloud, universal messaging, mft, and sap connections. For UM it looks like you are missing the connection factory. You need to create that from Enterprise Manager and add that value to UM connection allies. I don’t know how to fix each error you have, I would search empower using the error message at the beginning (i.e ISS.0028.0013E) and fix as much as I can first. You should also disable the packages if you don’t plan to use them in the near future. It will speed up your startup time and your logs will be less noisy.

For debugging directory services configuration, it can be a little challenging to configure it for the first time. Did you check the documentation first?

Recommended way to configure directory services is to configure it on MWS and use central users DB connection to get that configuration to IS. If you haven’t followed these steps, follow those steps one by one. After that if that doesn’t fix your problem, please share a screenshot of your IS JDBC pools and MWS central users configuration. You can use MWS administrator UI to query directory services to validate your connection to Directory services. You should also be able to configure it through Command Central if my memory is correct.

If you are not using MWS to configure your IS directory services, send screenshot of your IS directory services configuration. I recommend using MWS to configure if you have that installed in your environment though.

Central Users/JDBC pools, this needs to have the same database connection string with MWS db, if using MWS to configure LDAP. Mine is empty here.

Hi

regarding the SAP Adapter: If you don´t need it, do not install it.
From the Logs I can see, that you are missing the proper JCo libs, therefore it is throwing the error.
If you need the SAP Adapter, you will have to add the JCo libs in WmSAP/code/jars/static (for the jars) and in lib (for the native part). Stop and restart IS afterwards to get the libs loaded. A simple restart is not sufficient in this case.

ManagedFileTransfer/ActiveTransfer looks like a missing fix.

As Engin already mentioned: Check why your audit pools are not starting and why UM is not connecting.
UM will be required when there are updates to the users, groups etc. in MWS, when they are relevant for IS. Otherwise IS will not detect these changes online, just having the DB connection is not sufficient.

Regards,
Holger

1 Like