Hi,

 Could someone provide a sample script that can be used as log notify 
program in Transaction journal. Not able to capture the event message.


Below is the script that is attached as log notify program. I am receiving 
the email for every update on to jediLoggerAdminLog file, but just a blank 
email.
#!/bin/ksh

export TAFC_HOME=/usr/TAFC_R11
export JBCGLOBALDIR=$TAFC_HOME
export PATH=$TAFC_HOME/bin:$PATH
export LIBPATH=$TAFC_HOME/lib:$LIBPATH

_message=$1
_procinfo=$2
_details=$3

_mailTo=xxxxx.com

echo $_details|mail -s '$_message' $_mailTo


Thanks,
Reddy.

-- 
-- 
IMPORTANT: T24/Globus posts are no longer accepted on this forum.

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"jBASE" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to