cancel
Showing results for 
Search instead for 
Did you mean: 

problem in loading the kernel files during kernel upgrade

Former Member
0 Kudos

Gurus ,

we are usinf solman 7.0 . our current patch level is 70 we are upgrading it to 159 . but when i try to uncar the files i get the error as ,

"SAPCAR: could not open for writing ABAP.pad (error 28). Permission denied"

the file ABAP.PAD has full prmission ....

how to get rid of this ..kindly help us .... we are strucked

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi susin,

For the unix based systems, you can check the permissions for file using the command ls -l,

check the user which your using is having Execute authorization

Answers (2)

Answers (2)

Former Member
0 Kudos

the problem is solved . the issue was with permission

0 Kudos

Hello susin,

I have the same problem. Which file permisson was exactly wrong/missing?

br

Martin

Former Member
0 Kudos

Hi!

Even not knowing which platform you are working on, first off try to create a file in the directory you are unpacking to. (create an empty textfile in windows or "touch test" when using unix). If this works, you need to check if your user got permissions to overwrite/delete the files in the kernel directory.

If touch fails then you need to adjust the permissions of the directory itself you are working in.

Also make sure the files are not in use.

Regards

Edited by: Christian Kaunzner on Dec 2, 2008 12:27 PM