I suppose I could be getting this error for other reasons, but this is what I found. If you know of another reason why I would be getting this no-match error, I would appreciate it. Below is what I sent to the vendor:
<span style="color: red]I have been looking at my logs from the mik (I keep 1 weeks worth), and I have a lot of errors”>
<span style="color: blue](excerpts from my log)[/color]05/12/2009 15″> no-match: no more phrases to try
In my mlp_tcp.pdl, I look for for the start of the message:
<span style="color: blue](excerpts from my log)[/color] [pdl “> 0b4d 53 48 7c 5e 7e 5c |.MSH|^~|
And I look for to end the message:
<span style="color: blue](excerpts from my log)[[/color]pdl “> 75 74 65 73 0d 1c 0d00 |utes….|
However, the messages from the MIK come with a which is a null after the .
This isn’t stopping the messages from processing, however I can see where after numerous errors that the process might shutdown if the error log became too big. This could explain why we are only seeing the apsmik process being affected by this.
Of course, the best resolution to me is that GE would modify their message to meet MLP standards and remove the null that is coming at the end of the message. If that isn’t possible, I will contact the cloverleaf forum to see if I can modify my .pdl to accept the null.