Help with Initial Load form

Hi All,

I am a newbie to Idm and appliation development so pleas bear with me. I have completed all workflows for our Idm install however when loading account from LDAP I am getting the yellow box around all my users and it states they need updating. My customer doesnt want to see the yellow boxes around the accounts even though everything is wokring ok, they are just not comfortable. Basicly we have 4 resources, LDAP, RACF, database table and a custom legacy resource. When I load the users from LDAP and then go into Accounts Tab the only option that seems to be causing the Updates Needed box is the UPDATE option. When I right click on a user and then click UPDATE i can see in the 'Exists' column that my legacy resource still states "NO". If I go into debug page and update the user XML to created='true' in the Resource account that will make the yellow box disappear and the user looks ok. However I am a little inclined to do this for 12,000 users. Any suggestions ? I could use the reconciliation to do this but the legacy system does not have an all user option to reconcile with, therfore we are using a MS Access database to manualy reconcile these users. I am enclosing a copy of my Initial User Load form. I will say that when I view the user using the View option it has all the resources assigned to the user, its just the UPDATE User screen that seems to be casuing the Update Needed box.

<Extension>

<Form name='Chubb Form - Initial User Load Form' objectLocationID='isBegin=true&amp;objectID=%23ID%23Chubb+Form+-+Initial+Us er+Load+Form&amp;objectPath=0&amp;objectType=UserForm'>

<Display class='EditForm'>

<Property name='title' value='Initial User Load Form'/>

</Display>

<Properties>

<Property name='TargetResources'>

<List>

<String>Lighthouse</String>

</List>

</Property>

</Properties>

<Field name='global.firstname'>

<Display class='Text'>

<Property name='title' value='First Name'/>

</Display>

</Field>

<Field name='global.lastname'>

<Display class='Text'>

<Property name='title' value='Last Name'/>

</Display>

</Field>

<Field name='global.email'>

<Default>

<ref>email</ref>

</Default>

</Field>

<Field name='global.RACFID'>

<Default>

<ref>racfId</ref>

</Default>

</Field>

<Field name='waveset.organization'>

<Expansion>

<s>Top:Chubb</s>

</Expansion>

</Field>

<Field name='waveset.resources'>

<Expansion>

<list>

<s>LDAP</s>

<s>ISA</s>

<s>SECURE</s>

<s>RACF</s>

</list>

</Expansion>

</Field>

<Field name='accounts[ISA].identity'>

<Expansion>

<ref>waveset.accountId</ref>

</Expansion>

</Field>

<Field name='accounts[ISA].accountId'>

<Expansion>

<ref>waveset.accountId</ref>

</Expansion>

</Field>

<Field name='accounts[ISA].created'>

<Default>

<s>true</s>

</Default>

</Field>

<Field name='accounts[SECURE].identity'>

<Expansion>

<ref>global.RACFID</ref>

</Expansion>

</Field>

<Field name='accounts[SECURE].accountId'>

<Expansion>

<ref>global.RACFID</ref>

</Expansion>

</Field>

<Field name='accounts[SECURE].created'>

<Expansion>

<s>true</s>

</Expansion>

</Field>

<Field name='accounts[RACF].identity'>

<Expansion>

<ref>global.RACFID</ref>

</Expansion>

</Field>

<Field name='accounts[RACF].accountId'>

<Expansion>

<ref>global.RACFID</ref>

</Expansion>

</Field>

<Field name='accounts[RACF].created'>

<Expansion>

<s>true</s>

</Expansion>

</Field>

</Form>

</Extension>

<MemberObjectGroups>

<ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>

</MemberObjectGroups>

<Properties>

<Property name='editorOriginalName' value='Chubb Form - Initial User Load Form'/>

</Properties>

</Configuration>

[4946 byte] By [Idmnotsoguru] at [2007-11-26 10:11:19]
# 1

I had a similar problem although I was doing a load from file and I was linking the account to the resource.

I noticed you had:

<Field name='accounts[ISA].created'>

<Default>

<s>true</s>

</Default>

</Field>

Try using the following instead:

<Field name='waveset.accounts[GrandSlamXML].created'>

<Expansion>

<Boolean>true</Boolean>

</Expansion>

</Field>

That is what worked for me.

asheth003 at 2007-7-7 1:57:42 > top of Java-index,Web & Directory Servers,Directory Servers...