Bulk Action to merge an IDM user to a Siebel CRM user

Hi,
i 'm using the SJS IDM 6.1 and i'm tryning to merge an IdM user to an user that is created on the Siebel CRM by a bulk action.
The script used is the following
command,user,waveset.resources,accounts[Siebel CRM].identity
Update,IdMuser,|Merge|Siebel CRM,Siebel CRM user
The result is the IdM user was associated to the Siebel CRM resource with the IdM account, and not linked by the Siebel CRM account and it is not found on the Siebel resources (obviously).
I have a lot of IdM users to merge to the Siebel CRM account.
Does anybody Know how to merge the account by bulk action?
Thanks in advance
Message was edited by:
oruam69

If you are using any other resource as Pass-through Authentication, then the password fields can be blank. In fact, if you enable pass-though authentication, the tabbed user form does not show the password fields.

Similar Messages

  • Do we have a concept of Ethical Users licences in Siebel CRM 8.0/8.1

    Hi Gurus,
    Do we have a concept of Ethical users licences in Siebel CRM, for example if i have 100 licensed users for SIEBEL CRM BASE and related modules and options and if i wanted to add 2 more users for temproray purpose , do i need to buy addtional licenses from Oralce or shall i create without buying for temporay work?

    Hi,
    Do we have Vision server concept in Siebel CRM 8.0
    like Oracle Ebusiness Suite or not?Hi
    Could to try to rephrase the question? Do you mean integration with Vision Server from Crystal/Business Objects?
    Axel

  • Siebel CRM user's pwd

    dears,
    I am Rookie,now I am learning the siebel crm. in the siebel finance service model,by the administration-user screen,I can create a new user,But I can not set the user's pwd, and there is a default pwd for the user.who can tell me what's the default pwd.thanks.

    The password is usually maintained by the database or some LDAP/SSO solution.
    My first guess is that you have to talk with the persone that created the database for you.
    Also read the Bookshelf: Siebel Installation Guide for Microsoft Windows > 7 Configuring the Siebel Database > Creating Table Owner and Administrator
    Accounts

  • How to use SAP RDE CRM Users products

    Dear Experts
    Am facing a issue when use SAP RDE CRM Users product as belows:
    At this time, my customer running with ERP ERP 6.0 EHP4 in three
    landscapce (server DEV, server TEST and server PROD)
    And now, my customer want to use SAP RDE CRM Users product and they
    bought SAP RDE CRM Users product & License from SAP
    I have several question as follows:
    Conditions necessary and sufficient to be able to install and run SAP
    RDE CRM Users product ?
    With a three landscape of my customer at this time -> Need more
    hardware for the installation of SAP RDE CRM Users ?
    SAP RDE CRM Users product is a Integration of ERP ?
    SAP RDE CRM Users product can be installed as a component of ERP
    system ? or SAP RDE CRM Users product is a standalone system ?
    If a component of ERP -> how to install and use it
    If a standalone system -> how to install and use it
    Please guide me to know this issue
    Thanks and best regards

    Hi,
    Can you give me information about crm rde if you got them??
    Thanks in advance,
    Frank

  • Print preferences do not apply to CRM users

    When Print Preferences are set for a document type (for example, print 2 copies on Add), they are applied to Professional users, but not to CRM users.  While it seems reasonable to restrict CRM users from changing the print preferences, these are meant to be company-wide defaults and should apply to all users.  I have verified with SAP support that CRM users are not affected by settings in the print preferences.  We are currently using a work-around of setting the preferences in User Defaults for these users, but it is time-consuming and could be neglected when adding a new user.  There is no reason why system defaults should not apply to CRM users.

    Hi,
    I agree with Meinolf. Besides, we can try to configure this setting under Computer Configuration and apply the GPO to the terminal server, in which way all users logging onto
    the server will apply the setting.
    Regarding how to add trusted sites, the following article can be referred to as reference.
    How to configure Internet Explorer security zone sites using group polices
    http://blogs.msdn.com/b/askie/archive/2012/06/05/how-to-configure-internet-explorer-security-zone-sites-using-group-polices.aspx
    Best regards,
    Frank Shen

  • Difference between CRM User and Employee

    Hello!
    We are using the webclient UI and with HR integration and I am confused as to the difference between the concept of a user and an employee. Is the user the SU01 where as the employee is the HR record? How do you determine whether to assign a user/employee to a position and then to a business role?

    Tiffanie,
    The concept is quite simple. All the employee of an organization constitute "Employee" of an organization. Out of the total employees only a few will be using CRM, having CRM logon access. So this employee becomes the "User".
    So a CRM User should be an employee of the organization. But all Employee will not be a CRM user.
    Hope this give you some clarity.
    Regards,
    Shyamak

  • Bulk Action- for update accountId in IDM

    what command will need to use for updating the user accountId in idm .
    Actually my requirement is to update new accountId in IDM , LDAP and AD resources.
    1) Command :
    command,user,waveset.resources,accounts[LDAP].accountId,accounts[AD].sAMAccountName
    update,test1,|Merge|LDAP|AD,John1,John1
    Above command will update LDAP and AD user accountId in resources successfully.
    2) Command :
    a) command,user,waveset.resources,global.accountId,accounts[LDAP].accountId,accounts[AD].sAMAccountName
    update,test1,|Merge|LDAP|AD,John1,John1,John1
    b) command,accountId,global.accountId
    Update,test1,John1
    c) command,accountId,waveset.resources,accounts[Lighthouse].accountId
    update,test1,|Merge|Lighthouse,John1
    Above all the command should update the user accountId in IDM , LDAP, AD , but got failed with error ,
    error :
    com.waveset.exception.ItemNotFound: Item User:test1 was not found in the repository
    what's the Bulk Action command should be used to update the user accountId in IDM
    please reply :

    what command will need to use for updating the user accountId in idm .
    Actually my requirement is to update new accountId in IDM , LDAP and AD resources.
    1) Command :
    command,user,waveset.resources,accounts[LDAP].accountId,accounts[AD].sAMAccountName
    update,test1,|Merge|LDAP|AD,John1,John1
    Above command will update LDAP and AD user accountId in resources successfully.
    2) Command :
    a) command,user,waveset.resources,global.accountId,accounts[LDAP].accountId,accounts[AD].sAMAccountName
    update,test1,|Merge|LDAP|AD,John1,John1,John1
    b) command,accountId,global.accountId
    Update,test1,John1
    c) command,accountId,waveset.resources,accounts[Lighthouse].accountId
    update,test1,|Merge|Lighthouse,John1
    Above all the command should update the user accountId in IDM , LDAP, AD , but got failed with error ,
    error :
    com.waveset.exception.ItemNotFound: Item User:test1 was not found in the repository
    what's the Bulk Action command should be used to update the user accountId in IDM
    please reply :

  • Bulk Action Rename AccountID

    We're cleaning up our user accounts and I need to deal with a couple thousand mixed case accountid's.
    I've been digging around and cannot find the logic to perform a bulk action rename of accountids. Has anyone dealt with this?
    I have used the Rename User Action, so I know I can perform a rename on specific resources on a single user by user basis *I'm mainly interested in just renaming waveset accountid's in bulk to lower case.
    The Question is: What is the bulk action command/directive structure to do an accountid rename?
    Thanks in advance,
    -Jason
    Edited by: jblackader on Aug 11, 2009 11:12 AM
    - forgot to mention. we're running Identity Manager 7.1

    any update on this ..action...
    I am running the same senario .. but still not got the solution ..
    here is my senario....
    what command will need to use for updating the user accountId in idm .
    Actually my requirement is to update new accountId in IDM , LDAP and AD resources.
    1) Command :
    command,user,waveset.resources,accounts[LDAP].accountId,accounts[AD].sAMAccountName
    update,test1,|Merge|LDAP|AD,John1,John1
    Above command will update LDAP and AD user accountId in resources successfully.
    2) Command :
    a) command,user,waveset.resources,global.accountId,accounts[LDAP].accountId,accounts[AD].sAMAccountName
    update,test1,|Merge|LDAP|AD,John1,John1,John1
    b) command,accountId,global.accountId
    Update,test1,John1
    c) command,accountId,waveset.resources,accounts[Lighthouse].accountId
    update,test1,|Merge|Lighthouse,John1
    Above all the command should update the user accountId in IDM , LDAP, AD , but got failed with error ,
    error :
    com.waveset.exception.ItemNotFound: Item User:test1 was not found in the repository
    what's the Bulk Action command should be used to update the user accountId in IDM

  • Customized Bulk Action Form

    I saw that there are multiple unanswered questions about this, so I am assuming the answer is no but wanted to give it a shot. Is there any way to customize the Bulk Action form besides building an entirely different workflow? For example, I want to remove certain fields and add a checkbox which would save a variable into the workflow. I see bulkop.jsp, which instantiates BulkOpForm, so I gather it's not a form that can be modified. Is there maybe a point where I could merge into the standard bulk process after giving my own frontend? I'd rather not resort to reimplementing the file parsing and all that.

    If bulk action is launched by user who has 'Customer - Tabbed User Form' as User Form, this form will be applied
    You can specify at your form what workflow to launch. Just add field
    <Field name='viewOptions.Process'>
    <Expansion>
    <s>Customer - Update Workflow</s>
    </Expansion>
    </Field>

  • Error Bulk action idm6.0 sp1

    Hi,
    when we try to execute bulk action with the hookup of the resource active directory (w2000) we recive the following error :
    Unable to set user info: 'SetInfo(): 0X80072035: , 0000054F: SvcErr: DSID-031A0B56, problem 5003 (WILL_NOT_PERFORM), data 0 , The server is unwilling to process the request.
    At about tenth user the bulk action terminated unexpectedly, causing the reboot of idm. The created users correctly works. What the problem could be? Restrictive policy is not been applied on the DC.
    thanks in advance

    Hi,
    there could be many causes to your problem. In your place i would change the workflow to dump the view if an error happens. Looking at what the system wants to provision you might find the problem yourself or you could post a view here for others to tell you what change the active directory does not want to perform (and possibly how to convince it to do it anyway).
    Regards,
    Patrick

  • Add role using bulk action

    I'm trying to add a role to multiple users. I've never used a bulk action before and I can't find any documentation. Can somebody point my in the right direction or help me with the syntax/format of a bulk action file?

    Hi,
    This has to be a csv file.
    Syntax for multiple roles
    command,user,waveset.roles
    Update,userid,Role1|Role2
    Update,userid,Role1
    Syntax for appending
    command,user,waveset.roles
    Update,userid,|Merge|Role1|Role2
    Thanks.

  • How to get bulk action to update resource

    I have to update some users data in a particular resource. I'm attempting to add a location to their user object, the resource and their waveset info via a bulk action script (which I have very little experience with). Currently I have it set up so the bulk action starts in a form which calls a rule and then a workflow. I've been able to get it to update the user object and the waveset data, but I can't get it to write to the resource. (In this case the resource is a simulated resource - a file on the file system). I've tried everything I can think of but I'm missing some key piece in getting the resource updated. I may not need the rule, but I couldn't get the resource to update from my workflow, so I decided to try a rule. In any case, here's my form:
    <Display class='EditForm' />
    <Field name='context'>
         <Derivation>
              <invoke name='getLighthouseContext'>
                   <ref>WF_CONTEXT</ref>
              </invoke>
         </Derivation>
    </Field>
    <Field name=':applicationName'>
                    <Derivation>
              <s>FACILITIES</s>
         </Derivation>
    </Field>
    <Field name='accounts[FACILITIES].tempField'>
                   <Derivation>                                   
              <rule name='v1_RULELIB_FACILITIES:writeMapToResource'>     
                   <argument name='ctx' value='$(ctx)'/>
                   <argument name='view' value='$(view)'/>
                   <argument name='request' value='$(request)'/>
                   <argument name='applicationName' value='$(applicationName)'/>                                                       </rule>                                   
         </Derivation>
    </Field>
    <Field name='viewOptions.Process'>
         <Expansion>
              <s>ABC_TSKDEF_Facilities_Add_Location</s>
         </Expansion>
    </Field>
    </Form>
    . . .

    and lastly, this is my task definition:
    <TaskDefinition name='ABC_TSKDEF_Facilities_Add_Location'
         taskType='Workflow' executor='com.waveset.workflow.WorkflowExecutor'
         suspendable='true' syncControlAllowed='true' execMode='sync' execLimit='0'
         resultLimit='1' resultOption='delete' visibility='runschedule'
         progressInterval='0'>
    <Extension>
         <WFProcess name='ABC_TSKDEF_Facilities_Add_Location' maxSteps='0'>
    <Variable name='request'>
                        <Comments></Comments>
                   </Variable>
    <Variable name='user' input='true' />
              <Variable name='newLocation'>
                   <s>Baltimore</s>
              </Variable>                    
              <Variable name='newTimeFrame'>
                   <s>24 hours Mon-Sun</s>
              </Variable>          
              <Variable name='wtf'><s>also defined variables for newAccessLevel newEffectiveDate newEndDate and newJustification. For some reason the forum didn't like these and wouldn't let me save.</s></Variable>
              <Activity id='0' name='start'>
                   <Transition to='Initialize' />
                   <WorkflowEditor x='43' y='10' />
              </Activity>
    <Activity id='1' name='Initialize'>
                   <Action id='0' name='Set variables'>
                        <expression>
                             <block name='INIT' trace='true'>
                             </block>
                        </expression>
                   </Action>
                   <Transition to='Make Account Changes' />
                   <WorkflowEditor x='105' y='10' />
              </Activity>
    <Activity name='Make Account Changes'>     
                   <Action id='1' name='update lh account'>
                        <expression>
                             <block trace='true'>
                                  <cond>
                                       <not>
                                            <contains>
                                                 <ref>user.waveset.resources</ref>
                                                 <s>FACILITIES</s>
                                            </contains>
                                       </not>
                                       <append name='user.waveset.resources'>
                                            <s>FACILITIES</s>
                                       </append>
                                  </cond>
                                  <set>
                                       <concat>
                                            <s>user.accounts[FACILITIES].properties.locationMap[</s>
                                            <ref>newLocation</ref>
                                            <s>].timeFrame</s>
                                       </concat>
                                       <ref>newTimeFrame</ref>                                   
                                  </set>
                                  <set>
                                       <concat>
                                            <s>user.accounts[FACILITIES].properties.locationMap[</s>
                                            <ref>newLocation</ref>
                                            <s>].accessLevels</s>
                                       </concat>
                                       <list>
                                            <ref>newAccessLevel</ref>
                                       </list>                                   
                                  </set>                                                       
                                  <set>
                                       <concat>
                                            <s>user.accounts[FACILITIES].properties.locationMap[</s>
                                            <ref>newLocation</ref>
                                            <s>].effectiveDate</s>
                                       </concat>
                                       <ref>newEffectiveDate</ref>                                   
                                  </set>                              
                                  <set>
                                       <concat>
                                            <s>user.accounts[FACILITIES].properties.locationMap[</s>
                                            <ref>newLocation</ref>
                                            <s>].endDate</s>
                                       </concat>
                                       <ref>newEndDate</ref>                                   
                                  </set>                                                                 
                                  <set>
                                       <s>user.accounts[FACILITIES].properties.justification</s>
                                       <ref>newJustification</ref>
                                  </set>
                                  <set>
                                       <s>user.accounts[FACILITIES].justification</s>
                                       <ref>newJustification</ref>
                                  </set>                         
                             </block>
                        </expression>
                   </Action>
                   <Transition to='Error'>
                        <eq>
                             <ref>WF_ACTION_ERROR</ref>
                             <s>true</s>
                        </eq>
                   </Transition>
                   <Transition to='Provision' />
              </Activity>
              <Activity id='5' name='Provision' audit='true'>
                   <Comments>Perform the standard Lighthouse reProvisioning process.</Comments>
                   <Action id='0' process='Provision'>
                        <Argument name='op' value='reProvision' />
                   </Action>
                   <Transition to='Clean up' />
              </Activity>
              <Activity id='9' name='Error'>
                   <Action id='0' name='Audit Data Validation'>
                        <Argument name='auditError'>
                             <concat>
                                  <s>Data Validation Error for </s>
                                  <ref>accountId</ref>
                                  <s>. </s>
                                  <s>Invalid attributes:</s>
                                  <ref>user.dataValidationError</ref>
                             </concat>
                        </Argument>
                        <Argument name='auditAction' value='Create' />
                        <Argument name='generateAuditRule'
                             value='v1_RULELIB_Common:getDataValidationAuditParams' />
                        <SubProcess>
                             <ref>sysConfig.PROCESS_AUDIT</ref>
                        </SubProcess>
                   </Action>
                   <Action id='1' name='Set Notify Params'>
                        <expression>
                             <block>
                                  <set name='errorHandle.placeOnQueue'>
                                       <s>false</s>
                                  </set>
                                  <set name='errorHandle.errorMessage'>
                                       <ref>user.dataValidationError</ref>
                                  </set>
                                  <set name='errorHandle.generateEmailRule'>
                                       <s>v1_RULELIB_Common_EmailGeneration:getEmail_ASErrorHandleNotifyAdmins</s>
                                  </set>
                             </block>
                        </expression>
                   </Action>
                   <Action id='2' name='Call Error Handle'>
                        <Argument name='errorHandle' value='$(errorHandle)' />
                        <SubProcess>
                             <ref>sysConfig.PROCESS_ERROR_HANDLE</ref>
                        </SubProcess>
                   </Action>
                   <Transition to='Clean up' />
                   <WorkflowEditor x='292' y='10' />
              </Activity>
              <Activity id='10' name='Clean up'>
                   <Action id='0' name='Clean Up Variables'>
                        <expression>
                             <block>
                                  <set name='sysConfig' />
                                  <set name='errorHandle' />
                                  <set name='enduserId' />
                                  <set name='lhUser' />
                             </block>
                        </expression>
                   </Action>
                   <Transition to='end' />
                   <WorkflowEditor x='437' y='10' />
              </Activity>
              <Activity id='11' name='end'>
                   <WorkflowEditor x='609' y='10' />
              </Activity>
              </WFProcess>
         </Extension>
         . . . Any ideas? Pointers? Suggestions? I can't find any information on how to write to the resource. What is it that triggers that to happen? What do I need to add to my rule, task definition or form to get that to update? Any ideas are much appreciated!
    Edited by: user12836258 on Sep 7, 2011 9:15 AM
    Edited by: user12836258 on Sep 7, 2011 9:16 AM
    Edited by: user12836258 on Sep 7, 2011 9:17 AM
    Edited by: user12836258 on Sep 7, 2011 9:17 AM
    Edited by: user12836258 on Sep 7, 2011 9:18 AM
    Edited by: user12836258 on Sep 7, 2011 9:21 AM
    Edited by: user12836258 on Sep 7, 2011 9:24 AM
    Edited by: user12836258 on Sep 7, 2011 9:25 AM
    Edited by: user12836258 on Sep 7, 2011 9:25 AM
    Edited by: user12836258 on Sep 7, 2011 9:26 AM
    Edited by: user12836258 on Sep 7, 2011 9:27 AM

  • Having approval process in Bulk Action

    Hi,
    I have requirement where I need to have a single approval process for bulk actions. In detail, whenever a user initiates bulk action it should wait for manager approval and once manager approves then only it should start processing the CSV file.
    I know there is no workflow associated with the bulk action. Please let me know how can i go ahead in implementing this scenario.
    Thanks
    Sarvan VS

    Hi Daya,
    Yes, you are right! In standard behaviour this is the only method or you can create a receipient list and approver will get the intimation in SAP mailbox ( t-code SBWP).  If you want more advance that user needs to get intimation in his external mailbox like outllok, lotus note etc. then you can use Workflow. This can be achieved with help of Abap'r ( workflow) person.
    In standard you are right.
    Hope this will help.
    Regards,
    Ravindra

  • Create Organization & assign forms bulk action

    How can you create organizations by a bulk action,
    Is it possible to assign userform & viewuserform along with this bulk action
    As well as is it possible to assign a admin user to each Organisation

    i figure it out by myself, Thought would be of use to someone if required.
    created an xml file .... like below, and import it using the "Configure"- "ImportExport File " from the Administrator UI.
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE Waveset PUBLIC 'waveset.dtd' 'waveset.dtd'>
    <Waveset>
    <ObjectGroup name='OU one'> <MemberObjectGroups> <ObjectRef type='ObjectGroup' id='#Top#' name='Top'/> </MemberObjectGroups> </ObjectGroup>
    <ObjectGroup name='OU two'> <MemberObjectGroups> <ObjectRef type='ObjectGroup' id='#Top#' name='Top'/> </MemberObjectGroups> </ObjectGroup>
    <ObjectGroup name='OU three'> <MemberObjectGroups> <ObjectRef type='ObjectGroup' id='#Top#' name='Top'/> </MemberObjectGroups> </ObjectGroup>
    </Waveset
    if u need to add approvers for any of these OUs you can add the tag "Approver" and you can assign forms too along with this .
    The best way to do this is create a test OU with all that you need like approver, form etc...
    and use the same syntax.
    If multiple OUs are created make sure you have the <Waveset> tag in there....
    Thanks NSankar

  • Bulk Actions - Update not working

    Hi -
    If I try to run an update through Bulk Actions the resource fields are not getting updated
    i.e.
    command,user,accounts[Blah].lastname
    CreateOrUpdate,AAC259,Bloggs
    This doesn't update the resource, and it doesn't appear in the updates section of the view when debugging.
    We're running IDM7 - anyone know what's causing this?
    Cheers
    --Calum                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    I belive you should have to have a reosurce mapped in your commands.
    Command,global.firstname,waveset.resources,.....
    CreateOrUpdate,myfirstname,myResourceName
    --sFed                                                                                                                                                                                                                                                                                                                                               

