cancel
Showing results for 
Search instead for 
Did you mean: 

Installation of NW CE fails

Former Member
0 Kudos

Hi!

Installation of NW CE 7.3 trial exists with following error message:

2007-11-08 06:08:13.443 iaextract.c:257: extracting: jre/THIRDPARTYLICENSEREADME.txt

2007-11-08 06:08:13.463 iaextract.c:630: Extraction finished with 0

2007-11-08 06:08:13.463 ianxsysex.c:175: existsDirectory(jre) returns 1

2007-11-08 06:08:13.463 iaextract.c:643: putenv(SAPINST_JRE_HOME=C:/WINNT/Profiles/wuerche/LOKALE~1/Temp/sapinst_exe.1452.1194498455/jre)

2007-11-08 06:08:13.463 ianxsysex.c:207: chdir(C:\WINNT\Profiles\wuerche\Desktop) = 0

2007-11-08 06:08:13.483 iaextract.c:867: selfexRun()

2007-11-08 06:08:13.483 iaextract.c:664: selfexGetCommandline()

2007-11-08 06:08:13.483 iaextract.c:674: No RC file C:/WINNT/Profiles/wuerche/LOKALE~1/Temp/sapinst_exe.1452.1194498455/sfx.rc found, using builtin default.

2007-11-08 06:08:13.483 iaextract.c:872: self->argv[0]: C:/WINNT/Profiles/wuerche/LOKALE~1/Temp/sapinst_exe.1452.1194498455/sapinst.exe

2007-11-08 06:08:13.483 ianxsysex.c:423: cmdline: "C:\WINNT\Profiles\wuerche\LOKALE~1\Temp\sapinst_exe.1452.1194498455\sapinst.exe"

2007-11-08 06:33:03.465 ianxsysex.c:480: selfexWaitForChild()

2007-11-08 06:33:03.485 ianxsysex.c:496: Exitcode was -1073741819

An additional trace of Program Starter says:

synxcuser.cpp: 234: CSyUserImpl::getAnyADsUser()const

Syslib Assertion failed: Precondition not met in file synxcuser.cpp at line 247: (availableData & AD_LDAP_OBJ) || (availableData & AD_WINNT_OBJ)

Stack trace: iaxxejsctl.cpp: 249: EJS_ControllerImpl::executeScript()

d:\depot\bas\710_rel\bc_710-3_rel\gen\opt\ntintel\ins\sapinst\impl\src\ejs\iaxxejsbas.hpp: 445: EJS_Base::dispatchFunctionCall()

iaxxejsexp.cpp: 171: EJS_Installer::invokeModuleCall()

syxxbuser.cpp: 84: *** syslib entry point CSyUser::getHomeDirectoryPath(void) const ***

synxcuser.cpp: 748: CSyPath CSyUserImpl::getHomeDirectory() const

synxcuser.cpp: 234: CSyUserImpl::getAnyADsUser()const

.

Nov 8, 2007 6:33:02 AM [Info]: Stopping services ...

Nov 8, 2007 6:33:02 AM [Info]: Stopping service "InstallationWizardService" ...

Nov 8, 2007 6:33:02 AM [Info]: Service "InstallationWizardService" stopped.

Nov 8, 2007 6:33:02 AM [Info]: Services stopped.

Nov 8, 2007 6:33:02 AM [Info]: Server shutdown by InstallationWizardService

Exit status of child: -1073741819

Any ideas?

Regards,

Thomas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

here is one solution for this problem:

It works under

Windows-xp

as well as under

VISTA


(german language and I think in other languages also).


All the steps are defined in the file

'Control.xml'

.

After the first try to install i found this file on my desktop.
The original file is in the installation directory (CompEnvCE71_03_IM_WIN_I386_ADACE71IND).

The best way is you remove all the temporary installation files and begin after this instructions
with a new installation.

Let´s start:

Search in "

Config.xml

" file for 'NT Authority
LocalService'
and change it with an existing User-Account of your Computer.

I tried with 'NT-Autorität
Lokaler Dienst', but this failed!

So I took the Administrator-Account (

Servername
Administrator

)!!

