cancel
Showing results for 
Search instead for 
Did you mean: 

Error while applying support stack through jspm

Former Member
0 Kudos

Dear All,

I got error in middle while applying the java support packages.

Please find the below error message and give us your valuable suggestions.

Error: Aborted: software component 'UWLJWF'/'sap.com'/'SAP AG'/'1000.7.01.12.0.20120711231400''/'8':

Failed deployment of SDAs:

development component 'com.sap.netweaver.bc.wf.db'/'sap.com'/'SAP AG'/'7.0112.20120709100339.0000'/'8' : aborted

Please, look at error logs above for more information!

Jul 7, 2013 3:01:31 PM   Info: Starting to save the repository

Jul 7, 2013 3:01:32 PM   Info: Finished saving the repository for 750 ms.

Jul 7, 2013 3:01:32 PM   Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.

Jul 7, 2013 3:01:32 PM   Error: ---------------- At least one of the Deployments failed ---------------

Thanks& Regards,

Vijay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vijay,

Try to look for error messages from SDM logs located in /usr/sap/<SID>/<INSTANCE_NAME>/SDM/program/log and JSPM logs in /usr/sap/<SID>/<Central instance name>/j2ee/JSPM/log especially the JSPM_MAIN.LOG file.

Yashith

Former Member
0 Kudos

Dear All,

Thanks for your valuable replies.

My issue has been resolved.

Solution:

1. Download the script kmcpkis.sql from sap note: 978042

2. Login to sqlplus with schema user id [sapsr3db]

3. Execute

SQL> @kmcpkis.sql

4. C:\Documents and Settings\SIDadm>exp sapsr3db/password FILE=KMC_WF_SUBSTITUTE.dmp LOG=KMC_WF_SUBSTITUTE.log TABLES=KMC_WF_SUBSTITUTE.

5.

SQL> CREATE TABLE sapsr3db.KMC_WF_SUBSTITUTE_backup AS (SELECT * FROM sapsr3db.KMC_WF_SUBSTITUTE);

Table created.

SQL> drop TABLE KMC_WF_SUBSTITUTE;

  Table dropped


SQL>Commit;

After Support stack completed again created same table from backup [KMC_WF_SUBSTITUTE_backup] table.

SQL> CREATE TABLE sapsr3db.KMC_WF_SUBSTITUTE AS (SELECT * FROM sapsr3db.KMC_WF_SUBSTITUTE_backup);

Table create

SQL>Commit;

Thanks & Regards.

Answers (2)

Answers (2)

Sriram2009
Active Contributor
0 Kudos

Hi Vijay

As you have mentioned, the log show the software component 'UWLJWF' need to apply the patches for this could you share you support package level form & to and also find the log then we can tell u the right solutions

Thanks

Sriram

Former Member
0 Kudos

Hi Sriram,

Component stack upgrade from 5 to 12.

Though solution manager, we calculated the stack level.

Regards,

Vijay

Sriram2009
Active Contributor
0 Kudos

Hi Vijay    

Kindly follow the sap note and if it require apply the patch for software component 'UWLJWF'


Note 1133821 - UWL Destination Service configuration

Thanks

Sriram

Nibu
Contributor
0 Kudos

HI Vijaya,

Have you re tried applying the same ? Please try and are your JSPM in latest version ?

bxiv
Active Contributor
0 Kudos

Do either of these Snotes help:

7.0.460EP-BC-UWL1442501Deployment problem of com.sap.netweaver.bc.wf.db.sda03/30/2011
8.0.220EP-BC-UWL1569298Error during deployment of com.sap.netweaver.bc.uwl.db03/17/2011