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
L PROTECTED] On Behalf Of Jim Koca Sent: Wednesday, July 12, 2006 1:15 PM To: u2-users@listserver.u2ug.org Subject: [U2] UV - Tracking file writes 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 to do this. If someone could

[U2] UV - Tracking file writes

2006-07-12 Thread Jim Koca
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 to do this. If someone could provided me the information on how to do this, or direct me to the documentation that covers this I would appreciate it. Jim Koca --- u2-use