Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
gabriella_kiss
Participant

1.

Determine, with which profile the sapstartsrv process is running?  Run the command:

          ps –ef | grep sapstartsrv | grep <SID>


2.

This profile , with which the sapstartsrv process is running, can be the start or the instance profile.

In the above example this is the start profile.

3.

The sapstartsrv process trace level can be increased via the service/trace  parameter. Normally the sapstartsrv trace is running with trace level 0. Maximum value is 3. Put e..g ’service/trace = 1’ in the respective profile.


4.

You can do the restart via command : sapcontrol –nr <nr>  -function RestartService

Normally you should not le running the sapstartsrv process running on an increased trace level for a longer time. Reproduce
the problem and set back the value of service/trace parameter to 0. Restart the sapstartsrv process again.