cancel
Showing results for 
Search instead for 
Did you mean: 

Duel stack split using export import method

Former Member
0 Kudos

Hello All,

We are doing spiting ABAP+JAVA to Abap and Java using Export  import method

We Exported Abap and Java successfully , then we imported Abap only  also

when iam importing Java , we are facing the bellow issue while giving the Export dump

any workaround to over come this issue

ERROR 2015-03-26 15:46:56

CJS-00030  Assertion failed: in function NW_Jload_ind_ind_ind_ind_DialogPhase_checkJavaExport() {    var nw = NWInstall.getSystem(context.get("sid"));    var fstream = FSPath.getPath(installer.getCD("JMIG"), "SOURCE.PROPERTIES").getNode().getFileStream("READ");    var sourceProps = new JavaProperties(fstream);    fstream.close();    var sourceInstance = sourceProps.get("src.ci.instance.name").value();    var sourceInstanceIsDouble = /^D/.test(sourceInstance);    var sourceInstanceIsJavaOnly = /^J/.test(sourceInstance);    var hasABAP = nw.hasABAP();    var hasJava = nw.hasJava();    if (hasABAP && hasJava) {        ASSERT(arguments.callee, sourceInstanceIsDouble, "Importing the Java dump from a Java Only system into a double stack system is not supported.");    }   if (!hasABAP && hasJava) {        ASSERT(arguments.callee, sourceInstanceIsJavaOnly, "Importing the Java dump from a double stack system into a Java Only system is not supported.");    }}Importing the Java dump from a double stack system into a Java Only system is not supported.

ERROR 2015-03-26 15:46:56

MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.

ERROR 2015-03-26 15:46:56

FCO-00011  The step checkJavaExport with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_Jload|ind|ind|ind|ind|9|0|checkJavaExport was executed with status ERROR .

Regards

Babu

Accepted Solutions (0)

Answers (2)

Answers (2)

Sriram2009
Active Contributor
0 Kudos

Hi Babu

1.  What is the SAP system version on source & target systems?

2. At the target system use the old version of SWPM.

BR

SS

Former Member
0 Kudos

you can't export dual stack system and import as seprate system as ABAP and JAVA.

You have to use the split tool. Read http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f061354e-9a6a-2f10-a4bc-b5dbccfe5...