B
barabba
Hi guys,
I wrote a long vbscript that takes care of migrating our corporate
users from an old to a new active directory infrastructure.
The problem I encounter is the following:
When I bind to the user using the canonical method:
Set oUser = GetObject ("LDAP://" & strDisplayLine)
The variable strDisplayline contains the distinguished name of the
user I want to migrate.
The problem is that I can run the script three times without problems,
then the 4th time I run the script....I get this error... !
Sometimes I get it every other time I run the script (once ok, once
not, once ok, and so forth).
Anybody knows what could be the reason of this behaviour ?
Thanks
Bar
I wrote a long vbscript that takes care of migrating our corporate
users from an old to a new active directory infrastructure.
The problem I encounter is the following:
When I bind to the user using the canonical method:
Set oUser = GetObject ("LDAP://" & strDisplayLine)
The variable strDisplayline contains the distinguished name of the
user I want to migrate.
The problem is that I can run the script three times without problems,
then the 4th time I run the script....I get this error... !
Sometimes I get it every other time I run the script (once ok, once
not, once ok, and so forth).
Anybody knows what could be the reason of this behaviour ?
Thanks
Bar