Posts

Showing posts with the label BizTalk EDI

Error: EDI 997 Acks not being sent out

Image
 Introduction In this blog, we address a crucial issue concerning the non-delivery of 997 Acks to "ABCCompany" in the context of an EDI X12 message Root Cause and Solution The issue arose due to a configuration error in the agreement setup. Specifically, the "997/999 Expected" option was not checked, leading to the failure to send Acks to "ABCCompany" upon receiving the EDI X12 messages. To fix this we just need to check this option as shown in the following figure and restart the host instance. Now, upon receiving new messages, the system should automatically generate and send the required 997 Acks to "ABCCompany" as expected.

EDI X12 Trading partner configuration in BizTalk

Image
 Introduction In this blog post, we will explore the process of setting up trading partner configuration in BizTalk. This involves creating parties, configuring agreements, and testing the solution. Let's dive into the details. Steps Creating parties in BizTalk To begin, we need to create two parties - one for our company and another for our trading partner. Let's start by creating the party for our company named "Vipin." Follow these steps: Connect to the BizTalk Admin console. Right-click on "Party" and select "New" -> "Party." Name the party as "Vipin" and click on OK Creating the party will also create the profile for you. Next, let's create the party for our trading partner, "ABCCompany" by following the same steps. Understanding the X12 File Now, in order to configure the agreement, we need to have a sample X12 EDI message that "ABCCompany" will be sending to our company, "Vipin." Let...