Application Development 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: 

Problem in SE30

Former Member
0 Kudos

Hi all,

I am trying to analyze the peformance of my program in SE30. but, the system throws the following message "Unable to write to the measurement data file" after execution.

Please suggest me a way to overcome this, and perform runtime analysis.

thanks,

Rajan

1 ACCEPTED SOLUTION

P561888
Active Contributor
0 Kudos

Hi,

In your program you are creating the file in application server or presentation server?

Regards,

Bharani

5 REPLIES 5

0 Kudos

Hi,

Check with your admnistrator. When doing SE30 measurement, a file is created in presentation server.

Maybe there is no more space available to create this file.

former_member194613
Active Contributor
0 Kudos

you can check whether there are other files on your application server, maybe there is not enough space.

Try to remove old ones.

Or your admin should change size quota.

It can also be that there is a general problem with writing of trace files.

P561888
Active Contributor
0 Kudos

Hi,

In your program you are creating the file in application server or presentation server?

Regards,

Bharani

0 Kudos

Hi Bharani,

SE30 will write it to the application server.

Kind regards,

Hermann

P561888
Active Contributor
0 Kudos

Hi ,

I think there will be problem in these case.

1. When the file is unable to create (It is not your problem).

2. The File is very huge that your application server can't able to create any file for that size.

3. Your application server is fill with all other file. So delete the unnecc. ones and ask the BASIS people to check this.

Regards,

Bharani