Q and A

IDM NotesDriverShim Create User: Error- "User already exists"

Author Info

25 June 2008 - 11:59am
Submitted by: pnuffer

qna
Reads:

554

Score:
5
5
1
 
Comments:

0

Question:

I'm using an older Lotus Notes Driver (prior to v3.5) on my Domino 6 system, and when a new Lotus Notes person is created in the Notes Address Book with the same FirstName LastName, the Notes driver rejects the add command with a "user already exists" error. Why is this happening, and how can I avoid this?

Answer:

The Lotus Notes registration process checks the new user's FullName field for duplicates within the Notes Address Book. If a match is found, then the registration process performs a user merge and takes the new user information and writes it on top of the existing Lotus Notes user in the NAB. This is typically an undesirable event for IDM and the NotesDriverShim as the end result will have two Identity Vault objects associated with one Lotus Notes user. Therefore, by default, the NotesDriverShim also checks for duplicates prior to user registration (processing a user add command). If the FullName already exists, then the user add command is rejected with a 'user already exists' error by the NotesDriverShim. Using the NotesDriverShim v3.5, you can disable this Notes User FullName check for uniqueness that is performed by the NotesDriverShim by using the custom parameter 'registration-dest-dn-check="false"' as an attribute on the Add command element. See the Driver for Lotus Notes Implementation Guide documentation for more details on the registration-dest-dn-check custom parameter.

Here is an old cool solution tip that shows one method of creating Notes users with unique FullName fields: http://www.novell.com/coolsolutions/tip/17694.html

The above tip provides a solution that uses an XSLT style sheet. IDM 3.5 provides improved DirXML Script capabilities that allow this style sheet to be ported/implemented in DirXML Script quite easily.


Author Info

25 June 2008 - 11:59am
Submitted by: pnuffer




User Comments

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <p> <a> <em> <i> <cite> <code> <img> <ul> <ol> <li> <div> <dl> <dt> <dd> <b> <strong> <h1> <h2> <h3> <pre> <table> <td> <tr> <th> <blockquote>
  • Lines and paragraphs break automatically.
  • Glossary terms will be automatically marked with links to their descriptions. If there are certain phrases or sections of text that should be excluded from glossary marking and linking, use the special markup, [no-glossary] ... [/no-glossary]. Additionally, these HTML elements will not be scanned: a, abbr, acronym, code, pre.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
1 + 3 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.

© 2008 Novell, Inc. All Rights Reserved.