cancel
Showing results for 
Search instead for 
Did you mean: 

Error installing SAP NW 7.2 Server

Former Member
0 Kudos

Hi I'm trying to install the SAP NW 7.2 Server in win 64 but after selecting the DB2 package for zSeries I got an error:

An error occurred while processing option SAP NetWeaver Composition Environment (CE) 7.2 > Installation Options > Application Server Java > Standard System > Standard System( Last error reported by the step :TypeError: fmgt.getNode(sourceFile) has no properties (in script NW_Java_OneHost|ind|ind|ind|ind, line 101444: ???)). You can now:

Choose Retry to repeat the current step.

Choose View Log to get more information about the error.

Stop the option and continue with it later.

Log files are written to C:\Program Files/sapinst_instdir/NW72/INSTALL/NW72/DB2/STD/.

the last log lines have the next:

ERROR 2010-10-01 11:01:55.922 [iaxxejsbas.cpp:204]

FJS-00003 TypeError: fmgt.getNode(sourceFile) has no properties (in script NW_Java_OneHost|ind|ind|ind|ind, line 101444: ???)

ERROR 2010-10-01 11:01:57.187 [sixxcstepexecute.cpp:988]

FCO-00011 The step copyJDBCtoSAPINST_DIR with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_getDBInfo|ind|ind|ind|ind|5|0|NW_DB2_DBParameters|ind|ind|ind|ind|1|0|copyJDBCtoSAPINST_DIR was executed with status ERROR ( Last error reported by the step :TypeError: fmgt.getNode(sourceFile) has no properties (in script NW_Java_OneHost|ind|ind|ind|ind, line 101444: ???)).

TRACE 2010-10-01 11:01:57.203 [kdxxctaco.cpp:219]

CKdbTableContainerImpl::syncToContainerFile lib=iakdblib

CKdbTableContainerImpl::syncToContainerFile start ...

TRACE 2010-10-01 11:01:57.250 [kdxxctaco.cpp:252]

CKdbTableContainerImpl::syncToContainerFile lib=iakdblib

after creating out stream

TRACE 2010-10-01 11:01:57.328 [kdxxctaco.cpp:286]

CKdbTableContainerImpl::syncToContainerFile lib=iakdblib

CKdbTableContainerImpl::syncToContainerFile stop ...

INFO 2010-10-01 11:01:57.344 [synxcpath.cpp:815]

CSyPath::createFile() lib=syslib module=syslib

Creating file C:\Program Files\sapinst_instdir\NW72\INSTALL\NW72\DB2\STD\__instana_tmp.xml.

TRACE 2010-10-01 11:01:57.500

SAPInst calls the LogInquirer. The output of the LogInquirer can be found in file sapinst_loginquirer.log.

TRACE 2010-10-01 11:02:06.625 [iaxxgenimp.cpp:707]

CGuiEngineImp::showMessageBox

<html> <head> </head> <body> <p> An error occurred while processing option SAP NetWeaver Composition Environment (CE) 7.2 > Installation Options > Application Server Java > Standard System > Standard System( Last error reported by the step :TypeError: fmgt.getNode(sourceFile) has no properties (in script NW_Java_OneHost|ind|ind|ind|ind, line 101444: ???)). You can now: </p> <ul> <li> Choose <i>Retry</i> to repeat the current step. </li> <li> Choose <i>View Log</i> to get more information about the error. </li> <li> Stop the option and continue with it later. </li> </ul> <p> Log files are written to C:\Program Files/sapinst_instdir/NW72/INSTALL/NW72/DB2/STD/. </p> </body></html>

TRACE 2010-10-01 11:02:06.641 [iaxxgenimp.cpp:1245]

CGuiEngineImp::acceptAnswerForBlockingRequest

Waiting for an answer from GUI

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

The solution is that there was not enough space. I replaced the Disk to other with more space 100GB

Former Member
0 Kudos

And the last part of this explanation:

And the lines 101444 of the program in the same sapinst_dev.log

-


start of some lines of sapinst_dev.log----


101415: function NW_DB2_DBParameters_ind_ind_ind_ind_DialogPhase_copyJDBCtoSAPINST_DIR()

101416:

101417: var nwparms = new NWdb2DBParameter(context.get('sid'));

101418:

101419: var copyLicense = "false";

101420:

101421: var sourcePath = checkJDBCLocation(context.get("sid"));

101422:

101423: if ( sourcePath == undefined) else

101428:

101429:

101430: // create the jdbc directory in sapinst_instdir

101431: var targetPath = installer.getInstallationParameter("INSTPARA_START_DIR") + FSPath.separator + "jdbc" + FSPath.separator;

101432: var fmgt = new FileMgt();

101433:

101434: if (!fmgt.isExisting(targetPath))

101437:

101438:

101439: var JDBCDriverFileName = nwparms.getJDBCDriverFileName(true);

101440:

101441: // copy the JDBC Driver file

101442: var sourceFile = sourcePath + FSPath.separator + JDBCDriverFileName ;

101443: var targetFile = targetPath + FSPath.separator + JDBCDriverFileName ;

101444: fmgt.getNode(sourceFile).copy(targetFile);

101445:

101446: // copy or generate the JDBC License File

101447: var target_jcc_license = targetPath + nwparms.getJDBCLicenseFileName();

-


end of some lines of sapinst_dev.log----


The chage.log file says these:

-


start of change.log----


Install mode does not apply to a Terminal server configured for remote administration.

-


end of change.log----


Former Member
0 Kudos

The first window that it appears said this:

-


start of first window----


An error occurred while processing option SAP NetWeaver Composition Environment (CE) 7.2 > Installation Options > Application Server Java > Standard System > Standard System( Last error reported by the step :TypeError: fmgt.getNode(sourceFile) has no properties (in script NW_Java_OneHost|ind|ind|ind|ind, line 101444: ???)). You can now:

