Hi,
I'm trying to install the latest preview version and got the following error:
ERROR 2005-11-08 23:56:11 [synxcuser.cpp:102]
CSyUserImpl::CSyUserImpl(const CUserData&, bool)
FSL-01027 Account user="USisantoso" does not exist.
Any idea how to get around problem? Any help would greatly appreciated.
Also, has anyone tried to install the preview using two computer, one for WAS and the other is only for the developer studio. Any special setting that i have to concern about?
Regards,
Iwan
Current script:
===============
var current = new ProcessMgt().getCurrentProcessEnvironment().getEffectiveUser();
gui.updateMsg("ind-rel.windows.ind-db.Bootstrap.AddPrivilege", current.getName());
var result = current.addPrivileges(["SeTcbPrivilege",
"SeAssignPrimaryTokenPrivilege",
"SeIncreaseQuotaPrivilege"]);
context.set("NeedLogoff", result ? "Logoff" : "No");
Exit status of child: 1
WARNING[E] 2005-11-09 00:01:10 Account user="USisantoso" does not exist. INFO 2005-11-09 00:01:14 Copying file C:/Program Files/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/keydb.xml to: q0w9e9r8t7.1.xml. INFO 2005-11-09 00:01:14 Copying file C:/Program Files/sapinst_instdir/NW04SR1/WEBAS_COPY/ONE_HOST/keydb.xml to: q0w9e9r8t7.1.xml. ERROR 2005-11-09 00:01:44 FSL-01027 Account user="USisantoso" does not exist. WARNING 2005-11-09 00:01:44 The step AddPrivilege with step key Preinstall|ind|ind|ind|ind|ind|0|AddPrivilege was executed with status ERROR.