Detailed Description and SymptomsU2004981 The SAP Java Connector was not found.
This error occurs if the SAP JCO was installed in another folder than /bin
?
SolutionThe class path is defined in ucxjr3x.jar. On this place there is a reference to sapjco.jar.
So the SAP JCO has to be copied into the bin directory of the agent.
But there is a possibility to use the SAP JCO in another folder:
Define the class path before starting the agent:
java -cp ucxjr3x.jar C:/<path_to_SAP_JCO>/sapjco.jar com.uc4.ex.sap.UCXJR3X
?