2014 Sep 29 12:02 PM
plz answer me... i am facing this problem while i am doing sql trace.
1-i activated trace for my tcode.
2-deactivated trace after the program execution.
3- now , while i am displaying the trace the following error is coming.
thanks in advance,
Rahul
2015 Dec 10 4:04 AM
Even we have the same error in onw of our system . Does any one know the reason for this behaviour
2016 Jul 18 3:31 PM
Hi Rahul,
This is not an error message. This is merely a system message saying the trace is not available. You must have activated trace with filter. And since none of the filter conditions were met , the trace file was not generated.
Regards
Sarath
2024 Jan 31 4:39 PM - edited 2024 Jan 31 4:42 PM
Hello,
As per SAP Note - 2560768
"The activity you are trying to trace is writing a large amount of trace entries to the TRACE files, and the space allotted for the TRACE files is not enough to contain all the trace entries generated by this activity. As a result, the earliest actions of the task are overwritten and you are left with an incomplete performance trace."
Solution:
"If you are tracing an activity that writes a large amount of trace entries, the only option is to increase the size and/or number of TRACE files.
This is done using transaction ST01 -> Go To -> Administration and altering the Maximum File Size and/or Trace Files: Max. Number fields."
Regards,
Harsh Bansal
2024 Feb 02 6:31 AM
Harsh has given solution.
you are logging complete program, you may consider to log part of program which you want to trace. Go into debugging mode and activate trace and deactivate trace during the part of program.
2024 Feb 02 12:52 PM
If you want to complete Harsh answer to 2016 Former Member question, better Reply on Harsh answer.
Note that the original poster probably won't confirm that you understood correctly the question, so it's impossible to confirm it's the "good solution/answer". It's only your opinion. I would say, that it's only a partial answer, there may be other reasons.