cancel
Showing results for 
Search instead for 
Did you mean: 

UNZIP files in SAP system (HP-UX)

Former Member
0 Kudos

Experts,

I receive ZIP files (from windows system) to my SAP system (HP-UX). My requirement is to UNZIP it and use the contents (multiple PDF files). Is there a way I can do this? Thanks..

Regards

Arun.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

In addition to Rajesh's suggestion:

'unzip' program already should be installed in the path of ora<sid> user.

(in case of Oracle;

you didn't tell us)

Edited by: Joe Bo. on Apr 14, 2010 1:17 PM

Former Member
0 Kudos

Thanks Joe!

Really helpful hint for Oracle + HP-UX system.

-Roshan

Former Member
0 Kudos

Hi,

on HPUX system you can use below command:

If you have java installed,

#jar -xvf <filename.zip>

OR

#gzip -df <filename.zip>

Else you need to install "unzip". Have a look at the below link.

[Download unzip for HPUX|http://hpux.connect.org.uk/hppd/hpux/Misc/unzip-5.52/]

Regards.

Rajesh Narkhede