IADsTools SetReplicaSyncAllFlags Question
From: Rob (anonymous_at_discussions.microsoft.com)
Date: 09/07/04
- Next message: Jason Benway: "delete registry values for disk cleanup"
- Previous message: Dave: "help with script"
- Next in thread: Viatcheslav V. Vassiliev: "Re: IADsTools SetReplicaSyncAllFlags Question"
- Reply: Viatcheslav V. Vassiliev: "Re: IADsTools SetReplicaSyncAllFlags Question"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 6 Sep 2004 23:28:48 -0700
Hello - I am trying to use the following snippet of code
without much success:
==================================================
Set DLL=CreateObject("IADsTools.DCFunctions")
DLL.SetReplicaSyncAllFlags
(DS_REPSYNCALL_SKIP_INITIAL_CHECK,DS_REPSYNCALL_PUSH_CHANG
ES_OUTWARD,DS_REPSYNCALL_CROSS_SITE_BOUNDARIES)
Result=DLL.ReplicaSyncAll(Cstr(objDC),Cstr(
NamingContext),1,0)
==================================================
Is anyone here experienced with using
SetReplicaSyncAllFlags successfully? Is the format
correct? I receive an error when I attempt to specify
those flags. I did find a reference to the numeric
values of those flags and then tried it in the
DLL.SetReplicaSyncAllFlags() function but it failed to
work. Any ideas are appreciated.
- Next message: Jason Benway: "delete registry values for disk cleanup"
- Previous message: Dave: "help with script"
- Next in thread: Viatcheslav V. Vassiliev: "Re: IADsTools SetReplicaSyncAllFlags Question"
- Reply: Viatcheslav V. Vassiliev: "Re: IADsTools SetReplicaSyncAllFlags Question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|