cancel
Showing results for 
Search instead for 
Did you mean: 

SAPCAR returns with error 139

Former Member
0 Kudos

Hi, I'm installing the SAP R3SETUP version 4.6c and Sun 10 with Oracle as DB and my new issue is when I execute..

./R3SETUP -f CENTRAL.R3S

>> Extracting the Database-Dependent SAP system Executables

>>

>> MM-DD HH:MM:SS EXTRACTSAPEXE_IND_IND InternalInstallationDo:0

>> /<My installation directory>/SAPCAR returns with error 139.

In advance thank you.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please check if "/sapmnt/SID/exe'" has 765 permission and owne sidadm:sapsys.

It seems, that it is permission problem....

and

If it doesn't help you, just download latest SAPCAR from OSS ... replace it and try again...

Regards.

Rajesh Narkhede

Former Member
0 Kudos

Hi,Rajesh

Thanks a lot for your helpfull answers, I've changed the permission for /sapmnt/<SAPID>/exe and I know that my SAPCAR is the last version but I continue with the same problem.

May be a problem with the SAPEXEDB.SAR?

Kind regards,

Former Member
0 Kudos

Hi,

You can manually extract the SAPEXEDB.SAR ...

First copy .SAR (file you want to extract) and SAPCAR file in /sapmnt/SID/exe (in the kernel directory)

Then go to /sapmnt/SID/exe and give the following command

SAPCAR -xvf SAPEXEDB.SAR

if it fails at SAPCAR

then rename existing SAPCAR to SAPCAR1

then use the below command

SAPCAR1 -xvf SAPEXEDB.SAR

it will work...

Regards.

Rajesh Narkhede

Former Member
0 Kudos

Hi,Rajesh.

I try to realize your reply but I don´t get my goal.

One hour later, the system is blocked in:

INFO 2010-01-13 15:30:15 EXTRACTSAPEXEDB_IND_IND SyCoprocessCreate:300

Creating coprocess //SAPCAR puts out:

Former Member
0 Kudos

Hi,

Now I am doubtfull about your kernel dvd contents... Can you re-copy your kernel dvd on the local disk and try again ?

There may be a copying error while you dump the kernel dvd, it may be currupted...

Regards.

Rajesh Narkhede

Former Member
0 Kudos

Hi, Rajesh.

Your solution for my issue was correct.

First copy .SAR (file you want to extract) and SAPCAR file in /sapmnt/SID/exe (in the kernel directory)

Then go to /sapmnt/SID/exe and give the following command

SAPCAR -xvf SAPEXEDB.SAR

if it fails at SAPCAR

then rename existing SAPCAR to SAPCAR1

then use the below command

SAPCAR1 -xvf SAPEXEDB.SAR

Thanks!!

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

What do you see if you execute the SAPCAR command manually (with the parameters to uncar SAPEXEDB)?

Markus

Former Member
0 Kudos

I guess you're referring to this command, right?

Creating coprocess /<INSTDIR>/SAPCAR -tvgf

/sapcd/UNIX/SUNOS_64/SAPEXEDB.SAR ...

And I must to do..

cd /<INSTDIR>

/instdgp/SAPCAR -tvgf /sapcd/UNIX/SUNOS_64/SAPEXEDB.SAR

Is it correct?