Re: Strange ADAM behavior
- From: "Joe Kaplan \(MVP - ADSI\)" <joseph.e.kaplan@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 1 Apr 2005 14:09:30 -0600
If the groups have more than 1500 members, then ADSI won't return all of
them without using attribute ranging. So it could be the case that the
members are in the group, but that you just don't see them.
Ldp.exe allows you to do range retrieval graphically so you don't have to
write code for this. Just do a base-level search on the group and use the
syntax "member;range=1500-*" to see the next group (quotes included). You
keep increasing the first number by 1500 until you see all the members.
Joe K.
"lam784" <lam784@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:643A714F-6838-4139-A938-1E053562E49F@xxxxxxxxxxxxxxxx
> Hi,
> We have an adam instance that is replicated to another adam. We have
> begun
> seeing strange behavior around groups and large transactional updates of
> adam
> data. After running a large batch update that will "successfully"
> complete
> we will see that there are some groups that don't appear to have
> particular
> users as membership in them. When you try to add that user to the group
> through a third party application it appears that it adds successfully but
> when you view the membership through adsi the user is not there. If you
> add
> the user to the group through adsi it tells you the user is already a
> member
> of the group even through you don't visually see them. You can force the
> user into the group by adding them with an ldif but that is the only way.
> It's like the membership data for the group is in a quasi uncommitted
> state.
> We feel like it may be due to large volumes of transactional data -
> replication can't keep up and the adam sort of chokes, but we have not
> been
> able to prove or disprove the relationship to replication. Had anyone
> seen
> this type of behavior before?
.
- Follow-Ups:
- Re: Strange ADAM behavior
- From: lam784
- Re: Strange ADAM behavior
- References:
- Strange ADAM behavior
- From: lam784
- Strange ADAM behavior
- Prev by Date: Re: Delegating rights
- Next by Date: Server2003 SP1 Breaks W32Time service on AD Domain Controllers & F&P Server
- Previous by thread: Strange ADAM behavior
- Next by thread: Re: Strange ADAM behavior
- Index(es):
Relevant Pages
|