I finally got it working. The issue ended up being a TCL callout error:
[xlt :xlat:ERR /0:Radiology_xlate:12/23/2013 14:44:59] Tcl error:
msgId = message0
proc = ‘tps_set_obfilename_eq_ibfilename2’
args = ”
result = ‘can’t read “module”: no such variable’
errorInfo: ‘
can’t read “module”: no such variable
while executing
“echo “MODULE: “”
(“run” arm line 4)
invoked from within
“switch -exact — $mode {
start {
# Perform special init functions
# N.B.: there may or may not be a MSGID key in args
…”
(procedure “tps_set_obfilename_eq_ibfilename2” line 6)
invoked from within
“tps_set_obfilename_eq_ibfilename2 {MSGID message0} {CONTEXT xlt_raw} {ARGS {}} {MODE run} {VERSION 3.0}”‘
I removed this line (echo “MODULE: ) and it allowed it to process correctly. Thanks so much for you help!