|
From: Davide A. <dav...@if...> - 2006-07-17 07:38:46
|
Hi i have a problem parsing mdm file:
when i parsing in pipe version i can send and recive this message,
when i send it in xml i have this error:
<MSA.1>AE</MSA.1>
<MSA.2>00000512</MSA.2>
<MSA.3>Failed validation rule: Maxumim size <= 200
characters</MSA.3>
There's a way for setting this Maximum size? or a work around for skip
this message?
Another question: when i send an'mdm xml to server 0.5 i have thi error:
ca.uhn.hl7v2.HL7Exception: Encoding characters '^~\&' invalid --
must be 4 characters
at ca.uhn.hl7v2.parser.PipeParser.doEncode(PipeParser.java:495)
at
ca.uhn.hl7v2.parser.GenericParser.doEncode(GenericParser.java:198)
at ca.uhn.hl7v2.parser.Parser.encode(Parser.java:221)
at
ca.uhn.hl7v2.app.Responder.logAndMakeErrorMessage(Responder.java:412)
at ca.uhn.hl7v2.app.Responder.processMessage(Responder.java:216)
at ca.uhn.hl7v2.app.Receiver$Grunt.run(Receiver.java:134)
If i send an'adt message i don't have this error and all work fine...
|