OnDemand User Group

Support Forums => MP Server => Topic started by: fnb4321 on May 03, 2010, 12:17:15 PM

Title: Creating User Exit
Post by: fnb4321 on May 03, 2010, 12:17:15 PM
  Anyone know the best way to capture message #87 details to include timestamp, filename,
and rows added for a specific application group ?  How would I go about creating an exit
like this ?
Title: Re: Creating User Exit
Post by: wwwalton on May 03, 2010, 12:36:25 PM
I customized the arslog script to invoke a python program.  I use this for a number of message types.  You could just work within the arslog script but I find python has a richer set of functions.
-walt
Title: Re: Creating User Exit
Post by: Justin Derrick on May 04, 2010, 06:34:32 AM
Hey Alan...

The built-in arslog exit has the basics of what you need, including examples.

I have a few suggestions when it comes to User Exits (and specifically the arslog exit)...


Good luck!
Title: Re: Creating User Exit
Post by: wwwalton on May 04, 2010, 07:32:06 AM
Yup, I agree. That's why I only process for 88's and 87's and precompile the script.
-walt