ActiveSync Input Form -- To take AD Resource name from Database column

Hi All,

My authorative source is a database table called dbTable.

I am using an input form to provision into Active Directory. The Active Directory resource name is stored in a dbTable column. I first tried to hardcode the name of AD and do the provisioning, it worked. But wen I tried to take the name of the AD from my dbTable column using

<Field name='waveset.resources'>

<Comments>Add the AD account user inducted.</Comments>

<Expansion>

<block trace='true'>

<filterdup>

<appendAll>

<ref>waveset.resources</ref>

<list>

<ref>activeSync.resourceNm</ref>

</list>

</appendAll>

</filterdup>

</block>

</Expansion>

<Disable>

<block trace='true'>

<neq>

<ref>feedOp</ref>

<s>create</s>

</neq>

</block>

</Disable>

</Field>

It didnt work.

Plz, can anyone tell me how to bring the name of the AD resource in my input form for provisioning into that AD.

I need help. Plz treat it as urgent coz i can't move further without this being solved.

[1294 byte] By [anu@idm] at [2007-11-26 9:52:27]
# 1
What's the IDM version you are using? and what's the error you are receiving in current case?Also does the trace for "<ref>activeSync.resourceNm</ref>" show the AD name as stored in the dbTable?regards,Manish
gurnanim at 2007-7-7 1:07:17 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
Hello, first try to trace the value, using <ref>activeSync.resourceName</ref> should work, also read the example in Identity Manager documentation (PDFs) called: "Example: Disabling Accounts through ActiveSync Capable Adapters" Regards,Edgar Torres
dieraven2003 at 2007-7-7 1:07:17 > top of Java-index,Web & Directory Servers,Directory Servers...