Problem in operation triggered by OIM

I have developed 5 post process event handler and one validation handler and they all were working fine in DEV and QAT so deployed in PROD. Starting it was working in PROD env too but since yesterday suddenly event handler are not getting triggered. I checked with the database and i got that in place of "MODIFY" operation it is sending "UPDATE" as it is PROD environment so can't change the code. Please help me as my event handlers will be triggered when the operation is MODIFY.
Thanks,
Animesh Anand

Hi,
Ideally it should not have happened because operation type is MODIFY only but you could in your case modify the value to Update in the event handler.xml although if operation type is defined as enum in XSD and the Update value is not there in the XSD then schema validation will fail.

Similar Messages

  • Problem in provisioning user from oim to active directory using ssl

    hi,
    problem in provisioning user from oim to active directory using ssl i am getting following error while provisioning user to AD.
    15:18:12,984 ERROR [ADCS] Communication Errorsimple bind failed: 172.16.30.35:636
    15:18:12,984 ERROR [ADCS] The error occured in tcADUtilLDAPController::connectTo
    AvailableAD():simple bind failed: 172.16.30.35:636
    15:18:13,015 ERROR [SERVER] Class/Method: tcProperties/tcProperties encounter so
    me problems: Must set a query before executing
    com.thortech.xl.dataaccess.tcDataSetException: Must set a query before executing
    at com.thortech.xl.dataaccess.tcDataSet.checkExecute(Unknown Source)
    at com.thortech.xl.dataaccess.tcDataSet.executeQuery(Unknown Source)
    at com.thortech.xl.dataobj.tcDataSet.executeQuery(Unknown Source)
    at com.thortech.xl.dataaccess.tcDataSet.executeQuery(Unknown Source)
    at com.thortech.xl.dataobj.tcDataSet.executeQuery(Unknown Source)
    at com.thortech.xl.dataobj.util.tcProperties.<init>(Unknown Source)
    at com.thortech.xl.dataobj.util.tcProperties.initialize(Unknown Source)
    at Thor.API.tcUtilityFactory.getLocalUtility(Unknown Source)
    at Thor.API.tcUtilityFactory.getUtility(Unknown Source)
    at com.thortech.xl.integration.ActiveDirectory.tcADUtilLDAPController.co
    nnectToAvailableNextAD(Unknown Source)
    at com.thortech.xl.integration.ActiveDirectory.tcADUtilLDAPController.se
    archResultPageEnum(Unknown Source)
    at com.thortech.xl.schedule.tasks.ADLookupRecon.performReconciliation(Un
    known Source)
    at com.thortech.xl.schedule.tasks.ADLookupReconTask.execute(Unknown Sour
    ce)
    at com.thortech.xl.scheduler.tasks.SchedulerBaseTask.run(Unknown Source)
    at com.thortech.xl.scheduler.core.quartz.QuartzWrapper$TaskExecutionActi
    on.run(Unknown Source)
    at Thor.API.Security.LoginHandler.jbossLoginSession.runAs(Unknown Source
    at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown S
    ource)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.j
    ava:520)
    can any one help.
    Thanks and Regards,
    praveen,

    Are you able to connect to AD over SSL through some LDAP Browser ?
    Check the validity of Certificate ?
    Does your certificate appear in the list ?

  • IPad2 problem with operating speed.

    Hi!
    Like in subject. After updating to iOS 8.1.1 my iPad2 work very slow. I restore system but problem with operating speed still there.
    Regards
    Jacek

    Sorted by apple support. Thanks. If anyone is looking at this you set the mail account up using the Microsoft exchange option then type m.hotmail.com into the server.
    Bye

  • JSObject problem in Opera 8.5

    Hello,
    I am working on an applet that needs to reah a form outside the applet. I use the JSObject class to acces it.
    Everything works fine in IE, Mozilla and Netscape, but on Opera, i get a NullPointerException when he tries to execute
    JSObject browserWindow = JSObject.getWindow(this);
    JSObject mainForm = (JSObject) browserWindow.eval("document.forms[0]");
    It seems that JSObject.getWindow(this) returns a NULL value.
    Are there any compatibility problems with opera? Or what can I do to solve it? Thanks

    It might be related to this:
    http://www.securitytracker.com/alerts/2004/Nov/1012279.html
    Frankly, I have no idea, but I could imagine that they have reduced the number of security permissions because of this.

  • Problem while applying BP02 for OIM 11.1.1.5.0

    We have OIM-OAM integrated environment enabled with ldapsynch (OID/OVD). We are applying BP02 for OIM 11.1.1.5.0. We followed all the steps provided in the read me doc.
    1. Running latest Opatch
    2. Setting the environement variables
    3. Configuring Weblogic.profile
    4. Applying SOA patch 13106312
    5. Applied OIM patch 13399365
    6. Running patch_weblogic.sh
    But while doing the 6th step "Running patch_weblogic.sh" we are facing below exception.
    patch:
    [echo] unzipping the archives.....
    explode-archived-apps:
    [delete] Deleting directory /FS2/oracle/apps/MWHOME/Oracle_IDM1/server/apps/oim.ear
    [delete] Deleting directory /FS2/oracle/apps/MWHOME/Oracle_IDM1/server/apps/Nexaweb.ear
    [mkdir] Created dir: /FS2/oracle/apps/MWHOME/Oracle_IDM1/server/apps/oim.ear
    [mkdir] Created dir: /FS2/oracle/apps/MWHOME/Oracle_IDM1/server/apps/Nexaweb.ear
    [unzip] Expanding: /FS2/oracle/apps/MWHOME/Oracle_IDM1/server/patching/oim.ear into /FS2/oracle/apps/MWHOME/Oracle_IDM1/server/apps/oim.ear
    [unzip] Expanding: /FS2/oracle/apps/MWHOME/Oracle_IDM1/server/patching/Nexaweb.ear into /FS2/oracle/apps/MWHOME/Oracle_IDM1/server/apps/Nexaweb.ear
    [echo] archives unzipped successfully.....
    [echo]           seeding the out of the box jobs into db
    seed-ootb-jobs:
    seed-ootb-jobs:
    [echo] ----> SEEDING OUT OF THE BOX SCHEDULE JOBS AND TRIGGERS
    [java] Feb 9, 2012 1:00:26 PM org.quartz.core.QuartzScheduler <init>
    [java] INFO: Quartz Scheduler v.1.6.0 created.
    [java] Feb 9, 2012 1:00:27 PM org.quartz.impl.jdbcjobstore.JobStoreSupport initialize
    [java] INFO: Using thread monitor-based data access locking (synchronization).
    [java] Exception in thread "Main Thread" java.lang.Exception: Unable to seed scheduler data due to configuration problems. Contact System Administrator
    [java]      at oracle.iam.scheduler.seed.SeedSchedulerData.startSeeding(SeedSchedulerData.java:770)
    [java]      at oracle.iam.scheduler.seed.SeedSchedulerData.main(SeedSchedulerData.java:113)
    As it is one of high priority task Can any one help by providing your inputs at earliest ?

    Hello All,
    Still we haven't able to resolve this issue. We already have SR with oracle. So many logs were captured.
    Below is the snippet of seedSchedulerdata.log
    ${work.dir}Entered Validate methodExiting Validate method------------------------------------------------------------
    Start seeding task
    job name--> Password Expiration Task
    schTaskName--> Password Expiration Task
    task class name--> com.thortech.xl.schedule.tasks.tcTskPasswordExpiration
    task job disable--> 0
    task frequency--> DAILY
    task maxRetries--> 5
    task retryCount--> 0
    task paramName--> Email Definition Name
    task paramValue--> Password Expired
    task paramTpe--> String
    Updating Job :Password Expiration Task with keys
    java.lang.Exception: Unable to seed scheduler data due to configuration problems. Contact System Administrator
         at oracle.iam.scheduler.seed.SeedSchedulerData.startSeeding(SeedSchedulerData.java:770)
         at oracle.iam.scheduler.seed.SeedSchedulerData.main(SeedSchedulerData.java:113)
    If any of them faced such issue please help.
    Thanks
    DK

  • Problems Implementation Password Policy on OIM 9.1.0

    Hello,,,
    Please help me,
    i was create password policy on OIM, i inject that pass policy to one of resource object, i create object form and process form with same configuration ( field table ), i use data flow to transmit the data between object form and process form..
    i set process definition with check AUTO SAVE FORM, and AUTO PRE-POPULATE,
    the Problems is :
    1. When i try to do provisioning process ( with delegated admin : xelsysadm ) to that resource object (target system) , after admin submit , status process is provisioning, and the detail is System Validation : Pending
    2. Then i try to remove password policy on resource object, and i try again to do the provisioning, and the process working fine, status process provisioned, detail process
    system validation : completed, Create user : completed
    why it'is happen ?
    that the important point is, why AUTO SAVE FORM cannot working fine if i inject Password Policy on resource Object...
    Warm regards,
    Ricky R
    Manila

    When you say you have checked auto prepop means that there are pre pops attached to certain fields on your process form that you want to be auto triggered before provisioning commences. So i'm assuming that you are pre-populating password field. Is the password value that you are prepopping the field with conform to the standards of the password policy? If not that could be the reason why your provisioning process isnt getting kicked off. you will need to supply a password (either manually or if you want to automate it (pre pop it)) that coforms to the password policy defined on the resource object. Also i think the name of the password field must be _PASSWORD.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Relese of PP operation - Triggered twice? (AFVC_PM-RELEASED)

    Hi
    When we release an operation of an PP-order the Event AFVC_PM-RELEASED is triggered twice.
    This is a problem for us since we have a linked interface when the status is set to RELEASED.
    We only want the status to be changed once - otherwise we get two calls to our interface wich causes error.
    Do you know why that EVENT pop up twice?
    Best reg
    Henrik

    Check the linkage table. Did you link this event twice? If you have a subtype, check if the event is linked for the super- and sub-type.

  • Error while running historical and operational reports in OIM 9.1

    Hi all,
    I had a look at the operational reports and historical reports in OIM 9.1
    When I tried to run the reports by supplying the parameters, I see the following behaviors.
    a)The reports run as expected and display the information.
    b)The moment, I click submit I see a series of exceptions in the Jboss log, the beginning of the thread being....
    WARN [TxConnectionManager] Connection error occured: org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener@1e7aa15[state=NORMAL mc=org.jboss.resource.adapter.jdbc.xa.XAManagedConnection@6fc757 handles=1 lastUse=1300177838234 permit=true trackByTx=true mcp=org.jboss.resource.connectionmanager.JBossManagedConnectionPool$OnePool@62b4a1 context=org.jboss.resource.connectionmanager.InternalManagedConnectionPool@40ba54 xaResource=org.jboss.resource.adapter.jdbc.xa.XAManagedConnection@6fc757 txSync=null]
    java.sql.SQLException: No more data to read from socket
    c)The screen just hangs without any error message/report results. When I tried to click any other menu items on the left hand side, none of them responds after the screen is hung.
    The only option available is to close the window and reopen the browser again.
    It would be great if you could let me know the root cause for scenarios 'b' and 'c'
    Looking forward to hearing from you,
    Many thanks in advance

    Hey guys! 2 days and no replies yet. please help me with this.

  • ActionListener Problem - Event not triggering properly

    Hello,
    I have slight problem ith action listeners. Below is an exercise from a book on java i'm reading. I have constructed rectangle with 3 circles inside.
    When the button in one panel is pushed the colors of these cicles should change from green,black,black to black,yellow,black to black,black,red and start over.
    When the button is clicked the event isn't triggered. However when I push the button and click the frame of the window the colors change.
    I would be grateful if anyone could explain why this is happening?
    // Zepang
    import javax.swing.*;
    import java.awt.*;
    public class Pp415
         public static void main(String [] args)
              JFrame frame = new JFrame("Traffic Lights");
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              Prime panel = new Prime();
              frame.getContentPane().add(panel);
              frame.pack();
              frame.setVisible(true);
         JButton lightButton = new JButton("Change the Lights!");
         lightButton.addActionListener(this);
         buttonLight.add(lightButton);
            add(buttonLight);
         add(light);
         int color = 0;
         public void actionPerformed (ActionEvent event)
              Color g = light.getGreenLight();
              Color y=  light.getYellowLight();
              Color r=  light.getRedLight();
              if (g.equals(Color.green))
                   light.setGreenLight(Color.black);
                   light.setYellowLight(Color.yellow);
              if (y.equals(Color.yellow))
                   light.setYellowLight(Color.black);
                   light.setRedLight(Color.red);
              if (r.equals(Color.red))
                   light.setRedLight(Color.black);
                   light.setGreenLight(Color.green);
    import javax.swing.*;
    import java.awt.*;
    class TrafficLight extends JPanel
         Color redLight = Color.black;
         Color yellowLight = Color.black;
         Color greenLight = Color.green;
    public TrafficLight()
         setBackground(Color.black);
         setPreferredSize(new Dimension (200,300));
      public void setRedLight(Color c)
         redLight = c;
      public void setYellowLight(Color c)
         yellowLight = c;
      public void setGreenLight(Color c)
         greenLight = c;
      public Color getRedLight()
      return redLight;
      public Color getGreenLight()
      return greenLight;
      public Color getYellowLight()
      return yellowLight;
      public void paintComponent(Graphics page)
         final int C = 25;
         page.setColor(Color.blue);
         page.fillRect(C, C, 100, 250);
         page.setColor(greenLight);
         page.fillOval(C+10,C+5,80,80);
         page.setColor(yellowLight);
         page.fillOval(C+10,C+90,80,80);
         page.setColor(redLight);
         page.fillOval(C+10,C+170,80,80);
    }Edited by: Zepang on Dec 4, 2008 4:24 PM
    Edited by: Zepang on Dec 4, 2008 4:25 PM

    I don't in general do GUI stuff. But I can see for sure that you're never telling the system that it needs to repaint when you change state. That's why it doesn't show up until you cause an external event causing it to repaint itself, such as resizing the frame or dragging another window across the window.

  • Filter problem with operating system in french

    Hello,
    There is a problem with the "Operating System - Windows" filter in the french version of ZCC.
    If you create a bundle and go into "Requirements" and add a filter with Operating system and you set it to "Version 6.1 - Windows 7 / Windows Server 2008 R2" you get this error
    "Vos modifications ne peuvent pas tre appliques pour les raisons suivantes :
    ErreurLa version doit tre sous la forme "x" "x.x.x.x". "
    "You changes cannot be applied for the following reason : formatting must be x to x.x.x.x"
    The format should be "6.1 - Windows 7 /Windows Server 2008 R2 Versions".
    The filter does work as intended with the english versions of ZCC. I have no problem with that but some of our admin does.
    PS : I am currently unable to open an SR because our licence has not been renewed yet. So i am reporting this here.
    Thank you!

    Originally Posted by GuillaumeBDEB
    Hi poplante, this bug is haunting Novell since version 11.0! Believe me on that. I'm the one who reported it. Here's the workaround.
    1.Go to Server machine.
    On Windows:
    Go to
    %ZENWORKS_HOME%\resources\properties\com\novell\ze nworks\core\web\internal\resources\CoreInternal_fr .proeprties
    On Linux:
    Go to
    /opt/novell/zenworks/resources/properties\com/novell/zenworks/core/web/internal/resources/CoreInternal_fr.proeprties
    2.change the property value of windows.versions.6.1 from "Versions 6.1 Windows 7 / Windows Server 2008 R2" to "6.1 Versions Windows 7 / Windows Server 2008R2"
    3.Then Restart the server. The issue will be gone.
    By the way you will see this bug reappear with every new update of ZENworks including new service packs and monthly updates. So keep this workaround at hand just in case.
    Hope it helps!
    GuillaumeBDEB
    In 11.3 the value seems to be:
    windows.versions.6.1=Versions 6.1 - Windows 7 / Windows Server 2008 R2
    But should probably be set to:
    windows.versions.6.1=6.1 - Versions Windows 7 / Windows Server 2008 R2
    And the correct Linux path would be: /opt/novell/zenworks/resources/properties/com/novell/zenworks/core/web/internal/resources/CoreInternal_fr.properties.
    This bug would probably take them a minute or two to fix, sad to hear that it's been there since 11.
    Thomas

  • Problem with operations on photoshop layers

    I have a problem when I try to do some operations on the layouts like resize and rotate.
    To reproduce the problem follow these steps.
    Create a new creative suit extension project, select adobe Photoshop extended as csaw libraries.
    In the testPhotoshop.run function put this code:
    var app:Application = Photoshop.app;           
    var doc:Document = app.activeDocument;
    doc.resizeImage(200, 150);
    var l:ArtLayer = doc.artLayers.add();
    l.isBackgroundLayer = true;
    doc.artLayers.index(0).resize(50, 50);
    doc.artLayers.index(1).translate(10, 10);
    doc.artLayers.index(2).translate(10, 10);
    Start debugging, open an image with 3 layers and click 'Run PS code'.
    On mac all works fine.
    On windows an error is thrown on the resize operation and Photoshop go back one step in history.
    (the error text I got is in Italian, my translation follow, but may be inaccurate)
    Error:  Si è verificato un errore generale di Photoshop. La funzionalità richiesta potrebbe non essere disponibile in questa versione di Photoshop.
    - Impossibile trasformare perché il rettangolo di selezione iniziale è vuoto.
        at flash.external::HostObject/__call()
        at com.adobe.csawlib::CSHostObject/hostCall()
        at com.adobe.photoshop::Layer/resize()
        at testPhotoshop$/run()[F:\test\src\testPhotoshop.as:15]
        at test/___test_Button1_click()[F:\test\src\test.mxml:12]
    (translation)
    Error: General Photoshop error occurred. Required functionality could not be available in this Photoshop version.
    - Could not transform because the initial bounding rectangle is empty.
    If I put a breakpoint on the first line of code, and when hit I press resume (F8), the code work even on windows.
    What I have done wrong?

    Not sure why you used float but here is how you get the current time in milliseconds as a long.
    long time1 = System.currentTimeMillis();

  • Problem with OPERATION TEXT(LTXA1) uploading using BDC For C202 Transaction

    Hi Experts,
    Im presently doing a BDC for the trransaction C202 (Change Master Recipe),my task was to upload the 'OPERATION TEXT' field PLPOD-LTXA1 which is actually Long text to an existing master recipe from a flat file during updation of the 'OPERATION TEXT the number of lines i was able to were 34 which we number lines on the displayed page and while updating the 35th line using the concept of bdc table control it is failing to insert the update text.
    I used all the ok codes but failed to update more than 34 lines.So,can someone tell me how to update the longtext beyound it.
    This is the Screenshot of my problem:
    [BDC_C202_error|http://www.freeimagehosting.net/uploads/79af6bac49.jpg]
    Thanx in advance.

    Hi,
    There is a better way of doing the long text upload in SAP. In your BDC, if I change the text editor, the BDC will not work.
    Hence ,
    Use function module " Save_Text" to update long texts in SAP.
    Please check its FM documentation or perform a search for this FM in SDN for more clarity.
    Write back in case you face further issues.
    Regards,
    Rijuraj
    Edited by: Rijuraj Raju on Sep 10, 2010 3:05 PM

  • Calling javascript from swf (which is source file of frame) - problems with OPERA

    hey,
    right now i have the swf-file as the source file for a frame,
    because i want the swf-width depend on the browser-size.
    it looks kinda like this:
    <frameset cols="10,*,10">
    <frame src="border.htm" name="leftFrame">
    <frame src="file.swf" name="mainFrame">
    <frame src="border.htm" name="rightFrame">
    </frameset>
    from the swf i call a javascript-code that is located in the
    'border.htm'
    file.
    the javascript simply opens a popup window.
    function open_popup() {
    MM_openBrWindow('popup.htm','pop','toolbar=no,location=no,status=no,menubar=no,scrollbars =no,resizable=no,width=400,height=500');}everything
    works fine ine firefox, ie, netscape (at least in another tab),but
    when it comes to the opera browser (and apparently also safari)i
    don't get any reaction at all ...i told opera to allow
    popup-windows, so that shouldnt be the reason.now i am thinking
    maybe some browsers have a problem with callingjavascripts from
    within swfs that are not located in that specifichtml-file?maybe
    some of you encountered the same problem ...would be grateful for
    any advices ...thanx,eva

    hey,
    right now i have the swf-file as the source file for a frame,
    because i want the swf-width depend on the browser-size.
    it looks kinda like this:
    <frameset cols="10,*,10">
    <frame src="border.htm" name="leftFrame">
    <frame src="file.swf" name="mainFrame">
    <frame src="border.htm" name="rightFrame">
    </frameset>
    from the swf i call a javascript-code that is located in the
    'border.htm'
    file.
    the javascript simply opens a popup window.
    function open_popup() {
    MM_openBrWindow('popup.htm','pop','toolbar=no,location=no,status=no,menubar=no,scrollbars =no,resizable=no,width=400,height=500');}everything
    works fine ine firefox, ie, netscape (at least in another tab),but
    when it comes to the opera browser (and apparently also safari)i
    don't get any reaction at all ...i told opera to allow
    popup-windows, so that shouldnt be the reason.now i am thinking
    maybe some browsers have a problem with callingjavascripts from
    within swfs that are not located in that specifichtml-file?maybe
    some of you encountered the same problem ...would be grateful for
    any advices ...thanx,eva

  • Dreamweaver - Install problem for Operating System Requirements

    I am trying to install the trial version of Adobe Dreamweaver on my PC. When I click install I get a message saying 'You are running an operating system that Dreamweaver no longer supports'. The operating system on my PC is Windows XP with Service Pack 3. I wondering if there is anyway around this problem.
    Thank you for any advice available.
    Carol Liston

    try dw cs6, http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html

  • Intersecting problem with two triggers

    Hello to all professionalists.
    Today I have got a very big problem with triggers.
    I have written an historical function for the application we use. This historical function works while it created triggers on every table that should be audited. There are some specialities like auditing on individual columns but the main reason is the following:
    for each table the auditing is turned on every value that is changed should be written with old and new value to a history Table.
    This works fine except that when there is another trigger on that table (BEFORE ....ROW) that does an UPDATE on another table. Then the auditing is not working as expected. Well, it isn't working at all for that table.
    So my question is if you have had the same experience or if you could tell me some workaround.
    Thank you very, very much
    Henrik Rünger

    I found the fix, go to System Preferences and open Mission Control and uncheck the box to keep monitors as they were (When switching to an application...........)

Maybe you are looking for

  • Error in Production Load: Error passing data to port

    Hello All, I got this unexpected error in production. The Jobs are still processing for a long time(in Yellow status) with the error message : Extraction (messages): Missing messages       (Status:Yellow)      Missing message: Request received      (

  • How to create a page with LOV and a Go Button that calls a sproc

    I'm new to Apex but not Oracle. I've done some VB, C and other programming. I have read the 2 Day + and worked through most of the advanced tutorials as well as the Apex 3.0 ermployee task OBE. I'm looks for an OBE or assistance in doing the followin

  • Message for Itunes and quicktime support personnell...

    why won't you fix this bug?? your support personnel don't know wat is going on with these registry errors and quicktime. give us an email address or something so we can contact you! you have a serious error and this has been going on for too long...

  • Capture exceptions when deleting a file

    Hello All: I am using File.delete to delete a particular file, however this method only return a boolean to indicate the operation is succeeded or failed. In a scenario such as a file is in use and can't be deleted, this method can't give more detail

  • Unable to create a wireless network with my airport express.  Please help!

    I am trying to setup a wireless network with an airport express, and connect to it with my Macbook. I just bought both of these and haven't been able to get wireless to work. I initially plugged the ethernet cable from my cable modem into the airport