This describes possible causes and solutions for this message.
Why and when to perform this task
ILMC0006W: Instance not found, and create instance was false for this operation.
A common reason for this error is that a message is sent to a receive or pick activity (which cannot instantiate a new process instance because its createInstance attribute is set to no) and the values that are passed with the message for the correlation set which is used by this activity do not match any existing process instances. To correct this problem you must pass a correlation set value that matches an existing process instance.For more information about using correlation sets in BPEL
processes, see
Correlation sets in BPEL
processes
.