WIP Tracing and Trace files dimension options
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
WIP Tracing and Trace files dimension options

 
Post new topic   Reply to topic    Windows Server Forum Index -> Host Integration Server
Author Message
Ruben
Guest





Posted: Wed Jul 27, 2005 4:54 pm    Post subject: WIP Tracing and Trace files dimension options Reply with quote

Hi all,

Is there any way to set WIP Tracing files to a maximum file dimension?
We use a massive transaction that generates VERY BIG trace files and we
would set a maximun file dimension. Then it should create a new file... It
is very difficoult to debug a 1Gb TXT file....

Thank you all,

Ruben
Back to top
Rob Beardsworth [MSFT]
Guest





Posted: Thu Jul 28, 2005 12:52 am    Post subject: RE: WIP Tracing and Trace files dimension options Reply with quote

HI Ruben,
to be blunt: No :-) What are you trying to find out? You can cut down the
trace file to a minimum by not tracing Readlib and Convert. I know you say
it is hard to debug a 1GB txt file, but it is just as hard (or could be) to
find the reasons behind an error in 20 * 50 MB.

Rob Beardsworth
Microsoft

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--------------------
From: "Ruben" <Ruben@MioDominioANTISPAM.IT>
Subject: WIP Tracing and Trace files dimension options
Date: Wed, 27 Jul 2005 17:57:40 +0200
Lines: 12

Hi all,

Is there any way to set WIP Tracing files to a maximum file dimension?
We use a massive transaction that generates VERY BIG trace files and we
would set a maximun file dimension. Then it should create a new file... It
is very difficoult to debug a 1Gb TXT file....

Thank you all,

Ruben
Back to top
Ruben
Guest





Posted: Thu Jul 28, 2005 8:53 am    Post subject: Re: WIP Tracing and Trace files dimension options Reply with quote

That's all right!!!!

We had no idea of what was the cause of a "non initiation" of a
Transaction...
But at last we found the problem and the solution...

Then we forgot to disable tracing... I can't say anything more :-)
It would be very usfull if we could customize WIP tracing options... It
would be usefulle to set almost a different TRACE folder (not the default
"c:\program files\...\traces")!

Thank you,

Ruben



"Rob Beardsworth [MSFT]" <rob_beardsworth@online.microsoft.com> ha scritto
nel messaggio news:GEPXSzwkFHA.2700@TK2MSFTNGXA01.phx.gbl...
Quote:
HI Ruben,
to be blunt: No :-) What are you trying to find out? You can cut down the
trace file to a minimum by not tracing Readlib and Convert. I know you say
it is hard to debug a 1GB txt file, but it is just as hard (or could be)
to
find the reasons behind an error in 20 * 50 MB.

Rob Beardsworth
Microsoft

This posting is provided "AS IS" with no warranties, and confers no
rights.
Use of any included samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--------------------
From: "Ruben" <Ruben@MioDominioANTISPAM.IT
Subject: WIP Tracing and Trace files dimension options
Date: Wed, 27 Jul 2005 17:57:40 +0200
Lines: 12

Hi all,

Is there any way to set WIP Tracing files to a maximum file dimension?
We use a massive transaction that generates VERY BIG trace files and we
would set a maximun file dimension. Then it should create a new file... It
is very difficoult to debug a 1Gb TXT file....

Thank you all,

Ruben


Back to top
Rob Beardsworth [MSFT]
Guest





Posted: Fri Jul 29, 2005 12:51 am    Post subject: Re: WIP Tracing and Trace files dimension options Reply with quote

Hi Ruben,
because the Trace Files get different names according to which Process
they ran in, we thought that that was enough flexibility. There is a
registry entry: Key = HKLM\Software\Microsoft\Cedar, Value = TraceDir,
which you can use to put the tracing files somewhere else on your machine.
For .NET case, the directory needs to be writeable by the HIS Runtime group.

Rob Beardsworth
Microsoft

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--------------------
From: "Ruben" <Ruben@MioDominioANTISPAM.IT>
References: <u4G1tPskFHA.3968@tk2msftngp13.phx.gbl>
<GEPXSzwkFHA.2700@TK2MSFTNGXA01.phx.gbl>
Subject: Re: WIP Tracing and Trace files dimension options
Date: Thu, 28 Jul 2005 09:15:59 +0200
Lines: 54

That's all right!!!!

