M
Marlon Brown
An external vendor that is deploying a system to automate account creation
using ADSI claims that the script is failing when accounts he just created
on our main site is used to setup permissions on folders that are on remote
sites (replication to remote sites = 30 minutes).
Therefore he tries to setup folder permissions on file servers that are on
remote sites and at that time the account is not found (replication not
completed) and it fails. If he waits 30 minutes and run his function to
setup the folder permissions, it works.
What would be the best way to solve this ?
I'd say putting a delay of 40 minutes before starting the folder permission
function could be a simple to way to avoid problems.
Any other idea ? Binding to specific domain controllers that are on the main
site should also do it, right ?
Let me know if you can point me to an article about binding to specific DC's
(VB).
using ADSI claims that the script is failing when accounts he just created
on our main site is used to setup permissions on folders that are on remote
sites (replication to remote sites = 30 minutes).
Therefore he tries to setup folder permissions on file servers that are on
remote sites and at that time the account is not found (replication not
completed) and it fails. If he waits 30 minutes and run his function to
setup the folder permissions, it works.
What would be the best way to solve this ?
I'd say putting a delay of 40 minutes before starting the folder permission
function could be a simple to way to avoid problems.
Any other idea ? Binding to specific domain controllers that are on the main
site should also do it, right ?
Let me know if you can point me to an article about binding to specific DC's
(VB).