B2B Advanced Communications Storage Adapter
The B2B Advanced Communications Storage adapter gives IBM® Transformation Extender the ability to read and write payloads that were stored in the IBM Sterling B2B Integrator storage subsystem.
Overview
Characteristic | Definition |
---|---|
Adapter Name |
B2B Advanced Communications Storage Adapter specifics are as
follows:
|
Description |
This adapter integrates IBM Transformation Extender with IBM B2B Advanced Communications. This adapter enables communication between the two products and allows IBM Transformation Extender to get data from and put information to B2B Advanced Communications storage. |
Business usage | IBM Transformation Extender uses this adapter to
retrieve data from B2B Advanced Communications storage and persist data to
B2B Advanced Communications storage.
|
Preconfigured? | No. The storage-required .jar files and business document object schemas are
installed with IBM Transformation Extender. However, you must perform the
following steps before using the adapter:
|
Requires third-party files? | No. All required components are shipped with the product. |
Platform availability |
|
Related services | None |
Application requirements | This adapter requires that you install B2B Advanced Communications version 1.0.0.5 or higher. If you do not install the full B2B Advanced Communications product, at a minimum you must deploy the Proof of Concept installation. Additionally, you must install IBM Transformation Extender V9.0.0.1 or later. |
Initiates business processes? | No |
Invocation | This adapter can be invoked through the command line. |
Business process context considerations | None |
Returned status values | None |
Restrictions |
|
Persistence level |
None |
Testing considerations | There are two levels of testing, depending on whether you installed the B2B Advanced Communications Proof of Concept installation or the full version
of the product:
|
Command line options
- -BUCKET (-B)
- The name of the bucket.
- -ID (-ID)
- This is the unique identifier for the message or business document object.
- -NOW (-NOW)
- Indicates that the adapter is writing data to B2B Advanced Communications storage.
- -SERVICE (-S)
- This is the name of the adapter.
- -ADDDOC (-A)
- Adds a business document object to B2B Advanced Communications storage.
Implementing the B2B Advanced Communications Storage adapter
- From the command line, go to B2B_Advanced_Communications_install_dir/members/bin
- Invoke
execute member start all
- Invoke
execute storage –provision
Inbound parameters passed from business process to adapter
Field | Description |
---|---|
Action | The inbound storage action.
|
DataId |
The unique identifier for the business document object to be retrieved from B2B Advanced Communications storage. |
Outbound parameters passed from adapter to business process schema
Field | Description |
---|---|
Action | The outbound storage action.
|
DataId |
The unique identifier for the business document object to be added to B2B Advanced Communications storage. This value is provided by the adapter. |
PrimaryDocument | The business document object. This value is returned by the GET action from B2B Advanced Communications storage. |