Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Runtime Analysis problem

Former Member
0 Likes
945

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
907

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

8 REPLIES 8
Read only

Former Member
0 Likes
908

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

Read only

0 Likes
907

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.

Read only

0 Likes
907

Hello any body help me

Read only

0 Likes
907

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

Read only

0 Likes
907

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

Read only

0 Likes
907

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.

Read only

Former Member
0 Likes
907

Hi,

Check if your program is active or not and if it contains in error.

Thanks,

Sutapa.

Read only

0 Likes
907

Hi ,

its in active mode only, i am checking the performance analysis in quality server.