ADAM Sync Configuration Problems
I want to get the synchronizer to work for my ADAM installation and I have done all the schema updates and everything required before. The issue is that if I am running the adamsync /sync command, then I am getting the below error in the log file and the process will fail:
Establishing connection to target server manager:50000.
Saving Configuration File on OU=Users,OU=Accounts,O=NMDA,C=US
Saved configuration file.
ADAMSync is querying for a writeable replica of manager.web.nmda.org
Error: DCLocator call failed with error 1355. Attempting to bind directly to
string.
Establishing connection to source server manager:389.
Using file .?dam19.tmp as a store for deferred dn-references.
Populating the schema cache
Populating the well known objects cache
Ldap error occured. ldap_get_next_page_s: Operations Error.
Extended Info: 000020D6: SvcErr: DSID-031006C5, problem 5012 (DIR_ERROR),
data 0
..
Saving Configuration File on OU=Users,OU=Accounts,O=NMDA,C=US
Saved configuration file.
Can anyone please help? Thanks.
Re: ADAM Sync Configuration Problems
There is a namespace issue, the DSA is pointin to a namespace it is not able to cover. Also, the problem is that you cant transgorm the naming contexts in that way, so in your config.xml if your source-ad-partition is dc=web,dc=nmda,dc=org, then you have to create an ADAM naming context dc=web,dc=nmda,dc=org, <target-rdn>.
adamsync /install worked - reply from system is "done"
However, now try the /sync and receive error
Ldap error occured, ldap_bind-s: invalid credentials
Extended info: 8009030c: LdapErr: DSID-0c0903e2, comment: AcceptSecurityContext error, data 0, v893.
Re: ADAM Sync Configuration Problems
Can you try to check source-ad-account and account-domain in the XML config that you have and if possible use /passprompt on the adamsync /install command line to specify password for that account.
Getting problem while configuring ADAM on server...
Hello,
i have install ADAM on window server2003 and tryiing to add user in active directory in application using activedirectory membership provider...
I am getting "Sys.WebForms.PageRequestManagerServerErrorException:An unknown error occured while processing the request on the server.The status code returned from the server was :500" this error when i am trying to add user to Active directory using create user wizard control with use of activedirectory membership provider...
Can anybody pls help me to solve this issue...??
<connectionStrings>
<add name="ADConnectionString" connectionString=LDAP://ServerName:389/OU=West,O=Magic,C=US/>
</connectionStrings>
<membership defaultProvider="MembershipADProvider">
<providers>
<add name="MembershipADProvider" connectionStringName="ADConnectionString"
type="System.Web.Security.ActiveDirectoryMembershipProvider, System.Web,Version=2.0.0.0, Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a"
connectionUserName="Admin user of ADAM" // Is this right?
connectionPassword="passwd of admin user "
connectionProtection="None" />
</providers>
</membership>