Home Page › Forums › BizTalk 2004 – BizTalk 2010 › "unconstructed message" issue when assigning current variables on Orchestration to database › Re: "unconstructed message" issue when assigning current variables on Orchestration to database
August 23, 2010 at 6:31 PM
#25720
The compiler has detected that you are trying to use a message that may not have been constructed. A message is constructed in a Construct message shape or a receive shape. One possibility is you have followed a logic path that does may not construct the message.