I need solution to monitor WRKPRB LOG on 7 iSeries computers withoud
needing to log to them and type WRKPRB each day.
Can it be sent via mail? I mean WRKPRB log?
You could do a DSPPRB to *OUTFILE
Create a file for your program in the same format as the dspprb
file....
Pgm checks current problems (in outfile) against known ones (in pgm
file), if new problem(because it isn't in the pgm file) send email and
write to your pgm file so you don't notify again....
I don't have a system avail at the moment, but I believe DSPPRB goes
to an outfile...
--
Dr.Ugo Gagliardelli,Modena,ItalyCertifiedUindoscrasherA�ejoAlcoolInside
Spaccamaroni andate a cagare/Spammers not welcome/Spammers v�o � merda
Spamers iros a la mierda/Spamers allez vous faire foutre/Spammers loop
schijten/Spammers macht Euch vom Acker/Spamerzy wypierdalac'
I wish there is a program already made to do that.
Well, thats what we administrators do. We dont type programs, we find
ones that are already made :)
I liked the DSPPRB idea tho. Ill try schedule something.