{ 'functionName' : 'createTopology' , 'functionMessage' : 'Create DS topology' , 'functionException' : 'Server.CreateTopologyException' , 'functionArguments' : { 'initialiseInstance' : True } } { 'functionName' : 'StartDsWithScript' , 'functionMessage' : 'Start the Directory Server.' , 'functionException' : 'Server.StartException' , 'functionArguments' : { 'location' : STAF_REMOTE_HOSTNAME } } { 'functionName' : 'isAlive' , 'functionMessage' : 'Start the Directory Server.' , 'functionException' : 'Server.StartException' , 'functionArguments' : { 'noOfLoops' : 10 , 'noOfMilliSeconds' : 2000 } } { 'functionName' : 'addEntry' , 'functionMessage' : 'Start the Directory Server.' , 'functionException' : 'LDAP.AddEntryException' , 'functionArguments' : { 'dsInstanceHost' : server.host , 'dsInstancePort' : server.port , 'dsInstanceDn' : server.dn , 'dsInstancePswd' : server.password , 'entryToBeAdded' : schemastartldif } } '%s: Create topology failed. eInfo(%s)' % (eType,eInfo) '%s: Failed to start Directory Server. eInfo(%s)' % (eType,eInfo) '%s: LDAPAdd failed. eInfo(%s)' % (eType,eInfo)