I found the entries 3 times:

First Entry:



+ if (userName) {
if (userName.toLowerCase() == "NT Authority
LocalService") {
options.useCurrentUser = true;
sapDomain = ".";
} else {
// find out the domain
options.useCurrentUser = false;
var match = /^(.*)[
/]/.exec(userName);
if (match) {
sapDomain = match[1];
}
}+


Second Entry:

+ accountData[NWUsers.roles.SAPSeSID] = ;+

Third Entry:

for (var i = 0; i < services.length; i+) {

var service = new NTService(services, mss.getComputerName());
var acl = service.getACL();
var s = "(NT Authority
LocalService,USER,=|SERVICE_ALL_ACCESS)"
acl.modifyRights(s);
service.setACL(acl);+



With this changes the Installer will run to step 25. Here is another problem.
In Step 25 the Installer create the SAP-Startservice (SAPCE1_01) with the
new Useraccount (ServerNameAdministrator) but with an unknown password.
The Installer try to start this service but it´s failed.

In the 'Control.xml'-File search for:

+ var retval = app.run(["-r",
"-q",
//"-p", parameter.SAPSystemLocProfileDir() + "
START_" + InstanceName + "_" + parameter.InstanceHost(),
"-p", parameter.SAPSystemLocProfileDir() + "
" + parameter.SAPSID() + "_" + InstanceName + "_" + parameter.InstanceHost(),
"-s", parameter.SAPSID(),
"-n", InstanceNumber,
"-U", UserParameter['sapServiceSIDFullUserName'],
"-P", UserParameter['sapServiceSIDPassword'],
"-e", UserParameter['sidAdmFullUserName']
]);+
You must change the "-P" Parameter with the password from your Administrator (example):

"-P", "Adminpassw",


And there is a second Entry:

+ cmd.setArguments(["-q",
"-p", this.getStartProfilePath().toStringOS(),
"-s", this.getSID(),
"-n", this.getNumber(),
"-U", sapsesid.name,
"-P", sapsesid.password,

"-e", sidadm.name]);+

Here you must change the "-P" Parameter also.

For the Installation I set the Master-Password as the same as my Administrator-Password.

Good luck!

Bernd

Former Member
0 Kudos

Hello,

am I right, that in the standard-configuration of SAP CE it is not possible to install it on a german XP with SP2?

Greetz

Benjamin

Former Member
0 Kudos

Sorry!

I posted a message to closed thread

Edited by: Eme Onwuka Eme on Jan 4, 2010 6:20 PM

Answers (4)

Answers (4)

NicoGroh
Associate
Associate
0 Kudos

Hello,

can you send the sapinst_dev.log, you find it under c:\Program Files\sapinst_instdir\CE71_DEV_ADA\INSTALL.

Thanks

Nico

Former Member
0 Kudos

HI Nico,

Here is the last part of the log (when it starts creating the accounts). Hope that's enough.

Thanks for your help!

Regards,

Daniel

INFO       2007-11-09 13:18:33.942 [synxccuren.cpp:927]
           CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(const CSyPath & C:/Programme/sapinst_instdir/CE71_DEV_ADA/INSTALL) 
           lib=syslib module=syslib
Working directory changed to C:/Programme/sapinst_instdir/CE71_DEV_ADA/INSTALL.

INFO       2007-11-09 13:18:34.770 [sixxcstepexecute.cpp:777]
Execute step createAccounts of component |CE_DevSystem_App|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|3|0|NW_Users_Create_Do|ind|ind|ind|ind|4|0

TRACE      2007-11-09 13:18:34.910 [sixxcstepexecute.cpp:844]
Execution of preprocess block of |CE_DevSystem_App|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|3|0|NW_Users_Create_Do|ind|ind|ind|ind|4|0|createAccounts returns TRUE.

TRACE      2007-11-09 13:18:34.926 
Instantiating new NWUsageTypeBasic

TRACE      2007-11-09 13:18:34.926 
NWUsageTypeBasic() done

TRACE      2007-11-09 13:18:34.942 
  Call block:NW_Users_Create_Do_ind_ind_ind_ind
    function:NW_Users_Create_Do_ind_ind_ind_ind_SubComponentContainer_createAccounts
is validator: false

TRACE      2007-11-09 13:18:34.942 
NW.getSystem(CE1)

TRACE      2007-11-09 13:18:34.942 
NWOption(collected).value()

TRACE      2007-11-09 13:18:34.942 
NWOption(collected).value() done: true

TRACE      2007-11-09 13:18:34.942 
NW({
  dbtype:ada
  dir_profile:D:usrsapCE1SYSprofile
  doMigMonConfig:
  hasABAP:false
  hasJava:true
  isAddinInstallation:undefined
  loadType:SAP
  noShares:true
  os4_krnlib:
  os4_seclanglib:
  sapDrive:D:
  sapmnt:/sapmnt
  sid:CE1
  umeConfiguration:db
  unicode:true
  useCurrentUser:true
  useParallelAbapSystemCopy:
  workplace:true
})

TRACE      2007-11-09 13:18:35.051 
NW() done

TRACE      2007-11-09 13:18:35.051 
NW.getSystem() done

TRACE      2007-11-09 13:18:35.051 
NWUsers(CE1)

TRACE      2007-11-09 13:18:35.051 
t_NW_users.updateRow({
  sid:CE1
}, WHERE sid='CE1'), updating

TRACE      2007-11-09 13:18:35.051 
NWUsers() done

TRACE      2007-11-09 13:18:35.051 
NWUsers.createAccounts(undefined)

TRACE      2007-11-09 13:18:35.051 
NWDB._get(CE1, ada)

TRACE      2007-11-09 13:18:35.051 
NWDB._fromTable(CE1, ctor)

TRACE      2007-11-09 13:18:35.051 
NWDBada(CE1)

TRACE      2007-11-09 13:18:35.051 
NWDB(CE1, {
  ORACLE_HOME:
  abapSchema:SAPCE1
  abapSchemaUpdate:
  dbsid:CE1
  hostname:sapphirp218
  installDB:true
  javaSchema:SAPCE1DB
  sid:CE1
})

TRACE      2007-11-09 13:18:35.051 
NWDB() done

TRACE      2007-11-09 13:18:35.051 
NWDBada(CE1) done

TRACE      2007-11-09 13:18:35.051 
NWDB._fromTable() done

TRACE      2007-11-09 13:18:35.067 
NWDB._get() done

TRACE      2007-11-09 13:18:35.067 
NWDB.updateOSAccounts() done

TRACE      2007-11-09 13:18:35.067 
NWDBada.getDBType(): ada

TRACE      2007-11-09 13:18:35.067 
NWUsers._getAllAccountData(

TRACE      2007-11-09 13:18:35.067 
NWUsers.getAccountData(SAPSeSID)

TRACE      2007-11-09 13:18:35.067 
NWUsers.haveAccountData(SAPSeSID)

TRACE      2007-11-09 13:18:35.114 
NWUsers.haveAccountData() done: true

TRACE      2007-11-09 13:18:35.114 
NWUsers._readAccountData(SAPSeSID)

TRACE      2007-11-09 13:18:35.114 
NWUsers._isSystemRead(SAPSeSID, os)

TRACE      2007-11-09 13:18:35.129 
NWUsers._isSystemRead() done: true

TRACE      2007-11-09 13:18:35.129 
NWUsers._readAccountData() done

TRACE      2007-11-09 13:18:35.129 
NWUsers.getMasterPassword()

TRACE      2007-11-09 13:18:35.129 
NWUsers.getMasterPassword() done: XXXXX (master password is set)

TRACE      2007-11-09 13:18:35.129 
NWUsers._useMasterPasswordForAccountData(SAPSeSID)

TRACE      2007-11-09 13:18:35.129 
NWUsers._useMasterPasswordForAccountData() done: false

TRACE      2007-11-09 13:18:35.129 
NWUsers.getAccountData(): {
  role:SAPSeSID
  type:USER
  systems:os
  id:S-1-5-19
  name:NT AuthorityLocalService
  comment:
  home:
  shell:
  privileges:
  exists:true
  client:
  host:undefined
  instancenumber:undefined
  locked:false
  password:XXXXXX
  groups:sapphirp218SDB Operators
}

TRACE      2007-11-09 13:18:35.129 
NWUsers.getAccountData(SIDAdm)

TRACE      2007-11-09 13:18:35.129 
NWUsers.haveAccountData(SIDAdm)

TRACE      2007-11-09 13:18:35.129 
NWUsers.haveAccountData() done: true

TRACE      2007-11-09 13:18:35.145 
NWUsers._readAccountData(SIDAdm)

TRACE      2007-11-09 13:18:35.145 
NWUsers._isSystemRead(SIDAdm, os)

TRACE      2007-11-09 13:18:35.145 
NWUsers._isSystemRead() done: true

TRACE      2007-11-09 13:18:35.145 
NWUsers._readAccountData() done

TRACE      2007-11-09 13:18:35.145 
NWUsers.getMasterPassword()

TRACE      2007-11-09 13:18:35.145 
NWUsers.getMasterPassword() done: XXXXX (master password is set)

TRACE      2007-11-09 13:18:35.145 
NWUsers._useMasterPasswordForAccountData(SIDAdm)

TRACE      2007-11-09 13:18:35.145 
NWUsers._useMasterPasswordForAccountData() done: false

TRACE      2007-11-09 13:18:35.145 
NWUsers.getAccountData(): {
  role:SIDAdm
  type:USER
  systems:os
  id:S-1-5-21-1708537768-602162358-682003330-1224
  name:SAPPHIRlaureda
  comment:
  home:
  shell:
  privileges:SeServiceLogonRight
  exists:true
  client:
  host:undefined
  instancenumber:undefined
  locked:false
  password:XXXXXX
  groups:sapphirp218Users
}

TRACE      2007-11-09 13:18:35.160 
NWUsers.getAccountData(SDBOP)

TRACE      2007-11-09 13:18:35.160 
NWUsers.haveAccountData(SDBOP)

TRACE      2007-11-09 13:18:35.160 
NWUsers.haveAccountData() done: true

TRACE      2007-11-09 13:18:35.176 
NWUsers._readAccountData(SDBOP)

TRACE      2007-11-09 13:18:35.176 
NWUsers._isSystemRead(SDBOP, os)

TRACE      2007-11-09 13:18:35.176 
NWUsers._isSystemRead() done: false

TRACE      2007-11-09 13:18:35.176 
NWUsers._readOSAccountData(SDBOP)

TRACE      2007-11-09 13:18:35.176 [synxc_adsi_account.cpp:286]
           CSyADsPath::fromString(sapphirp218SDB Operators) 
           lib=syslib module=syslib
Account sapphirp218/SDB Operators has ADS path 'WinNT://sapphirp218/SDB Operators'

TRACE      2007-11-09 13:18:37.426 [synxcgroup.cpp:1260]
           CSyGroupImpl::isExistingOnOS() lib=syslib module=syslib
existence check for group SDB Operators returned true.

TRACE      2007-11-09 13:18:37.426 [syxxccache.cpp:402]
           CSyAccountCache::addToCache(const IaPtr<CSyAccountImpl> account) 
           lib=syslib module=syslib
inserted account (SDB Operators, S-1-5-21-796845957-1844237615-725345543-1007, GROUP) into the accountcache.

TRACE      2007-11-09 13:18:37.426 
NWUsers._writeAccountDataToKeydb(SDBOP, {
  role:SDBOP
  type:GROUP
  systems:os
  id:S-1-5-21-796845957-1844237615-725345543-1007
  name:sapphirp218SDB Operators
  comment:MaxDB Administration Group
  home:
  shell:
  privileges:
  exists:true
  client:
  host:undefined
  instancenumber:undefined
  locked:false
  password:XXXXXX
  groups:
})

TRACE      2007-11-09 13:18:37.426 
NWUsers.getMasterPassword()

TRACE      2007-11-09 13:18:37.426 
NWUsers.getMasterPassword() done: XXXXX (master password is set)

TRACE      2007-11-09 13:18:37.426 
t_NW_accounts.updateRow({
  sid:CE1
  role:SDBOP
  type:GROUP
  systems:os
  id:S-1-5-21-796845957-1844237615-725345543-1007
  name:sapphirp218SDB Operators
  comment:MaxDB Administration Group
  home:
  shell:
  groups:
  privileges:
  exists:true
  client:
  host:undefined
  instancenumber:undefined
  locked:false
  password:XXXXXX
}, WHERE sid='CE1' AND role='SDBOP'), updating

TRACE      2007-11-09 13:18:37.442 
NWUsers._writeAccountDataToKeydb() done

TRACE      2007-11-09 13:18:37.442 
NWUsers._setSystemRead(SDBOP, os)

TRACE      2007-11-09 13:18:37.442 
NWUsers._setSystemRead() done

TRACE      2007-11-09 13:18:37.442 
NWUsers._readOSAccountData() done

TRACE      2007-11-09 13:18:37.442 
NWUsers._readAccountData() done

TRACE      2007-11-09 13:18:37.442 
NWUsers.getMasterPassword()

TRACE      2007-11-09 13:18:37.442 
NWUsers.getMasterPassword() done: XXXXX (master password is set)

TRACE      2007-11-09 13:18:37.442 
NWUsers._useMasterPasswordForAccountData(SDBOP)

TRACE      2007-11-09 13:18:37.442 
NWUsers._useMasterPasswordForAccountData() done: false

TRACE      2007-11-09 13:18:37.442 
NWUsers.getAccountData(): {
  role:SDBOP
  type:GROUP
  systems:os
  id:S-1-5-21-796845957-1844237615-725345543-1007
  name:sapphirp218SDB Operators
  comment:MaxDB Administration Group
  home:
  shell:
  privileges:
  exists:true
  client:
  host:undefined
  instancenumber:undefined
  locked:false
  password:XXXXXX
  groups:
}

TRACE      2007-11-09 13:18:37.442 
NWUsers._getAllAccountData( done: roles in KeyDB: [SAPSeSID, SIDAdm, SDBOP]

TRACE      2007-11-09 13:18:37.442 
NWUsers.createAccounts(): creating groupsWithID

TRACE      2007-11-09 13:18:37.442 
NWUsers.createAccounts(): creating groupsWithoutID

TRACE      2007-11-09 13:18:37.457 
NWUsers.createAccounts(): creating NWUsers.roles.SDBOP: GROUP sapphirp218SDB Operators

INFO       2007-11-09 13:18:37.473 [ianxbusprv.cpp:142]
           CIaNtUserPrivileges::add_impl(., sapphirp218SDB Operators, ) 
Nothing to do. User privileges are an empty string.

TRACE      2007-11-09 13:18:37.473 
NWUsers._writeAccountDataToKeydb(SDBOP, {
  role:SDBOP
  type:GROUP
  systems:os
  id:S-1-5-21-796845957-1844237615-725345543-1007
  name:sapphirp218SDB Operators
  comment:MaxDB Administration Group
  home:
  shell:
  privileges:
  exists:true
  client:
  host:undefined
  instancenumber:undefined
  locked:false
  password:XXXXXX
  groups:
})

TRACE      2007-11-09 13:18:37.473 
NWUsers.getMasterPassword()

TRACE      2007-11-09 13:18:37.473 
NWUsers.getMasterPassword() done: XXXXX (master password is set)

TRACE      2007-11-09 13:18:37.473 
t_NW_accounts.updateRow({
  sid:CE1
  role:SDBOP
  type:GROUP
  systems:os
  id:S-1-5-21-796845957-1844237615-725345543-1007
  name:sapphirp218SDB Operators
  comment:MaxDB Administration Group
  home:
  shell:
  groups:
  privileges:
  exists:true
  client:
  host:undefined
  instancenumber:undefined
  locked:false
  password:XXXXXX
}, WHERE sid='CE1' AND role='SDBOP'), updating

TRACE      2007-11-09 13:18:37.473 
NWUsers._writeAccountDataToKeydb() done

TRACE      2007-11-09 13:18:37.473 
NWUsers.createAccounts(): creating usersWithID

TRACE      2007-11-09 13:18:37.473 
NWUsers.createAccounts(): creating usersWithoutID

TRACE      2007-11-09 13:18:37.489 
NWUsers.createAccounts(): creating NWUsers.roles.SAPSeSID: USER NT AuthorityLocalService

TRACE      2007-11-09 13:18:37.489 [synxc_adsi_account.cpp:378]
           CSyADsPath::fromSID(S-1-5-19, NULL) lib=syslib module=syslib
Got a well-knowen account. I store only the account name.

TRACE      2007-11-09 13:18:37.489 [synxc_adsi_account.cpp:286]
           CSyADsPath::fromString(NT AuthorityLocalService) 
           lib=syslib module=syslib
Account NT Authority/LocalService has ADS path 'LOKALER DIENST'

TRACE      2007-11-09 13:18:37.489 [syxxcniwrapper.cpp:260]
           NI::niHostIsLocal(NT-AUTORITÄT) lib=syslib module=syslib
Could not resolve host name NT-AUTORITÄT to an IP address. I will assume that its not a name of the local host and return false.

TRACE      2007-11-09 13:18:37.489 [synxcuser.cpp:2124]
           CSyUserImpl::isExistingOnOS() lib=syslib module=syslib
existence check for user LOKALER DIENST returned true.

TRACE      2007-11-09 13:18:37.489 [syxxccache.cpp:402]
           CSyAccountCache::addToCache(const IaPtr<CSyAccountImpl> account) 
           lib=syslib module=syslib
inserted account (LOKALER DIENST, S-1-5-19, USER) into the accountcache.

TRACE      2007-11-09 13:18:37.489 [synxc_adsi_account.cpp:378]
           CSyADsPath::fromSID(S-1-5-19, NULL) lib=syslib module=syslib
Got a well-knowen account. I store only the account name.

TRACE      2007-11-09 13:18:37.489 [synxc_adsi_account.cpp:286]
           CSyADsPath::fromString(NT AuthorityLocalService) 
           lib=syslib module=syslib
Account NT Authority/LocalService has ADS path 'LOKALER DIENST'

TRACE      2007-11-09 13:18:37.489 [syxxcniwrapper.cpp:260]
           NI::niHostIsLocal(NT-AUTORITÄT) lib=syslib module=syslib
Could not resolve host name NT-AUTORITÄT to an IP address. I will assume that its not a name of the local host and return false.

TRACE      2007-11-09 13:18:37.489 [synxcuser.cpp:2124]
           CSyUserImpl::isExistingOnOS() lib=syslib module=syslib
existence check for user LOKALER DIENST returned true.

TRACE      2007-11-09 13:18:37.489 [syxxccache.cpp:402]
           CSyAccountCache::addToCache(const IaPtr<CSyAccountImpl> account) 
           lib=syslib module=syslib
inserted account (LOKALER DIENST, S-1-5-19, USER) into the accountcache.

TRACE      2007-11-09 13:18:37.489 [synxc_adsi_account.cpp:378]
           CSyADsPath::fromSID(S-1-5-19, NULL) lib=syslib module=syslib
Got a well-knowen account. I store only the account name.

TRACE      2007-11-09 13:18:37.489 [synxc_adsi_account.cpp:286]
           CSyADsPath::fromString(NT AuthorityLocalService) 
           lib=syslib module=syslib
Account NT Authority/LocalService has ADS path 'LOKALER DIENST'

TRACE      2007-11-09 13:18:37.489 [syxxcniwrapper.cpp:260]
           NI::niHostIsLocal(NT-AUTORITÄT) lib=syslib module=syslib
Could not resolve host name NT-AUTORITÄT to an IP address. I will assume that its not a name of the local host and return false.

TRACE      2007-11-09 13:18:37.489 [synxcuser.cpp:2124]
           CSyUserImpl::isExistingOnOS() lib=syslib module=syslib
existence check for user LOKALER DIENST returned true.

TRACE      2007-11-09 13:18:37.489 [syxxccache.cpp:402]
           CSyAccountCache::addToCache(const IaPtr<CSyAccountImpl> account) 
           lib=syslib module=syslib
inserted account (LOKALER DIENST, S-1-5-19, USER) into the accountcache.

TRACE      2007-11-09 13:18:37.520 [synxcgroup.cpp:828]
           bool CSyGroupImpl::hasMember(const CSyAccountImpl * pAccount) 
           lib=syslib module=syslib
NT-AUTORITÄTLOKALER DIENST (WinNT://NT-AUTORITÄT/LOKALER DIENST)  is member of group "sapphirp218SDB Operators"

INFO       2007-11-09 13:18:37.520 [ianxbusprv.cpp:142]
           CIaNtUserPrivileges::add_impl(., NT-AUTORITÄTLOKALER DIENST, ) 
Nothing to do. User privileges are an empty string.

TRACE      2007-11-09 13:18:37.535 [iaxxejsbas.hpp:408]
           handleException<ESyException>() 
Converting exception into JS Exception ESyException.

TRACE      2007-11-09 13:18:37.535 
Function setMessageIdOfExceptionMessage: modlib.jslib.caughtException

WARNING[E] 2007-11-09 13:18:37.535 
           CJSlibModule::writeError_impl() 
MUT-03025  Caught ESyException in Modulecall: At line 247 file synxcuser.cpp
Call stack:
iaxxejsctl.cpp: 249: EJS_ControllerImpl::executeScript()
d:depotbas710_relbc_710-3_relgenoptntintelinssapinstimplsrcejsiaxxejsbas.hpp: 445: EJS_Base::dispatchFunctionCall()
iaxxejsexp.cpp: 171: EJS_Installer::invokeModuleCall()
syxxbuser.cpp: 84: *** syslib entry point CSyUser::getHomeDirectoryPath(void) const ***
synxcuser.cpp: 748: CSyPath CSyUserImpl::getHomeDirectory() const
synxcuser.cpp: 234: CSyUserImpl::getAnyADsUser()const

Syslib Assertion failed: Precondition not met in file synxcuser.cpp at line 247: (availableData & AD_LDAP_OBJ) || (availableData & AD_WINNT_OBJ)
Stack trace: iaxxejsctl.cpp: 249: EJS_ControllerImpl::executeScript()
d:depotbas710_relbc_710-3_relgenoptntintelinssapinstimplsrcejsiaxxejsbas.hpp: 445: EJS_Base::dispatchFunctionCall()
iaxxejsexp.cpp: 171: EJS_Installer::invokeModuleCall()
syxxbuser.cpp: 84: *** syslib entry point CSyUser::getHomeDirectoryPath(void) const ***
synxcuser.cpp: 748: CSyPath CSyUserImpl::getHomeDirectory() const
synxcuser.cpp: 234: CSyUserImpl::getAnyADsUser()const
.

TRACE      2007-11-09 13:18:37.535 [iaxxejsbas.hpp:483]
           EJS_Base::dispatchFunctionCall() 
JS Callback has thrown unknown exception. Rethrowing.

ERROR      2007-11-09 13:18:37.551 [sixxcstepexecute.cpp:940]
FCO-00011  The step createAccounts with step key |CE_DevSystem_App|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|3|0|NW_Users_Create_Do|ind|ind|ind|ind|4|0|createAccounts was executed with status ERROR .

TRACE      2007-11-09 13:18:37.567 [iaxxgenimp.cpp:745]
            CGuiEngineImp::showMessageBox 

Former Member
0 Kudos

Hi, Oliver!

Authenticating via uname and pwd, but - as Daniel mentiones - on German Version of XP. No English version in sight. Any ideas?

Regards,

Thomas

Former Member
0 Kudos

Get the same error. Frustrating!!! SAPInst breaks when try to create the accounts. Could it be that this is because of the german version of XP?

Regards,

Daniel

Oliver5
Advisor
Advisor
0 Kudos

no idea.

which windows version do u use?

Former Member
0 Kudos

Hi, Oliver!

I'm running XP Professional SP 2.

Regards,

Thomas

Oliver5
Advisor
Advisor
0 Kudos

usermanagement set to authentication with passorwd or do you logon just as with a click on a nice icon?