Release 1.5
This readme includes improvements, usage notes, and known and resolved issues that have been implemented for the IBM webMethods B2B 1.5 release.
This readme includes improvements, usage notes, and known and resolved issues that have been implemented for the IBM webMethods B2B 1.5 release.
Component | Description |
---|---|
Asset Migration | You can now determine the success or failure of the asset migration activity, and resolve migration issues before they occur. You can migrate assets from an on-premise Trading Networks instance of the following versions: For more information, see Importing Assets. |
Transaction Search Using Transaction Filters | You can search for transactions based on document attributes using transaction filters. For more information, see Transaction search. |
Reliable document delivery for partners | You can now deliver document to partners in a reliable manner using this feature. For more information, see Reliable Delivery. |
Trading Partner Agreements | Trading Partners can agree to exchange documents based certain exchange rules. Trading partner agreements help partners decide which parameters to adhere to, while exchanging EDI and RosettaNet business documents. For more information, see Working with Trading Partner Agreements. You can run integrations in IBM webMethods Integration using the getTPA connector to retrieve Trading Partner Agreement (TPA) information from IBM webMethods B2B. For information, see webMethods.io B2B Connector. |
Onboarding Partners | Partners can now onboard themselves by filling-out details in the invitation you send. For more information, see Onboarding Partners. |
Exchanging documents with 2-Way SSL/TLS certificates | You can now securely exchange business documents with your partners by generating or uploading an existing 2-Way SSL/TLS certificate. For more information, see Exchanging Business Documents with 2-Way SSL/TLS. |
Downloading Transactions and Activity Logs | You can now download live transactions and activity logs on your local system. For more information, see Downloading Logs. |
Configuring Queues | You can configure document delivery to trading partners by configuring queues. You can also enable, disable, drain, and suspend a queue. For more information, see Understanding Queues. |
Delivering EDI Documents in Batches | You can now deliver documents to trading partners in batches at a time that is convenient for your business partner to process them. For more information, see What is EDI Batching? |
RNIF payload validation | You can now validate the inbound and outbound RNIF payloads. |
Support for synchronous RNIF attachments | You can now send attachments for synchronous one-action PIP documents. For more information, see Supported Channel Types and Details. |
Support for testIndicator and ackRequest generation in addInterchangeEnvelope EDI Connector in IBM webMethods Integration | You can now request for an acknowledgment in the interchange envelope and set the Test Indicator field for X12 and UN/EDIFACT documents. For more information, see Electronic Data Interchange Connector. |
Suspend delivery for a partner | You can now enable or disable the document delivery to a partner. For more information, see Suspending or Resuming Document Delivery for a Partner. |
Support for RNIF-related parameters in the submit operation of webMethods.io B2B Connector in IBM webMethods Integration | The document structure of params field in the submit operation is refactored to accommodate RNIF-related fields. For more information, see webMethods.io B2B Connector. |
Support for transaction segment and element-level FA generation for EDI documents | You can now configure FA generation-level in EDI Trading Partner Agreements. For more information, see Working with EDI TPA Parameters. |
Support for exchanging XML documents over an AS2 channel | You can now send and receive XML documents with business partners using an AS2 channel. |
Support for 01 and zz identification code qualifier for UNEDIFACT envelopes | IBM webMethods B2B now validates the UNB interchange headers having 01 and zz code qualifiers. For more information, see Electronic Data Interchange Connector. |
Feedback on Documentation | You can now provide feedback on a page, specific content on a page, or on the IBM webMethods B2B documentation website by using the feedback form. |
The following functionalities have certain restrictions in IBM webMethods B2B system:
Secondary certificates are not used for sign-verify, encrypt-decrypt, or SSL usages for any document received over any AS2 channel. To work around this issue, ensure that only valid certificates are set as primary certificates.
Secondary certificates cannot be imported or exported.
Partner certificate automatically gets associated with the new partner created with the same details as the deleted one. Also, the certificate is not listed in the certificate monitoring page.
To use 2-Way SSL/TLS functionality, business documents must be sent to a channel URL with the port 8443 appended to the hostname. The 2-Way SSL/TLS functionality is an additional-level of validation and security. This along with the partner-user credential-based authentication ensures secure exchange of business documents.
While synchronizing partner profiles as part of partner onboarding, if duplicate partner profiles are found, then those duplicate partners will not be created. And a message about the duplicate occurrence will be logged in the Activity logs under the General category.
If you are not able to map multiple documents to a document array based on indexing in a Flow service, create a document array that holds all the required documents using the “insertDocument” operation of the “Document” service.
For example, if you want to map three documents (D1, D2, and D3) to a document array (DA1[]), add the “insertDocument” operation thrice, once for each document, and insert D1, D2, and D3 into the “documents” array. You can also use loops to run the “insertDocument” operation thrice.
Finally, map the “documents[]” array, which holds all the three documents, to DA1[].
The IBM webMethods B2B User Interface may appear out of sync during an upgrade.
Workaround: Retry after some time.
This section lists any issues for the current release that were known when this readme was published:
BOC-6554
When importing business documents from releases below IBM webMethods B2B 1.3, if the attributes configured for these business documents have transformation function set to EDIINT AS1, AS2, or AS3, then those attributes do not appear in the Attributes tab of that document.
BOC - 10184
TRADACOM document batch file does not give batch count, in addition, the sender and receiver tenants do not get extracted.
BOC - 8265
The time stamp that is rendered in Full Message in the log entries in the Course of transactions are based on UTC and not current timezone.
FLOW - 1912
Flow services using the webMethods.io B2B Connector fail with an error message indicating that the IBM webMethods B2B connection is disabled.
Workaround: Update the IBM webMethods B2B account, this refreshes the account and enables it.
BOC-10277
When updating the Folder path in the an SFTP-IN channel under the Post-processing section by selecting the Move to Folder action, the Update button for the channel remains disabled.
Workaround: Toggle Allow Folder Creation to the enable state.
BOC-10264
In a Custom TPA when the DeliverFA option is set to false, the setting is not honored.
The Functional Acknowledgement(FA) is still delivered to the partner.
Workaround: Either use default TPA Or create a custom rule above the “Deliver Functional Acknowledgement” system rule.
BOC-10263
During the product upgrade window, you might notice a few failed transactions that involve execution of an operation in webMethods.io B2B Connector on IBM webMethods Integration.
Workaround: You can resubmit the failed transactions after the upgrate window.
BOC-10424
A few limitations are noted during the update and view actions for record or composite node (with conditional validators).
The values you specify for the Conditional validator fields are not rendered on the UI. Each time you update the modification you make to the record or composite nodes, you must specify the values for the Conditional validator fields.
Also the Add action for conditional validator copies the value you specify in one Conditional validator field to the rest of the Conditional validator field as well.
Workaround: To update a record or composite node (with conditional validator), always re-type the values for the Conditional validator fields.
BOC-10311
When non-EDI or XML documents are sent over AS2 channels, the size of the payload increases before it is persisted.
This section lists any issues that were resolved as part of this release: