EventHandler not executes for more of an user

Hi Guys,
I have three eventhandlers Post-Process, generator user login, associate the user manager and changer user status, from OIM 11g. When executes my HR reconciliation, and exists a new user to be created, is executed all eventhandlers normally, but when exists more than one user to be created, is executed all eventhandlers but only the creates user login isn't executed.
In my config eventhandlers, this eventhandlers is in order 1000.
Someone know me speak how resolve this issue?
Thanks

Hi Kevin,
I used the same structure in all the java class. Below is the my bulkevent code, for you try help me indentify something wrong:
public BulkEventResult execute(long l, long l1,
BulkOrchestration bulkOrchestration){
tcUserOperationsIntf userOperationsService = Platform.getService(tcUserOperationsIntf.class);
logger.warn("CreateUserLogin.execute BulkEventResult");
HashMap parameters = bulkOrchestration.getParameters();
logger.warn("Parameters.BulkEventResult " + parameters);
String operation = bulkOrchestration.getOperation();
logger.warn("PostProcess Operation " + operation);
String lastName = (parameters.get("Last Name") instanceof ContextAware)
? (String) ((ContextAware) parameters.get("Last Name")).getObjectValue()
: (String) parameters.get("Last Name");
String firstName = (parameters.get("First Name") instanceof ContextAware)
? (String) ((ContextAware) parameters.get("First Name")).getObjectValue()
: (String) parameters.get("First Name");
String fullName = (parameters.get("Nome Completo") instanceof ContextAware)
? (String) ((ContextAware) parameters.get("Nome Completo")).getObjectValue()
: (String) parameters.get("Nome Completo");
String cpf = (parameters.get("CPF") instanceof ContextAware)
? (String) ((ContextAware) parameters.get("CPF")).getObjectValue()
: (String) parameters.get("CPF");
String role = (parameters.get("Role") instanceof ContextAware)
? (String) ((ContextAware) parameters.get("Role")).getObjectValue()
: (String) parameters.get("Role");
String loginRecon = (parameters.get("User Login") instanceof ContextAware)
? (String) ((ContextAware) parameters.get("User Login")).getObjectValue()
: (String) parameters.get("User Login");
if (fullName == null || fullName.isEmpty()){
fullName = firstName.trim()+" "+lastName.trim();
String nome = fullName.substring(0,fullName.indexOf(" "));
String sobrenome = fullName.substring(fullName.indexOf(" ") +1,fullName.length());
sobrenome = sobrenome.replaceAll(" ", " ");
sobrenome = sobrenome.replaceAll(" ", " ");
if (loginRecon.equals(cpf)){        
try{
boolean valido = false;
int tentativa = 1;
int sequencia =1;
String login = null;
String iTResourceName = getLookup().getDecodedValueForEncodedValue("Lookup.xxx.Customization","ADITResourceName");
String criar_email = getLookup().getDecodedValueForEncodedValue("Lookup.xxx.Customization","Criar_email");
logger.warn("Atributo ADITResourceName = "+iTResourceName);
logger.warn("Atributo Criar_email = "+criar_email);
while (!valido) {
logger.warn("TENTATIVA ("+tentativa+")");
login = GeraLogin(nome, sobrenome, tentativa, sequencia);
HashMap<String, String> validalogin = new HashMap<String, String>();
validalogin.put("usr_udf_login", login);
tcResultSet valida = userOperationsService.findUsers(validalogin);
if (valida.getRowCount() > 0){
valido = false;
tentativa++;
if (tentativa > 3){
sequencia++;
else{
logger.warn("Verificando existencia do login "+login+" no Active Directory");
String retAD= ValidaLoginAD(login,iTResourceName);
if (retAD.equals("Existe")){
valido = false;
tentativa++;
if (tentativa > 3){
sequencia++;
else{
valido = true;
HashMap<String, Object> mapAttrs = new HashMap<String, Object>();
if (criar_email.toLowerCase().equals("yes")){
String email = login+"@xxx.com";
mapAttrs.put("Email", email);
mapAttrs.put("Login de Rede", login);
getEntityManager().modifyEntity(bulkOrchestration.getTarget().getType(), bulkOrchestration.getTarget().getEntityId(), mapAttrs);
else{
mapAttrs.put("Login de Rede", login);
getEntityManager().modifyEntity(bulkOrchestration.getTarget().getType(), bulkOrchestration.getTarget().getEntityId(), mapAttrs);
}catch (Exception e) {
logger.error(e.getMessage());
e.printStackTrace();
else{
logger.warn("No generate "+loginRecon);
return new BulkEventResult();
Thanks a lot

Similar Messages

  • How can I see if my program is for more than one user? We think we have bought in design for more users, but can not find out how to get in for more than one?

    How can I see if my program is for more than one user? We think we have bought in design for more users, but can not find out how to get in for more than one?

    If you bought a CC for team, you can log in at http://adobe.com and insert the e-mail that you gave at the moment at the purchase and than you can manage and see you product/plan/team.
    If I was not clear you can use the following link to help you solving your issue:
    Creative Cloud Help | Manage your Creative Cloud for teams membership
    If your not clear about this situation, contact with an agent of Adobe, by chat or phone. Use the following link to see the type of support you have on this matter:
    http://adobe.com/getsupport
    I think this will help you.
    Regards

  • OATS Load test is not able to scale for more than 10 users

    Hi,
    I am using OATS load test runner for performance testing Fusion based application on webcenter portal.I am not able to run OATS load tester sucessfully for more than 10 VU's.After that it gives a component not found issue or loop error.Please let me know if anybody faced similar issue and was able to resolve it.Is there some setting to be done?
    Thanks,
    Ritesh
    Edited by: user766882 on Aug 20, 2012 9:07 AM

    Hi Jean,
    Our application contains customised retail webcenter portal on which retail application is hosted.This portal application is not able to scale up more than 10 users.I had created portal application without the customised framework and then for a similar usecase it is able to scale upto more than 50 users but once it hits 100 VU mark it starts giving errors.If it were an issue with client tokens or login,I would have been able to have more than 1 user at a time.It seems to be an issue with custom framework developed on top of webcenter portal.I have faced a similar issue while testing for this app with jmeter also.I was able to test for the webcenter portal app without any customisation for more than 100 concurrent users. But I was not able to test for more than 1 user for customised retail webcenter portal
    Thanks,
    Ritesh
    Edited by: user766882 on Aug 21, 2012 8:25 AM
    Edited by: user766882 on Aug 21, 2012 8:33 AM

  • Unable to login for more than 2 users concurrently

    Dear All,
    We have purchased the terminal server licenses for 8 users and install it. however, it is still limited for 2 users to login concurrently. may I
    know what is the issue that causing the issue? could it be that the licenses is not installed correctly?
    Thanks

    Hi Henry,
    Thank you for posting in Windows Server Forum.
    Here providing brief explanation for difference between RDS per User & per Device CAL. please go through following description.
    1.User CAL :
    A User CAL allows a single unique physical user to access Microsoft server software from many devices, such as a work computer, a home computer, a laptop or a personal digital assistant (PDA), without having to acquire CALs for each device. 
    2. Device CAL:
    A Device CAL allows any number of physical users to access Microsoft server software through a single device.
    For additional details refer below article.
    Remote Desktop Services Client Access Licenses (RDS CALs)
    http://technet.microsoft.com/en-us/library/cc753650.aspx
    In addition, you can also refer beneath thread for accessing RDP connection for more than 2 users.
    Enabling more Remote Desktop Connections in Windows 2012
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/cf93b596-413b-4390-a452-acb19a4b0b14/enabling-more-remote-desktop-connections-in-windows-2012?forum=winserverTS
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • LSMW For Converting Open Sales Orders (not working for more than 1 item)

    Hi,
    I am using following standard object for Open sales orders .
    Object               0090   Sales documents                   
    Method               0000                                     
    Program Name         RVINVB10                                 
    Program Type         D   Direct Input                         
    Its not working for more than 1 line item.
    For more than 1 line item its giving Error saying that
    '102122                         V1                   845
    Print parameter SAPML2 1 is not defined
    Can anybody help me out in this regard.
    Thanks in advance.
    Nitin.

    hello, friend.
    i will still research the subject.  but the first thing that comes into my mind is t-code VA05.  with this, you have the option to change the Plant en masse.  so a possible workaround is for you to list a number of sales orders using VA05.  you then sort the line items by Plant.  choose all items with the same plant, change the plant via mass change... then change back to the original plant.  hopefully, the new settings should apply.
    do test a few sales orders by doing this for a larger scope.
    regards.

  • I have Microsoft Office within my user name, but it is not available for the other 2 users. What do I need to do to allow them access?

    I have Microsoft Office within my user name, but it is not available for the other 2 users.  What do I need to do to allow them access to the software?

    http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macstart/how-do-i-ena ble-office-for-all-users-on-one-mac/38bd94cc-d26c-41c9-8471-ee87d63ebfc9?msgId=0 fbd6314-a12a-4fed-85f9-d939208095ff

  • Depreciation is not executed for last month and the period is closed. Giving Error in this Dep. Cycle.

    Hi All,
    We had a month End scenario where the depreciation for a company code is not executed for the last month and closed the period without checking it.
    While  running the Depreciation posting for this month we encounted a error that last motn period is closed. Can we do the depreciation without opening the period closed. Kindly let us know the options available.
    Regards,
    Lakshmi Narayana

    Lakshmi,
    There is no way you can post depreciation without opening the prior periods. Please discuss with your business and secure all necessarry approval, I believe the business has a process on this kind of situations. As long as it is fully documented, auditors will not find it wrong.
    This is the best time to improve your process, think of possible ways so that business will not forget to post depreciation (e.g send automatic email during 3 days before, 2 days before., 1 day before and during the day of depreciation run).
    Hope this helps.
    Thanks!
    Jhero

  • Bought a ipod nano 6th and is not playing for more than 2 min?

    bought a ipod nano 6th and is not playing for more than 2 min?

    The most likely problem is that the headset is not inserted fully. When you insert the headset, you should feel and hear a "Click" to let you know it is inserted all the way.
    The problem is that if it is not inserted all the way, the nano does not detect it. If it is not detected, it will pause playback when the screen goes dark. This is to keep your battery from draining when there is nothing connected to listen to the music.
    i

  • My battery is not staying for more hours it suddenly gets switch off without giving warning

    My battery is not staying for more hours . It suddenly getting switch off without giving any warning. My iPhone is iPhone 4s

    Wen I can receive reply from apple management .

  • Starttransaction for more than one user

    Hi,
    is there any FM, TCODE or customizing way
    to set an starttransaction for more than one user?
    I see the starttransaction in table ARR_DATEU under
    ID = START_TCD.
    Thanks.
    Regards, Dieter

    Hi Thomas,
    thanks for your answer.
    I Find (by debugging) FMs: NAVIGATION_GET_START_TCODE and NAVIGATION_SET_START_TCODE.
    Regards, Dieter

  • No exact match was found. Click the item(s) that did not resolve for more options. You can also use Select button to choose External Data.

    HI,
    I have SharePoint Online 2013 environment, i have created a external content type from wcf service. I want to use this as External Data column in document library. When i look for values in content type it populates and when i click any values and adds and
    then click saves it shows the below error
    No exact match was found. Click the item(s) that
    did not resolve for more options. You can also use Select button to choose External Data
    __fkc000950056003700kc000950056003700kc000e400f2001400kc000950056003700k830035004700160027004700d20057000700020064009600870056004600:
    No Matching Items
    Please help on this.
    varinder

    I don't understand the question exactly, could you restate it.  Sorry mate, I might just be braindead.
    But, as far as the issue, it is by design.  the column is a lookup columns which essentially ties to the external data.  if that data is removed, the column on your simple list becomes invalid and any edits of the simple list item will require
    it to be changed.
    are you wanting to make the ECT read only?  that's simple enough.  you can pop open SPD and edit the ECT, then remove the C/E/D operations (create/update/delete).  That will not, however make it read-only in any other systems that access that
    external data, as I assume its not just SP or else it wouldn't be external
    Christopher Webb | MCM: SharePoint 2010 | MCSM: SharePoint Charter | MCT | http://christophermichaelwebb.com

  • Songs stop playing on my iphone I try to start it again and it will not play for more than 2-4 seconds, does anyone have the solution to this problem?

    I have Imatch and songs stop playing on my iphone I try to start it again and it will not play for more than 2-4 seconds, does anyone have the solution to this problem?

    By "hard reset" you mean hold down the Home and power buttons until the iOS device restarts, correct?

  • Resolve installed Flash player not excuted for all the Vista users on my PC?

    I have a Windows Vista 32-bits system.
    I have created 2 admin and 2 standard users.
    Internet Explorer 9 (IE9) 32 bit is installed but also Chrome and Firfox are used.
    For 1 admin user Flash works fine when accessing a site in IE9 that requires Flash.
    For the other users, including the admin user, IE9 must be run "as adminstrator" by specifically choosing that option.
    If not run "as administrator" IE9 states that Flash needs to be installed. That either leeds to Flash player not being installed (error is that it is already installed) or that after a succesful installation the problem simply occurs again (and again and again ...)
    I want the standard users on the pc to be able to navigate to trusted sites without running IE9 in "as adminstrator" mode.
    What do I need to do?
    Can I set Adobe Flash player to be available for all the users for Vista and IE9?
    Do I need to alter registry settings manually?
    If yes - how and which?
    Thanks in advance.

    Chris,
    Thanks for the reply but unfortunately it does not resolve the problem.
    Other users (including the other system administrator) still need to run IE as administrator.
    When in my sysadmin account the shortcuts for other users to a URL requiring Flash and using IE9 execute fine GRRRRRRR.
    This is very frustrating.
    On my pc Chrome aand Modzilla have no problems.
    The childrens protective software I have however is based on IE.
    Do you have any more suggestions?
    My alternative is to downgrade IE9 to IE8 or 7 but that is also not an easy exercise ...
    Thanks in advance for any input.

  • Event CREATED is not triggered for objects of type USER

    Dear all,
    I'm currently configuring a workflow, which should be started when new user account is created. I took event CREATE for object type USER as a start event, but the workflow does not start, when I create new user account via transaction code SU01. If I test workflow in SWUS, everything works fine. I checked the event trace, but it shows no records for events triggered when I use SU01 and create a user.
    Could you please advise how I can activate triggering of this event without using ABAP-developed event trigger?
    Thank you in advance.

    but here the requirement is to trigger workflow after the user account is created in the system.
    One more way to trigger a workflow is by the messages output. I mean when a user account is created successfully then a message will displayed on the screen let say User ABC created Successfully right so, when ever this message is raised then you can start the workflow by using this message. this can be done by using the txn SWUY
    1. Open SWUY txn.
    2. Click on Continue  and in the next screen give the area as the message class name from which the message is getting triggered and its number in the field Message and click on continue.
    3. Then it will open the PFTC txn mention the description and click on the workflow builder button and design the workflow as per you requirement.
    and once this is done , so when ever the message from the above mentioned message class is raised at that time your workflow will also be started.
    In this way I hope you can reduce your development time , searching for the right BADI or User exit and implementing the code and testing..
    Here in the above txn all you have to make sure that from which message class the message is getting displayed once the user is created successfully, I suggest you a way is you create a dummy user and once the dummy user is created succeffully system will display the message right?, so just double click on the message at the bottom of the screen this will let you knwo what is the message class and number it is using. and once you know tyr to approach the above steps....

  • PSE8 Backup/Synchronization not working for more than a month

    1. Reconnecting files shows that a file is not connected; however, no file is listed. How do I find missing file's properties.
    2. Backup/synchronization preferences works fine.
    3. I can select one or more or the whole catalog.
    4. The twirly icons show next to the album(s) for a second or show but then the synced icon remains in album/albums.
    5. I click OK and after the hour glass shows a while, it finishes.
    6. I click on icon and see that sychronization is on.
    7. If I check (unsynced items, synced items, or items marked for sync) it shows nothing and says that none of those choices matches.
    8. I have repaired and reindexed countless times (never has there been a "repair" problem.
    9. I click on optimize and that works.
    10. After that I notice "generating thumb nails" and the twirly thing moving. I've let it generate thumbnails for more than 24 hours and it's still going.
    I have spent countles hours during day and night, and I can't get it to work.
    I noticed that someone wrote that he had a similar problem that began with his using the IPAD. And I started using the IPAD also, but I couldn't sync my files with photoshop.com before that.
    Customer service and Help provides me with no answers. What should I do?

    Hi clairenanak:
    Sorry to hear about the troubles.
    On your #1, you may have disconnected files of media types that are not visible. To ensure that all media types are visible, go to View > Media Types, and check any items that are not currently checked. Then try the Reconnect.
    As far as backup/sync not working, disconnected files can stop sync from working.
    After resolving the disconnected files issue, let us know if sync is not working. We may need to look at the sync log to determine why.
    As for the Organizer constantly generating thumbnails, this could indicated that you have many files, for example 10,000, in your catalog.
    If you have many files in your catalog, then you may need to just wait for the process to finish.
    It may also indicate a problem with the thumbnail cache that can't be repaired by the Optimize command.
    You can manually reset this file by doing the following:
    Determine the name of your Elements Organizer catalog.
    The name of the catalog appears in the lower-left of the Organizer.
        Alternatively, you can open the Organizer and then click File >  Catalog. The name of the catalog will show in the list at the bottom  with " [current]" after it.
    Close the Elements Organizer.
    Navigate in Windows Explorer to the folder that contains your catalog. Here are the default locations:
       Windows 7 or Vista: C:\ProgramData\Adobe\Elements Organizer\Catalogs\<CATALOG NAME>  
    Click Start, type "%ProgramData%" (including the quotation marks) into the Start Search, and then press Enter.
    Open each folder in the above structure until you have opened the catalog folder.
       Windows XP: C:\Documents and Settings\All Users\Application Data\Adobe\Elements Organizer\Catalogs\<CATALOG NAME>  
    Choose Start > Run, type "%AllUsersProfile%\Application Data" (including the quotation marks) in the Open text box, then press Enter or click OK.
    Open each folder in the above structure until you have opened the catalog folder.
       NOTE: Replace <CATALOG NAME> with the name of the catalog that you determined in Step 1 above.
    There should be a file called thumb.5.cache, which is the thumbnail cache. Delete this file.
    The next time you open the Elements Organizer, the thumbnail cache will begin to rebuild. This may take some time, depending on the number of files you have in the catalog.
    HTH

Maybe you are looking for