Verifying the SAP Java Connector (SAP JCo)

In this section:

Once you have installed the SAP Java Connector (SAP JCo), as a best practice, you can verify the connector to make sure it is installed correctly and that all the required SAP JCo library files are available.


Top of page

x
Verifying SAP JCo on Windows Platforms

This section describes how to verify SAP JCo on Windows platforms.



x
Procedure: How to Verify SAP JCo on Windows

Perform the following steps to verify SAP JCo on Windows:

  1. Navigate to the following directory:
     
    <iWaySMHome>\lib

    where:

    <iWaySMHome>

    Is the directory where iWay Service Manager is installed

  2. Right-click the sapjco3.jar file, select Open With from the context menu, and click Java 2 Platform Standard Edition binary.

    The SAP Java Connector (JCo) dialog box opens, as shown in the following image.

    All the required information that pertains to the SAP Java Connector on your Windows platform is provided.

  3. Once you have reviewed the SAP Java Connector files, click Close.

Top of page

x
Verifying SAP JCo on UNIX Platforms

This section describes how to verify SAP JCo on UNIX platforms.



x
Procedure: How to Verify SAP JCo on UNIX

Perform the following steps to verify SAP JCo on UNIX:

  1. Navigate to a UNIX command prompt.
  2. Type the following command:
    $ java -jar sapjco3.jar -stdout
  3. Press Enter on your keyboard.

    All the required information that pertains to the SAP Java Connector on your UNIX platform is provided, as shown in the following example.

    ----------------------------------------------------------------------
    |                              SAP Java Connector (JCo)              |
    |                Copyright (c) 2000-2013 SAP AG. All rights reserved.|
    |                                Version Information                 |
    ----------------------------------------------------------------------
    Java Runtime:
     Operating System:    SunOS 5.7 for sparc
     Java VM:             1.7.0-23 Sun Microsystems Inc.
     Java Codepage:       ASCII
    Versions:
     JCo API:             3.1.0 (2013-07-19)
     JCo middleware:      3.1.0 (2013-07-19)
     JCo library:         3.1.0 (2013-07-19)
     RFC library:         640.0.165
    Paths:
     JCo classes:         /u4/fpgjpr/iWay7/lib/sapjco3.jar
     JCo library:         /u4/fpgjpr/iWay7/lib/libsapjco3.so
     RFC library:         System-defined path
    ----------------------------------------------------------------------
    |                                      Manifest                      |
    ----------------------------------------------------------------------
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.6.4
    Created-By: 5.1.028 (Sun Microsystems Inc.)
    Specification-Title: SAP Java Connector
    Specification-Version: 3.1.0
    Specification-Vendor: SAP AG, Walldorf
    Implementation-Title: com.sap.mw.jco
    Implementation-Version: 20130724 0342 [3.1.0 (2013-07-19)]
    Implementation-Vendor-Id: com.sap
    Implementation-Vendor: SAP AG, Walldorf
    Main-Class: com.sap.mw.jco.About
    ----------------------------------------------------------------------
    $
  4. Review the information for the SAP Java Connector on your UNIX platform.

iWay Software