When attempting to start the DirXML Driver through iManager, the
following is displayed:
Message 1:
Sat Jan 31 16:42:51 EST 2004
Error = -288 [0xFFFFFEE0]
Unable to bind DirXML Driver
\PROD\MP\DirXML\Active Directory\ADDriver
Message 2:
Sat Jan 31 16:42:51 EST 2004
Warning
Driver state changed to Stopped
.ADDriver.Active Directory.DirXML.MP.PROD.
I never see a connection attempt in the W2k3 trace.
I've read TID 10065334 but the answer isn't within.
Any ideas?
Thanks!
Jeff
Did you set tp the tree correctly ?
how did you set up the authentication context ? (must be
hostname="xx.xx.xx.xx" port="8090")
Thorsten
"Jeff Moreau" <Mor...@GSTR.net> wrote in message
news:bflTb.4932$Wh....@prv-forum2.provo.novell.com...
TID 10058131
----------------------------------------------------------------------------
----
>>CN=ZeNameCN=Users,DC=MP,DC=com,
~~~~~ ~~~~
Fix your placement-rule on the subscriber.
Thorsten
"Jeff Moreau" <Mor...@GSTR.net> wrote in message
news:pasTb.5095$Wh....@prv-forum2.provo.novell.com...
Got communication between the Driver and the remote driver.
But, now can't get objects to sync.
It appears to be on the subscriber channel... The Trace screen on the AD DC
Shows:
DirXML Log Event --------------------------
Driver = \Prod\MP\DirXml\Active Directory\ADDriver
Thread = \Subscriber Channel
Object = \Prod\MP\Users\ZeName (CN=ZeNameCN=Users,DC=MP,DC=com,)
Level = error
Message = Add error.<status level="error'/>
----------------------------------------------------------------------------
----
Got communication between the Driver and the remote driver.
But, now can't get objects to sync.
It appears to be on the subscriber channel... The Trace screen on the AD DC
Shows:
DirXML Log Event --------------------------
I've added a preceeding "," to the rule and eliminated the DC=MP, so I am now getting:
DirXML Log Event —-------------------------
Driver = \Prod\MP\DirXml\Active Directory\ADDriver
Thread = \Subscriber Channel
Object = \Prod\MP\Users\ZeName (CN=ZeName,CN=Users,DC=com,)
Level = error
Message = Add error.<status level="error"/>
Have I missed something?
CN=ZeName,CN=Users,DC=com,)
doesnt look like you real path, does it ?
i guess it should be "CN=bla,CN=users,DC=mp,DC=com" ?!
"Jeff Moreau" <Mor...@GSTR.net> wrote in message
news:BDsTb.5113$Wh....@prv-forum2.provo.novell.com...
> Getting Close!!!!
>
> I've added a preceeding "," to the rule and eliminated the DC=MP, so I am
now getting:
>
> DirXML Log Event --------------------------
There are 3 rules of which I think only the 3rd is the problem. They are:
<Data: 'CN='>
<copy-name>
<Data: ',OU=Users,DC=modernpeople,DC=com'>
I tried setting the 3rd placement rule like:
CN=users,DC=mp,DC=com
,OU=Users,DC=modernpeople,DC=com
,OU=Users,DC=modernpeople
my AD Domain is named modernpeople.com
in an OU directly below the domain is the Users
and the Users are within the OU=Users.
I'm aware the AD is case-sensitive.
So close, yet so far....
Father Ramon
The Patron(izing) Saint of DirXML
AD trace shows:
.
.
.
Message = Add error.<status level="error">There is no such object on the server.
<nds>
<output>
<status level="error">Add error.<status level="error">Access is denied
The user object in AD was not a member of the Domain Adminstrators. I added the user to the Domain Adminstrators group, and the DirXML Log Event now states:
Driver = \Prod\MP\DirXML\Active Directory\ADDrivers
Thread = Subscriber Channel
Level = success
But, I am not seeing the user appear in the MMC under Users.
I had to close the MMC for AD and reopen it. (Refreshing didn't work.)
Thanks go out to Thorsten and Father Ramon for their patience and guidance through this very difficult first time setup! I doubt I would have been successful without your help!!! Thank YOU!!!!
—---------------------------------
For the benefit of others!
Tid 10062540 was useful to identify the proper syntax
I ended up with ",CN=Users,DC=modernpeople,DC=com"
Of course the user object in the AD Must have Administrative Privelages.
Jeff