You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
19
18
20
19
## Agreement resolution
21
20
22
21
### No agreement found
23
22
24
-
**Error description**: No agreement found with Agreement Resolution Parameters.
23
+
**Error description**: **No agreement found with Agreement Resolution Parameters.**
25
24
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.
27
26
28
27
### No agreement found with identities
29
28
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'**
31
30
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.
33
32
34
33
## AS2
35
34
36
35
### Missing AS2 message headers
37
36
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.**
39
38
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.
41
40
42
41
### Missing AS2 message body and headers
43
42
44
-
**Error description**: The request content is null or empty.
43
+
**Error description**: **The request content is null or empty.**
45
44
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.
**User action**: Add @base64ToBinaryto MDN before sending to partner.
69
+
**User action**: Apply the `@base64ToBinary()` function to the MDN before sending the notification to the partner.
71
70
72
71
For example:
73
72
@@ -82,42 +81,47 @@ For example:
82
81
83
82
### Missing signing certificate
84
83
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**
86
85
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.
88
87
89
88
## X12 and EDIFACT
90
89
91
90
### Leading or trailing space found
92
91
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"**
94
93
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.

98
97
99
-
### Duplicate check has enabled in the agreement
98
+
### Duplicate check is enabled in the agreement
100
99
101
-
**Error description**: Duplicate Control Number
100
+
**Error description**: **Duplicate Control Number**
102
101
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.
104
103
105
104
### Missing schema in the agreement
106
105
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"**
108
107
109
-
**User action**: Configure schema in the agreement settings.
108
+
**User action**: Set up the schema in the agreement settings.
110
109
111
110
### Incorrect schema in the agreement
112
111
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.**
114
113
115
-
**User action**: Configure correct schema in the agreement settings.
114
+
**User action**: Set up the correct schema in the agreement settings.
116
115
117
116
## Flat file
118
117
119
118
### Input message with no body
120
119
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)
122
127
123
-
**User action**: This error indicates the input message does not contain a body.
0 commit comments