Skip to content

Commit be0924b

Browse files
authored
Fix Acrolinx issues around voice and consistency
1 parent 8db01e0 commit be0924b

File tree

1 file changed

+33
-29
lines changed

1 file changed

+33
-29
lines changed

articles/logic-apps/logic-apps-enterprise-integration-b2b-list-errors-solutions.md

Lines changed: 33 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -14,42 +14,41 @@ ms.date: 02/20/2025
1414

1515
[!INCLUDE [logic-apps-sku-consumption-standard](../../includes/logic-apps-sku-consumption-standard.md)]
1616

17-
This article helps you troubleshoot errors that might happen in Azure Logic Apps B2B
18-
scenarios and suggests appropriate actions for correcting those errors.
17+
This article helps you troubleshoot errors that might happen in Azure Logic Apps B2B scenarios and suggests appropriate actions for correcting those errors.
1918

2019
## Agreement resolution
2120

2221
### No agreement found
2322

24-
**Error description**: No agreement found with Agreement Resolution Parameters.
23+
**Error description**: **No agreement found with Agreement Resolution Parameters.**
2524

26-
**User action**: The agreement should be added to the integration account with agreed business identities. The business identities should match to the input message IDs.
25+
**User action**: Add an agreement with the appropriate business identities to your integration account. Make sure that the business identities match to the input message IDs.
2726

2827
### No agreement found with identities
2928

30-
**Error description**: No agreement found with identities: 'AS2Identity'::'Partner1' and'AS2Identity'::'Partner3'
29+
**Error description**: **No agreement found with identities: 'AS2Identity'::'Partner1' and'AS2Identity'::'Partner3'**
3130

32-
**User action**: Invalid AS2-From or AS2-To configured for agreement. Correct the AS2 message's "AS2-From" or "AS2-To" headers or the agreement to match the AS2 IDs in the AS2 message headers with agreement configurations.
31+
**User action**: The agreement has invalid **AS2-From** or **AS2-To** values. To match the AS2 IDs in the AS2 message headers for your agreement setup, correct the AS2 message header values **AS2-From** or **AS2-To** or the agreement.
3332

3433
## AS2
3534

3635
### Missing AS2 message headers
3736

38-
**Error description**: Invalid AS2 headers. One of the "AS2-To" or "AS2-From" headers is empty.
37+
**Error description**: **Invalid AS2 headers. One of the "AS2-To" or "AS2-From" headers is empty.**
3938

40-
**User action**: An AS2 message was received that did not contain the AS2-From or AS2-To or both headers. Check AS2 message AS2-From and AS2-To headers and correct them based on agreement configuration.
39+
**User action**: A received AS2 message didn't contain the headers for **AS2-From**, **AS2-To**, or both. Check the AS2 message **AS2-From** and **AS2-To** headers, and correct them based on your agreement setup.
4140

4241
### Missing AS2 message body and headers
4342

44-
**Error description**: The request content is null or empty.
43+
**Error description**: **The request content is null or empty.**
4544

46-
**User action**: An AS2 message was received that did not contain the message body.
45+
**User action**: A received AS2 message didn't contain a message body.
4746

4847
### AS2 message decryption failure
4948

50-
**Error description**: [processed/Error: decryption-failed]
49+
**Error description**: **`[processed/Error: decryption-failed]`**
5150

52-
**User action**: Add @base64ToBinary to AS2Message before sending to partner.
51+
**User action**: Apply the `@base64ToBinary()` function to the AS2Message before sending the message to the trading partner.
5352

5453
For example:
5554

