cancel
Showing results for 
Search instead for 
Did you mean: 

how to extract .SAR files

Former Member
0 Kudos

Hi All

Can anybody tell me how to extract .SAR files. Is it possible through sapcar.exe, if so how.

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanx

Former Member
0 Kudos

Hi Bhupendra,

I too m doing the same changes in the system.

But while importing the request in developement client it ends with errors. ( RC=8 ).

The error says : Object FORM J_1IEWT_CERT has not yet been imported successfully

Did you face any such error while transporting. if yes; can you please share what was the solution for the same.

If anybody else had come across this issue; please let me know the solution.

Thanks.

--Shamish

Former Member
0 Kudos

Hi

- Go to the directory where you want to decompress via the "cd" command

- SAPCAR -xvf <your-SAR-file>

On AS/400: SAPCAR '-xvf <your-SAR-file>'

- Then all files and directories, that are stored in this archive,

become decompressed.

To list the contents of an archive:

SAPCAR -t[vs][f archive]

Hope this helps.

Cheers

Senthil

Former Member
0 Kudos

whtn i run SAPCAR -xvf TDS.SAR

it says ksh: sapcar not found, in AIX 5.1

Former Member
0 Kudos

Look at /sapmnt/<SID>/exe, SAPCAR should be located there.

If you run SAPCAR as a different user than <sid>adm, try to specify the full path:

/sapmnt/<SID>/exe/SAPCAR -xvf TDS.SAR

Best regards,

Elmar.

Former Member
0 Kudos

but this also does not work

i tried in directory /sapmnt/sid/exe / SAPCAR -xvf TDS.SAR

Former Member
0 Kudos

<i>> i tried in directory /sapmnt/sid/exe / SAPCAR -xvf TDS.SAR </i>

Did you replace <SID> with the system ID of your SAP system? E.g., if the system ID of your system is PRD, try

/sapmnt/PRD/exe/SAPCAR -xvf TDS.SAR

Or better, log on as <sid>adm (e.g. prdadm, if the system ID of your system is PRD), and run

SAPCAR -xvf TDS.SAR

Best regards,

Elmar.

Former Member
0 Kudos

yes i issued /sapmnt/CRD/exe/SAPCAR -xvf TDS.SAR

Former Member
0 Kudos

<i>> yes i issued /sapmnt/CRD/exe/SAPCAR -xvf TDS.SAR</i>

what error do you get?

Can you do a

ls -l /sapmnt/CRD/exe/SAPCAR

What happens if you call

SAPCAR -xvf TDS.SAR

as user crdadm?

- Elmar

Former Member
0 Kudos

same command not found do you have sapcar.exe, if possible please send me, i want to check whether sapcar which i have is working or it is corrupted.

my email id : bhupi75@gmail.com,

bhupi75@rediffmail.com

thanks

Former Member
0 Kudos

ok elmar its fine now i got extracted but now i got two files R252127.P6B & K252127.P6B what is this format.

if you can help in this its ok

anyway thankyou very much for kind help

Former Member
0 Kudos

You can download SAPCAR from the same location where you find kernel patches for you SAP system, the location for e.g. NW2004 would be:

http://service.sap.com/swdc

-> Download

-> Support Packages and Patches

-> Entry by Application Group

-> SAP NetWeaver

-> SAP NETWEAVER

-> SAP NETWEAVER 04

-> Entry by Component

-> Application Server ABAP

-> SAP KERNEL 6.40 64BIT

-> AIX 64bit

-> #Database independent

You may have to adapt the path to match your SAP Release, OS etc.

- Elmar

Former Member
0 Kudos

This looks like a transport, K252127.P6B is the cofile and R252127.P6B the datafile.

Ask the person who gave you the SAR file for more details...

Best regards,

Elmar.

Former Member
0 Kudos

this sar file is a attachment in note number 1046758

if you know about please suggest me what this note says.

we have applied corrections, do we need to apply this sar file also or what else

Former Member
0 Kudos

Hi,

reading the note, I found that it refers to the notes 480180 and 13719 for more information about applying the patch. I can not tell you wether you have to apply this patch or not...

The patch seems to contain a changed SAP Script form due to some legal changes in India - if you need the changes to this form, you'll have to apply it.

Basically - this is what note 13719 says - copy the cofile to /usr/sap/trans/cofiles, the data file to /usr/sap/trans/data, go to STMS, add P6BK252127 to the import queue (open the import queue of your system, go to Extras -> Other Requests -> Add) of your system and import it. Note 13719 says to import from the operating system level by calling tp directly, using STMS should also work.

Best regards,

Elmar.