
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
IDM 4.8 Looback Driver - create objects
we use the loopback driver to create different user types in the IDVault.
With the loopback driver under 4.8 this doesn't work anymore.
The object to be created is no longer sent in one xml document from the subcriber to publisher channel.
example policy event transform subscriber
<actions>
<do-clear-src-attr-value name="aieOp"/>
<do-set-local-variable name="destDN" scope="policy">
<arg-string>
<token-text xml:space="preserve">data\users\U9999</token-text>
</arg-string>
</do-set-local-variable>
<do-add-dest-object class-name="User" direct="true">
<arg-dn>
<token-local-variable name="destDN"/>
</arg-dn>
</do-add-dest-object>
<do-add-dest-attr-value class-name="User" direct="true" name="Surname">
<arg-dn>
<token-local-variable name="destDN"/>
</arg-dn>
<arg-value type="string">
<token-text xml:space="preserve">user48</token-text>
</arg-value>
</do-add-dest-attr-value>
<do-add-dest-attr-value class-name="User" direct="true" name="Given Name">
<arg-dn>
<token-local-variable name="destDN"/>
</arg-dn>
<arg-value type="string">
<token-text xml:space="preserve">test</token-text>
</arg-value>
</do-add-dest-attr-value>
</actions>
result idm 4.7.x
<nds dtdversion="4.0" ndsversion="8.x">
<source>
<product edition="Advanced" version="4.7.3.0">DirXML</product>
<contact>NetIQ Corporation</contact>
</source>
<input>
<add class-name="User" dest-dn="data\users\U9999" event-id="idvault-1#20191120073146#1#1:a1b94dc5-6982-4762-97c2-c54db9a18269">
<add-attr attr-name="Surname">
<value type="string">user48</value>
</add-attr>
<add-attr attr-name="Given Name">
<value type="string">test</value>
</add-attr>
</add>
</input>
</nds>
result idm 4.8
<nds dtdversion="4.0" ndsversion="8.x">
<source>
<product edition="Advanced" version="4.8.0.0">DirXML</product>
<contact>NetIQ Corporation</contact>
</source>
<input>
<add class-name="User" dest-dn="data\users\U9999" event-id="idvault-1#20191119172936#1#1:73982232-5b03-48ba-afbc-32229873035b"/>
</input>
</nds>
<nds dtdversion="4.0" ndsversion="8.x">
<source>
<product edition="Advanced" version="4.8.0.0">DirXML</product>
<contact>NetIQ Corporation</contact>
</source>
<input>
<modify class-name="User" dest-dn="data\users\U9999" event-id="idvault-1#20191119173436#1#1:5bcb2532-5e62-40ec-bbab-3225cb5b625e">
<modify-attr attr-name="Surname">
<add-value>
<value type="string">user48</value>
</add-value>
</modify-attr>
</modify>
</input>
</nds>
<nds dtdversion="4.0" ndsversion="8.x">
<source>
<product edition="Advanced" version="4.8.0.0">DirXML</product>
<contact>NetIQ Corporation</contact>
</source>
<input>
<modify class-name="User" dest-dn="data\users\U9999" event-id="idvault-1#20191119173436#1#1:5bcb2532-5e62-40ec-bbab-3225cb5b625e">
<modify-attr attr-name="Given Name">
<add-value>
<value type="string">test</value>
</add-value>
</modify-attr>
</modify>
</input>
</nds>
is this new feature we don't know yet or just a bug?
grettings
Pascal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi,
from my understanding this is an engine problem which not only affects LB driver but every driver? At least we can reproduce this in Null und LB.
So, yes, we have the same problem and already opened an SR.
regards
Daniel

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
FYI: Bug 1157343 - "Add Source Object" policy action is not including "Add Source attribute" policy actions causing object creation to fail - was created. Other customers had same problem. Priority is high 😉

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
thanks for the hint, let's hope for a quick solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
A candidate fix is available now. Please contact support to get it.
Norbert

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I hope you are doing fine!
Is there an ETA for the official engine patch?
Kind regards,
Thorsten

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Thorsten,
that's a question you'll have to ask to Support or Product Management.
Norbert
Norbert