RE: [U2] UV - Tracking file writes Unclassified}

2006-07-13 Thread Ray Wurlod
If all you want is counts, you can enable collection of file statistics using FILE.USAGE.CLEAR command. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] UV - Tracking file writes Unclassified}

2006-07-12 Thread HENDERSON MIKE, MR
Mike, > -Original Message- > From: [EMAIL PROTECTED] On Behalf Of Mike Randall > Sent: Thursday, 13 July 2006 05:46 > To: u2-users@listserver.u2ug.org > Subject: RE: [U2] UV - Tracking file writes > > A trigger would be an ideal method as it's non-intrusiv

RE: [U2] UV - Tracking file writes

2006-07-12 Thread Mark Eastwood
The UV SQL Reference manual gives a pretty good description. The odd part is cataloging the trigger program; if you're "pick" flavor, you'll need to create an "information" flavor CATALOG verb (although I don't remember if I was working on a Windows or Unix box?). Also, before the Trigger subrouti

Re: [U2] UV - Tracking file writes

2006-07-12 Thread Tech Man
I use file triggers quite frequently to trace down problems with processes. You can find the documentation for this in the Universe SQL Reference manual. Jim Koca wrote: I need to track all processes that write to a specific file. At one time I remember that you could set some type of trigger

RE: [U2] UV - Tracking file writes

2006-07-12 Thread Mike Randall
A trigger would be an ideal method as it's non-intrusive to your existing code. There are some caveats though. Basically you'd create a UNIBASIC program that could have any logic you want. In your case, probably something that writes to an audit file. You then attach this program to your file