Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

At times while working with an Adeptia product, you may come across a situation, where you may need to process information which is available in an IDoc format. For this, you need to use SAP Integration service.

Anchor
_Opening_Task_Manager
_Opening_Task_Manager
Anchor
_Creating_a_Web
_Creating_a_Web
Problems like IDoc extraction, migration or synchronization between SAP and other systems can be solved through Adeptia's SAP Integration service. For example, let's say you have a partner who uses SAP as the a platform for business, you need to exchange key business information with that partner. The Adeptia's SAP Integration service enables you to do so by exchanging IDoc between SAP server Server and Adeptia Suite.

Configuring Adeptia Suite for

...

SAP Integration

...

Anchor
_Overview_of_AIS
_Overview_of_AIS
Anchor
_Architecture_of_Adeptia
_Architecture_of_Adeptia
Anchor
_Need_of_EDI
_Need_of_EDI
Anchor
_Need_of_AIS
_Need_of_AIS
Requirements 

Adeptia SAP Accelerator uses SAP Java Connector (SAP JCo and SAP IDoc) to communicate with SAP server. If you have a market place account, you can download the SAP installation files from http://service.sap.com/connectors. After installing SAP java Java connectors, you need to configure Adeptia Suite. To communicate with SAP server Server along with trading partners , and to process IDocs, Adeptia's SAP Integration service provides several business processes that work together. These business processes use activities to retrieve documents, perform IDoc translations, and send documents. These business processes must be used together in a sequence.

Anchor
_Database_Requirements
_Database_Requirements

Pre-requisitePrerequisites

  • Bit version of both JRE and OS should Operating System must be the same.
  • Adeptia Suite 6v6.2 or higher versionlater must be installed.


Anchor
_Key_terms_used
_Key_terms_used
Anchor
_Toc374097221
_Toc374097221
Download Downloading and configure configuring SAP Connector

  1. Go to SAP Market Place http://service.sap.com/connectors. 
  2. Login Log in with your user name and password.
  3. Download the SAP Java Connector.
  4. Copy the following native files from the downloaded package and drop it under at the mentioned locations as per your OS:

...

OS

...

File Name

...

Location

  1. .

    For Windows
    Copy sapjco.dll

...

  1. to C:

...

  1. /Windows

...

  1. /System32 and C:

...

  1. /Windows

...

  1. /SysWOW64

    For Linux
    • Copy libsapjco3.so to usr/libs and .../<AdeptiaInstallDir>/Serverkernel/ext/SAP/native (create folders - SAP and native, if doesnot exist).

...

/usr/lib

 

...

    • Copy sapjco3.jar and sapidoc3.jar to .../<AdeptiaInstallDir>/Serverkernel/ext/SAP directory.
    • Go to .../<AdeptiaInstallDir>/Serverkernel/etc directory, open launcher.properties file in the Text Editor, and add the following entries for the native SAP files.
      #Kernel JVM parameters
      KN:JVM: -Xms512M -Xmx2048M -Xrs -Djava.library.path=[AdeptiaInstallDirectory]/ServerKernel/ext/SAP/native
      #Webrunner JVM parameters
      WB:JVM: -Xms128M -Xmx2048M -Xrs -Djava.library.path=[AdeptiaInstallDirectory]/ServerKernel/ext/SAP/native