cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with BW(abap+java) split

Former Member
0 Kudos

Good time of day!

Plz, help me.

I tried to split my BW(java+abap)7.0 system(prepare for update to 7.01 and 7.30).

I uses DUALSTACKSPLIT2001_2-10010668.SAR

Option "Keep database"

First 3 steps executed normaly.

Problem with "Install Java Central Instance"

On step "Install Java engine"

returned(sapinst.log😞

ERROR 2012-07-25 10:05:55.772
FJS-00003  TypeError: this.output has no properties (in script DSS_Distributed_InstallJava_CI|ind|ind|ind|ind, line 6525: ???)

ERROR 2012-07-25 10:05:56.88
FCO-00011  The step retrieveSchemaUser with step key |DSS_Distributed_InstallJava_CI|ind|ind|ind|ind|0|0|NW_Java_CI|ind|ind|ind|ind|java_ci|0|NW_CI_Instance|ind|ind|ind|ind|ci|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|javaconfig|0|retrieveSchemaUser was executed with status ERROR ( Last error reported by the step: TypeError: this.output has no properties (in script DSS_Distributed_InstallJava_CI|ind|ind|ind|ind, line 6525: ???)).

INFO 2012-07-25 10:05:56.336
Creating file /tmp/sapinst_instdir/DSS/KeepDB/ORA/InstallCI/__instana_tmp.xml.

sapinst_loginquirer.log:

TRACE      2012-07-25 10:05:58.518
SAPInst calls the LogInquirer because of an error in execution of step |DSS_Distributed_InstallJava_CI|ind|ind|ind|ind|0|0|NW_Java_CI|ind|ind|ind|ind|java_ci|0|NW_CI_Instance|ind|ind|ind|ind|ci|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|javaconfig|0|retrieveSchemaUser.

TRACE      2012-07-25 10:05:58.536
  Call block:CallBackInCaseOfAnErrorDuringStepExecution
    function:CallTheLogInquirer
is validator: true

WARNING    2012-07-25 10:05:58.538 [iaxxejshlp.cpp:150]
Could not get property IDs of the JavaScript object.

ERROR      2012-07-25 10:05:58.538 [iaxxejsctl.cpp:367]
FJS-00010  Could not get value for property .

TRACE      2012-07-25 10:05:58.568
A problem occurs during execution the LogInquirer callback. SAPinst will switch back to the standard behavior.

Accepted Solutions (1)

Accepted Solutions (1)

former_member189725
Active Contributor
0 Kudos

what is the database and OS ?

Can you extract JCE policy files (jce_policy_XXX.zip) to the path <JAVA_HOME>/jre/lib/security

The files are local_policy.jar and US_export_policy.jar.

Check is that works.

Also make sure you have completed all the prerequisites.

Regards

Ratnajit

Former Member
0 Kudos

Database: oracle 11.2.0.1

OS: Linux x86_64 (redhat)

jars extracted - no effect:(

former_member189725
Active Contributor
0 Kudos

Did you provide the database SID different for the JAVA stack than for the ABAP stack?

Also did you create the SAP filesystems for JAVA stack?

Also suggest you to patch the Oracle software to 11.2.0.2

Regards

Ratnajit

Former Member
0 Kudos

"Did you provide the database SID different for the JAVA stack than for the ABAP stack?"

Yes. First letter different

"Also did you create the SAP filesystems for JAVA stack?"

Oh? What? May be problem in this. What actions needed?

"Also suggest you to patch the Oracle software to 11.2.0.2"

You want to say that the split is not possible on 11.2.0.1?

I want update oracle to 11.2.0.3, but after update BW7.3

former_member189725
Active Contributor
0 Kudos

filesystem for JAVA system

/usr/sap/<JAVA_SID>

/sapmnt/<JAVA_SID>

Are these directories created by sapinst , can you check

Split is possible with 11.2.0.1 , just a recommendation . Its fine if you plan to move to 11.2.0.3

Regards

Ratnajit

Former Member
0 Kudos

"filesystem for JAVA system"

All this dirs created by split tool.

former_member189725
Active Contributor
0 Kudos

Can you check this SAP note

Note 870863 - (OUTDATED) Hom./Het.System Copy SAP NetWeaver 2004s

Extract from the above note

*****************************************************************

If you install the Central Instance for 'AS ABAP and AS Java' or 'AS Java' you will get later the error:

    FCO-00011  The step retrieveSchemaUser with step key |NW_Doublestack_CI|ind|ind|ind|ind|10|0|retrieveSchemaUser was executed with status ERROR .

    6. Edit keydb.xml

    Search for the string 'retrieveSchemaUser and replace the following

    <strval><![CDATA[ERROR]]> by <strval><![CDATA[OK]]>

    Search for the string 't_NWDB_ind' and replace

    <fld name="javaSchema">

      <strval><![CDATA[***some value like SAPXXXDB ***]]>

    by

    <fld name="javaSchema">

      <strval><![CDATA[name of the schema for Java]]>

**********************************************************

Before you make a change , stop the sapinst process . Also backup the keydb.xml file before editing.

Regards

Ratnajit

Former Member
0 Kudos

Thanks!

I change <strval><![CDATA[ERROR]]> by <strval><![CDATA[OK]]>... and sapinst failed with

"

Execution of the command "/opt/IBMJava2-amd64-142/bin/java -classpath /usr/sap/JRD/SYS/global/sltools/sharedlib/launcher.jar:. com.sap.engine.offline.OfflineToolStart com.sap.sdt.jmt.migrationtool.MigrationToolImport /usr/sap/JRD/SYS/global/sltools/jmt:/usr/sap/JRD/SYS/global/sltools/sharedlib import.switch resume downtime mti.properties" finished with return code 1. Output:

JVMJ9VM007E Command-line option unrecognised: -Xjvm:j9vm23

Could not create the Java virtual machine.

"

But this is other error..

"

Search for the string 't_NWDB_ind' and replace 

    <fld name="javaSchema">

      <strval><![CDATA[***some value like SAPXXXDB ***]]>

    by

    <fld name="javaSchema">

      <strval><![CDATA[name of the schema for Java]]>"

In my option:

<fld name="javaSchema"> 

      <strval><![CDATA[SAPSR3DB]]>

And this correct java schema

former_member189725
Active Contributor
0 Kudos

Please check the SAP note

Note 1159935 - IBM JDK 1.4.2 x86_64 option unrecognised: -Xjvm:j9vm23

You will have to update the IBM JDK.

Regards

Ratnajit

Former Member
0 Kudos

I now.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Vsevolod,

Are you splitting Abap and Java stack on same host?

Please go through sapinst.log from the start, not only look for the error which we get at the end of the log file. You might get some hint.

Meanwhile you can raise an oss call.

Regards,

Vishal

Former Member
0 Kudos

"Are you splitting Abap and Java stack on same host?"

Yes.

cat sapinst.log
INFO 2012-07-25 10:04:13.669
Creating file /tmp/dev_sap_kernel_test_25_Jul_2012_10_04_13.

INFO 2012-07-25 10:04:13.670
Removed file /tmp/dev_sap_kernel_test_25_Jul_2012_10_04_13.

INFO 2012-07-25 10:04:13.676
Real group ID set to 500.

INFO 2012-07-25 10:04:13.696
Working directory changed to /tmp/sapinst_exe.18470.1343196251.

INFO 2012-07-25 10:04:13.699
Working directory changed to /opt/splitilka.

INFO 2012-07-25 10:04:13.731
Password set for account user="sapsdt" uid="502".

INFO 2012-07-25 10:04:13.761
Creating file /tmp/dev_sap_kernel_test_25_Jul_2012_10_04_13.

INFO 2012-07-25 10:04:13.761
Removed file /tmp/dev_sap_kernel_test_25_Jul_2012_10_04_13.

INFO 2012-07-25 10:04:14.142
Creating file /tmp/sapinst_instdir/x.

INFO 2012-07-25 10:04:14.142
Removed file /tmp/sapinst_instdir/x.

INFO 2012-07-25 10:04:14.155
Authorizations set for /tmp/sapinst_instdir.

INFO 2012-07-25 10:04:14.155
Working directory changed to /tmp/sapinst_exe.18470.1343196251.

INFO 2012-07-25 10:04:14.169
Working directory changed to /opt/splitilka.

INFO 2012-07-25 10:05:01.417
Creating file /tmp/sapinst_instdir/DSS/KeepDB/ORA/InstallCI/x.

INFO 2012-07-25 10:05:01.417
Removed file /tmp/sapinst_instdir/DSS/KeepDB/ORA/InstallCI/x.

INFO 2012-07-25 10:05:05.219
Creating file /tmp/sapinst_instdir/x.

INFO 2012-07-25 10:05:05.220
Removed file /tmp/sapinst_instdir/x.

INFO 2012-07-25 10:05:05.223
Authorizations set for /tmp/sapinst_instdir.

INFO 2012-07-25 10:05:05.225
Removed file /tmp/sapinst_instdir/DSS/KeepDB/ORA/InstallCI/dev_sap_kernel.

INFO 2012-07-25 10:05:05.226
Removed file /tmp/sapinst_instdir/DSS/KeepDB/ORA/InstallCI/dev_sap_kernel.

INFO 2012-07-25 10:05:06.571
Copied file '/tmp/sapinst_instdir/DSS/KeepDB/ORA/InstallCI/keydb.xml' to '/tmp/sapinst_instdir/DSS/KeepDB/ORA/InstallCI/keydb.4.xml'.

INFO 2012-07-25 10:05:07.464
Copied file '/tmp/sapinst_instdir/DSS/KeepDB/ORA/InstallCI/statistic.xml' to '/tmp/sapinst_instdir/DSS/KeepDB/ORA/InstallCI/statistic.3.xml'.

INFO 2012-07-25 10:05:43.616
Working directory changed to /tmp/sapinst_exe.18470.1343196251.

INFO 2012-07-25 10:05:43.617
Working directory changed to /tmp/sapinst_instdir/DSS/KeepDB/ORA/InstallCI.

INFO 2012-07-25 10:05:43.619
Working directory changed to /tmp/sapinst_exe.18470.1343196251.

INFO 2012-07-25 10:05:43.620
Working directory changed to /tmp/sapinst_instdir/DSS/KeepDB/ORA/InstallCI.

INFO 2012-07-25 10:05:43.728
Working directory changed to /tmp/sapinst_exe.18470.1343196251.

INFO 2012-07-25 10:05:43.729
Working directory changed to /tmp/sapinst_instdir/DSS/KeepDB/ORA/InstallCI.

INFO 2012-07-25 10:05:43.952
Working directory changed to /tmp/sapinst_exe.18470.1343196251.

INFO 2012-07-25 10:05:43.954
Working directory changed to /tmp/sapinst_instdir/DSS/KeepDB/ORA/InstallCI.

INFO 2012-07-25 10:05:46.419
Copied file '/tmp/sapinst_instdir/DSS/KeepDB/ORA/InstallCI/inifile.xml' to '/tmp/sapinst_instdir/DSS/KeepDB/ORA/InstallCI/inifile.3.xml'.

INFO 2012-07-25 10:05:46.655
Working directory changed to /tmp/sapinst_exe.18470.1343196251/jre/lib/amd64/server.

INFO 2012-07-25 10:05:46.658
Working directory changed to /tmp/sapinst_instdir/DSS/KeepDB/ORA/InstallCI.

INFO 2012-07-25 10:05:49.815
Execute step retrieveSchemaUser of component |DSS_Distributed_InstallJava_CI|ind|ind|ind|ind|0|0|NW_Java_CI|ind|ind|ind|ind|java_ci|0|NW_CI_Instance|ind|ind|ind|ind|ci|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|javaconfig|0

INFO 2012-07-25 10:05:53.702
Working directory changed to /tmp/sapinst_exe.18470.1343196251.

INFO 2012-07-25 10:05:53.703
Working directory changed to /tmp/sapinst_instdir/DSS/KeepDB/ORA/InstallCI.

INFO 2012-07-25 10:05:53.713
Working directory changed to /tmp/sapinst_exe.18470.1343196251.

INFO 2012-07-25 10:05:53.717
Working directory changed to /tmp/sapinst_instdir/DSS/KeepDB/ORA/InstallCI.

INFO 2012-07-25 10:05:54.245
Working directory changed to /tmp/sapinst_exe.18470.1343196251.

INFO 2012-07-25 10:05:54.299
Working directory changed to /tmp/sapinst_instdir/DSS/KeepDB/ORA/InstallCI.

ERROR 2012-07-25 10:05:55.772
FJS-00003  TypeError: this.output has no properties (in script DSS_Distributed_InstallJava_CI|ind|ind|ind|ind, line 6525: ???)

ERROR 2012-07-25 10:05:56.88
FCO-00011  The step retrieveSchemaUser with step key |DSS_Distributed_InstallJava_CI|ind|ind|ind|ind|0|0|NW_Java_CI|ind|ind|ind|ind|java_ci|0|NW_CI_Instance|ind|ind|ind|ind|ci|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|javaconfig|0|retrieveSchemaUser was executed with status ERROR ( Last error reported by the step: TypeError: this.output has no properties (in script DSS_Distributed_InstallJava_CI|ind|ind|ind|ind, line 6525: ???)).

INFO 2012-07-25 10:05:56.336
Creating file /tmp/sapinst_instdir/DSS/KeepDB/ORA/InstallCI/__instana_tmp.xml.

INFO 2012-07-25 11:39:36.942
An error occured and the user decided to retry the current step: "|DSS_Distributed_InstallJava_CI|ind|ind|ind|ind|0|0|NW_Java_CI|ind|ind|ind|ind|java_ci|0|NW_CI_Instance|ind|ind|ind|ind|ci|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|javaconfig|0|retrieveSchemaUser".

INFO 2012-07-25 11:39:36.953
Working directory changed to /tmp/sapinst_instdir/DSS/KeepDB/ORA/InstallCI.

ERROR 2012-07-25 11:39:41.511
FJS-00003  TypeError: this.output has no properties (in script DSS_Distributed_InstallJava_CI|ind|ind|ind|ind, line 6525: ???)

ERROR 2012-07-25 11:39:41.833
FCO-00011  The step retrieveSchemaUser with step key |DSS_Distributed_InstallJava_CI|ind|ind|ind|ind|0|0|NW_Java_CI|ind|ind|ind|ind|java_ci|0|NW_CI_Instance|ind|ind|ind|ind|ci|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|javaconfig|0|retrieveSchemaUser was executed with status ERROR ( Last error reported by the step: TypeError: this.output has no properties (in script DSS_Distributed_InstallJava_CI|ind|ind|ind|ind, line 6525: ???)).

INFO 2012-07-25 11:39:42.79
Creating file /tmp/sapinst_instdir/DSS/KeepDB/ORA/InstallCI/__instana_tmp.xml.

INFO 2012-07-25 11:40:52.97
An error occured and the user decided to retry the current step: "|DSS_Distributed_InstallJava_CI|ind|ind|ind|ind|0|0|NW_Java_CI|ind|ind|ind|ind|java_ci|0|NW_CI_Instance|ind|ind|ind|ind|ci|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|javaconfig|0|retrieveSchemaUser".

INFO 2012-07-25 11:40:52.112
Working directory changed to /tmp/sapinst_instdir/DSS/KeepDB/ORA/InstallCI.

ERROR 2012-07-25 11:40:56.616
FJS-00003  TypeError: this.output has no properties (in script DSS_Distributed_InstallJava_CI|ind|ind|ind|ind, line 6525: ???)

ERROR 2012-07-25 11:40:56.951
FCO-00011  The step retrieveSchemaUser with step key |DSS_Distributed_InstallJava_CI|ind|ind|ind|ind|0|0|NW_Java_CI|ind|ind|ind|ind|java_ci|0|NW_CI_Instance|ind|ind|ind|ind|ci|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|javaconfig|0|retrieveSchemaUser was executed with status ERROR ( Last error reported by the step: TypeError: this.output has no properties (in script DSS_Distributed_InstallJava_CI|ind|ind|ind|ind, line 6525: ???)).

INFO 2012-07-25 11:40:57.189
Creating file /tmp/sapinst_instdir/DSS/KeepDB/ORA/InstallCI/__instana_tmp.xml.