Forum Replies Created
-
AuthorReplies
-
I changed it to a text field and it worked. Thanks. I have a test RTF transcription report message if anyone would like to see it. If so, send me your e-mail and I will send the message. I don’t know if it is appropriate to post sample messages in this forum. I have a current interface that embeds RTF into the OBX for a Medical Records Document Storage system. My FTP runs in a upoc thread with tcl scripts and an ftp tcl package. I have avoided the fileset-FTP due to documented struggles of others with this. You may need to run database cleanup including reinitializing your databases for the particular site where this is occurring. Make sure that your recovery database is clear and any errors in the error database have been handled before doing this. You also need to shut down all processes. There may be less drastic measures you can take but in the rare instances I have seen this error I have had to schedule interface downtime, bring all processes in the site down, reinitialize the databases, and restart threads. I additionally clear vista.taf, monitorShmemFile, sem files, etc which are not critical but are good to do. I have steps to do this that I can send you if you want to reply with your e-mail address. I haven’t seen this. Does your 5.3 version have a bunch of alerts in the Alert Monitor running that weren’t running on your old version? Use the “lindex” command to identify the string and then do the “regsub” command and replace the string with null (“”). Perhaps you should try another PDL, such as the standard mlp_tcp. I only use the raw ack for internal engine interfaces. I like the new structure of the board. Great job, Quovadx. I believe you’ll have to take data from each sequence of repeating PID and PV1 segments from the A17 and put those into separate A02 messages. You’ll want to PATHCOPY MSH and EVN segments in Xlate or copy both segment into a variable or variables for TCL and create two messages. You’ll then want to place each sequence of repeating PID and PV1 segments into the two different messages. There are many ways to code as to how to do this. I’ll have to investigate to determine the best way. It has been recommended to me that all processes be shut down before a time zone change is enabled. Is this necessary? -
AuthorReplies