cancel
Showing results for 
Search instead for 
Did you mean: 

How to use the command SAPCAR in AS400

Former Member
0 Kudos

Hi Gurus,

I try to install LSMW 1.8 in my AS400 server but the manul of instalation talk about command CAR for descompress the file .CAR , but in AS400 I haven't this command. The command in AS400 is SAPCAR but what parameter I need to descompress the file LSMW180.CAR ??????

thanks for your aid.

Saludos.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Fan Yu

I execute qshel but the command in this mode not work, the command sapcar is not found. I want execute sapcar command in "native" mode of as400. the instalation manual have this command "CAR -xvf <sourcedir>/LSMW180.CAR" but in mode OS400 what is the sintaxis of SAPCAR?????????

Thanks

Former Member
0 Kudos

> I execute qshel but the command in this mode not work, the command sapcar is not found.

Run it as SIDADM, ADM or OFR user has environment variable PATH=/usr/sap/<SID>/SYS/exe/run:/usr/bin

Or just change current directory to kernel directory:

qsh

cd /usr/sap/<SID>/SYS/exe/run

./sapcar -xvf xxx.sar

Former Member
0 Kudos

Hi Tulio

Why don't you just transfer the file to windows folder, download sapcar.exe for x86 from service marketplace on your windows system to the same folder wher you ftped LSMW180.CAR and then:

command prompt>navigate to the directory wher u have ftped the file>

SAPCAR -xvf LSMW180.CAR

Tranfer all the resultant files(except SAPCAR) to iseries back and you are all good...

Hope that helps....

Thanks

Abhi

Former Member
0 Kudos

Hi Saludos,

I would say, you should then run it on windows ... this is the same, but works perhaps easier for you ...

i5:

sapcar '-xvf LSMW180.CAR'

Windows:

sapcar -xvf LSMW180.CAR

... easy, isn't it ?

Regards

Volker Gueldenpfennig, consolut international ag

http://www.consolut.net - http://www.4soi.de - http://www.easymarketplace.de

Former Member
0 Kudos

In Qshell mode it enables you to run most UNIX type commands: run command "qsh"