LinkBack Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 06-Nov-2009, 08:14 PM
Member
 
Join Date: Jul 2008
Posts: 76
mlee22 0 reputation points
Default Re: Notes Web Client Only Rename

Originally Posted by rrgirish View Post
ok.. first of all why not create web users through the driver? the lotus notes driver is able to create these users(without an id).

any errors on the domino console? also do you have a trace which shows this problem?
There has been a process established where the Notes account is created manually instead of creating it through the driver. I am going to test to see if creating an account through the driver will allow this web user rename to go through, but I was hoping someone might know how the adminp-web-user-rename works and if there are any pre-reqs that need to be on the IDV account because the level 3 trace doesn't say much. Here it is below:

Code:
DirXML: [11/02/09 23:13:27.57]: TRACE:  <nds dtdversion="3.5" ndsversion="8.x">
	<source>
		<product version="3.6.10.4747">DirXML</product>
		<contact>Novell, Inc.</contact>
	</source>
	<input>
		<modify adminp-web-user-rename="true" allow-adminp-support="true" cached-time="20091103071327.776Z" class-name="Person" event-id="ls110idmqa1#20091103071327#1#1" qualified-src-dn="O=IDVAULT\OU=USERS\CN=fuddgte1" src-dn="\LS-IDV-STAGE-1-TREE\IDVAULT\USERS\fuddgte1" src-entry-id="50044" timestamp="1257232407#2">
			<association state="associated">01B3959DF46381FB08257662006A376F</association>
			<modify-attr attr-name="FirstName">
				<remove-all-values/>
				<add-value>
					<value type="string">Mark</value>
				</add-value>
			</modify-attr>
		</modify>
	</input>
</nds>
DirXML: [11/02/09 23:13:27.57]: TRACE:  Driver: NotesSubscriptionShim: Connected to xxx.xxx.com
DirXML: [11/02/09 23:13:27.57]: TRACE:  Driver: NotesSubscriptionShim: Connected as CN=Admin Account/OU=domqa/O=lsmo
DirXML: [11/02/09 23:13:27.57]: TRACE:  Driver: NotesSubscriptionShim: Reading from names.nsf
DirXML: [11/02/09 23:13:27.57]: TRACE:  Driver: NotesSubscriptionShim:  Input Document contains 1 Identity Manager commands
DirXML: [11/02/09 23:13:27.57]: TRACE:  Driver: Subscriber Modify Op: UNID = 01B3959DF46381FB08257662006A376F
DirXML: [11/02/09 23:13:27.58]: TRACE:  Driver: Subscriber performModifyOperation() ** attr size = 1
DirXML: [11/02/09 23:13:27.58]: TRACE:  Driver: Subscriber performModifyOperation() got attr #0
DirXML: [11/02/09 23:13:27.58]: TRACE:  Driver: setSpecialAttrVar: attr-name="FirstName" attr-value=""
DirXML: [11/02/09 23:13:27.58]: TRACE:  Driver: setSpecialAttrVar: attr-name="FirstName" attr-value=Mark
DirXML: [11/02/09 23:13:27.58]: TRACE:  Driver: Subscriber:  performModifyOperation - OperationType = REMOVE_ALL_VALUES
DirXML: [11/02/09 23:13:27.58]: TRACE:  Driver: Subscriber: performModifyOperation: all values removed from document field (attribute): FirstName
DirXML: [11/02/09 23:13:27.58]: TRACE:  Driver: setSpecialAttrVar: attr-name="FirstName" attr-value=""
DirXML: [11/02/09 23:13:27.58]: TRACE:  Driver: setSpecialAttrVar: attr-name="FirstName" attr-value=Mark
DirXML: [11/02/09 23:13:27.58]: TRACE:  Driver: Subscriber: performModifyOperation() ** attr type = FirstName attr value = Mark
DirXML: [11/02/09 23:13:27.58]: TRACE:  Driver: item is null, doing replace
DirXML: [11/02/09 23:13:27.68]: TRACE:  Driver: Subscriber: performModifyOperation().  UNID = 01B3959DF46381FB08257662006A376F
DirXML: [11/02/09 23:13:27.68]: TRACE:  Driver: processAdminPAttrs: adminp-web-user-rename = true
DirXML: [11/02/09 23:13:27.68]: TRACE:  Driver: processAdminPAttrs: renameWebUser CN=Fudd G Test1/OU=domqa/O=lsmo
 parameters: NewFullName=CN=Mark G test1/OU=domqa/O=lsmo LastName=* FirstName=Mark MiddleInitial=* ShortName=* InternetAddress=*
DirXML: [11/02/09 23:13:28.10]: TRACE:  Driver: processAdminPAttrs: process modify Notes user event for CN=Fudd G Test1/OU=domqa/O=lsmo. Error with AdminP processing: errorID = 4000. Message: Notes error: Entry not found in index
DirXML: [11/02/09 23:13:28.10]: TRACE:  Driver: NotesSubscriptionShim: processModifyEvent AdminP processing problem. ID = 4000. Message: Notes error: Entry not found in index
DirXML: [11/02/09 23:13:28.10]: TRACE:  Remote Loader: SubscriptionShim.execute() returned:
DirXML: [11/02/09 23:13:28.10]: TRACE:  <nds dtdversion="2.0" ndsversion="8.x">
	<source>
		<product build="20090127_1840" instance="Driver" version="3.5.4">Identity Manager Driver for Lotus Notes</product>
		<contact>Novell, Inc.</contact>
	</source>
	<output>
		<status event-id="ls110idmqa1#20091103071327#1#1" level="warning">NotesSubscriptionShim: processModifyEvent AdminP processing problem. ID = 4000. Message: Notes error: Entry not found in index</status>
	</output>
</nds>
DirXML: [11/02/09 23:13:28.10]: TRACE:  Remote Loader: Sending...
DirXML: [11/02/09 23:13:28.10]: TRACE:  <nds dtdversion="2.0" ndsversion="8.x">
	<source>
		<product build="20090127_1840" instance="Driver" version="3.5.4">Identity Manager Driver for Lotus Notes</product>
		<contact>Novell, Inc.</contact>
	</source>
	<output>
		<status event-id="ls110idmqa1#20091103071327#1#1" level="warning">NotesSubscriptionShim: processModifyEvent AdminP processing problem. ID = 4000. Message: Notes error: Entry not found in index</status>
	</output>
</nds>
DirXML: [11/02/09 23:13:28.10]: TRACE:  Remote Loader: Document sent.
DirXML: [11/02/09 23:13:28.10]: 
DirXML Log Event -------------------
    Driver  = \LS-IDV-STAGE-1-TREE\SERVICES\DriverSet\Driver
    Thread  = Subscriber
    Object  = \LS-IDV-STAGE-1-TREE\IDVAULT\USERS\fuddgte1
    Level   = warning
    Message = NotesSubscriptionShim: processModifyEvent AdminP processing problem. ID = 4000. Message: Notes error: Entry not found in index
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -6. The time now is 08:41 PM.


© 2007 Novell, Inc. All Rights Reserved.

Search Engine Friendly URLs by vBSEO 3.3.0 RC2