Hello,
for a move operation I am getting a duplicated status returned by the Shim, wich causes double notification ( As my email notifications are based on status )
What do you imply in order (at least) to delete the duplicated status and keep only one in the $current-op ?
Bellow is the complete trace
Regards,
for a move operation I am getting a duplicated status returned by the Shim, wich causes double notification ( As my email notifications are based on status )
Code:
<nds dtdversion="1.1" ndsversion="8.7">
<source>
<product asn1id="" build="20110211_120000" instance="\IDV\LVM\Services\DrvSet\ActiveDirectory" version="3.5.14">AD</product>
<contact>Novell, Inc.</contact>
</source>
<output>
<status event-id="NLVCP448D-NDS#20120103090051#1#1:464b2ce5-c113-462b-bdf3-c718b68752e5" level="success">
<operation-data Description="Moving user in Active Directory due to Establishement/Building change, new container : OU=Users,OU=Accounts,OU=Asnieres,OU=Factory,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh" IdolDN="\IDV\LVM\Persons\FR\Internals\FRI000001" IdolId="FRI000001 Ismail AMMI" Operation="move" distinguishedName="CN=Ismail AMMI,OU=Users,OU=Accounts,OU=Paris,OU=Office,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh" sAMAccountName="ammiis"/>
</status>
<status event-id="NLVCP448D-NDS#20120103090051#1#1:464b2ce5-c113-462b-bdf3-c718b68752e5" level="success">
<operation-data Description="Moving user in Active Directory due to Establishement/Building change, new container : OU=Users,OU=Accounts,OU=Asnieres,OU=Factory,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh" IdolDN="\IDV\LVM\Persons\FR\Internals\FRI000001" IdolId="FRI000001 Ismail AMMI" Operation="move" distinguishedName="CN=Ismail AMMI,OU=Users,OU=Accounts,OU=Paris,OU=Office,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh" sAMAccountName="ammiis"/>
</status>
</output>
</nds>
Bellow is the complete trace
Code:
[01/03/12 10:00:52.485]:ActiveDirectory ST:Filtering out notification-only attributes.
[01/03/12 10:00:52.486]:ActiveDirectory ST:Fixing up association references.
[01/03/12 10:00:52.486]:ActiveDirectory ST:Applying schema mapping policies to output.
[01/03/12 10:00:52.487]:ActiveDirectory ST:Applying policy: %+C%14Csmp-MappingRule%-C.
[01/03/12 10:00:52.488]:ActiveDirectory ST: Mapping class-name 'User' to 'User'.
[01/03/12 10:00:52.488]:ActiveDirectory ST: Mapping class-name 'User' to 'User'.
[01/03/12 10:00:52.489]:ActiveDirectory ST:No output transformation policies.
[01/03/12 10:00:52.489]:ActiveDirectory ST:Submitting document to subscriber shim:
[01/03/12 10:00:52.490]:ActiveDirectory ST:
<nds dtdversion="4.0" ndsversion="8.x">
<source>
<product edition="Advanced" version="4.0.1.0">DirXML</product>
<contact>Novell, Inc.</contact>
</source>
<input>
<modify cached-time="20120103090051.556Z" class-name="User" event-id="NLVCP448D-NDS#20120103090051#1#1:464b2ce5-c113-462b-bdf3-c718b68752e5" qualified-src-dn="O=LVM\OU=Persons\OU=FR\OU=Internals\CN=FRI000001" src-dn="\IDV\LVM\Persons\FR\Internals\FRI000001" src-entry-id="66384" timestamp="1325581251#2">
<association state="associated">2c032e758a7a5a4ebadd345e0d14b107</association>
<modify-attr attr-name="accountExpires">
<remove-all-values/>
<add-value>
<value type="string">9223372036854775807</value>
</add-value>
</modify-attr>
<operation-data Description="Moving user in Active Directory due to Establishement/Building change, new container : OU=Users,OU=Accounts,OU=Asnieres,OU=Factory,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh" IdolDN="\IDV\LVM\Persons\FR\Internals\FRI000001" IdolId="FRI000001 Ismail AMMI" Operation="move" distinguishedName="CN=Ismail AMMI,OU=Users,OU=Accounts,OU=Paris,OU=Office,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh" sAMAccountName="ammiis"/>
</modify>
<move class-name="User" event-id="NLVCP448D-NDS#20120103090051#1#1:464b2ce5-c113-462b-bdf3-c718b68752e5" qualified-src-dn="O=LVM\OU=Persons\OU=FR\OU=Internals\CN=FRI000001" src-dn="\IDV\LVM\Persons\FR\Internals\FRI000001" src-entry-id="66384">
<association>2c032e758a7a5a4ebadd345e0d14b107</association>
<parent dest-dn="OU=Users,OU=Accounts,OU=Asnieres,OU=Factory,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh"/>
</move>
</input>
</nds>
[01/03/12 10:00:52.501]:ActiveDirectory ST:Stripping operation data from input document
[01/03/12 10:00:52.502]:ActiveDirectory ST:Remote Interface Driver: Sending...
[01/03/12 10:00:52.502]:ActiveDirectory ST:
<nds dtdversion="4.0" ndsversion="8.x">
<source>
<product edition="Advanced" version="4.0.1.0">DirXML</product>
<contact>Novell, Inc.</contact>
</source>
<input>
<modify cached-time="20120103090051.556Z" class-name="User" event-id="NLVCP448D-NDS#20120103090051#1#1:464b2ce5-c113-462b-bdf3-c718b68752e5" qualified-src-dn="O=LVM\OU=Persons\OU=FR\OU=Internals\CN=FRI000001" src-dn="\IDV\LVM\Persons\FR\Internals\FRI000001" src-entry-id="66384" timestamp="1325581251#2">
<association state="associated">2c032e758a7a5a4ebadd345e0d14b107</association>
<modify-attr attr-name="accountExpires">
<remove-all-values/>
<add-value>
<value type="string">9223372036854775807</value>
</add-value>
</modify-attr>
</modify>
<move class-name="User" event-id="NLVCP448D-NDS#20120103090051#1#1:464b2ce5-c113-462b-bdf3-c718b68752e5" qualified-src-dn="O=LVM\OU=Persons\OU=FR\OU=Internals\CN=FRI000001" src-dn="\IDV\LVM\Persons\FR\Internals\FRI000001" src-entry-id="66384">
<association>2c032e758a7a5a4ebadd345e0d14b107</association>
<parent dest-dn="OU=Users,OU=Accounts,OU=Asnieres,OU=Factory,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh"/>
</move>
</input>
</nds>
[01/03/12 10:00:52.511]:ActiveDirectory ST:Remote Interface Driver: Document sent.
[01/03/12 10:00:52.536]:ActiveDirectory :Remote Interface Driver: Received.
[01/03/12 10:00:52.536]:ActiveDirectory :
<nds dtdversion="1.1" ndsversion="8.7">
<source>
<product asn1id="" build="20110211_120000" instance="\IDV\LVM\Services\DrvSet\ActiveDirectory" version="3.5.14">AD</product>
<contact>Novell, Inc.</contact>
</source>
<output>
<status event-id="NLVCP448D-NDS#20120103090051#1#1:464b2ce5-c113-462b-bdf3-c718b68752e5" level="success"/>
<status event-id="NLVCP448D-NDS#20120103090051#1#1:464b2ce5-c113-462b-bdf3-c718b68752e5" level="success"/>
</output>
</nds>
[01/03/12 10:00:52.540]:ActiveDirectory :Remote Interface Driver: Received document for subscriber channel
[01/03/12 10:00:52.540]:ActiveDirectory :Remote Interface Driver: Waiting for receive...
[01/03/12 10:00:52.602]:ActiveDirectory ST:Restoring operation data to output document
[01/03/12 10:00:52.603]:ActiveDirectory ST:SubscriptionShim.execute() returned:
[01/03/12 10:00:52.603]:ActiveDirectory ST:
<nds dtdversion="1.1" ndsversion="8.7">
<source>
<product asn1id="" build="20110211_120000" instance="\IDV\LVM\Services\DrvSet\ActiveDirectory" version="3.5.14">AD</product>
<contact>Novell, Inc.</contact>
</source>
<output>
<status event-id="NLVCP448D-NDS#20120103090051#1#1:464b2ce5-c113-462b-bdf3-c718b68752e5" level="success">
<operation-data Description="Moving user in Active Directory due to Establishement/Building change, new container : OU=Users,OU=Accounts,OU=Asnieres,OU=Factory,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh" IdolDN="\IDV\LVM\Persons\FR\Internals\FRI000001" IdolId="FRI000001 Ismail AMMI" Operation="move" distinguishedName="CN=Ismail AMMI,OU=Users,OU=Accounts,OU=Paris,OU=Office,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh" sAMAccountName="ammiis"/>
</status>
<status event-id="NLVCP448D-NDS#20120103090051#1#1:464b2ce5-c113-462b-bdf3-c718b68752e5" level="success">
<operation-data Description="Moving user in Active Directory due to Establishement/Building change, new container : OU=Users,OU=Accounts,OU=Asnieres,OU=Factory,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh" IdolDN="\IDV\LVM\Persons\FR\Internals\FRI000001" IdolId="FRI000001 Ismail AMMI" Operation="move" distinguishedName="CN=Ismail AMMI,OU=Users,OU=Accounts,OU=Paris,OU=Office,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh" sAMAccountName="ammiis"/>
</status>
</output>
</nds>
[01/03/12 10:00:52.612]:ActiveDirectory ST:Applying input transformation policies.
[01/03/12 10:00:52.613]:ActiveDirectory ST:Applying policy: %+C%14Cpub-ite-MoveRenameEvt%-C.
[01/03/12 10:00:52.614]:ActiveDirectory ST: Applying to status #1.
[01/03/12 10:00:52.614]:ActiveDirectory ST: Evaluating selection criteria for rule 'Veto if operation rename or move'.
[01/03/12 10:00:52.615]:ActiveDirectory ST: (if-operation match "rename|move") = FALSE.
[01/03/12 10:00:52.615]:ActiveDirectory ST: Rule rejected.
[01/03/12 10:00:52.616]:ActiveDirectory ST: Applying to status #2.
[01/03/12 10:00:52.616]:ActiveDirectory ST: Evaluating selection criteria for rule 'Veto if operation rename or move'.
[01/03/12 10:00:52.617]:ActiveDirectory ST: (if-operation match "rename|move") = FALSE.
[01/03/12 10:00:52.617]:ActiveDirectory ST: Rule rejected.
[01/03/12 10:00:52.618]:ActiveDirectory ST:Policy returned:
[01/03/12 10:00:52.618]:ActiveDirectory ST:
<nds dtdversion="1.1" ndsversion="8.7">
<source>
<product asn1id="" build="20110211_120000" instance="\IDV\LVM\Services\DrvSet\ActiveDirectory" version="3.5.14">AD</product>
<contact>Novell, Inc.</contact>
</source>
<output>
<status event-id="NLVCP448D-NDS#20120103090051#1#1:464b2ce5-c113-462b-bdf3-c718b68752e5" level="success">
<operation-data Description="Moving user in Active Directory due to Establishement/Building change, new container : OU=Users,OU=Accounts,OU=Asnieres,OU=Factory,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh" IdolDN="\IDV\LVM\Persons\FR\Internals\FRI000001" IdolId="FRI000001 Ismail AMMI" Operation="move" distinguishedName="CN=Ismail AMMI,OU=Users,OU=Accounts,OU=Paris,OU=Office,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh" sAMAccountName="ammiis"/>
</status>
<status event-id="NLVCP448D-NDS#20120103090051#1#1:464b2ce5-c113-462b-bdf3-c718b68752e5" level="success">
<operation-data Description="Moving user in Active Directory due to Establishement/Building change, new container : OU=Users,OU=Accounts,OU=Asnieres,OU=Factory,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh" IdolDN="\IDV\LVM\Persons\FR\Internals\FRI000001" IdolId="FRI000001 Ismail AMMI" Operation="move" distinguishedName="CN=Ismail AMMI,OU=Users,OU=Accounts,OU=Paris,OU=Office,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh" sAMAccountName="ammiis"/>
</status>
</output>
</nds>
[01/03/12 10:00:52.627]:ActiveDirectory ST:Applying policy: %+C%14Cpub-ite-StatusEvt%-C.
[01/03/12 10:00:52.628]:ActiveDirectory ST: Applying to status #1.
[01/03/12 10:00:52.628]:ActiveDirectory ST: Evaluating selection criteria for rule 'Initialize Remote Loader response parameters '.
[01/03/12 10:00:52.629]:ActiveDirectory ST: (if-operation equal "status") = TRUE.
[01/03/12 10:00:52.630]:ActiveDirectory ST: Rule selected.
[01/03/12 10:00:52.630]:ActiveDirectory ST: Applying rule 'Initialize Remote Loader response parameters '.
[01/03/12 10:00:52.631]:ActiveDirectory ST: Action: do-set-local-variable("lvStatus",scope="policy",token-xpath("$current-op/@level")).
[01/03/12 10:00:52.632]:ActiveDirectory ST: arg-string(token-xpath("$current-op/@level"))
[01/03/12 10:00:52.632]:ActiveDirectory ST: token-xpath("$current-op/@level")
[01/03/12 10:00:52.633]:ActiveDirectory ST: Token Value: "success".
[01/03/12 10:00:52.633]:ActiveDirectory ST: Arg Value: "success".
[01/03/12 10:00:52.634]:ActiveDirectory ST: Action: do-set-local-variable("lvOperation",scope="policy",token-xpath("$current-op/operation-data/@Operation")).
[01/03/12 10:00:52.635]:ActiveDirectory ST: arg-string(token-xpath("$current-op/operation-data/@Operation"))
[01/03/12 10:00:52.635]:ActiveDirectory ST: token-xpath("$current-op/operation-data/@Operation")
[01/03/12 10:00:52.636]:ActiveDirectory ST: Token Value: "move".
[01/03/12 10:00:52.637]:ActiveDirectory ST: Arg Value: "move".
[01/03/12 10:00:52.637]:ActiveDirectory ST: Action: do-set-local-variable("lvDistinguishedName",scope="policy",token-xpath("$current-op/operation-data/@distinguishedName")).
[01/03/12 10:00:52.638]:ActiveDirectory ST: arg-string(token-xpath("$current-op/operation-data/@distinguishedName"))
[01/03/12 10:00:52.639]:ActiveDirectory ST: token-xpath("$current-op/operation-data/@distinguishedName")
[01/03/12 10:00:52.639]:ActiveDirectory ST: Token Value: "CN=Ismail AMMI,OU=Users,OU=Accounts,OU=Paris,OU=Office,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh".
[01/03/12 10:00:52.641]:ActiveDirectory ST: Arg Value: "CN=Ismail AMMI,OU=Users,OU=Accounts,OU=Paris,OU=Office,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh".
[01/03/12 10:00:52.643]:ActiveDirectory ST: Action: do-set-local-variable("lvIdolId",scope="policy",token-xpath("$current-op/operation-data/@IdolId")).
[01/03/12 10:00:52.643]:ActiveDirectory ST: arg-string(token-xpath("$current-op/operation-data/@IdolId"))
[01/03/12 10:00:52.644]:ActiveDirectory ST: token-xpath("$current-op/operation-data/@IdolId")
[01/03/12 10:00:52.644]:ActiveDirectory ST: Token Value: "FRI000001 Ismail AMMI".
[01/03/12 10:00:52.644]:ActiveDirectory ST: Arg Value: "FRI000001 Ismail AMMI".
[01/03/12 10:00:52.644]:ActiveDirectory ST: Action: do-set-local-variable("lvIdolDN",scope="policy",token-xpath("$current-op/operation-data/@IdolDN")).
[01/03/12 10:00:52.645]:ActiveDirectory ST: arg-string(token-xpath("$current-op/operation-data/@IdolDN"))
[01/03/12 10:00:52.646]:ActiveDirectory ST: token-xpath("$current-op/operation-data/@IdolDN")
[01/03/12 10:00:52.647]:ActiveDirectory ST: Token Value: "\IDV\LVM\Persons\FR\Internals\FRI000001".
[01/03/12 10:00:52.647]:ActiveDirectory ST: Arg Value: "\IDV\LVM\Persons\FR\Internals\FRI000001".
[01/03/12 10:00:52.648]:ActiveDirectory ST: Action: do-set-local-variable("lvsAMAccountName",scope="policy",token-xpath("$current-op/operation-data/@sAMAccountName")).
[01/03/12 10:00:52.649]:ActiveDirectory ST: arg-string(token-xpath("$current-op/operation-data/@sAMAccountName"))
[01/03/12 10:00:52.650]:ActiveDirectory ST: token-xpath("$current-op/operation-data/@sAMAccountName")
[01/03/12 10:00:52.650]:ActiveDirectory ST: Token Value: "ammiis".
[01/03/12 10:00:52.651]:ActiveDirectory ST: Arg Value: "ammiis".
[01/03/12 10:00:52.651]:ActiveDirectory ST: Action: do-set-local-variable("lvError",scope="policy",token-xpath("$current-op/ldap-err/server-err/text()")).
[01/03/12 10:00:52.652]:ActiveDirectory ST: arg-string(token-xpath("$current-op/ldap-err/server-err/text()"))
[01/03/12 10:00:52.653]:ActiveDirectory ST: token-xpath("$current-op/ldap-err/server-err/text()")
[01/03/12 10:00:52.654]:ActiveDirectory ST: Token Value: "".
[01/03/12 10:00:52.654]:ActiveDirectory ST: Arg Value: "".
[01/03/12 10:00:52.654]:ActiveDirectory ST: Action: do-set-local-variable("lvDescription",scope="policy",token-xpath("$current-op/operation-data/@Description")).
[01/03/12 10:00:52.655]:ActiveDirectory ST: arg-string(token-xpath("$current-op/operation-data/@Description"))
[01/03/12 10:00:52.657]:ActiveDirectory ST: token-xpath("$current-op/operation-data/@Description")
[01/03/12 10:00:52.657]:ActiveDirectory ST: Token Value: "Moving user in Active Directory due to Establishement/Building change, new container : OU=Users,OU=Accounts,OU=Asnieres,OU=Factory,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh".
[01/03/12 10:00:52.659]:ActiveDirectory ST: Arg Value: "Moving user in Active Directory due to Establishement/Building change, new container : OU=Users,OU=Accounts,OU=Asnieres,OU=Factory,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh".
[01/03/12 10:00:52.660]:ActiveDirectory ST: Action: do-set-local-variable("lvDetails",scope="policy",token-xpath("$current-op/operation-data/@Details")).
[01/03/12 10:00:52.661]:ActiveDirectory ST: arg-string(token-xpath("$current-op/operation-data/@Details"))
[01/03/12 10:00:52.662]:ActiveDirectory ST: token-xpath("$current-op/operation-data/@Details")
[01/03/12 10:00:52.663]:ActiveDirectory ST: Token Value: "".
[01/03/12 10:00:52.663]:ActiveDirectory ST: Arg Value: "".
[01/03/12 10:00:52.664]:ActiveDirectory ST: Action: do-if().
[01/03/12 10:00:52.664]:ActiveDirectory ST: Evaluating conditions.
[01/03/12 10:00:52.665]:ActiveDirectory ST: (if-local-variable 'lvError' equal "") = TRUE.
[01/03/12 10:00:52.665]:ActiveDirectory ST: Performing if actions.
[01/03/12 10:00:52.666]:ActiveDirectory ST: Action: do-set-local-variable("lvError",scope="policy","No error").
[01/03/12 10:00:52.666]:ActiveDirectory ST: arg-string("No error")
[01/03/12 10:00:52.667]:ActiveDirectory ST: token-text("No error")
[01/03/12 10:00:52.667]:ActiveDirectory ST: Arg Value: "No error".
[01/03/12 10:00:52.668]:ActiveDirectory ST: Action: do-if().
[01/03/12 10:00:52.668]:ActiveDirectory ST: Evaluating conditions.
[01/03/12 10:00:52.669]:ActiveDirectory ST: (if-local-variable 'lvsAMAccountName' equal "") = FALSE.
[01/03/12 10:00:52.669]:ActiveDirectory ST: Performing else actions.
[01/03/12 10:00:52.670]:ActiveDirectory ST: Action: do-if().
[01/03/12 10:00:52.670]:ActiveDirectory ST: Evaluating conditions.
[01/03/12 10:00:52.671]:ActiveDirectory ST: (if-local-variable 'lvDetails' equal "") = TRUE.
[01/03/12 10:00:52.671]:ActiveDirectory ST: Performing if actions.
[01/03/12 10:00:52.673]:ActiveDirectory ST: Action: do-set-local-variable("lvDetails",scope="policy","No details").
[01/03/12 10:00:52.674]:ActiveDirectory ST: arg-string("No details")
[01/03/12 10:00:52.674]:ActiveDirectory ST: token-text("No details")
[01/03/12 10:00:52.675]:ActiveDirectory ST: Arg Value: "No details".
[01/03/12 10:00:52.675]:ActiveDirectory ST: Evaluating selection criteria for rule 'Update DirXML-ADAliasName and lvmADUserDN if 'add' operation has succeeded'.
[01/03/12 10:00:52.676]:ActiveDirectory ST: (if-local-variable 'lvStatus' equal "success") = TRUE.
[01/03/12 10:00:52.677]:ActiveDirectory ST: (if-local-variable 'lvOperation' equal "add") = FALSE.
[01/03/12 10:00:52.678]:ActiveDirectory ST: Rule rejected.
[01/03/12 10:00:52.678]:ActiveDirectory ST: Evaluating selection criteria for rule 'Notify the result of the Operation'.
[01/03/12 10:00:52.679]:ActiveDirectory ST: (if-local-variable 'lvOperation' match "add|delete|move|revoke") = TRUE.
[01/03/12 10:00:52.679]:ActiveDirectory ST: Rule selected.
[01/03/12 10:00:52.680]:ActiveDirectory ST: Applying rule 'Notify the result of the Operation'.
[01/03/12 10:00:52.680]:ActiveDirectory ST: Action: do-send-email-from-template(notification-dn="Security\Default Notification Collection",template-dn="Security\Default Notification Collection\LVM-NIM-Notification-AD-User",arg-password(token-named-password("EmailPassword")),token-op-property("lvIdolCN"),token-global-variable("lvm.ad.admin.mail.list"),token-global-variable("lvm.idolnim.admin.mail.list"),token-local-variable("lvStatus"),"AD",token-upper-case(token-local-variable("lvOperation")),token-local-variable("lvIdolId"),token-local-variable("lvDescription"),token-local-variable("lvDetails"),token-local-variable("lvError"),token-local-variable("lvsAMAccountName")).
[01/03/12 10:00:52.686]:ActiveDirectory ST: arg-password(token-named-password("EmailPassword"))
[01/03/12 10:00:52.687]:ActiveDirectory ST: token-named-password("EmailPassword")
[01/03/12 10:00:52.687]:ActiveDirectory ST: Retrieving password value for named password 'EmailPassword'.
[01/03/12 10:00:52.689]:ActiveDirectory ST: Token Value: "-- suppressed --".
[01/03/12 10:00:52.690]:ActiveDirectory ST: Arg Value: "-- suppressed --".
[01/03/12 10:00:52.691]:ActiveDirectory ST: name(token-op-property("lvIdolCN"))
[01/03/12 10:00:52.691]:ActiveDirectory ST: token-op-property("lvIdolCN")
[01/03/12 10:00:52.692]:ActiveDirectory ST: Token Value: "".
[01/03/12 10:00:52.692]:ActiveDirectory ST: Arg Value: "".
[01/03/12 10:00:52.693]:ActiveDirectory ST: to(token-global-variable("lvm.ad.admin.mail.list"))
[01/03/12 10:00:52.693]:ActiveDirectory ST: token-global-variable("lvm.ad.admin.mail.list")
[01/03/12 10:00:52.694]:ActiveDirectory ST: Token Value: "Admin.AD@fr.vuitton.com".
[01/03/12 10:00:52.694]:ActiveDirectory ST: Arg Value: "Admin.AD@fr.vuitton.com".
[01/03/12 10:00:52.695]:ActiveDirectory ST: cc(token-global-variable("lvm.idolnim.admin.mail.list"))
[01/03/12 10:00:52.696]:ActiveDirectory ST: token-global-variable("lvm.idolnim.admin.mail.list")
[01/03/12 10:00:52.696]:ActiveDirectory ST: Token Value: "Admin.IdolNovell@fr.vuitton.com".
[01/03/12 10:00:52.697]:ActiveDirectory ST: Arg Value: "Admin.IdolNovell@fr.vuitton.com".
[01/03/12 10:00:52.697]:ActiveDirectory ST: status(token-local-variable("lvStatus"))
[01/03/12 10:00:52.698]:ActiveDirectory ST: token-local-variable("lvStatus")
[01/03/12 10:00:52.698]:ActiveDirectory ST: Token Value: "success".
[01/03/12 10:00:52.699]:ActiveDirectory ST: Arg Value: "success".
[01/03/12 10:00:52.699]:ActiveDirectory ST: target("AD")
[01/03/12 10:00:52.700]:ActiveDirectory ST: token-text("AD")
[01/03/12 10:00:52.700]:ActiveDirectory ST: Arg Value: "AD".
[01/03/12 10:00:52.701]:ActiveDirectory ST: operation(token-upper-case(token-local-variable("lvOperation")))
[01/03/12 10:00:52.701]:ActiveDirectory ST: token-upper-case(token-local-variable("lvOperation"))
[01/03/12 10:00:52.702]:ActiveDirectory ST: token-upper-case(token-local-variable("lvOperation"))
[01/03/12 10:00:52.703]:ActiveDirectory ST: token-local-variable("lvOperation")
[01/03/12 10:00:52.704]:ActiveDirectory ST: Token Value: "move".
[01/03/12 10:00:52.704]:ActiveDirectory ST: Arg Value: "move".
[01/03/12 10:00:52.704]:ActiveDirectory ST: Token Value: "MOVE".
[01/03/12 10:00:52.705]:ActiveDirectory ST: Arg Value: "MOVE".
[01/03/12 10:00:52.705]:ActiveDirectory ST: identification(token-local-variable("lvIdolId"))
[01/03/12 10:00:52.706]:ActiveDirectory ST: token-local-variable("lvIdolId")
[01/03/12 10:00:52.706]:ActiveDirectory ST: Token Value: "FRI000001 Ismail AMMI".
[01/03/12 10:00:52.707]:ActiveDirectory ST: Arg Value: "FRI000001 Ismail AMMI".
[01/03/12 10:00:52.707]:ActiveDirectory ST: description(token-local-variable("lvDescription"))
[01/03/12 10:00:52.708]:ActiveDirectory ST: token-local-variable("lvDescription")
[01/03/12 10:00:52.708]:ActiveDirectory ST: Token Value: "Moving user in Active Directory due to Establishement/Building change, new container : OU=Users,OU=Accounts,OU=Asnieres,OU=Factory,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh".
[01/03/12 10:00:52.710]:ActiveDirectory ST: Arg Value: "Moving user in Active Directory due to Establishement/Building change, new container : OU=Users,OU=Accounts,OU=Asnieres,OU=Factory,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh".
[01/03/12 10:00:52.712]:ActiveDirectory ST: details(token-local-variable("lvDetails"))
[01/03/12 10:00:52.712]:ActiveDirectory ST: token-local-variable("lvDetails")
[01/03/12 10:00:52.713]:ActiveDirectory ST: Token Value: "No details".
[01/03/12 10:00:52.713]:ActiveDirectory ST: Arg Value: "No details".
[01/03/12 10:00:52.714]:ActiveDirectory ST: errorcode(token-local-variable("lvError"))
[01/03/12 10:00:52.714]:ActiveDirectory ST: token-local-variable("lvError")
[01/03/12 10:00:52.715]:ActiveDirectory ST: Token Value: "No error".
[01/03/12 10:00:52.715]:ActiveDirectory ST: Arg Value: "No error".
[01/03/12 10:00:52.716]:ActiveDirectory ST: adlogin(token-local-variable("lvsAMAccountName"))
[01/03/12 10:00:52.716]:ActiveDirectory ST: token-local-variable("lvsAMAccountName")
[01/03/12 10:00:52.717]:ActiveDirectory ST: Token Value: "ammiis".
[01/03/12 10:00:52.717]:ActiveDirectory ST: Arg Value: "ammiis".
[01/03/12 10:00:52.750]:ActiveDirectory ST: Applying to status #2.
[01/03/12 10:00:52.751]:ActiveDirectory ST: Evaluating selection criteria for rule 'Initialize Remote Loader response parameters '.
[01/03/12 10:00:52.752]:ActiveDirectory ST: (if-operation equal "status") = TRUE.
[01/03/12 10:00:52.753]:ActiveDirectory ST: Rule selected.
[01/03/12 10:00:52.753]:ActiveDirectory ST: Applying rule 'Initialize Remote Loader response parameters '.
[01/03/12 10:00:52.753]:ActiveDirectory ST: Action: do-set-local-variable("lvStatus",scope="policy",token-xpath("$current-op/@level")).
[01/03/12 10:00:52.754]:ActiveDirectory ST: arg-string(token-xpath("$current-op/@level"))
[01/03/12 10:00:52.754]:ActiveDirectory ST: token-xpath("$current-op/@level")
[01/03/12 10:00:52.755]:ActiveDirectory ST: Token Value: "success".
[01/03/12 10:00:52.755]:ActiveDirectory ST: Arg Value: "success".
[01/03/12 10:00:52.756]:ActiveDirectory ST: Action: do-set-local-variable("lvOperation",scope="policy",token-xpath("$current-op/operation-data/@Operation")).
[01/03/12 10:00:52.757]:ActiveDirectory ST: arg-string(token-xpath("$current-op/operation-data/@Operation"))
[01/03/12 10:00:52.757]:ActiveDirectory ST: token-xpath("$current-op/operation-data/@Operation")
[01/03/12 10:00:52.758]:ActiveDirectory ST: Token Value: "move".
[01/03/12 10:00:52.759]:ActiveDirectory ST: Arg Value: "move".
[01/03/12 10:00:52.759]:ActiveDirectory ST: Action: do-set-local-variable("lvDistinguishedName",scope="policy",token-xpath("$current-op/operation-data/@distinguishedName")).
[01/03/12 10:00:52.760]:ActiveDirectory ST: arg-string(token-xpath("$current-op/operation-data/@distinguishedName"))
[01/03/12 10:00:52.761]:ActiveDirectory ST: token-xpath("$current-op/operation-data/@distinguishedName")
[01/03/12 10:00:52.762]:ActiveDirectory ST: Token Value: "CN=Ismail AMMI,OU=Users,OU=Accounts,OU=Paris,OU=Office,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh".
[01/03/12 10:00:52.763]:ActiveDirectory ST: Arg Value: "CN=Ismail AMMI,OU=Users,OU=Accounts,OU=Paris,OU=Office,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh".
[01/03/12 10:00:52.764]:ActiveDirectory ST: Action: do-set-local-variable("lvIdolId",scope="policy",token-xpath("$current-op/operation-data/@IdolId")).
[01/03/12 10:00:52.765]:ActiveDirectory ST: arg-string(token-xpath("$current-op/operation-data/@IdolId"))
[01/03/12 10:00:52.765]:ActiveDirectory ST: token-xpath("$current-op/operation-data/@IdolId")
[01/03/12 10:00:52.766]:ActiveDirectory ST: Token Value: "FRI000001 Ismail AMMI".
[01/03/12 10:00:52.767]:ActiveDirectory ST: Arg Value: "FRI000001 Ismail AMMI".
[01/03/12 10:00:52.767]:ActiveDirectory ST: Action: do-set-local-variable("lvIdolDN",scope="policy",token-xpath("$current-op/operation-data/@IdolDN")).
[01/03/12 10:00:52.768]:ActiveDirectory ST: arg-string(token-xpath("$current-op/operation-data/@IdolDN"))
[01/03/12 10:00:52.769]:ActiveDirectory ST: token-xpath("$current-op/operation-data/@IdolDN")
[01/03/12 10:00:52.769]:ActiveDirectory ST: Token Value: "\IDV\LVM\Persons\FR\Internals\FRI000001".
[01/03/12 10:00:52.770]:ActiveDirectory ST: Arg Value: "\IDV\LVM\Persons\FR\Internals\FRI000001".
[01/03/12 10:00:52.771]:ActiveDirectory ST: Action: do-set-local-variable("lvsAMAccountName",scope="policy",token-xpath("$current-op/operation-data/@sAMAccountName")).
[01/03/12 10:00:52.772]:ActiveDirectory ST: arg-string(token-xpath("$current-op/operation-data/@sAMAccountName"))
[01/03/12 10:00:52.772]:ActiveDirectory ST: token-xpath("$current-op/operation-data/@sAMAccountName")
[01/03/12 10:00:52.772]:ActiveDirectory ST: Token Value: "ammiis".
[01/03/12 10:00:52.773]:ActiveDirectory ST: Arg Value: "ammiis".
[01/03/12 10:00:52.773]:ActiveDirectory ST: Action: do-set-local-variable("lvError",scope="policy",token-xpath("$current-op/ldap-err/server-err/text()")).
[01/03/12 10:00:52.774]:ActiveDirectory ST: arg-string(token-xpath("$current-op/ldap-err/server-err/text()"))
[01/03/12 10:00:52.775]:ActiveDirectory ST: token-xpath("$current-op/ldap-err/server-err/text()")
[01/03/12 10:00:52.776]:ActiveDirectory ST: Token Value: "".
[01/03/12 10:00:52.776]:ActiveDirectory ST: Arg Value: "".
[01/03/12 10:00:52.776]:ActiveDirectory ST: Action: do-set-local-variable("lvDescription",scope="policy",token-xpath("$current-op/operation-data/@Description")).
[01/03/12 10:00:52.777]:ActiveDirectory ST: arg-string(token-xpath("$current-op/operation-data/@Description"))
[01/03/12 10:00:52.778]:ActiveDirectory ST: token-xpath("$current-op/operation-data/@Description")
[01/03/12 10:00:52.779]:ActiveDirectory ST: Token Value: "Moving user in Active Directory due to Establishement/Building change, new container : OU=Users,OU=Accounts,OU=Asnieres,OU=Factory,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh".
[01/03/12 10:00:52.780]:ActiveDirectory ST: Arg Value: "Moving user in Active Directory due to Establishement/Building change, new container : OU=Users,OU=Accounts,OU=Asnieres,OU=Factory,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh".
[01/03/12 10:00:52.782]:ActiveDirectory ST: Action: do-set-local-variable("lvDetails",scope="policy",token-xpath("$current-op/operation-data/@Details")).
[01/03/12 10:00:52.783]:ActiveDirectory ST: arg-string(token-xpath("$current-op/operation-data/@Details"))
[01/03/12 10:00:52.784]:ActiveDirectory ST: token-xpath("$current-op/operation-data/@Details")
[01/03/12 10:00:52.784]:ActiveDirectory ST: Token Value: "".
[01/03/12 10:00:52.785]:ActiveDirectory ST: Arg Value: "".
[01/03/12 10:00:52.785]:ActiveDirectory ST: Action: do-if().
[01/03/12 10:00:52.786]:ActiveDirectory ST: Evaluating conditions.
[01/03/12 10:00:52.786]:ActiveDirectory ST: (if-local-variable 'lvError' equal "") = TRUE.
[01/03/12 10:00:52.787]:ActiveDirectory ST: Performing if actions.
[01/03/12 10:00:52.787]:ActiveDirectory ST: Action: do-set-local-variable("lvError",scope="policy","No error").
[01/03/12 10:00:52.788]:ActiveDirectory ST: arg-string("No error")
[01/03/12 10:00:52.788]:ActiveDirectory ST: token-text("No error")
[01/03/12 10:00:52.789]:ActiveDirectory ST: Arg Value: "No error".
[01/03/12 10:00:52.789]:ActiveDirectory ST: Action: do-if().
[01/03/12 10:00:52.790]:ActiveDirectory ST: Evaluating conditions.
[01/03/12 10:00:52.790]:ActiveDirectory ST: (if-local-variable 'lvsAMAccountName' equal "") = FALSE.
[01/03/12 10:00:52.791]:ActiveDirectory ST: Performing else actions.
[01/03/12 10:00:52.791]:ActiveDirectory ST: Action: do-if().
[01/03/12 10:00:52.792]:ActiveDirectory ST: Evaluating conditions.
[01/03/12 10:00:52.792]:ActiveDirectory ST: (if-local-variable 'lvDetails' equal "") = TRUE.
[01/03/12 10:00:52.793]:ActiveDirectory ST: Performing if actions.
[01/03/12 10:00:52.793]:ActiveDirectory ST: Action: do-set-local-variable("lvDetails",scope="policy","No details").
[01/03/12 10:00:52.794]:ActiveDirectory ST: arg-string("No details")
[01/03/12 10:00:52.794]:ActiveDirectory ST: token-text("No details")
[01/03/12 10:00:52.795]:ActiveDirectory ST: Arg Value: "No details".
[01/03/12 10:00:52.795]:ActiveDirectory ST: Evaluating selection criteria for rule 'Update DirXML-ADAliasName and lvmADUserDN if 'add' operation has succeeded'.
[01/03/12 10:00:52.796]:ActiveDirectory ST: (if-local-variable 'lvStatus' equal "success") = TRUE.
[01/03/12 10:00:52.797]:ActiveDirectory ST: (if-local-variable 'lvOperation' equal "add") = FALSE.
[01/03/12 10:00:52.798]:ActiveDirectory ST: Rule rejected.
[01/03/12 10:00:52.798]:ActiveDirectory ST: Evaluating selection criteria for rule 'Notify the result of the Operation'.
[01/03/12 10:00:52.799]:ActiveDirectory ST: (if-local-variable 'lvOperation' match "add|delete|move|revoke") = TRUE.
[01/03/12 10:00:52.799]:ActiveDirectory ST: Rule selected.
[01/03/12 10:00:52.800]:ActiveDirectory ST: Applying rule 'Notify the result of the Operation'.
[01/03/12 10:00:52.800]:ActiveDirectory ST: Action: do-send-email-from-template(notification-dn="Security\Default Notification Collection",template-dn="Security\Default Notification Collection\LVM-NIM-Notification-AD-User",arg-password(token-named-password("EmailPassword")),token-op-property("lvIdolCN"),token-global-variable("lvm.ad.admin.mail.list"),token-global-variable("lvm.idolnim.admin.mail.list"),token-local-variable("lvStatus"),"AD",token-upper-case(token-local-variable("lvOperation")),token-local-variable("lvIdolId"),token-local-variable("lvDescription"),token-local-variable("lvDetails"),token-local-variable("lvError"),token-local-variable("lvsAMAccountName")).
[01/03/12 10:00:52.806]:ActiveDirectory ST: arg-password(token-named-password("EmailPassword"))
[01/03/12 10:00:52.806]:ActiveDirectory ST: token-named-password("EmailPassword")
[01/03/12 10:00:52.807]:ActiveDirectory ST: Retrieving password value for named password 'EmailPassword'.
[01/03/12 10:00:52.810]:ActiveDirectory ST: Token Value: "-- suppressed --".
[01/03/12 10:00:52.811]:ActiveDirectory ST: Arg Value: "-- suppressed --".
[01/03/12 10:00:52.811]:ActiveDirectory ST: name(token-op-property("lvIdolCN"))
[01/03/12 10:00:52.812]:ActiveDirectory ST: token-op-property("lvIdolCN")
[01/03/12 10:00:52.812]:ActiveDirectory ST: Token Value: "".
[01/03/12 10:00:52.813]:ActiveDirectory ST: Arg Value: "".
[01/03/12 10:00:52.814]:ActiveDirectory ST: to(token-global-variable("lvm.ad.admin.mail.list"))
[01/03/12 10:00:52.814]:ActiveDirectory ST: token-global-variable("lvm.ad.admin.mail.list")
[01/03/12 10:00:52.814]:ActiveDirectory ST: Token Value: "Admin.AD@fr.vuitton.com".
[01/03/12 10:00:52.815]:ActiveDirectory ST: Arg Value: "Admin.AD@fr.vuitton.com".
[01/03/12 10:00:52.815]:ActiveDirectory ST: cc(token-global-variable("lvm.idolnim.admin.mail.list"))
[01/03/12 10:00:52.815]:ActiveDirectory ST: token-global-variable("lvm.idolnim.admin.mail.list")
[01/03/12 10:00:52.816]:ActiveDirectory ST: Token Value: "Admin.IdolNovell@fr.vuitton.com".
[01/03/12 10:00:52.816]:ActiveDirectory ST: Arg Value: "Admin.IdolNovell@fr.vuitton.com".
[01/03/12 10:00:52.817]:ActiveDirectory ST: status(token-local-variable("lvStatus"))
[01/03/12 10:00:52.818]:ActiveDirectory ST: token-local-variable("lvStatus")
[01/03/12 10:00:52.818]:ActiveDirectory ST: Token Value: "success".
[01/03/12 10:00:52.819]:ActiveDirectory ST: Arg Value: "success".
[01/03/12 10:00:52.819]:ActiveDirectory ST: target("AD")
[01/03/12 10:00:52.819]:ActiveDirectory ST: token-text("AD")
[01/03/12 10:00:52.820]:ActiveDirectory ST: Arg Value: "AD".
[01/03/12 10:00:52.820]:ActiveDirectory ST: operation(token-upper-case(token-local-variable("lvOperation")))
[01/03/12 10:00:52.821]:ActiveDirectory ST: token-upper-case(token-local-variable("lvOperation"))
[01/03/12 10:00:52.822]:ActiveDirectory ST: token-upper-case(token-local-variable("lvOperation"))
[01/03/12 10:00:52.823]:ActiveDirectory ST: token-local-variable("lvOperation")
[01/03/12 10:00:52.823]:ActiveDirectory ST: Token Value: "move".
[01/03/12 10:00:52.824]:ActiveDirectory ST: Arg Value: "move".
[01/03/12 10:00:52.824]:ActiveDirectory ST: Token Value: "MOVE".
[01/03/12 10:00:52.825]:ActiveDirectory ST: Arg Value: "MOVE".
[01/03/12 10:00:52.825]:ActiveDirectory ST: identification(token-local-variable("lvIdolId"))
[01/03/12 10:00:52.826]:ActiveDirectory ST: token-local-variable("lvIdolId")
[01/03/12 10:00:52.827]:ActiveDirectory ST: Token Value: "FRI000001 Ismail AMMI".
[01/03/12 10:00:52.828]:ActiveDirectory ST: Arg Value: "FRI000001 Ismail AMMI".
[01/03/12 10:00:52.829]:ActiveDirectory ST: description(token-local-variable("lvDescription"))
[01/03/12 10:00:52.829]:ActiveDirectory ST: token-local-variable("lvDescription")
[01/03/12 10:00:52.830]:ActiveDirectory ST: Token Value: "Moving user in Active Directory due to Establishement/Building change, new container : OU=Users,OU=Accounts,OU=Asnieres,OU=Factory,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh".
[01/03/12 10:00:52.831]:ActiveDirectory ST: Arg Value: "Moving user in Active Directory due to Establishement/Building change, new container : OU=Users,OU=Accounts,OU=Asnieres,OU=Factory,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh".
[01/03/12 10:00:52.833]:ActiveDirectory ST: details(token-local-variable("lvDetails"))
[01/03/12 10:00:52.833]:ActiveDirectory ST: token-local-variable("lvDetails")
[01/03/12 10:00:52.834]:ActiveDirectory ST: Token Value: "No details".
[01/03/12 10:00:52.834]:ActiveDirectory ST: Arg Value: "No details".
[01/03/12 10:00:52.835]:ActiveDirectory ST: errorcode(token-local-variable("lvError"))
[01/03/12 10:00:52.835]:ActiveDirectory ST: token-local-variable("lvError")
[01/03/12 10:00:52.836]:ActiveDirectory ST: Token Value: "No error".
[01/03/12 10:00:52.836]:ActiveDirectory ST: Arg Value: "No error".
[01/03/12 10:00:52.837]:ActiveDirectory ST: adlogin(token-local-variable("lvsAMAccountName"))
[01/03/12 10:00:52.837]:ActiveDirectory ST: token-local-variable("lvsAMAccountName")
[01/03/12 10:00:52.838]:ActiveDirectory ST: Token Value: "ammiis".
[01/03/12 10:00:52.839]:ActiveDirectory ST: Arg Value: "ammiis".
[01/03/12 10:00:53.081]:ActiveDirectory ST:Policy returned:
[01/03/12 10:00:53.081]:ActiveDirectory ST:
<nds dtdversion="1.1" ndsversion="8.7">
<source>
<product asn1id="" build="20110211_120000" instance="\IDV\LVM\Services\DrvSet\ActiveDirectory" version="3.5.14">AD</product>
<contact>Novell, Inc.</contact>
</source>
<output>
<status event-id="NLVCP448D-NDS#20120103090051#1#1:464b2ce5-c113-462b-bdf3-c718b68752e5" level="success">
<operation-data Description="Moving user in Active Directory due to Establishement/Building change, new container : OU=Users,OU=Accounts,OU=Asnieres,OU=Factory,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh" IdolDN="\IDV\LVM\Persons\FR\Internals\FRI000001" IdolId="FRI000001 Ismail AMMI" Operation="move" distinguishedName="CN=Ismail AMMI,OU=Users,OU=Accounts,OU=Paris,OU=Office,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh" sAMAccountName="ammiis"/>
</status>
<status event-id="NLVCP448D-NDS#20120103090051#1#1:464b2ce5-c113-462b-bdf3-c718b68752e5" level="success">
<operation-data Description="Moving user in Active Directory due to Establishement/Building change, new container : OU=Users,OU=Accounts,OU=Asnieres,OU=Factory,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh" IdolDN="\IDV\LVM\Persons\FR\Internals\FRI000001" IdolId="FRI000001 Ismail AMMI" Operation="move" distinguishedName="CN=Ismail AMMI,OU=Users,OU=Accounts,OU=Paris,OU=Office,OU=Louis Vuitton,OU=Cp-France,DC=d1-int,DC=cougar-int,DC=ms,DC=lvmh" sAMAccountName="ammiis"/>
</status>
</output>
</nds>
[01/03/12 10:00:53.090]:ActiveDirectory ST:Applying schema mapping policies to input.
[01/03/12 10:00:53.091]:ActiveDirectory ST:Applying policy: %+C%14Csmp-MappingRule%-C.
[01/03/12 10:00:53.092]:ActiveDirectory ST:Resolving association references.
[01/03/12 10:00:53.092]:ActiveDirectory ST:Processing returned document.
[01/03/12 10:00:53.092]:ActiveDirectory ST:Processing operation <status> for .
[01/03/12 10:00:53.093]:ActiveDirectory ST:
DirXML Log Event -------------------
Driver: \IDV\LVM\Services\DrvSet\ActiveDirectory
Channel: Subscriber
Object: \IDV\LVM\Persons\FR\Internals\FRI000001
Status: Success