Saturday 22 November 2014

File adapter logs in sap

/usr/sap/sid/DVEBMGS00/j2ee/cluster/server0/log/services/com.sap.aii.adapter.file.svc

cp default.*.trc /SID/temp/traces

Ex:
find . -name "*" -exec grep -l 4a7a7004-406a-00bb-e100-80000a2704a2 {} \;
find . -name "*" -exec grep -li B26ED981856C4225163DCE41F54B0BA6 {} \;

Also run the following commands from /usr/sap/SID/J<C>12/j2ee/cluster/server0/log
find . -name "*" -exec grep -li <message id> {} \;
This command will list files with a match for the failed message. Take a bakup of these files as well.


No comments:

Post a Comment