on 2014 Feb 07 12:02 PM
Hi,
I'm installing the Syclo Inventory Manager, once I start the application to connect, it prompt the error as below.
Exception: 20:00:51 02/07/2014 : 20 (Agentry3), JavaBackEndError (JAVA EXCEPTION CAUGHT: com.syclo.agentry.AgentryException: 07.02.2014 13:00:51 - /SYCLO/CX_CORE_RFC_OO_DATA:An exception occurred),
Failed to init Java Back End (Java v6.0.22.0 (JVM version 1.6.0_45, AJAPI version build )) from ag3javabe.dll
CLASSPATH also added the below.
C:\Program Files\Java\jdk1.6.0_45\bin;C:\Program Files\Java\jdk1.6.0_45\jre\bin\server;C:\Program Files\Java\jdk1.6.0_45\jre\lib;
I'm installing this to Windows Server 2008 R2 Standard 64bit.
Tested via connectTest.bat, it able to connect.
Kindly advise.
The error you are seeing is not one that is known with miss configurations on the server machine, but configurations within the JavaBE.ini. Please make sure that APPNAME matches the correct application you are trying to connect to within the /SYCLO/CONFIGPANEL and also the [CLIENT_NUM]
Section's CLIENT and [SYSTEM_NUM] section's SYSNUM=00 is correct.
Stephen Streeter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Adrian,
You don't want those java entries in your Agentry.ini classpath, but rather your windows environment PATH variable. Open a command prompt and type PATH to see that variable. You can edit this using Advanced System Properties/Environment variables on your Windows machine. Your CLASSPATH in Agentry.ini should look similar to:
classPath=./ini4j.jar;./sapjco.jar;./Java/Agentry-v5.jar;./Java;./Java/SAPIM-3.2.0.0.jar;./Java/SAPCommon-122891.jar;
Jason Latko - Senior Product Developer at SAP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jason,
The CLASSPATH that I mention I put under Environment Variables not in Agentry.ini
C:\Program Files\Java\jdk1.6.0_45\bin;C:\Program Files\Java\jdk1.6.0_45\jre\bin\server;C:\Program Files\Java\jdk1.6.0_45\jre\lib;
In my Agentry.ini the CLASSPATH look like this.
classPath=./ini4j.jar;./sapjco.jar;./Java/Agentry-v5.jar;./Java;./Java/SAPIM-3.2.0.0.jar;./Java/SAPCommon-122891.jar;
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.