@@ -63,11 +62,11 @@ For example:
6362
},
6463
```
6564

66-
### MDN decryption failure
65+
### Message Disposition Notification (MDN) decryption failure
6766

68-
**Error description**: [processed/Error: decryption-failed]
67+
**Error description**: **`[processed/Error: decryption-failed]`**
6968

70-
**User action**: Add @base64ToBinary to MDN before sending to partner.
69+
**User action**: Apply the `@base64ToBinary()` function to the MDN before sending the notification to the partner.
7170

7271
For example:
7372

@@ -82,42 +81,47 @@ For example:
8281

8382
### Missing signing certificate
8483

85-
**Error description**: The Signing Certificate has not been configured for AS2 party. AS2-From: partner1 AS2-To: partner2
84+
**Error description**: **The Signing Certificate has not been configured for AS2 party. AS2-From: partner1 AS2-To: partner2**
8685

87-
**User action**: Configure AS2 agreement settings with correct certificate for signature.
86+
**User action**: Set the AS2 agreement settings with the correct certificate for the signature.
8887

8988
## X12 and EDIFACT
9089

9190
### Leading or trailing space found
9291

93-
**Error description**: Error encountered during parsing. The EDIFACT transaction set with ID '123456' contained in interchange (without group) with ID '987654', with sender ID 'Partner1', receiver ID 'Partner2' is being suspended with following errors: "Leading Trailing separator found"
92+
**Error description**: **Error encountered during parsing. The EDIFACT transaction set with ID '123456' contained in interchange (without group) with ID '987654', with sender ID 'Partner1', receiver ID 'Partner2' is being suspended with following errors: "Leading Trailing separator found"**
9493

95-
**User action**: The agreement settings to be configured to allow leading and trailing space. Edit agreement settings to allow leading and trailing space.
94+
**User action**: Set up or edit the agreement settings to allow leading and trailing whitespace.
9695

97-
![allow space](./media/logic-apps-enterprise-integration-b2b-list-errors-solutions/leadingandtrailing.png)
96+
![Screenshot shows example for setting to allow leading and trailing whitespace.](./media/logic-apps-enterprise-integration-b2b-list-errors-solutions/leadingandtrailing.png)
9897

99-
### Duplicate check has enabled in the agreement
98+
### Duplicate check is enabled in the agreement
10099

101-
**Error description**: Duplicate Control Number
100+
**Error description**: **Duplicate Control Number**
102101

103-
**User action**: This error indicates the received message has duplicate control numbers. Correct the control number and resend the message.
102+
**User action**: This error indicates that the received message has duplicate control numbers. Correct the control number, and resend the message.
104103

105104
### Missing schema in the agreement
106105

107-
**Error description**: Error encountered during parsing. The X12 transaction set with ID '564220001' contained in functional group with ID '56422', in interchange with ID '000056422', with sender ID '12345678', receiver ID '87654321' is being suspended with following errors: "The message has an unknown document type and did not resolve to any of the existing schemas configured in the agreement"
106+
**Error description**: **Error encountered during parsing. The X12 transaction set with ID '564220001' contained in functional group with ID '56422', in interchange with ID '000056422', with sender ID '12345678', receiver ID '87654321' is being suspended with following errors: "The message has an unknown document type and did not resolve to any of the existing schemas configured in the agreement"**
108107

109-
**User action**: Configure schema in the agreement settings.
108+
**User action**: Set up the schema in the agreement settings.
110109

111110
### Incorrect schema in the agreement
112111

113-
**Error description**: The message has an unknown document type and did not resolve to any of the existing schemas configured in the agreement.
112+
**Error description**: **The message has an unknown document type and did not resolve to any of the existing schemas configured in the agreement.**
114113

115-
**User action**: Configure correct schema in the agreement settings.
114+
**User action**: Set up the correct schema in the agreement settings.
116115

117116
## Flat file
118117

119118
### Input message with no body
120119

121-
**Error description**: InvalidTemplate. Unable to process template language expressions in action 'Flat_File_Decoding' inputs at line '1' and column '1902': 'Required property 'content' expects a value but got null. Path ''.'.
120+
**Error description**: **InvalidTemplate. Unable to process template language expressions in action 'Flat_File_Decoding' inputs at line '1' and column '1902': 'Required property 'content' expects a value but got null. Path ''.'.**
121+
122+
**User action**: This error indicates that the input message doesn't contain a body.
123+
124+
## Related content
125+
126+
- [Exchange B2B messages between partners using workflows in Azure Logic Apps](/azure/logic-apps/logic-apps-enterprise-integration-b2b)
122127

123-
**User action**: This error indicates the input message does not contain a body.

0 commit comments

Comments
 (0)