i have installed 2 ADAM istance on 2 server with replica enabled.
After installed SP1 on both Windows 2003 STD Server in ADAM log i have found
this warning :
Event Type: Warning
Event Source: ADAM [istance2] KCC
Event Category: Knowledge Consistency Checker
Event ID: 1308
Date: 09/02/2006
Time: 19.13.56
User: NT AUTHORITY\ANONYMOUS LOGON
Computer: ADAM02
Description:
The Knowledge Consistency Checker (KCC) has detected that successive
attempts to replicate with the following directory service has consistently
failed.
Attempts:
1
Directory service:
CN=NTDS
Settings,CN=ADAM01$istance-ldp1,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,CN={E27B13CF-CD08-4F6
Period of time (minutes):
122
The Connection object for this directory service will be ignored, and a new
temporary connection will be established to ensure that replication
continues. Once replication with this directory service resumes, the
temporary connection will be removed.
Additional Data
Error value:
1772 The list of RPC servers available for the binding of auto handles has
been exhausted.
and this :
Event Type: Warning
Event Source: ADAM [istance1] General
Event Category: DS Schema
Event ID: 1184
Date: 09/02/2006
Time: 18.59.01
User: NT AUTHORITY\ANONYMOUS LOGON
Computer: ADAM02
Description:
Active Directory was unable to delete the index for the following attribute.
Attribute name:
?
Attribute ID:
458422
This index is no longer needed.
Additional Data
Error value:
-1404 JET_errIndexNotFound, No such index
For the first error whats mean ? This error is for SP1 or not ? Exist any
problem if i install SP1 on ADAM Server ?
For the other error (2) i have try to create a new "cn" object and it was
correctly replicated on the other istance also the replica maybe work but
then whats mean this error ?
Thanks in advance
on fo
--
---
just to be clear are you saying that the OS was W2K3 and you applied
W2K3 SP1 (rather than ADAM SP1)? If so I'm not sure what the support
status of that is, generally ESE databases will run integrity
checks/rebuilds
if they detect an OS upgrade and log that in the event log.
The first error look like a replication failure, does replication
seem to be working in both directions? (You could use repadmin /showrepl
to check you connections)
The second error I have seen (I have a dit file stashed away somewhere
that exhibits the same error); I have never managed to fix it but was only
a test instance so not a big issue for me.
Thanks
Lee Flight
<io.com> wrote in message news:uR4nPNxM...@TK2MSFTNGP14.phx.gbl...
"Lee Flight" <l...@le.ac.uk-nospam> wrote in message
news:OUzGr61M...@TK2MSFTNGP15.phx.gbl...
> Hi
>
> just to be clear are you saying that the OS was W2K3 and you applied
> W2K3 SP1 (rather than ADAM SP1)?
Yes i have installed only a windows 2003 service pack1 !
>If so I'm not sure what the support
> status of that is, generally ESE databases will run integrity
> checks/rebuilds
> if they detect an OS upgrade and log that in the event log.
I dont understand this; what do you mean that ADAM not support windows 2003
SP1 ??!?
> The first error look like a replication failure, does replication
> seem to be working in both directions? (You could use repadmin /showrepl
> to check you connections)
Yes , thanks.
> The second error I have seen (I have a dit file stashed away somewhere
> that exhibits the same error); I have never managed to fix it but was only
> a test instance so not a big issue for me.
Ok.
The last question is : How i verify which version of ADAM have installed ?
(SP1 or not )
Thanks.
<io.com> wrote in message news:OoH6%23v7MG...@TK2MSFTNGP15.phx.gbl...
>>If so I'm not sure what the support
>> status of that is, generally ESE databases will run integrity
>> checks/rebuilds
>> if they detect an OS upgrade and log that in the event log.
>
> I dont understand this; what do you mean that ADAM not support windows
> 2003 SP1 ??!?
ADAM supports W2K3 SP1, if you check the ADAM event log you will
probably see the messages about the indices being rebuilt the first time
the server rebooted at SP1.
If someone from Microsoft spots this thread they may be able to advise
on your JET error else I guess you would need to open an incident with
PSS.
> The last question is : How i verify which version of ADAM have installed ?
> (SP1 or not )
Look at the file version of %windir\ADAM\adamdsa.dll or look for
Service Control Event Id 1000 in the ADAM instance event log.
ADAM 1.0 was version 1.0.230.0,
ADAM 1.0 with most hotfixes was 1.0.230.36
ADAM SP1 is 1.1.3790.2075
If you are an ADAM Admin you can also read the ADAM version from the rootDSE
of the instance:
ldifde -f con -d "" -p base -l dsaVersionString -s localhost:389
for an ADAM instance running on localhost on port 389.
Lee Flight
"Lee Flight" <l...@le.ac.uk-nospam> wrote in message
news:OXZ39A8...@TK2MSFTNGP12.phx.gbl...
--
Dmitri Gavrilov
SDE, DS Admin eXperience
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
<io.com> wrote in message news:OYiO0Q9M...@TK2MSFTNGP10.phx.gbl...