CORRUPT SERVICE LAYER

CORRUPT SERVICE LAYER

To remove corrupt files in Service layer log in to database server and go to:
/usr/sap/SAPBusinessOne/ServiceLayer/logs/

Or type in terminal the following commands
1) cd /usr/sap/SAPBusinessOne/ServiceLayer/logs/
2) ls (to list files in /usr/sap/SAPBusinessOne/ServiceLayer/logs/)
3) /etc/init.d/b1s stop (To stop service layer)
4) rm *(To delete all corrupt files in /usr/sap/SAPBusinessOne/ServiceLayer/logs/)
5) /etc/init.d/b1s start (To start service layer error free)