SAP Knowledge Base Article - Preview

2915720 - ReferenceError: row is not defined

Symptom

Installation with SWPM fails and sapinst_dev.log shows such error message:

140443:    
140444: }
140445:
140446:   _componentDispatcher['NW_OraASM_ind_ind_ind_ind_DialogPhase_DiASMDiskgroupValidator_default'] = function()
140447: {
140448:       gui.update( "Checking Input Values ..." );
140449:       var oracom = OraCom.getSystem(context.get("sid"));
140450:       var oraDataOld = oracom.getDiskGroupData();
140451:       var oraData = gui.getInputValue("asmData");
140452:       if ( "" == oraData || oraData.substr(0,1) != "+" )
140453:       {
140454:         var txt = "ASM diskgroup for DATA should be started with an '+' and cannot be an empty string";
140455:         gui.setErrorInformation("osmod.generic.message", txt);
140456:         return false;
140457:       }
140458:       row.orawallet = oraData + "/" + oracom.getDbSid() + "/orawallet";
140459:       // update asmName1 + asmName2 in tRedoLogParameters
140460:       oracom.update_tRedoLogParameters(oraData);
140461:       var oraReco = gui.getInputValue("asmReco");
140462:       if ( "" == oraReco || oraReco.substr(0,1) != "+" )
140463:       {
140464:         var txt = "ASM diskgroup for RECO should be started with an '+' and cannot be an empty string";
140465:         gui.setErrorInformation("osmod.generic.message", txt);
140466:         return false;
140467:       }
140468:       OraCom.trace("getDiskGroupReco: ",oraReco);
140469:       oracom.setOraFlash(oraReco);
140470:       var oraArch = gui.getInputValue("asmArch");
140471:       if ( "" == oraArch || oraArch.substr(0,1) != "+" )
140472:       {
140473:         var txt = "ASM diskgroup for ARCH should be started with an '+' and cannot be an empty string";

A full dump of the javascript code can be found in file js_dump.log in the installation directory.

ERROR      2020-03-27 17:00:53.047 (root/sapinst) (startInstallation) [EJSGlobal.cpp:48] id=ejs.scriptMessage errno=FJS-00003 EJS_ErrorReporter
ReferenceError: row is not defined (in script NW_ABAP_DB|ind|ind|ind|ind, line 140458: ???)

TRACE      2020-03-27 17:00:53.122 (root/sapinst) (startInstallation) [SLPGuiEngine.cpp:214] SLPGuiEngine::showMessageBoxHandleButtonImpl()
executing JS script failed


Read more...

Environment

  • SWPM
  • Oracle installation

Keywords

row is not defined, row.orawallet , KBA , BC-DB-ORA-SYS , Database Interface / DBMS , BC-INS-SWPM , Installation with Software Provisioning Manager , Problem

About this page

This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).

Search for additional results

Visit SAP Support Portal's SAP Notes and KBA Search.