cancel
Showing results for 
Search instead for 
Did you mean: 

sapinst error

Former Member
0 Kudos

hi

Trying to install EHP1 for NW7.0 AS ABAP for windows as distributed system.

After installing Global host preperation, started DB instance installation i get below error in install log.

NFO 2009-07-21 10:09:12.545

Execute step dGetLocalInstances of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|2|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|1|0|NW_getDBInfo|ind|ind|ind|ind|5|0|NW_MSS_DBINFO|ind|ind|ind|ind|3|0|MssLoginInfo|ind|ind|ind|ind|0|0

ERROR 2009-07-21 10:10:48.652

__FJS-00003 TypeError: key1 has no properties (in script NW_ABAP_DB|ind|ind|ind|ind, line 65481: ???)__

ERROR 2009-07-21 10:10:49.262

FCO-00011 The step dGetLocalInstances with step key |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|2|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|1|0|NW_getDBInfo|ind|ind|ind|ind|5|0|NW_MSS_DBINFO|ind|ind|ind|ind|3|0|MssLoginInfo|ind|ind|ind|ind|0|0|dGetLocalInstances was executed with status ERROR ( Last error reported by the step :TypeError: key1 has no properties (in script NW_ABAP_DB|ind|ind|ind|ind, line 65481: ???)).

INFO 2009-07-21 10:14:00.399

An error occured and the user decided to retry the current step: "|NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|2|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|1|0|NW_getDBInfo|ind|ind|ind|ind|5|0|NW_MSS_DBINFO|ind|ind|ind|ind|3|0|MssLoginInfo|ind|ind|ind|ind|0|0|dGetLocalInstances".

ERROR 2009-07-21 10:15:36.116

FJS-00003 TypeError: key1 has no properties (in script NWABAP_DB|ind|ind|ind|ind, line 65481: ???)_

ERROR 2009-07-21 10:15:36.678

FCO-00011 The step dGetLocalInstances with step key |NWABAP_DB|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|2|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|1|0|NW_getDBInfo|ind|ind|ind|ind|5|0|NW_MSS_DBINFO|ind|ind|ind|ind|3|0|MssLoginInfo|ind|ind|ind|ind|0|0|dGetLocalInstances was executed with status ERROR ( Last error reported by the step :TypeError: key1 has no properties (in script NW_ABAP_DB|ind|ind|ind|ind, line 65481: ???))._

It asks me SAP Profile directory after that it gives above error in sapinst.log.

anybody have idea on this how to solve it.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

hi

was something wrong in profile path entered for SAP Profile directory

I gave "I:\usr\sap\sid\sys\profile" for SAP profile directory, since its virtual host, should i have to mention share location like "\saploc\sid\sys\profile"

please confirm.

regards

Former Member
0 Kudos

Yes, use UNC paths instead of "I:\usr\sap\sid\sys\profile"

[http://help.sap.com/saphelp_nw04/Helpdata/EN/c4/3a610f505211d189550000e829fbbd/content.htm]

Former Member
0 Kudos

hi manoj

thanks for the reply. since i installed Global host preperation without virtual host, i tried to reinstall again

when i re-install Global host preperation it gives below error for me in phase of "creating Share saploc \usr\sap"

how to solve this.

*Initially i deleted created shared folder \usr\sapr with saploc,then I recreated saploc and sapmount using below command with appropriate permission.

  • net share sapmnt=i:\usr\sap /Grant:Administrators, FULL /GRANT:SAP-LocalAdmin, FULL

net share saploc=i:\usr\sap /Grant:Administrators, FULL /GRANT:SAP-LocalAdmin, FULL

but still i get same error.

I checked in Computer management, now Share folder already exists for sapmnt and saploc. how to correct this error.

INFO 2009-07-21 15:39:15.237

Creating SAP system shares for NWA...

INFO 2009-07-21 15:39:15.252

Creating share saploc at directory I:/usr/sap...

INFO[E] 2009-07-21 15:39:42.237

FSL-02075 Error retrieving information about file system exports (shares): (share name: saploc) The network path was not found.

INFO[E] 2009-07-21 15:39:42.237

FSL-02075 Error retrieving information about file system exports (shares): The network path was not found.

INFO[E] 2009-07-21 15:39:42.237

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

ERROR 2009-07-21 15:39:42.237

FCO-00011 The step createFirstSystemDirectories with step key |NW_ABAP_Prepare|ind|ind|ind|ind|0|0|NW_System|ind|ind|ind|ind|5|0|createFirstSystemDirectorie

appreciate in advance.

regards

Former Member
0 Kudos

did you try
hostname\usr\sap ? Remember to add host entry in hosts file with IP address.

Former Member
0 Kudos

hi manoj,

thanks for your reply. i solve the problem.

its because saploc was already there and i removed it.

thanks