Message has not been initialized in construct statement, Orchestation error

Hi All,

I am getting following orchestration error when trying to build my project....

1) DEFRequest': message has not been initialized in construct statement
2) use of unconstructed message 'ABCRequest
3) 'ABCRequest': message has not been initialized in construct statement
4) use of unconstructed message 'DEFResponse'
5) 'DEFResponse': message has not been initialized in construct statement


July 28th, 2015 3:13am

Hi Nitin,

This kind of error is thrown when BizTalk cannot guarantee that a specific message is constructed before it's used inside the orchestration.

Please, to be more precise in the response, you should tell us which message is received first in the orchestration, and check which message is constructed on each Construct Shape.

Re

Free Windows Admin Tool Kit Click here and download it now
July 28th, 2015 3:28am

What is the message you receive in Receive_1 ?

What is the message you're constructing in ConstructMessage_1 ? Can you post the contents of MessageAssignment_1?

What message are you constructing in ConstructMessage_2 ? What is the source/destination of the Transform_1?

and finally what are sending in Send_2?

Regards.

July 28th, 2015 3:31am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics