SailPoint IIQ v8.1 - Siebel Connector for Siebel CRM version 22.X

Hello SailPoint Developer community,
I have SailPoint v 8.1 and Siebel CRM v 22.10.

  1. I can perform successfully telnet from my SailPoint server to Siebel server.
  2. I have copied the “Siebel.jar” and SiebelJI_enu.jar" file in “tomcat/WEB-INF/lib” folder
  3. These jar files are from the Siebel installation folder.
  4. I am getting “[ConnectorException] [Error details] com/siebel/data/SiebelException”
  • Restarted the SailPoint tomcat and i am getting the error on “siebel.jar” → [com.ibm.lang.management.internal.ExtendedOperatingSystemMXBeanImpl] is not available in classpath, so will ignore export access.
  1. Just to check whether there are any other issues, removed the “siebel.jar” file and my SailPoint Tomcat starts without any issue.

Do you know what may be the issue? or it is better to create my own connector to resolve this issue?

  1. Have you used the SailPoint - Siebel Connector ?
  2. Is the connector working for you?

Any help or guidance is appreciated.
Regards,
Praful Pasarkar

Check the .jar files you deployed are correct version of the Siebel server and it’s deployed properly. Make sure that no multiple versions of .jar files deployed.

I got the two jar files “siebel.jar” and “siebelJI_enu.jar” files from the current siebel environment.
I deployed them to “$tomcat_loc/WEB-INF/lib” folder.
No other jar files from Siebel env.

SailPoint version: 8.1
Siebel version: 22.10
Anything more missing?

The issue was the “/tomcat_latest/WEB-inf/lib” folder with the SailPoint tomcat.
Removed this two point place information and now SailPoint is going to Siebel server.