Search code examples
biztalkbiztalk-2013

Why does my send port not working in biztalk after poll operation from sql?


I am using BizTalk 2013 version. I am facing an issue. I have a simple orchestration: I do poll from a SQL database every 30 seconds and then I have my message called PollingMessage. Then I need to transform this message into a new one (TestMessage) with a mapping. After this transformation I need to send my new message TestMessage to a port (TestPort) and then the old message PollingMessage to another port (SaveMessagePort). I built the project, deployed it and then I done the bindings through Administration Tool. When I start the application I successfully see my PollingMessage to the folder bound to SaveMessagePort but I can't see the TestMessage.

I don't understand why. Can you help me?


Solution

  • Ok, the problem is solved. There was something wrong with my schema, now everything is working like it should.