cancel
Showing results for 
Search instead for 
Did you mean: 

Dual stack patching issue

Former Member
0 Kudos

Hi,

We are patching a dual stack(abap+java) nw04 system from sp9 to sp20.

Abap patching is completed and the java patching is stopping at deploy_online phase.We are getting an error message saying " the SDM call of deploySdaList returns with return code4".

-


from the log,

Sep 6, 2007 4:20:24 PM Info: Summarizing the deployment results:

Sep 6, 2007 4:20:24 PM Error: Aborted: D:\sp20\J2EE-RUNT-CD\J2EE-ENG\ONLINE\SAPJTECHS20_0.SCA

Sep 6, 2007 4:20:24 PM Error: Processing error. Return code: 4

Can any one help me out in this?

Regards,

Sanjith

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

After applying Abap patches, bounce the SAP all. clean the buffer ( as sid<adm> cleanipc intance remove). apply again.

one more things, how are you applying java patches? did u download four .car files and they need to be extracted in sequence? are you following sequence?

Thanks,

Former Member
0 Kudos

Hi Afi,

I have extracted the car files in a sequence only. Could you please tell me what do you mean by bouncing the SAP all and could you please help me in how to clean the buffer?

Regards,

Sanjith

Answers (1)

Answers (1)

Former Member
0 Kudos

OK Here are some steps;

Bounce means stop and start it again; do the follwing;

1. stop sap

2. stop saposcol: as <sid>adm, saposcol -k

3. as <sid>adm: unix level command- cleanipc (instance #) remove

5. start it again.

Hopfully, it will work for you.

Take care. If u are based on windows, try to search to clean buffer in os level for windows. I think it should be the same for WINDOWS... or if u dont feel confirtable cleaning buffer or having hard time to understand, just restart your machine. it will do it auto.........

thanks