Hi Aparna,
This error comes when you are using wild character (e.g. XYZ*) in receiver conditions. Be careful when you are using this. It won't work if
- you configured this condition in header lever - if you are checking some values like - messageid = XYZ* and incoming message contains message id = XYZ123456 on header level.
If this is the case - send exact value and use = instead wild character.
else check condition in lower level not at header level.
- Else use Or/and/exist functionality with substring.
Regards
Aashish Sinha