Can we send message to Error DB in UPoC Protocol in CLoverleaf 5.3? I wrote a UPoC TPS that will send message to Error DB if a script is not exist, but looks like instead of sending that message to Error Db, it requeued the message.
Here is what I put in my TPS
if {![file exists $script]} {
WriteError $module “the kermit sript $script is not available, send msgs to Error DB”
return “{ERROR $mh}”
and here is what show up in the log file
[ERROR: (tpsKermit/trailblazers_out) Fri Mar 03 17:11:03 EST 2006] the kermit sript trail_send.ksc is not available, send msgs to Error DB
[pd :pdtd:INFO/1:trailblazers_out] [0.0.44088] Writing message failed
[pd :thrd:INFO/0:trailblazers_out] [0.0.44088] Requeuing undelivered message
[msg :Msg :INFO/0:trailblazers_out] [0.0.44088] Updating the recovery database
[dbi :rlog:INFO/1:trailblazers_out] [0.0.44088] Update msg in recovery db to state OB post-SMS
Does anybody know whether it’s possible to send message to Error DB in UPoC protocol or not? I know that we can do that in Outbound TPS because I did that before. Is it something new in 5.3?
Thanks
Budhi Pariyesana
Sr. Interface Engineer
MedStar Health