"unconstructed message" issue when assigning current variables on Orchestration to database

Home Page Forums BizTalk 2004 – BizTalk 2010 "unconstructed message" issue when assigning current variables on Orchestration to database

Viewing 2 reply threads
  • Author
    Posts
    • #25719

      Hi Sir,

      I have a text file to insert to database. After this processs is sucessful, I have total record number variable  and fail record number variable  at orchestration.

       I wanted to insert total record number variable  and fail record number variable to keep track. so I created a new schema to assign them.

      Unfortunaterly, I got  “unconstructed message” issue. Please help me what should I do.

      Thank you so much.

    • #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.

    • #25724

      Hi.

       

      Go to the construct message shape an check in the properties the field “Messages Constructed”, that there is the right message selected you want to use in the construct message shape.

      cheers

      Wolfgang

Viewing 2 reply threads
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.