Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Sychronizing with AD stops after an error
eu0018443_-_(deleted)
Hello all,I get the following error message when I start the synchronization with the Active Directory: [Fri Jun 01 08:13:26 2007] : *** Could not create f1dwhveis in Livelink, Default change agents require an email address.[Fri Jun 01 08:13:26 2007] : Synchronization completed with error: Default change agents require an email address.After this error the sync. process stops so that not all users are imported.What I have to do to solve this problem?Thank you!
Find more posts tagged with
Comments
Chris_Wagg
Message from Chris Wagg via eLinkIt looks like you have a module that requires that users have an emailaddress, but in AD, the user 'f1dwhveis' does not have one. You willneed to add that to the user in AD.---------------------------------------Chris WaggSenior Product SpecialistOpen Text CorporationPh: 800-540-7292Email: cwagg@opentext.com--------------------------------------------Original Message-----From: eLink Discussion: Livelink Directory Services Discussion[mailto:directoryservices@elinkkc.opentext.com] Sent: Friday, June 01, 2007 3:01 AMTo: eLink RecipientSubject: Sychronizing with AD stops after an errorSychronizing with AD stops after an error Posted by eu0018443 on06/01/2007 02:56 AMHello all,I get the following error message when I start the synchronization withthe Active Directory: [Fri Jun 01 08:13:26 2007] : *** Could not create f1dwhveis inLivelink, Default change agents require an email address.[Fri Jun 01 08:13:26 2007] : Synchronization completed with error:Default change agents require an email address.After this error the sync. process stops so that not all users areimported.What I have to do to solve this problem?Thank you![To reply to this thread, use your normal E-mail reply function.]============================================================Discussion: Livelink Directory Services Discussion
https://knowledge.opentext.com/knowledge/llisapi.dll/open/3062146Livelink
Server:
https://knowledge.opentext.com/knowledge/llisapi.dllTo
Unsubscribe from this Discussion, send an e-mail tounsubscribe.directoryservices@elinkkc.opentext.com.
eLink User
Message from peter.ungvari@vattenfall.de via eLink
eu0018443_-_(deleted)
Thank you,but there is a problem: I can’t edit users in the AD. Is it possible to skip these accounts during the synchronisation? (I think, one week ago every synchronisation worked fine!)
Chris_Wagg
Message from Chris Wagg via eLinkyou have two options here:1) modify the user in AD2) change your search root/filter so that this user is not included inthe synch.You could use a user search filer to include only users that have anemail address. Something like:(&(Objectclass=user)(mail=*))This would pick up all users that have a 'mail' attribute.As with any changes in your synch, be sure to try out your new filter ina test environment before implementing this in production, just in case.---------------------------------------Chris WaggSenior Product SpecialistOpen Text CorporationPh: 800-540-7292Email: cwagg@opentext.com--------------------------------------------Original Message-----From: eLink Discussion: Livelink Directory Services Discussion[mailto:directoryservices@elinkkc.opentext.com] Sent: Friday, June 01, 2007 9:16 AMTo: eLink RecipientSubject: Thank you,but there is a problem I can't edit users in the AD.Is it possible...Thank you,but there is a problem I can't edit users in the AD. Is itpossible...Posted by eu0018443 on 06/01/2007 09:14 AMThank you,but there is a problem: I can't edit users in the AD. Is itpossible to skip these accounts during the synchronisation? (I think,one week ago every synchronisation worked fine!)[To reply to this thread, use your normal E-mail reply function.]============================================================Topic: Sychronizing with AD stops after an error
https://knowledge.opentext.com/knowledge/llisapi.dll/open/12461056Discussion
: Livelink Directory Services Discussion
https://knowledge.opentext.com/knowledge/llisapi.dll/open/3062146Livelink
Server:
https://knowledge.opentext.com/knowledge/llisapi.dllTo
Unsubscribe from this Discussion, send an e-mail tounsubscribe.directoryservices@elinkkc.opentext.com.
eu0018443_-_(deleted)
Now it works. I used the filter.Thank you. Have a nice weekend.
Nair_Krishnankutty_(nairkrishnankutty_-_(deleted))
OT support helped me with this yesterday.If there is a need to add users without an email into a group,without doing the mail filter.I am not sure if this is a bug or not.If you are a user and has your personal change agent (9999) set you will find your record thusselect * from agentschedule where userid=5219774 and agentid=9999enabled=1 means email delivery 0 means GUI delivery.Similarly on the record for the group turning on/off the email delivery did not change the setting.I am not sure if I need to be some group owner or stuff,I tried as Admin and full privs,bot did not seem to change the flag for the group's agentschedule record.It does work according to spec if it is a personal change agent.The LLNOTIFY ospace has a LLNotify UserCallbacks has a callback script called CBUserNew which i guess is called bu the UAPI .CreateUser call the xlate [LLNotify_ErrMsg.DefaultChangeAgentsRequireAnEmailAddress] can be found there.