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.
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.
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
Author
Posts
Viewing 2 reply threads
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.