- This topic has 4 replies, 3 voices, and was last updated 15 years, 10 months ago by .
-
Topic
-
I keep getting the error: XPM Data Fetch Failed (304) on certain messages. On searching the Clovertech forum, I found that most of these are caused by control characters in the message, however, I don’t find that’s the case here. I’m on version 5.6, and am sending ADT messages. The receiving system only accepts the following segments: MSH, EVN, PID and PV1. I had originally used Pathcopy to copy only those segments to my translation, but I was having so many errors, that I created a variant instead, and used only these segments. That cut my errors in half.
I found that I can stop the errors completely if I deactivate the following IF statement:
If 0(0).PV1.#17(0) eq @null
Copy 0(0).PV1.#7(0) –> 0(0).PV1.#17(0)
If PV1 17 is null, I do need to copy PV1 7 to that field, so leaving it disabled isn’t an option. I can’t figure out why deactivating this IF statement would stop the error message.
Does anyone have any ideas?
- The forum ‘Cloverleaf’ is closed to new topics and replies.