When removing a server instance that has the o=NetscapeRoot with ds_removal, I get the following error message in 1.2.0:<br>Error:The server &#39;ldap://<a href="http://ldap.test.org:389/o=NetscapeRoot">ldap.test.org:389/o=NetscapeRoot</a>&#39; is not reachable.  Error: unknown error<br>
<br>The server directories and configuration seems to be properly removed, but it looks as if an additional connection attempt is made after the server is shut down and removed. <br>Don&#39;t remember seeing this before upgrading from 1.1.3. This is not much of a problem though because the server seems to be removed just fine besides the trailing error message.<br>
<br>There is no error message when deleting additional instances registered with the first config directory. Only when removing the config directory itself.<br><br>Here&#39;s the inf-file used to create the config directory instance.<br>
<br>[General]<br>AdminDomain = <a href="http://test.org">test.org</a><br>SuiteSpotGroup = nobody<br>ConfigDirectoryLdapURL = ldap://<a href="http://ldap.test.org:389/o=NetscapeRoot">ldap.test.org:389/o=NetscapeRoot</a><br>
ConfigDirectoryAdminID = admin<br>ConfigDirectoryAdminPwd = pwd<br>SuiteSpotUserID = nobody<br>FullMachineName = <a href="http://ldap.test.org">ldap.test.org</a><br><br>[slapd]<br>InstallLdifFile = suggest<br>ServerIdentifier = test<br>
ServerPort = 389<br>AddOrgEntries = No<br>RootDN = cn=Directory Manager<br>RootDNPwd = pwd<br>SlapdConfigForMC = yes<br>Suffix = dc=test,dc=org<br>UseExistingMC = 0<br>AddSampleEntries = No<br><br>[admin]<br>ServerAdminID = admin<br>
ServerAdminPwd = pwd<br>SysUser = nobody<br>Port = 9830<br><br>