SAP Application JCoException while provisioning

Version: 8.3

We have placed sapjco3.dll and sapjco3.jar files to WEB-INF/lib folder, and Application Test Connection is successful but provisioning is failing with following Exception:
java.lang.NoClassDefFoundError: com/sap/con/jco/JCoException.
We did not face this issue in lower environment.

Thanks
Vivek

Hello All,

We have also noticed that SAP account aggregation fails if its executed on let’s say taskServer2. Even though the required libraries are present in IIQ/WEB-INF/lib folder somehow IIQ is not able to load those.

Thanks,
Pallavi

Try after removing .dll or .so file if you are using Linux Machin. app server reboot is required

Thanks @kumar_priya, but we are using windows machine.

Hi @kumar_priya we have windows server. But why do we need to remove sapjco.dll file? Its mentioned in the connector document that this file also need to be copied to classpath. Have you faced similar issue?

Thanks,
Pallavi

.dll is usually required when you are using connector from windows hosted application servers. You can check below point

  1. check jar is in reachable java classpath
  2. check the permission on user from which you are authorized to get data from SAP application

yes i have faced this earlier but resolved after taking these actions

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.