WebSphere Message Brokers
File: tsap_extdepend
Writer: Karen Cameron

Task topic

This build: July 31, 2007 21:40:57

Adding external software dependencies

Ensure that you have the relevant prerequisite files for your Enterprise Information System (EIS).

The prerequisite files for SAP are listed below.
  • SAP delivered files:
    • sapjco.jar
    • saprfc32.dll
    • librfc32.dll
    Download these files for your operating system from the SAP Service Marketplace. You must have an SAPNet account to be able to access this Web site.
  • Message Broker Toolkit SAP dependencies:
    • aspectjrt.jar
    • ffdc.jar
    • ffdcSupport.jar
    • icu4j_3_6.jar
    • despi.jar
    • commonj.connector.jar
    The despi.jar and commonj.connector.jar files are included automatically in the adapter project. You must add aspectjrt.jar, ffdc.jar, ffdcSupport.jar, and icu4j_3_6.jar to the project manually.

Locating the SAP support files in the Message Broker Toolkit on Windows

To add the SAP prerequisite files to the Message Broker Toolkit, follow the steps below.
  1. Copy the saprfc32.dll and librfc32.dll dependency libraries to the system path install_dir\jdk\jre\bin
  2. Copy sapjco.jar to the target server runtime directory install_dir\runtimes\base_v61_stub\runtimes

Locating the SAP support files in the run time on Windows

To add the SAP prerequisite files to the run time, follow the steps below.
  1. Ensure that the broker has started.
  2. Either open the Command Console, or open a Windows command prompt and enter mqsiprofile.
  3. Enter the following command:
    mqsireportproperties WBRK61_DEFAULT_BROKER -c AllTypes -o AllReportableEntityNames  -r  
    You should see a list of properties and values, as shown in the following example.
    ReportableEntityName='' 
    	EISProviders 
    		PeopleSoft='' 
    			jarsURL='default_Path' 
    			nativeLibs='default_Path' 
    		SAP='' 
    			jarsURL='default_Path' 
    			nativeLibs='default_Path' 
    		Siebel='' 
    			jarsURL='default_Path' 
    			nativeLibs='default_Path' 
    		Twineball='' 
    			jarsURL='default_Path' 
    			nativeLibs='default_Path'  
  4. Set the location of the SAP prerequisite files using the following command:
    mqsichangeproperties  WBRK61_DEFAULT_BROKER -c EISProviders -o SAP  -n jarsURL -v C:\SAP_218   
    mqsichangeproperties  WBRK61_DEFAULT_BROKER -c EISProviders -o SAP  -n nativeLibs -v C:\SAP_218  
  5. To check that the values have been set correctly, run the following command:
    mqsireportproperties  WBRK61_DEFAULT_BROKER -c EISProviders -o SAP -r  
  6. Restart the broker.
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 1999, 2007Copyright IBM Corporation 1999, 2007. All Rights Reserved.
This build: July 31, 2007 21:40:57

tsap_extdepend This topic's URL is: