...
Incorrect WRF InboundDataFile Mask
In some cases, IWS generated the WRF file incorrectly by having the inboundDataFile mask as:
Code Block |
---|
corrId+'*.*'+mask |
instead
...
of
...
the
...
correct
...
format
...
of
...
:
Code Block |
---|
corrId+mask+'*.*' |
The code was updated to resolve this issue.
...