Hi all,
I'm trying to configure the connection between ARIS Architect & Designer 9.6 and Solution Manager 7.1 to do some projects synchronizations but every time I try to create a project in Administration, I receive an error message "Unable to find file 'sapjco.jar' required for connecting to the SAP system", even after had already placed it on the corresponding folders guided in SAG documentation.
I followed all the steps described in ARIS_Server_Installation_and_Administration_Guide "5.7 Process-driven Management for SAP® Solutions" section but this error is still occurring.
Does anybody have suggestions about a possible solution?
Best Regards,
Vitor Henrique Soutinho


Runé Becker on
Oi Vitor,
1) Did you check that the sapjco3.dll is placed in the respective Windows folders?
► The 32-bit sapjco3.dll from sapjco3-NTintel-3.0.10.zip in %windir%\SysWOW64
► The 64-bit sapjco3.dll from sapjco3-NTAMD64-3.0.10.zip in %windir%\system32
2) Did you verify that the sapjco3.jar can be loaded at each place (server, installed client, download client)?
▼In the following check list replace _m with your installation sizing (_s, or _l) and replace the environment variable %ARIS9_HOME% with your installation folder (e.g. C:\ARIS9) or just set and use it.
► The 64-bit sapjco3.jar in the server folder %ARIS9_HOME%\server\bin\work\work_abs_m\base\webapps\abs\WEB-INF\lib ▲ Call SAP JCO to verify %ARIS9_HOME%\server\jre\bin\java.exe -jar %ARIS9_HOME%\server\bin\work\work_abs_m\base\webapps\abs\WEB-INF\lib\sapjco3.jar ► The 32-bit sapjco3.jar in installed client folder %ARIS9_HOME%\\client\lib ▲ Call SAP JCo to verify %ARIS9_HOME%\client\jre\bin\java.exe -jar %ARIS9_HOME%\client\lib\sapjco3.jar ► The 32-bit sapjco3.jar in download client folder %ARIS9_HOME%\\server\bin\work\work_abs_m\base\webapps\abs\downloadClient\lib ▲ Call SAP JCo to verify %ARIS9_HOME%\client\jre\bin\java.exe -jar %ARIS9_HOME%\server\bin\work\work_abs_m\base\webapps\abs\downloadClient\lib\sapjco3.jar(This check is not entirely correct since the ARIS download client would use the JRE installed on your computer) Cheers Rune