Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Not able to send data in send port
- This topic has 2 replies, 1 voice, and was last updated 9 years, 3 months ago by
community-content.
-
AuthorPosts
-
-
January 9, 2007 at 10:14 AM #17173
I am really, really new to BizTalk so please forgive me if this is a silly question. I have just loaded BizTalk 2006 yesterday and I am trying to create a very simple example. My "Hello World" project is to move an inbound XML file from point_a to point_b.
I am the using default pipeline for XML Receive and Send and specifying the file location in the adapter. My orchestration has a receive port connected to a receive message component, that is connected to a send message component, that is finally connected to a send port…very simple.
Here is the problem. When I place a file that matches the inbound schema into the inbound directory, it is picked up by the adapter. However, it does not land in my outbound directory.
The message that I receive is “The published message could not be routed because no subscribers were found. This error occurs if the subscribing orchestration or send port has not been enlisted, or if some of the message properties necessary for subscription evaluation have not been promoted. Please use the Biztalk Administration console to troubleshoot this failure.”
Can anyone help ?
-
January 9, 2007 at 10:22 AM #17174
this was a fantastic help in getting me started… http://msdn2.microsoft.com/en-us/library/aa547055.aspx
This will fix you right up!
-
January 9, 2007 at 1:31 PM #17182
- Configure your Receive port to use PassThroughReceive
- Configure your send port to PassThroughTransmit
- Configure your send port to listen to (filter on) BTS.ReceivePortName == <Actual ReceivePort Name>
- Start the Application
- Restart the Host Instance.
- Drop your file in the receive location and watch it appear in the send port location.
This will bypass the need for an Orchestration. Save this sample by simply right-clicking on the Application, select Export…Bindings… and save it where you want. Now, if you want to add the Orchestration just to do it, or even to look at the message itself:
- Remove the Filter from the send port
- Change to XMLReceive and XMLTransmit.
- …ask if you need help with the Orchestration.
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.