We had no idea of what was the cause of a "non initiation" of a
Transaction...
But at last we found the problem and the solution...

Then we forgot to disable tracing... I can't say anything more :-)
It would be very usfull if we could customize WIP tracing options... It
would be usefulle to set almost a different TRACE folder (not the default
"c:\program files\...\traces")!

Thank you,

Ruben



"Rob Beardsworth [MSFT]" <rob_beardsworth@online.microsoft.com> ha scritto
nel messaggio news:GEPXSzwkFHA.2700@TK2MSFTNGXA01.phx.gbl...
Quote:
HI Ruben,
to be blunt: No :-) What are you trying to find out? You can cut down the
trace file to a minimum by not tracing Readlib and Convert. I know you say
it is hard to debug a 1GB txt file, but it is just as hard (or could be)
to
find the reasons behind an error in 20 * 50 MB.

Rob Beardsworth
Microsoft

This posting is provided "AS IS" with no warranties, and confers no
rights.
Use of any included samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--------------------
From: "Ruben" <Ruben@MioDominioANTISPAM.IT
Subject: WIP Tracing and Trace files dimension options
Date: Wed, 27 Jul 2005 17:57:40 +0200
Lines: 12

Hi all,

Is there any way to set WIP Tracing files to a maximum file dimension?
We use a massive transaction that generates VERY BIG trace files and we
would set a maximun file dimension. Then it should create a new file... It
is very difficoult to debug a 1Gb TXT file....

Thank you all,

Ruben


Back to top
Ruben
Guest





Posted: Fri Jul 29, 2005 4:52 pm    Post subject: Re: WIP Tracing and Trace files dimension options Reply with quote

Thank you Rob.

It is very usefull!

Regadrs,

Ruben




"Rob Beardsworth [MSFT]" <rob_beardsworth@online.microsoft.com> ha scritto
nel messaggio news:50c$SL8kFHA.588@TK2MSFTNGXA01.phx.gbl...
Quote:
Hi Ruben,
because the Trace Files get different names according to which Process
they ran in, we thought that that was enough flexibility. There is a
registry entry: Key = HKLM\Software\Microsoft\Cedar, Value = TraceDir,
which you can use to put the tracing files somewhere else on your machine.
For .NET case, the directory needs to be writeable by the HIS Runtime
group.

Rob Beardsworth
Microsoft

This posting is provided "AS IS" with no warranties, and confers no
rights.
Use of any included samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--------------------
From: "Ruben" <Ruben@MioDominioANTISPAM.IT
References: <u4G1tPskFHA.3968@tk2msftngp13.phx.gbl
GEPXSzwkFHA.2700@TK2MSFTNGXA01.phx.gbl
Subject: Re: WIP Tracing and Trace files dimension options
Date: Thu, 28 Jul 2005 09:15:59 +0200
Lines: 54

That's all right!!!!

We had no idea of what was the cause of a "non initiation" of a
Transaction...
But at last we found the problem and the solution...

Then we forgot to disable tracing... I can't say anything more :-)
It would be very usfull if we could customize WIP tracing options... It
would be usefulle to set almost a different TRACE folder (not the default
"c:\program files\...\traces")!

Thank you,

Ruben



"Rob Beardsworth [MSFT]" <rob_beardsworth@online.microsoft.com> ha scritto
nel messaggio news:GEPXSzwkFHA.2700@TK2MSFTNGXA01.phx.gbl...
HI Ruben,
to be blunt: No :-) What are you trying to find out? You can cut down
the
trace file to a minimum by not tracing Readlib and Convert. I know you
say
it is hard to debug a 1GB txt file, but it is just as hard (or could be)
to
find the reasons behind an error in 20 * 50 MB.

Rob Beardsworth
Microsoft

This posting is provided "AS IS" with no warranties, and confers no
rights.
Use of any included samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--------------------
From: "Ruben" <Ruben@MioDominioANTISPAM.IT
Subject: WIP Tracing and Trace files dimension options
Date: Wed, 27 Jul 2005 17:57:40 +0200
Lines: 12

Hi all,

Is there any way to set WIP Tracing files to a maximum file dimension?
We use a massive transaction that generates VERY BIG trace files and we
would set a maximun file dimension. Then it should create a new file...
It
is very difficoult to debug a 1Gb TXT file....

Thank you all,

Ruben





Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> Host Integration Server All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB