cancel
Showing results for 
Search instead for 
Did you mean: 

.ZP file extraction not working on Linux

Former Member
0 Kudos

Hello all,

The OS I am working with is Unix (SLES 10).

Can someone please provide instruction as to how to extract .ZIP files downloaded from Marketplace?

I have downloaded a file called :

51034992_8.ZIP It is called : SAP_ERP_6.0_SR3_IDES_Inst._Master

When extracting the sapinst file has the following permissions, I then do "ls -lrt sapinst*

I get

-rw-rr 1 root root 21817908 Mar 6 2008 sapinst

Soooooo - this means I can't run it because I cannot execute it.

Is one supposed to use unzip to unzip the .ZIP files or something else?

Why are the permissions wrong? Why after extraction can I not run sapinst?

TIA

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I have downloaded a file called :

51034992_8.ZIP It is called : SAP_ERP_6.0_SR3_IDES_Inst._Master

When extracting the sapinst file has the following permissions, I then do "ls -lrt sapinst*

I get

-rw-rr 1 root root 21817908 Mar 6 2008 sapinst

Soooooo - this means I can't run it because I cannot execute it.

Is one supposed to use unzip to unzip the .ZIP files or something else?

Of course you should unzip it and then navigate inside to the currresponding file named sapinst in the correct folder of your os and database inside the installation master DVD which you have downloaded.

Regards,

Jazz

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi all,

Thanks for the responses.

What I wound up doing is just changing the permissions of all of the files in the directory so that they were 755.

After that, all was OK

TIA

Former Member
0 Kudos

HI Casey

Unzipping the file would allow you with the execution rights for the same.

Regards

Chen

Former Member
0 Kudos

Hello Casey,

> -rw-rr 1 root root 21817908 Mar 6 2008 sapinst

> Soooooo - this means I can't run it because I cannot execute it.

and a simple

chmod +x sapinst

does not work?

Regards, Michael