cancel
Showing results for 
Search instead for 
Did you mean: 

NW750 silent install error

Former Member
0 Kudos

Hi,

I try to install NW750 under silent mode but failed, please find error log below.

INFO       2016-04-19 06:49:46.855 (root/sapinst) [syuxccuren.cpp:543] id=syslib.process.currentProcessEnv.cwdSuccessful CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(const CSyPath& /hadr/install/inst)

Working directory changed to /hadr/install/inst.

TRACE      2016-04-19 06:49:46.855 (root/sapinst) [syuxccuren.cpp:111] CSyCurrentProcessEnvironmentImpl::setUmask(ulong)

umask set to 23

INFO       2016-04-19 06:49:46.864 (root/sapinst) [CSiStepExecute.cpp:1053] id=controller.executeStep

Execute step prepareServicesTable of component |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|prc|0

TRACE      2016-04-19 06:49:46.979 (root/sapinst) [CSiStepExecute.cpp:1109]

Execution of preprocess block of |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|prc|0|prepareServicesTable returns TRUE

TRACE      2016-04-19 06:49:47.183 (root/sapinst) [TableCpp.cpp:138] TableCpp::updateRow()

Table(tPRCServices).updateRow({

  displayName:Database Instance (AS ABAP)

  id:abap_db_inst

}, WHERE id = 'abap_db_inst')

updating

ERROR      2016-04-19 06:49:47.184 (root/sapinst) [kdxxctable.cpp:640] id=keydb.tooManyRowsReturned errno=FKD-00033

Query returned more than one result. Using client |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0, table tPRCServices, where clause WHERE id = 'abap_db_inst'.

From above error message, I searched the inifile.xml and found there are two inifile.xml, one is what I provide which is named to inifile.1.xml and another is new generated inifile.xml, in the generated inifile.xml, I found two same row for abap_db_inst showed below, I compared with the inifile.xml I provide and found there is only one row in that, I wonder why sapinst created two row for abap_db_inst, can any one help me? I made big effort on google but found little useful answer, thanks in advance!

  <table name="ParameterTable-NW_ABAP_OneHost-ind-ind-ind-ind-0-0-NW_Onehost_System-ind-ind-ind-ind-onehost-0_tPRCServices" namespaces="INIFILE_PARAMETER">

    <columns>

      <column name="displayName">

        <defaultproperties>

          <property name="TABLE_DOC_SHORT_LONG" value="

"/>

        </defaultproperties>

      </column>

      <column name="id">

      </column>

      <column name="selected">

      </column>

    </columns>

  <row>

      <fld name="displayName">

        <properties>

          <property name ="TABLE_DOC_SHORT_LONG" value ="

" />

        </properties>

        <strval><![CDATA[Database Instance (AS ABAP)]]>

        </strval>

      </fld>

      <fld name="id">

        <strval><![CDATA[abap_db_inst]]>

        </strval>

      </fld>

      <fld name="selected">

        <strval><![CDATA[true]]>

        </strval>

      </fld>

    </row>

    <row>

....

Best Regards,

Tony Gao

Accepted Solutions (0)

Answers (1)

Answers (1)

Unicorn_LM
Advisor
Advisor
0 Kudos

Hi,

I encountered same issue and it was caused by an bug when use an older version of SWPM.

It can be solved by use the newest version SWPM1.0 SP10 PL5.

Regards