Hi All,
I have created a trace using a script to run to a 1MB file, with rollover option turned on.
Every few minutes I poll the folder to see if it was released yet and I copy it to a table for later auditing.
Is there a way to specify the file # at the begining?
The reason I am asking is beacuse:
The trace creates a file called file1.trc
when that grows to the specified size it rolls over to a new file called file1_1.trc.
As we all know Micrsoft for some reason says _9.trc is greater then _10.trc.. the same happens at _99.trc, and my job that looks to the next file blows up because _99.trc is greater then _100.trc which is still in use by the trace, so my jobs fails.
I would like to create the trace starting at _100.trc, If I call it that, the next file is _100_1.trc.
TIA,
Joe
I have created a trace using a script to run to a 1MB file, with rollover option turned on.
Every few minutes I poll the folder to see if it was released yet and I copy it to a table for later auditing.
Is there a way to specify the file # at the begining?
The reason I am asking is beacuse:
The trace creates a file called file1.trc
when that grows to the specified size it rolls over to a new file called file1_1.trc.
As we all know Micrsoft for some reason says _9.trc is greater then _10.trc.. the same happens at _99.trc, and my job that looks to the next file blows up because _99.trc is greater then _100.trc which is still in use by the trace, so my jobs fails.
I would like to create the trace starting at _100.trc, If I call it that, the next file is _100_1.trc.
TIA,
Joe