We are on Cloverleaf 5.3/AIX 5.2…
I am using the clock scan command to subtract current time from an registration date giving a time period. If its over 24hrs do not send the message. I’ve been getting these errors for time with a registration date of 00 as the hour (midnight). Is there are work around for this?
Tcl error:
msgId = message1
proc = ‘tpsPharmFilter’
args = ”
result = ‘unable to convert date-time string “20061015 0055″‘
errorInfo: ‘
unable to convert date-time string “20061015 0055”
while executing
“clock scan “$adat $atim””
(“run” arm line 78)
invoked from within
“switch -exact — $mode {
start {
return {}
}
run {
keylget args MSGID mh
set dispList “”
# Get msgcontent
…”
(procedure “tpsPharmFilter” line 5)
invoke