Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to fetch an input flat file (.txt format) from the "Recieve location" and I am supposed to transform that to an EDI message X12 format and send it to Destination folder. I have set up the receive port and send port configurations in the Admin Console, have created the Trading Partners, agreement and other settings.

The problem I am facing is : Now, when I place input file in the "Recieve location", it is being processed and I am able to pick up the file from the input folder but I am not able to figure out why the file is not being processed and sent to the destination folder.. (If I query for All In Progress instances, suspended instances or Running instances : I am not getting any results and the below grid is always empty).

And when i query it in BizTalk Administration console for Tracked instances, the Receive pipeline component's state is "Completed" without any errors.

And I am not using any Orchestration in between..

Please suggest on how to proceed with this.Thanks in Advance.
Posted

1 solution

Hi,
Since the message is a flat file it doesnot contain ISA and GS segment. So , I am wondering how the message come to know which party it will be using to send the message. Also, try to use EDI pipeline in send port and reprocess the message.Also,have you map the send port to a party???

Please check this and we will dicuss it further.

Thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900