Quantcast
Channel: SCN: Message List - SAP NetWeaver Administrator
Viewing all articles
Browse latest Browse all 8487

Re: Error while applying support stack through jspm

$
0
0

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.


Viewing all articles
Browse latest Browse all 8487

Trending Articles