Hi Graham,
Removing the std attribute was the correct way to avoid your original error. The new error that you are seeing indicates that there is a typo in your MessageStructure definition such that the total number of opening and closing brackets do match, but somewhere the definition includes "~]k~", which is not allowed. There should be a "~" separating the bracket and any segment references; since there isn't, we are interpreting the "]k" as being a segment reference, but, of course, that is not a recognized SegmentStructure name. My guess would be that the "k" was added accidentally.
-Kimberly
- Log in to post comments