An SQL trace is needed for a precise problem analysis.
Activate SQL trace:
- 1. System --> Utilities --> Trace SQL
- 2. Click on the button ´Trace on´ and enter the user ID
(It is also possible to enter * as the user ID)
The trace can be analyzed directly via R/3 and the button ´List Trace´.
On UNIX level, the file TRACE000 is created in the directory. /usr/sap/
If very large datasets are generated by the trace, increase the size of the profile parameter rstr/max_diskspace. Below, nn specifies the instance number (sometimes also called system number).
On a UNIX system or Windows NT proceed as follows:
- 1. Log on as user
- 2. Shut down the R/3 System.
- 3. Enter the following command to delete the SCSA:
sapmscsa pf=/usr/sap/
alternatively, you can execute the command
cleanipc nn remove ausführen. Auf NT Systemen muß kein sapmscsa/cleanipc ausgeführt werden.
- 4. Increase the value of rstr/max_diskspace in the instance profile
/usr/sap/
rstr/max_diskspace =32768000 (sample value, should be within the
framework of the free disk space available)
- 5. Restart R/3 and activate the SQL trace as described above.
If problems occur when you delete the SCSA refer to the collective Note 12715.
On AS/400, proceed as follows:
- 1. Log on as
- 2. Shut down R/3.
- 3. Enter the following command:
call sapmscsa 'pf = /usr/sap/
- 4. Increase the value of rstr/max_diskspace in the instance profile
/usr/sap/
rstr/max_diskspace =32768000 (sample value, should be within
the framework of the free disk space available)
- 5. Then enter the following command:
call sapmscsa 'pf = /usr/sap/
Additional key words
ST05
No comments:
Post a Comment