Kernel Steps
Kernel Steps
Uncar the files using the SAPCAR utility and store it in a directory. SAPCAR is a
program executable located in the KERNEL folder itself. If SAPCAR is not working,
then copy the executable from the kernel folder to the location where the .SAR
files are located.
SAPCAR -xvf <filename.SAR>
Copy the present kernel folder safely. This is important because the activity is
completely reversible and switching over to the old kernel will be possible.
/usr/sap/<SID>/SYS/exe/run
cp -R <source file > <destination>
Cause
Cause is missing C runtime Microsoft Dll's needed by SAP kernel.
Resolution
Check if the MS C-runtime with the so called "ATL" patch is installed on your
system:
Open a command-prompt:
Go to the c:\windows\winsxs folder.
Type dir *4053*
You should get an output like this:
Directory of C:\Windows\winsxs
x86_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.4053_none_d1c7
4053 is the patchlevel of the ATL patch from Microsoft.
If you don't get this output you can find the ATL package here: ATL Link.
Download and install the correct patch for your platform.