This is from the thread here:
thread332-1190195
My brother wrote me and told me this is what happened:
The problem was that certain integer numbers were getting transposed when the message was sent across the MQSeries. For example, a value of A1EF may be transposed to FE1A. In order to fix this problem we changed the message format form MQFMT_STRING to MQFMT_NONE. That fixed the problem. I think the real problem was the 3rd party software that was used to develop our customer's application.
Thanks,
TT
thread332-1190195
My brother wrote me and told me this is what happened:
The problem was that certain integer numbers were getting transposed when the message was sent across the MQSeries. For example, a value of A1EF may be transposed to FE1A. In order to fix this problem we changed the message format form MQFMT_STRING to MQFMT_NONE. That fixed the problem. I think the real problem was the 3rd party software that was used to develop our customer's application.
Thanks,
TT