For the particular problem I working on now, I have a UPOC protocol thread that uses TCL to read a PDF into a string, then we use “msgset” to put the data into a message. This is corrupting the PDF data.
We’ve got one ugly workaround, but I’d like to come up with something better. My workaround involves using TCL to write the message back out to a len10 encoded file and using “msgread” to set the message instead of “msgset”.
I saw an earlier message (link)
We’re trying to get support from McKesson on this issue (because that’s who we’re paying for support) but they aren’t being very helpful on this issue.