on 2005 Dec 21 6:30 AM
Hi,
I encountered below error message while installing NW 2004s central instance.
Error Message:
FJS-00003 TypeError: this.getDBInstanceName() has no properties (in script InstallationScript_1, line 44326: ???)
OS: Windows 2003
DB: SQL Server 2000
Can someone give me any clue on how to fix it?
Thanks,
Aaron
Hi Aaron,
as this thing still is under restricted shipment, you should have a support contact for such cases. Please check with them.
Regards,
Benny
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1. Stop SAPinst.
2. Go to the SAPinst log directory (normally located at: C:\Program
Files\sapinst_instdir\NW04S\SYSTEM\MSS\DISTRIBUTED\AS-JAVA\SCS).
3. Open the control.xml file.
4. Search for the lines:
NWDBmss.prototype.setDBUserEnvironment = function(nwusers, cdroot) {
NW.trace("NWDBmss.setDBUserEnvironment()");
var amgt = new AccountMgt();
var nw = this.getNW();
var nwusers = nw.getUsers();
var ad = nwusers.getAccountData(NWUsers.roles.SIDAdm);
var user = amgt.getUser(ad.name);
var rc = amgt.isExisting('USER', ad.name);
ASSERT(arguments.callee, rc, "account ", ad.name, " must already
exist.");
5. Add the following code after var nwusers = ... and before the next line:
...
var nwusers = nw.getUsers();
//begin insertion
if (!this.getDBInstanceName() || this.getDBInstanceName() ==
undefined) {installer.writeTrace("MSSTRC: server is not set in the
default profile, MSSQL environment will not be updated");
return;
}
//end insertion
var ad = nwusers.getAccountData(NWUsers.roles.SIDAdm);
...
6. Make sure that you have entered the code exactly as stated in this
note before you save the file.
7. Start SAPinst and select "continue old installation".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello
I had the same problem after removing NetWeaver 7.0 ASCS & SCS instances and doing a reinstall - the fix I used was to delete the <sid>adm & SAPService<sid> users via Server > Properties > Advanced > User Profiles > Settings, then select & delete the user(s). Log off (actually I rebooted the server just to be sure...), log on and restart install. Hope this helps somebody.
Andrew
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Romina,
I ran into the same problem during the "global host preparation" for an distributed installation of mySAP ERP 2005 SR2 after unistalling and reinstalling the system on the same host.
I found a workaround in SAP note 966960 concerning the SCS installation, but the description and workaround also applied to my situation, as I could assume. Therefore I tried this solution and after implementing the additional code in the control.xml file as sugested by the SAP note, I was able to complete the "global host preparation" without interruption.
Hope this helps.
Best regards,
Andreas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check to see if the userids have been created correctly in the domain, I believe the userids have to be in lower case. Does the userids have proper permissions per the install guide requirements if it is not a domain administrator account?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your answer.
The fact is that users had not been deleted during the uninstallation because i've also done it with a domain user with local administration permissions.
So i didn't touch them.
The first installation ended ok with the same user i'm using in this oportunity. But i guess the uninstall i've done has changed something in the environment or perhaps it didn`t clean everything.
As i'm installing SCS's instance i don't understand why it checks the DBinstancename.
This is the log:
INFO 2007-02-22 10:18:18
Copied file 'C:/Program Files/sapinst_instdir/CRM05/SYSTEM/MSS/DISTRIBUTED/AS/SCS/inifile.xml' to 'C:/Program Files/sapinst_instdir/CRM05/SYSTEM/MSS/DISTRIBUTED/AS/SCS/inifile.2.xml'.
INFO 2007-02-22 10:18:18
Copied file 'C:/Program Files/sapinst_instdir/CRM05/SYSTEM/MSS/DISTRIBUTED/AS/SCS/inifile.xml' to 'C:/Program Files/sapinst_instdir/CRM05/SYSTEM/MSS/DISTRIBUTED/AS/SCS/inifile.3.xml'.
INFO 2007-02-22 10:18:18
Copied file 'C:/Program Files/sapinst_instdir/CRM05/SYSTEM/MSS/DISTRIBUTED/AS/SCS/keydb.xml' to 'C:/Program Files/sapinst_instdir/CRM05/SYSTEM/MSS/DISTRIBUTED/AS/SCS/keydb.2.xml'.
INFO 2007-02-22 10:18:18
Execute step changeUserInstall of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
INFO 2007-02-22 10:18:24
Creating file C:\Program Files\sapinst_instdir\CRM05\SYSTEM\MSS\DISTRIBUTED\AS\SCS\change.log.
INFO 2007-02-22 10:18:24
Output of change user /install is written to the logfile change.log.
WARNING 2007-02-22 10:18:24
Execution of the command "change user /install" finished with return code 1. Output:
Install mode does not apply to a Terminal server configured for remote administration.
INFO 2007-02-22 10:18:24
Execute step chgautInstdirPublicAllOS4 of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
INFO 2007-02-22 10:18:24
Execute step replaceDLLs of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
INFO 2007-02-22 10:18:24
File not found: [C:/DOCUME1/SQLSAP1/LOCALS~1/Temp/1/sapinst_exe.2272.1172135799/msvcp71.dll].
INFO 2007-02-22 10:18:24
File not found: [C:/DOCUME1/SQLSAP1/LOCALS~1/Temp/1/sapinst_exe.2272.1172135799/msvcr71.dll].
INFO 2007-02-22 10:18:24
Execute step registerEventsDll of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
INFO 2007-02-22 10:18:24
Execute step AddPrivileges of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
INFO 2007-02-22 10:18:24
Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'JCLM\sqlsapinst' on host '.'.
INFO 2007-02-22 10:18:24
Execute step checkInstDirPermissions of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
INFO 2007-02-22 10:18:24
Creating file C:\Program Files\sapinst_instdir\CRM05\SYSTEM\MSS\DISTRIBUTED\AS\SCS\testfile.1.
INFO 2007-02-22 10:18:24
Removing file C:\Program Files\sapinst_instdir\CRM05\SYSTEM\MSS\DISTRIBUTED\AS\SCS\testfile.1.
INFO 2007-02-22 10:18:24
Execute step
Component W2K_ServicePack_Check|ind|ind|ind|ind
Preprocess of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
INFO 2007-02-22 10:18:28
Execute step sync of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
INFO 2007-02-22 10:18:28
Execute step adminCheck of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
INFO 2007-02-22 10:18:28
Execute step W2KSPCheck of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
INFO 2007-02-22 10:18:29
Execute step XPSPCheck of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
INFO 2007-02-22 10:18:29
Execute step DNSCheck of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0.
INFO 2007-02-22 10:18:29
DNS is configured correctly.
INFO 2007-02-22 10:18:29
Execute step done of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0.
INFO 2007-02-22 10:18:29
Execute step startDefaultMode of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0.
INFO 2007-02-22 10:18:29
Execute step collect of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0.
INFO 2007-02-22 10:18:29
No installed instances found!
INFO 2007-02-22 10:18:29
Execute step getMounts of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0.
INFO 2007-02-22 10:18:29
Execute step getMounts of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_getMounts|ind|ind|ind|ind|0|0.
INFO[E] 2007-02-22 10:18:29
FSL-02077 File system export (share) saploc does not exist.
INFO 2007-02-22 10:18:29
Execute step updateMountInfo of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0.
INFO 2007-02-22 10:18:29
Execute step getSID of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0.
INFO[E] 2007-02-22 10:18:35
FSL-02077 File system export (share) saploc does not exist.
INFO[E] 2007-02-22 10:18:43
FSL-01001 Unable to check existence of account \SAP_CRT_GlobalAdmin. HRESULT=0x80005000
INFO[E] 2007-02-22 10:18:44
FSL-01001 Unable to check existence of account \SAPServiceCRT. HRESULT=0x80005000
INFO[E] 2007-02-22 10:18:44
FSL-01001 Unable to check existence of account \crtadm. HRESULT=0x80005000
INFO[E] 2007-02-22 10:18:44
FSL-02077 File system export (share) sapmnt does not exist.
INFO[E] 2007-02-22 10:18:44
FSL-02077 File system export (share) saploc does not exist.
INFO 2007-02-22 10:18:44
Execute step fillContext of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0.
INFO[E] 2007-02-22 10:18:44
FSL-02077 File system export (share) saploc does not exist.
INFO 2007-02-22 10:18:44
Execute step fillContext of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetUserParameter|ind|ind|ind|ind|1|0.
INFO 2007-02-22 10:18:44
Execute step setDefaults of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetUserParameter|ind|ind|ind|ind|1|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0.
INFO[E] 2007-02-22 10:18:45
FSL-02077 File system export (share) saploc does not exist.
INFO 2007-02-22 10:18:47
Execute step askDomain of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetUserParameter|ind|ind|ind|ind|1|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0.
INFO[E] 2007-02-22 10:19:29
FSL-02077 File system export (share) saploc does not exist.
INFO 2007-02-22 10:19:29
Execute step askPasswords of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetUserParameter|ind|ind|ind|ind|1|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0.
INFO[E] 2007-02-22 10:19:29
FSL-02077 File system export (share) saploc does not exist.
INFO[E] 2007-02-22 10:19:41
FSL-02077 File system export (share) saploc does not exist.
INFO 2007-02-22 10:19:41
Switched to user: crtadm.
INFO 2007-02-22 10:19:41
Switched to user: crtadm.
INFO 2007-02-22 10:19:42
Execute step fillContext of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetDBUserParameter|ind|ind|ind|ind|3|0.
INFO[E] 2007-02-22 10:19:42
FSL-02077 File system export (share) saploc does not exist.
INFO 2007-02-22 10:19:42
Execute step sanityCheckAccounts of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0.
INFO[E] 2007-02-22 10:19:42
FSL-02077 File system export (share) saploc does not exist.
INFO 2007-02-22 10:19:42
Execute step fillContext2 of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0.
INFO[E] 2007-02-22 10:19:42
FSL-02077 File system export (share) saploc does not exist.
INFO 2007-02-22 10:19:42
Execute step fillPRCContext of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0.
INFO[E] 2007-02-22 10:19:42
FSL-02077 File system export (share) saploc does not exist.
INFO 2007-02-22 10:19:42
Execute step setDefaultDataPath of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0.
INFO 2007-02-22 10:19:43
Execute step getPreliminaryShipmentInfo of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0.
INFO 2007-02-22 10:19:43
Execute step showDataFileDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0.
INFO 2007-02-22 10:19:43
Execute step getDataFile of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0.
INFO 2007-02-22 10:19:43
Copied file 'C:/Software/SAP/NW2004S_SR2_Master/IM_WINDOWS_X86_64/COMMON/INSTALL/PREREQUISITE_CHECK_DATA.XML' to 'C:/Program Files/sapinst_instdir/CRM05/SYSTEM/MSS/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.XML'.
INFO 2007-02-22 10:19:43
Copied file 'C:/Software/SAP/NW2004S_SR2_Master/IM_WINDOWS_X86_64/COMMON/INSTALL/PRC_SHIPMENT_DATA.XML' to 'C:/Program Files/sapinst_instdir/CRM05/SYSTEM/MSS/DISTRIBUTED/AS/SCS/PRC_SHIPMENT_DATA.XML'.
INFO 2007-02-22 10:19:43
Execute step prepareServicesTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0.
INFO 2007-02-22 10:19:43
Execute step showServiceDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0.
INFO 2007-02-22 10:19:43
Execute step prepareDBInfoTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0.
INFO 2007-02-22 10:19:43
Execute step showDBInfoOverviewDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0.
INFO 2007-02-22 10:19:44
Execute step postProcessDBInfoOverviewDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0.
INFO 2007-02-22 10:19:44
Execute step prepareSapInfoTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0.
INFO 2007-02-22 10:19:44
Execute step showSapInfoOverviewDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0.
INFO 2007-02-22 10:19:44
Execute step prepareChecks of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0.
INFO 2007-02-22 10:19:44
Execute step runChecks of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0.
INFO 2007-02-22 10:19:48
Creating file C:\Program Files\sapinst_instdir\CRM05\SYSTEM\MSS\DISTRIBUTED\AS\SCS\prerequisite_checker_results.html.
INFO 2007-02-22 10:19:48
Execute step checkPrecondition of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_System|ind|ind|ind|ind|5|0.
INFO[E] 2007-02-22 10:19:48
FSL-02077 File system export (share) saploc does not exist.
INFO 2007-02-22 10:19:48
Execute step dLanguageOS4 of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_System|ind|ind|ind|ind|5|0.
INFO 2007-02-22 10:19:48
Execute step setDefaults of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_SCS_Instance|ind|ind|ind|ind|8|0.
INFO[E] 2007-02-22 10:19:48
FSL-02077 File system export (share) saploc does not exist.
INFO 2007-02-22 10:19:48
Execute step askSCSNumber of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_SCS_Instance|ind|ind|ind|ind|8|0.
INFO[E] 2007-02-22 10:20:02
FSL-02077 File system export (share) saploc does not exist.
INFO[E] 2007-02-22 10:20:02
FSL-02077 File system export (share) sapmnt does not exist.
INFO[E] 2007-02-22 10:20:02
FSL-02077 File system export (share) sapmnt does not exist.
INFO[E] 2007-02-22 10:20:02
FSL-02077 File system export (share) sapmnt does not exist.
INFO[E] 2007-02-22 10:20:02
FSL-02077 File system export (share) sapmnt does not exist.
INFO[E] 2007-02-22 10:20:02
FSL-02077 File system export (share) sapmnt does not exist.
INFO[E] 2007-02-22 10:20:02
FSL-02077 File system export (share) sapmnt does not exist.
INFO 2007-02-22 10:20:02
Copied file 'C:/Program Files/sapinst_instdir/CRM05/SYSTEM/MSS/DISTRIBUTED/AS/SCS/PRC_SHIPMENT_DATA.XML' to 'C:/Program Files/sapinst_instdir/CRM05/SYSTEM/MSS/DISTRIBUTED/AS/SCS/PRC_SHIPMENT_DATA.1.XML'.
INFO 2007-02-22 10:20:02
Copied file 'C:/Program Files/sapinst_instdir/CRM05/SYSTEM/MSS/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.XML' to 'C:/Program Files/sapinst_instdir/CRM05/SYSTEM/MSS/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.1.XML'.
INFO 2007-02-22 10:20:02
Copied file 'C:/Program Files/sapinst_instdir/CRM05/SYSTEM/MSS/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.XML' to 'C:/Program Files/sapinst_instdir/CRM05/SYSTEM/MSS/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.2.XML'.
INFO 2007-02-22 10:20:02
Copied file 'C:/Program Files/sapinst_instdir/CRM05/SYSTEM/MSS/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.XML' to 'C:/Program Files/sapinst_instdir/CRM05/SYSTEM/MSS/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.3.XML'.
INFO 2007-02-22 10:20:03
Copied file 'C:/Program Files/sapinst_instdir/CRM05/SYSTEM/MSS/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.XML' to 'C:/Program Files/sapinst_instdir/CRM05/SYSTEM/MSS/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.4.XML'.
INFO 2007-02-22 10:20:03
Execute step askSCSParameter of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_SCS_Instance|ind|ind|ind|ind|8|0.
INFO[E] 2007-02-22 10:20:03
FSL-02077 File system export (share) saploc does not exist.
INFO[E] 2007-02-22 10:20:04
FSL-02077 File system export (share) saploc does not exist.
INFO[E] 2007-02-22 10:20:05
FSL-02077 File system export (share) sapmnt does not exist.
INFO[E] 2007-02-22 10:20:05
FSL-02077 File system export (share) sapmnt does not exist.
INFO[E] 2007-02-22 10:20:05
FSL-02077 File system export (share) saploc does not exist.
INFO[E] 2007-02-22 10:20:05
FSL-02077 File system export (share) sapmnt does not exist.
INFO[E] 2007-02-22 10:20:05
FSL-02077 File system export (share) sapmnt does not exist.
INFO[E] 2007-02-22 10:20:05
FSL-02077 File system export (share) sapmnt does not exist.
INFO[E] 2007-02-22 10:20:05
FSL-02077 File system export (share) sapmnt does not exist.
INFO[E] 2007-02-22 10:20:05
FSL-02077 File system export (share) sapmnt does not exist.
INFO 2007-02-22 10:20:05
Execute step fillContext of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_SCS_Instance|ind|ind|ind|ind|8|0.
INFO 2007-02-22 10:20:05
Execute step getCD of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_Unpack|ind|ind|ind|ind|7|0.
INFO[E] 2007-02-22 10:20:05
FSL-02077 File system export (share) saploc does not exist.
INFO[E] 2007-02-22 10:20:06
FSL-02077 File system export (share) sapmnt does not exist.
INFO[E] 2007-02-22 10:20:06
FSL-02077 File system export (share) sapmnt does not exist.
INFO[E] 2007-02-22 10:20:06
FSL-02077 File system export (share) saploc does not exist.
INFO[E] 2007-02-22 10:20:06
FSL-02077 File system export (share) sapmnt does not exist.
INFO 2007-02-22 10:21:16
Execute step fillUnpackTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_Unpack|ind|ind|ind|ind|7|0.
INFO[E] 2007-02-22 10:21:16
FSL-02077 File system export (share) saploc does not exist.
INFO[E] 2007-02-22 10:21:16
FSL-02077 File system export (share) sapmnt does not exist.
INFO 2007-02-22 10:21:16
Execute step askUnpack of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_Unpack|ind|ind|ind|ind|7|0.
INFO[E] 2007-02-22 10:21:16
FSL-02077 File system export (share) saploc does not exist.
INFO[E] 2007-02-22 10:21:18
FSL-02077 File system export (share) saploc does not exist.
INFO 2007-02-22 10:21:18
Execute step askSAPCrypto of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_Unpack|ind|ind|ind|ind|7|0.
INFO[E] 2007-02-22 10:21:18
FSL-02077 File system export (share) saploc does not exist.
INFO 2007-02-22 10:21:18
Creating file C:\Program Files\sapinst_instdir\CRM05\SYSTEM\MSS\DISTRIBUTED\AS\SCS\summary.html.
INFO 2007-02-22 10:21:22
Execute step ntpatch of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|NW_Update_DLLs|ind|ind|ind|ind|3|0.
INFO 2007-02-22 10:21:22
Execute step runChecksStep of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0.
INFO 2007-02-22 10:21:22
Execute step createAccounts of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_Users_Create_Do|ind|ind|ind|ind|4|0.
INFO[E] 2007-02-22 10:21:22
FSL-02077 File system export (share) saploc does not exist.
INFO 2007-02-22 10:21:23
Nothing to do. User privileges are an empty string.
INFO 2007-02-22 10:21:23
Nothing to do. User privileges are an empty string.
INFO 2007-02-22 10:21:28
Nothing to do. User privileges are an empty string.
INFO 2007-02-22 10:21:35
Successfully added privileges 'SeServiceLogonRight SeNetworkLogonRight SeDenyInteractiveLogonRight SeRestorePrivilege SeDenyRemoteInteractiveLogonRight' to account 'JCLM\SAPServiceCRT' on host '.'.
INFO 2007-02-22 10:21:44
Successfully added privileges 'SeTcbPrivilege SeServiceLogonRight SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'JCLM\crtadm' on host '.'.
INFO 2007-02-22 10:21:44
Execute step setUserEnvironment of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_Users_Create_Do|ind|ind|ind|ind|4|0.
INFO[E] 2007-02-22 10:21:44
FSL-02077 File system export (share) saploc does not exist.
INFO 2007-02-22 10:21:44
Switched to user: crtadm.
INFO 2007-02-22 10:21:44
Switched to user: crtadm.
INFO 2007-02-22 10:21:45
Switched to user: crtadm.
INFO 2007-02-22 10:21:45
Switched to user: crtadm.
INFO 2007-02-22 10:21:45
Switched to user: crtadm.
INFO[E] 2007-02-22 10:21:45
FSL-02077 File system export (share) sapmnt does not exist.
INFO 2007-02-22 10:21:45
Switched to user: crtadm.
INFO[E] 2007-02-22 10:21:45
FSL-02077 File system export (share) sapmnt does not exist.
INFO 2007-02-22 10:21:45
Switched to user: crtadm.
ERROR 2007-02-22 10:21:45
FJS-00003 TypeError: this.getDBInstanceName() has no properties (in script NW_Doublestack_SCS|ind|ind|ind|ind, line 50371: ???)
ERROR 2007-02-22 10:21:45
FCO-00011 The step setUserEnvironment with step key |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_Users_Create_Do|ind|ind|ind|ind|4|0|setUserEnvironment was executed with status ERROR .
INFO 2007-02-22 10:22:02
An error occured and the user decide to stop.\n Current step "|NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_Users_Create_Do|ind|ind|ind|ind|4|0|setUserEnvironment".
Best Regards!
Romina.-
Aaron
Did you fix your problem???
I am getting the same error message ...
Thannks
Sharat
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I`ve just uninstalled an instance in a Windows 2003 Server and when i've tried to install it again i've got this error.
As i'm installing with a domain user with local administrator privileges, i guess it is a problem related with the environment (something that has deleted or changed the uninstall).
Could you please help me?
Thanks in advance.
Romina.-
OK. Thanks, Benny.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.