Error:
-bash: SAPCAR: command not found
Symptom: When you try to extract a .SAR file using SAPCAR you get this error.
Reason: You are not running SAPCAR from <sidadm> user
Solution:
Exit from current user
Login to <sidadm>
Go the path where your SAR file is located
> SAPCAR -xvf <SAR filnemae>
Alternative Solution:
If you want to run SAPCAR from any other user like root or ora<sid> you should specify the path
ex., /usr/sap/<SID>SYS/exe/SAPCAR -xvf <SAR filename>
tags: sapcar, bash, csh, root user, sidadm, -bash: SAPCAR: command not found,
Post a Comment