Load from Resource

Hi -

I'm trying to load users from a Flat File Resource. Loading them in isn't an issue. And I customised a User Form so that I can add users into the right organisation. The one thing that I can't get to work is skipping over users who have not got an employeeId although they have an accountId.

I tried something called IAPI.cancel in my customised user form:

<Field name='IAPI.cancel'>

<Disable>

<notnull><ref>waveset.employeeId</ref></notnull>

</Disable>

<Expansion>

<s>true</s>

</Expansion>

</Field>

What that is saying is employeeId is not null then return logical true - which will disable the field. Otherwise it's false and the field is 'enabled' thus ignoring that particular user.

Again - I can't get this working and it's so damn frustrating...I didn't expect this to take me so long! If anyone has any comments or any words of wisdom - please feel free to reply - I really need to resolve this 5 days ago! hehehe Thanks in advance!

Message was edited by:

new@idm

[1156 byte] By [new@idm] at [2007-11-26 9:50:35]
# 1
a work around for this is to move them into a specially made organisation - just incase people reading this thread was wondering...
new@idm at 2007-7-7 1:01:54 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

> Hi -

>

> I'm trying to load users from a Flat File Resource.

> Loading them in isn't an issue. And I customised a

> User Form so that I can add users into the right

> organisation. The one thing that I can't get to

I'm quite new to IDM... How can I customize/create a form so

that users are created in a given organization? I tried to create a

new Form using '...IDM/bin/lh config' using the XML definition of

'Default User Form' but I got an authorization exception when trying

to save that Form in the repository.

Any useful hint?

kejabu28 at 2007-7-7 1:01:54 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3
hi kejabu28,please make sure if the administrator who logged in the BPE, has sufficient privileges to save the Form in repositoryR.
thurm_zhang at 2007-7-7 1:01:54 > top of Java-index,Web & Directory Servers,Directory Servers...
# 4
> please make sure if the administrator who logged in> the BPE, has sufficient privileges to save the Form> in repositoryThe administrator is "Configurator". I did succeed to modify the 'Default User Form' object but I could not add a new Form :-(
kejabu28 at 2007-7-7 1:01:54 > top of Java-index,Web & Directory Servers,Directory Servers...