Forum Replies Created
-
AuthorReplies
-
Thanks Mark.
I tried removing removing X0D and X0A and as per uuencode specs, each new line should begin with M, which I did but still the pdf does not open. I’m using this site to decode online – http://www.webutils.pl/index.php?idx=uu.
July 10, 2012 at 3:13 pm in reply to: Readin PDF files and sending imbedded PDF trough interface #76792Hi Guys,
I’m facing an issue related to base64 encoding and would appreciate if anybody can help me out. I’m getting the pdf image encoded in binary format in ZPD segment and its encoded in uuencode. The receiving system needs it in base64 to display correctly and using tcl I’m converting from uuencode to base64. Tcl provides packages for this but when I encode it in base64, the resulting binary pdf is corrupt and not opening. I tried decoding using online decoders but not working. Please let me know if anybody knows abt it.
set pdf [base64::encode [uuencode::decode [parse_msg ZPD_3_3]]]
Abe,
Since there is no way of controlling remote connections, is there a way to fix this error?
Thanks
Jim/Michael,
This is what I see in the logs:
[pdl :PDL :ERR /0: hms_adt_out:05/06/2010 18:49:34] read failed: Connection timed out
[pdl :PDL :ERR /0: hms_adt_out:05/06/2010 18:49:34] read returned error 110 (Connection timed out)
[pdl :PDL :ERR /0: hms_adt_out:05/06/2010 18:49:34] PDL signaled exception: code 1, msg device error (remote side probably shut down)
(SAVE_OB_MSG/hms_adt_out) (SAVE_OB_MSG/hms_adt_out) FATAL ERROR! Attempt to save over message ‘message0’ with message ‘message1’
msgState : OB delivered OK (14)
yes its not happening with every message and last happened was sometime back. I’ll have to monitor the db and check the logs qucikly.
Thanks
Jim,
Thanks for the response. Unfortuantely I dont have logs saved. I believe the message is coming from one of the internal procs that CLoverleaf uses. I’m just using the validate_hl7ack proc. I have ‘save_ob_msg’ proc configured for “Send OK Procs” settings for the outbound. Do you think it could have soemthing to do.
-Thanks
-
AuthorReplies