16 SAP Connect User’s Guide
License Status
SAP Connect will not load if the ENABLER_LICENSE element in xconfig.xml is not set to “true.” On
the design-time machine, look for xconfig.xml under the \Composer\Designer\bin directory. On the
server-side, look in App Server\Composer\lib.
Open xconfig.xml in a teswt editor. Look for the <COMPONENT_FACTORY> entries for SAP and
SAPService. Set the ENABLER_LICENSE element within each of these to “true”:
<ENABLER_LICENSE enabled="true">
Then Save the modified file and restart Integration Manager or the server, as applicable.
NOTE: Do not edit xconfig.xml while Integration Manager is running. Integration Manager overwrites its
config file at shutdown. If you have made edits while Integration Manager is running, they will be lost as
soon as you exit Integration Manager. Always stop Integration Manager, then edit xconfig.xml, then
restart Integration Manager.
Integration Manager SAP Connect (Design Time)
For Integration Manager SAP Connect design-time installation, follow SAP’s instructions for installing
JCo libraries on Windows 2000/XP or Linux as appropriate. Here is what you need to do to get started:
1 From the SAP website, download the JCo zip file that is appropriate for your operating system.
2 Unzip the file into an arbitrary directory {jco-install-path}.
3 Add the library files (for example, DLLs) to the NIM6\Composer\Designer\bin directory
(Windows) or nim/Composer/Designer/bin directory (Linux).
4 Add sapjco.jar to the NIM6\Composer\Designer\lib directory (Windows) or
nim/Composer/Designer/lib directory (Linux).
5 Add a <JAR> entry for sapjco.jar to the SAP section of xconfig.xml (this entry may already exist)
which is in the \Composer\Designer\bin directory. For example:
<JAR>..\lib\jCO.jar</JAR>
Integration Manager SAP Connect Server on Windows
For Integration Manager SAP Connect on Integration Manager Enterprise Server, follow SAP's
instructions for installing JCO on Windows 2000:
1 From the SAP site, download jco-ntintel-1.1.04.zip into an arbitrary directory {jco-install-path}.
2 Unzip the file jco-ntintel-1.1.04.zip into an arbitrary directory {jco-install-path}.
3 Add the DLLs to a location within the application server directory tree that is in the path so that
they can be found at runtime. For example, the application server bin directory.
4 Add jCO.jar to the Server's exteNd5\Composer\Designer\lib directory.
5 Add [PATH]\exteNd5\Composer\Designer\lib\jCO.jar to the application server’s CLASSPATH
Integration Manager SAP Connect Server on Solaris
For Integration Manager SAP Connect Server, follow SAP's instructions for installing JCO on Solaris.
1 From the SAP site, download jco-sun-1.1.04.tgz or jco-sun-1.1.04.tar.z (or appropriate version; see
SAP Connect Release Notes) into an arbitrary directory {jco-install-path}.
2 Expand the jco-sun-1.1.04.tgz or jco-sun-1.1.04.tar.z into an arbitrary directory {jco-install-path}.
3 Add the SOs to a location with the application server directory tree that is in the
LD_LIBRARY_PATH so that they can be found at runtime.
4 Add jCO.jar to the Server’s exteNd5\Composer\Designer\lib directory.