All I’m trying to do for starters is make sure the thread name is valid.
proc EOM_Alerts { args } {
keylget args THREADNAME threadName
msiAttach
echo “*** MSIATTACH DONE ***”
if {[msiTocEntry $threadName returnValue] == 0} {
echo “*** $threadName DOES NOT EXIST FOR SITE mhpmitst ***”
#exec /scripts/emclient -s minor -g IE_APP -o $threadName -a mphmitst -t
“The thread name $threadName does not exist for site mhpmitst – check engine’s
alert configuration”
#return
}
}
I get this error: [msi :msi :ERR /0: hcimonitord] msiGlobalInit: Called more than once!
I tried a couple different things but I’m missing something.
Any ideas for this alert newbie?
Thanks.