Data sources - SAP Business One

Installation


Please note that Intrexx is only delivered as a 64 bit system. For writing communication to SAP Business One the DI API should also be installed in 64 bit.

Modifying portal.wcf

The portal.wcf file is located within the portal directory internal/cfg. In this file, add the directory in which the JAP JCO libraries (*.jar) to the classpaths.

Example

# Java Classpath (include wrapper.jar) Add class path elements as
# needed starting from 1
wrapper.java.classpath.1=C:\intrexx\lib\update
wrapper.java.classpath.2=C:\intrexx\lib\*.jar
wrapper.java.classpath.3=C:\intrexx\lib\remote\*.jar
wrapper.java.classpath.4=C:\Program Files\SAP\SAP Business One DI API\JCO\LIB\*.jar
Please make sure the storage location is entered correctly to the path and that the numbers in the Classpath elements are numbered correctly and sequentially. The Java Library Path is also located in the portal.wcf file. Add to this path to include the directory in which the SAP JCP dll files are located.

Example

# Java Library Path (location of Wrapper.DLL or libwrapper.so)
wrapper.java.library.path.1=C:\intrexx\bin\windows\amd64
wrapper.java.library.path.2=C:\Program Files\SAP\SAP Business One DI API\JCO\LIB
Save your changes and restart the portal server afterwards.

Create connection




A new SAP Business One connection can be set up via the context menu item New data source.



Information about the context menu functions can be found here.

Troubleshooting

It is not recommended to use a 64-bit Windows Server with a 32-bit SAP Business One Server in combination with Intrexx, because Intrexx will always install the 64-bit version of the software by default. If no connection to the SAP Business One Server is possible, despite having installed the JCO and SAP DI API, the problem may resolve itself after installing the SAP Business One Client.