Choose Retry to repeat the current step.

Choose View Log to get more information about the error.

Stop the option and continue with it later.

Log files are written to C:\Program Files/sapinst_instdir/NW72/INSTALL/NW72/DB2/STD/.

-


end of first window----


These are the last lines of the sapinst_dev.log file

-


start of sapinst_dev.log----


ERROR 2010-10-06 21:53:24.368 [iaxxejsbas.cpp:204]

FJS-00003 TypeError: fmgt.getNode(sourceFile) has no properties (in script NW_Java_OneHost|ind|ind|ind|ind, line 101444: ???)

ERROR 2010-10-06 21:53:25.696 [sixxcstepexecute.cpp:988]

FCO-00011 The step copyJDBCtoSAPINST_DIR with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_getDBInfo|ind|ind|ind|ind|5|0|NW_DB2_DBParameters|ind|ind|ind|ind|1|0|copyJDBCtoSAPINST_DIR was executed with status ERROR ( Last error reported by the step :TypeError: fmgt.getNode(sourceFile) has no properties (in script NW_Java_OneHost|ind|ind|ind|ind, line 101444: ???)).

TRACE 2010-10-06 21:53:25.712 [kdxxctaco.cpp:219]

CKdbTableContainerImpl::syncToContainerFile lib=iakdblib

CKdbTableContainerImpl::syncToContainerFile start ...

TRACE 2010-10-06 21:53:25.759 [kdxxctaco.cpp:252]

CKdbTableContainerImpl::syncToContainerFile lib=iakdblib

after creating out stream

TRACE 2010-10-06 21:53:25.806 [kdxxctaco.cpp:286]

CKdbTableContainerImpl::syncToContainerFile lib=iakdblib

CKdbTableContainerImpl::syncToContainerFile stop ...

INFO 2010-10-06 21:53:25.806 [synxcpath.cpp:815]

CSyPath::createFile() lib=syslib module=syslib

Creating file C:\Program Files\sapinst_instdir\NW72\INSTALL\NW72\DB2\STD\__instana_tmp.xml.

TRACE 2010-10-06 21:53:25.899

SAPInst calls the LogInquirer. The output of the LogInquirer can be found in file sapinst_loginquirer.log.

TRACE 2010-10-06 21:53:35.806 [iaxxgenimp.cpp:707]

CGuiEngineImp::showMessageBox

<html> <head> </head> <body> <p> An error occurred while processing option SAP NetWeaver Composition Environment (CE) 7.2 > Installation Options > Application Server Java > Standard System > Standard System( Last error reported by the step :TypeError: fmgt.getNode(sourceFile) has no properties (in script NW_Java_OneHost|ind|ind|ind|ind, line 101444: ???)). You can now: </p> <ul> <li> Choose <i>Retry</i> to repeat the current step. </li> <li> Choose <i>View Log</i> to get more information about the error. </li> <li> Stop the option and continue with it later. </li> </ul> <p> Log files are written to C:\Program Files/sapinst_instdir/NW72/INSTALL/NW72/DB2/STD/. </p> </body></html>

TRACE 2010-10-06 21:53:35.806 [iaxxgenimp.cpp:1245]

CGuiEngineImp::acceptAnswerForBlockingRequest

Waiting for an answer from GUI

-


end of sapinst_dev.log----


Former Member
0 Kudos

Hi, In order to complete the explanation of the issue

1.- I downloaded the following files:

NW CE 7.2 Windows IA64, x64 Inst. Master, Kernel 1/4 976MB

NW CE 7.2 Windows IA64, x64 Inst. Master, Kernel 2/4 976MB

NW CE 7.2 Windows IA64, x64 Inst. Master, Kernel 3/4 976MB

NW CE 7.2 Windows IA64, x64 Inst. Master, Kernel 4/4 729MB

Total 3.48 GB

NW CE 7.2 Application, Dev, WP 32bit 1 of 7 967MB

NW CE 7.2 Application, Dev, WP 32bit 2 of 7 967MB

NW CE 7.2 Application, Dev, WP 32bit 3 of 7 967MB

NW CE 7.2 Application, Dev, WP 32bit 4 of 7 967MB

NW CE 7.2 Application, Dev, WP 32bit 5 of 7 967MB

NW CE 7.2 Application, Dev, WP 32bit 6 of 7 967MB

NW CE 7.2 Application, Dev, WP 32bit 7 of 7 295MB

Total 5.86 GB

DB2_Connect_EE_V9.1_FP8_z_OS_A_L_N2

2.- Then I uncompressed the files and I executed the file

C:\...\51038237l\DATA_UNITS\*CE720_IM_WINDOWS_X86_64_DB2*\sapinst.exe

3.- I selected the option

-SAP NetWeaver Composition Environmet (CE) 7.2 - Installation Options - Application Server Java - Standard System - Standard System

-Typical Installation

-Browse the folder JAVA_J2EE_OSINDEP_UT I select the folder C:\...\51038266

-Check all the options: CE Product Description, Application Server Java, Composite Application Framework, Composition Environment Platform, Business Process Management and Business Rules Management, -Composition Voice, Enterprise Services Repository, Development Infrastructure, Adobe Document Services

-SAPSID: CE1 and Destination Drive: C:

-Set FQDN for sap System: CHECKED and DNS Domain Name for SAP System: bpm.company.com.mx

-Password for al users: xxxxxxx

-Browse the folder RDBMS Client IBM DB2 9 for z/OS I select the folder C:\...\51038569_4\DB2_Connect_EE_V9.1_FP8_z_OS_A_L_N2

- Then the error

Edited by: dguillen on Oct 7, 2010 5:56 AM