Maybe you are looking for

  • How can I use filters to show sequential quarters in a table - Heat Map

    I need to sum sales for this quarter and last quarter, then do a percent change calculation in one table in 11g It needs to look like this: Product X, Last Qtr, This Qtr, % Change Prod_123, $100, $150, 50% I've tried creating one analysis for "Last Q

  • Difference between Thin Drivers and Thick Drivers

    hi all, can any one tell me the difference between Thin Drivers and Thick Drivers. regards ravi

  • Save as Image, but modify file name From Page_[0-9]+.jpg to -%04d.jpg

    I have a PDF that was compiled from multiple tiffs of a scanned document. The Tiffs are no logner around, and we want to regenerate them from Acrobat. Easy enough. However, we cannot adjust the padding on the file name. For example we save a 10 page

  • Reuse of Context node field into another

    Hi All, My Reuirement is to add "Product Configuration" field into Crdit Memo item List. Whereas this standard field already avaialble in standard order item list. But "Credit Memo Item list" Context node is different fro "Standard order item list" C

  • Am I missing a

    I bought a Nomad JukeBox Zen Xtra and it came with just one CD. I've loaded all the software and finally got the pc to recognize the Nomad. (Took about 4 hours to accomplish that)?Now I cannot find a way to sync the Nomad and the computer's music fil