
You are getting issue on SAP Host agent and you wanted to dig further on the error details. In that case, you need to increase the trace level for SAP Host agent.
1. Go to the SAP Host Agent profile directory. In this example, we are going to use Linux operating system.
/usr/sap/hostctrl/exe (LINUX) C:\Program Files\SAP\hostctrl\exe\ (WINDOWS)
2. Look for host_profile file and add entry hostexec/trace and service/trace with value of 3 each.
hostexec/trace = 3 service/trace = 3
3. Restart the SAP Host Agent.
saphostexec -restart (using ROOT user ID)
Note:
The trace log file will be bigger as there will be more traces captured. Please set the value back to 1 (or comment with #) once you have complete the activities.



