‎2007 Jan 16 11:07 AM
Hi all,
I am trying to execute the program in SE30 for performance analysis, after giving the program name and if i try to execute , then its displaying the error " Unable to write to the measurement data file" , what this error belongs to, and how can i do performance analysis. Plz help.
Balu.
‎2007 Jan 16 11:09 AM
Hello Bala,
Is the same program is running in SE38. If it is executed in Se38 then it will executed in SE30 Also. Check it.
Vasanth
‎2007 Jan 16 11:09 AM
Hello Bala,
Is the same program is running in SE38. If it is executed in Se38 then it will executed in SE30 Also. Check it.
Vasanth
‎2007 Jan 16 11:16 AM
Hi vasanth,
Thnx for ur response,
the program is executing in se38, but if i try to execute in se30, then its giving "Unable to write to the measurement data file".
Balu.
‎2007 Jan 16 11:21 AM
‎2007 Jan 16 11:23 AM
Hello Bala,
I think this is a Authority problem.
Create one sample program and use it in Se30 and check the same error u r getting for the sample report.
If it is so then it is a authorization problem.
In the report MS38TF02 put the breakpoint at this line
AuthCheck for 'T'/'F' automaticaly by run
AuthCheck for 'R' (see FB SUBMIT_REPORT)
<b> if p_obj_type = 'R' and trdir-secu <> space. "Report</b> authority-check object 'S_PROGRAM'
id 'P_GROUP' field trdir-secu
id 'P_ACTION' field 'SUBMIT'.
if sy-subrc <> 0.
set cursor field 'RS38T-REPO_NAME'.
message e005.
endif.
endif.
If the same persist for all then it is aproblem of authorization only.
If useful reward.
Vasanth
‎2007 Jan 16 11:36 AM
Well i´m not a 100% sure, but it sounds like a windows authority problem.
"Unable to write to the measurement data file"
Maybe you check with your system administrator that you have permission to do that.
At least the errormessage indicates that this could be the peoblems even tho i dont know why there must be written to a file to analyse the performance of a report.
anyway so far
‎2007 Jan 16 11:37 AM
Hi Vasanth,
I think its an authorization error, i am executing the program in Quality server in display mode , i dont have access to change any program,
Thnx for ur quick response.
Balu.
‎2007 Jan 16 11:10 AM
Hi,
Check if your program is active or not and if it contains in error.
Thanks,
Sutapa.
‎2007 Jan 16 11:13 AM
Hi ,
its in active mode only, i am checking the performance analysis in quality server.