You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Could you please assist with the following on loading users into MDM:
I need to create a Telend job to load users into the Provisioning System Data Container of MDM.
Please see the User schema as following for the User entry load.
The major difficulty is loading more than one Role into the schema.
Would you kindly assist by providing an example Talend Job to load users as aforementioned.
user.xml:
<User>
<username>acarr001</username>
<password></password>
<givenname>Conor</givenname>
<familyname>Carr</familyname>
<phonenumber/>
<company/>
<id>null</id>
<signature/>
<realemail></realemail>
<fakeemail/>
<viewrealemail>no</viewrealemail>
<registrationdate></registrationdate>
<lastvisitdate>0</lastvisitdate>
<enabled>yes</enabled>
<homepage>Home</homepage>
<universe/>
<roles>
<role>ReadOnlyBus</role>
<role>System_View</role>
</roles>
<properties>
<property>
<name>cluster</name>
<value>NewContainer</value>
</property>
<property>
<name>model</name>
<value>NewModel</value>
</property>
</properties>
<applications> </applications>
</User>
Offline
Pages: 1