ACE Reconciliation issue

Hi,
ACE Reconciliation Task scheduler is not creating events on OIM and we could see that Users are being pulled in from ACE Servers (through RM logs) also the task status remains as Running forever.
Can some one please suggest or recommend a way to debug this issue?
Thanks

Have you tried increasing the logging level to debug and checked the logs?

Similar Messages

  • ACE Configuration Issue.

    We would like to configure on ace like below:
    the virtual ip address and port like this
    : 10.10.10.10:8000,this ip address will be use to outside user request servie
    and we have to configure server farm like below
    real server 10.10.10.1:8001, 10.10.10.1:8002, 10.10.10.1:8003 ...
    the ip address is same on 10.10.10.10:8000's serverfarm, but real server service is different, and this port should be loadbalanced and healchecked.
    Is it possible solution? F5 big ip , Nortal is possible, but I don't know on ACE above issue.
    If you ok. could you give me a sample configuration?

    page 2....
    Also i forget to tell you to
    8.create resourse-class
    9. create context othr then admin context if you need multiple contexts:
    (inside context add resource class)
    10 class map type management (for remote access)
    as follows:
    Kindly find some config sample as follows:
    ACE/Admin# sh run
    Generating configuration....
    resource-class ABCD_Resource
    limit-resource all minimum 5.00 maximum unlimited
    limit-resource sticky minimum 5.00 maximum unlimited
    boot system image:c4710ace-mz.A3_2_1.bin
    hostname ACE
    context Admin
    member ABCD_Resource
    access-list everyone line 10 extended permit icmp any any
    access-list everyone line 20 extended permit ip any any
    access-list for-cap line 8 extended permit ip any any
    probe http HTTP-Probe
    port 8000
    interval 2
    faildetect 2
    passdetect interval 15
    request method head
    probe icmp ICMP-Probe
    interval 2
    faildetect 2
    passdetect interval 60
    probe tcp TCP-8000
    port 8000
    interval 2
    faildetect 2
    passdetect interval 15
    passdetect count 2
    open 1
    rserver host A
    ip address 10.10.10.1
    inservice
    rserver host B
    ip address 10.10.10.2
    inservice
    rserver host C
    ip address 10.10.10.3
    inservice
    rserver host D
    ip address 10.10.10.4
    inservice
    serverfarm host SF-8000-1
    probe ICMP-Probe
    probe TCP-8000
    rserver A 8000
    inservice
    rserver B 8000
    inservice
    serverfarm host SF-8000-2
    probe HTTP-Probe
    probe ICMP-Probe
    probe TCP-8000
    rserver C 8000
    inservice
    rserver D 8000
    inservice
    class-map match-all L4-CLASS-REDIRECT-1
    2 match virtual-address 10.10.60.10 tcp eq www
    class-map match-all VIP-PORT-8000-1
    2 match virtual-address 10.10.60.10 tcp eq https
    class-map match-all VIP-PORT-8000-2
    2 match virtual-address 10.10.60.12 tcp eq https
    class-map type management match-any remote-mgmt
    10 match protocol ssh any
    20 match protocol telnet any
    30 match protocol icmp any
    40 match protocol http any
    50 match protocol https any
    class-map match-any server-initiated
    3 match source-address 10.10.10.4 255.255.255.255
    4 match source-address 10.10.10.3 255.255.255.255
    policy-map type management first-match remote-access
    class remote-mgmt
    permit
    policy-map type loadbalance first-match VIP-POLICY-8000-1
    class class-default
    policy-map multi-match Service-Policy-8000-1
    class VIP-PORT-8000-1
    loadbalance vip inservice
    loadbalance policy VIP-POLICY-8000-1
    loadbalance vip icmp-reply
    nat dynamic 1 vlan 60
    class L4-CLASS-REDIRECT-1
    loadbalance vip inservice
    loadbalance policy VIP-POLICY-8000-1
    policy-map multi-match Service-Policy-8000-2
    class VIP-PORT-8000-2
    loadbalance vip inservice
    loadbalance policy VIP-POLICY-8000-2
    loadbalance vip icmp-reply
    nat dynamic 1 vlan 60
    ssl-proxy server SSL-Offload-Proxy-2
    policy-map multi-match server-side
    class server-initiated
    nat dynamic 1 vlan 60
    interface vlan 10
    description APPPROD-Client-Vlan
    bridge-group 10
    mtu 1500
    access-group input everyone
    access-group output everyone
    service-policy input remote-access
    no shutdown
    interface vlan 30
    description management-vlan-interface
    ip address 10.10.30.22 255.255.255.0
    access-group input everyone
    access-group output everyone
    service-policy input remote-access
    no shutdown
    continued page 3......

  • Excise vs account reconciliation issue

    Experts plz help me to know how to do Excise vs account reconciliation issue?

    Hi,
    Could you explain in brief what is the exact query?
    Regards,
    Hansa Chechani

  • DBAT Child table Reconciliation issue

    I have the following environment
    IDM 11gR2 (11.1.2.1) Activedirectory-11.1.1.5.0, Database_App_Tables_9.1.0.5.0. Target Database Oracle 11gR2.
    I have created a DBAT connector for the Target Database that is having One Master Table and One Child table.
    The issue is that the Target reconciliation doesn’t work.
    If I run the reconciliation with a single target table it works fine (setting up a new connector for test) but if I run a reconciliation with a target that is having a child table as well it fails.
    Summry:
    Reconciliation of a target DB with Master-Child Tables is not working.

    there is an existing issue with child table recon in oim11gr2
    http://docs.oracle.com/cd/E27559_01/relnotes.1112/e35820/id_mgr.htm#CHDDGDCC
    Raise SR to oracle

  • ACE FTP issues with "inspect ftp"

    Hello.
    My clients want to access an FTP server, via ACE, and I am having some issues. They can login and issue only one command... the second command will not be accepted an after a few seconds the prompt shows the message "connection closed by remote host".
    I have sniffed traffic and I see that the connection between the client and the ACE has a strange behaviour because ACE open connection to data using an source port of 1039 (it should be 20, since we are usind an active mode client); between the ACE and the real server runs in active mode (I see normal ftp-data packets).
    Other strange thing is that I have FWSM and they let traffic pass from ACE to client (they should expect traffic comming from port 20 and not 1039)
    I am doing source NAT and ACE is doing all the necessary changes on source IP adresses.
    Anyone has seen similar behaviour?
    Any help would be appreciated.
    In attach I send my config and traffic sniffing.
    Thanks in advance.
    Joao Ribau
    P.S. - client is 10.1.44.98; VIP is 10.1.9.150; real server 10.1.36.124

    Hello.
    I didn´t mentioned this before but the gateway of all my networks is an ACE that is loadbalancing traffic to two firewall clusters. I think this is not important because I have a "catch all" VIP in all my interfaces; I assume that ACE forwards traffic with no restrictions or inspections leaving the inspection job to the firewalls and to the ACE that I use to load balance services.
    Don´t think this could be the problem but just to make sure I decided to post it.
    Best regards,
    Joao Ribau.
    P.S. - my configs on the ACE that loadbalance traffic to the firewalls are very straightforward. Serverfarms (interfaces of the firewalls), a class-map with a "catch-all" VIP, policy-map to for the serverfarm, a policy-map to tie the class to the serverfarm and finally a service-policy apllied to each interface.

  • Standby cisco ACE loadbalancer issues (network connectivity)

    Hi ALL,
                We are having issues with the secondary (standby) load balancer ACE module on a 6500 switch. We see that the loadblanacer is not able to get onto the network which leads to problem with fault tolerance as well. Following is the ft status found on the load balancer for one of the contexts (this is the same pattern seen on all the contexts).
    switch/Admin# sh ft group status
    FT Group                     : 1
    Configured Status            : in-service
    Maintenance mode             : MAINT_MODE_OFF
    My State                     : FSM_FT_STATE_ACTIVE
    Peer State                   : FSM_FT_STATE_UNKNOWN
    Peer Id                      : 1
    No. of Contexts              : 1
    Sh arp on all the contexts shows the gateway/rserver to be unreachable. Please find the screenshot below for one of the contexts (the same pattern is seen on the LB for all other contexts)
    switch/1_Context# sh arp
    Context CSD_Context
    ================================================================================
    IP ADDRESS      MAC-ADDRESS        Interface  Type      Encap  NextArp(s) Status
    ================================================================================
    172.21.128.97   00.00.00.00.00.00  vlan942   GATEWAY    -                   dn
    172.21.128.103  00.0b.fc.fe.1b.09  vlan942   ALIAS      LOCAL     _         up
    172.21.128.105  00.12.43.dc.93.23  vlan942   INTERFACE  LOCAL     _         up
    7.0.0.4         00.0b.fc.fe.1b.09  vlan943   NAT        LOCAL     _         up
    - 7.0.0.6
    172.21.147.196  00.0b.fc.fe.1b.09  vlan943   ALIAS      LOCAL     _         up
    172.21.147.198  00.12.43.dc.93.24  vlan943   INTERFACE  LOCAL     _         up
    172.21.147.200  00.00.00.00.00.00  vlan943   RSERVER    -       * 3 req     dn
    172.21.147.202  00.00.00.00.00.00  vlan943   RSERVER    -       * 2 req     dn
    172.21.147.204  00.00.00.00.00.00  vlan943   RSERVER    -                   dn
    172.21.147.206  00.00.00.00.00.00  vlan943   RSERVER    -                   dn
    172.21.147.208  00.00.00.00.00.00  vlan943   RSERVER    -       * 3 req     dn
    172.21.147.210  00.00.00.00.00.00  vlan943   RSERVER    -       * 2 req     dn
    172.21.147.212  00.00.00.00.00.00  vlan943   RSERVER    -       * 1 req     dn
    172.21.147.214  00.00.00.00.00.00  vlan943   RSERVER    -       * 1 req     dn
    172.21.147.216  00.00.00.00.00.00  vlan943   RSERVER    -       * 3 req     dn
    7.0.0.1         00.0b.fc.fe.1b.09  vlan943   NAT        LOCAL     _         up
    - 7.0.0.3
    The problem is that we see the problem only on the secondary loadbalancer. primary is just running file
    also i can see some traffic denial in admin context for resource usage
    switch/Admin# sh resource usage
                                                         Allocation
            Resource         Current       Peak        Min        Max       Denied
    Context: Admin
      conc-connections              9          9     160000    6560000          0
      mgmt-connections              0         46       2000      82000          0
      proxy-connections             0          4      20972     859830          0
      xlates                        0          0      20972     859830          0
      bandwidth                     0   17715713   10000000  535000000    5799749
        throughput                  0   17710993   10000000  410000000    5799749
        mgmt-traffic rate           0       4720          0  125000000          0
      connection rate               0         43      20000     820000          0
      ssl-connections rate          0          0        100       4100          0
      mac-miss rate                 0          1         40       1640          0
      inspect-conn rate             0          0        120       4920          0
      acl-memory                56336      56336    1570072   64460552          6
      sticky                        0          0      83886          0          0
      regexp                        0          0      20972     859832          0
      syslog buffer             82944      82944      82944    3447808          0
      syslog rate                   0         44       2000      82000         25
    Context: INTEGRATION_Context
      conc-connections              0       3934     160000          0          0
      mgmt-connections              0         98       2000          0          0
      proxy-connections             0         33      20972          0          0
      xlates                        0          0      20972          0          0
      bandwidth                     0   10019910   10000000  125000000      40857
        throughput                  0   10000000   10000000          0      40857
        mgmt-traffic rate           0      19910          0  125000000          0
      connection rate               0         49      20000          0          0
      ssl-connections rate          0          0        100          0          0
      mac-miss rate                 0         32         40          0          0
      inspect-conn rate             0         58        120          0          0
      acl-memory                11920      11920    1570072          0          0
      sticky                        0          1      83886          0          0
      regexp                        0          0      20972          0          0
      syslog buffer                 0      82944      82944    3447808          0
      syslog rate                   0        312       2000          0          0
    these above 2 contexts are the only one which has bandwidth resource usage exceeding the limit. but i somehow am not sure if this is the issue. as there is just no traffic on the secondary .. then how can the bandwidth reach the threshold? can anyone throw some light on the below issue?
    thanks and regards
    kiran

    vlan on Standby_ACE switch
    svclc multiple-vlan-interfaces
    svclc module 1 vlan-group 1,4,12,13,
    svclc vlan-group 1  968
    svclc vlan-group 12  132
    svclc vlan-group 13  367-372,374,375,379,380,538,805,807,808,818,913,915
    svclc vlan-group 13  917-920,922-924,933,934,937,938,942-949,972,976-979,983
    svclc vlan-group 13  984
    ip subnet-zero
    no ip source-route
    vlans on standby ACE
    switch/Admin# sh vlans
    Vlans configured on SUP for this module
    vlan132  vlan360  vlan367-375  vlan379-380  vlan538  vlan805  vlan807-808  vlan818  vlan913  vlan91
    5  vlan917-920  vlan922-924  vlan930  vlan933-934  vlan937-938  vlan942-949  vlan968  vlan971-972  v
    lan976-979  vlan983-984
    switch/Admin#
    Active_LB_host_switch is the switch hosting the  active ACE thats connected on ten7/4 and 8/4 which is bundeled and made into
    port-channel (po72)
    CDP neighbor hosting the active ACE
    Active_LB_host_switch
                     Ten 7/4           148          R S I     WS-C6513  Ten 7/4
    Active_LB_host_switch
                     Ten 8/4           156          R S I     WS-C6513  Ten 8/4
    Po72 allows all the vlans which is the configured for ACE modules.
    Port                Vlans allowed on trunk
    Po72                132,140,181,359-383,538,668,702,805-808,815-816,818-820,836,907,909-920,922-925,
                929-935,937-949,967-973,976-984,987,3212
    vlan 968 is the FT vlan and the same hass been allowed on the trunk port.
    everything looks good to me but still not sure why isnt the ACE module not coming to the network. it was working fine
    a few months back but all of a sudden it lost the network connectivity. i am not even able to ping the physical ip of the
    ACE module.
    thanks and regards
    kiran

  • Strange reconciliation issue

    New blackberry curve verizon user here.  Successfully added my .edu IMAP account and can send and receive emails. 
    After reading messages on the curve, they show as read on outlook and on the university's webmail site. 
    If I delete a message on the curve, it still appears when i access my email through my computer.  If I delete the msg with my computer, it still appears on the curve.
    In addition, emails sent from my curve won't appear as sent mails when i logon through my computer.  same goes for emails sent from my computer first.
    Any way to fix this deletion/sent mail issue?

    Does your .edu account have web access too?  Just to make sure there are no problems with your client configuration I would check through web access.
    That said, under Messages > Options > Email Reconciliation
    for the message service that is your edu account is wireless reconcile on and is delete on set to mailbox & handheld?
    If you've found a solution through a post; please mark it as a solution.
    If someone's was particularly helpful, give them kudo's!.
    Get busy living, or get busy dying.
    http://blog.port3101.org/hdawg/

  • ACE MAXCONNS issue

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin:0in;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;}
    Hi,
    This is with regards to my customer who is facing the following problem with Maxconns – “we are using TCP probes and MaxConn and MinConn are used to determine when a server is busy or not.
    If the MaxConn is exceeded then busy server trips in and stops when the number of TCP sessions drop below MinConn.
    However, we have a situation where if MaxConn is exceeded counting of TCP connections stops and the connections never come down.”
    Customer has A2(1.4a) currently deployed in its network. On perusing the release notes I came across this bug CSCsy30440/CSCsy04371 - ACE: rservers may not accept conns even though they are out of maxconns. I am wondering if this is the issue that they might be facing currently.
    Will this issue be resolved for them if I recommend that they move to A2(1.6a) or A2(2.3) release ?
    Is there a workaround for this other than configuring a backup serverfarm which my customer already has configured? Would it make a difference if they used HTTP probes instead of TCP probes?
    Also is there a way to simulate the connection count behavior using HTTP probes?
    Would really appreciate some help with this issue.
    Thanks & Regards
    Vidhya Nair

    Vidhya,
    you have to open a tac service request so that we can collect the necessary information with the lbinspect tool.
    If you don't want to do any troubleshooting, simply upgrade to the latest version and see if that helps.
    Gilles.

  • ACE deploying issue,

    Hi,
    I have question in regards to Deploying configurations to ACE with ANM. I presume it should deploy it in few seconds but for me it takes 8 to 10 minutes. Can anyone suggest why is this taking so much time????
    Thanks in advance.

    Do you have a large config? How many contexts?
    Is there an issue with the connection between the ANM server and the ACE (low bandwidth,...)
    Did you install the ANM on an approved server (meets the min requirements?)
    ACE is well discovered by ANM?
    Keep us posted.

  • ACE Sticky issue.

    Hi,
    The Sticky function of the ACE is not working. There were no changes been made on the device it was working fine before but not now,.
    We have 2 ACE one is Active(ACE1) and Second one is Standby (ACE2).
    Testing done till now:-
    ================
    Done the Failover from Active(ACE1) to Standby (ACE2).
    When ACE2 was Active the Sticky started working fine without any issues.
    2)  when I did the failover again back from ACE2 to ACE1 the problem arrise Sticky doesnt work any more.
    Any suggestion about this strange behaviour?
    Thanks in advance.
    Regards
    Alex.

    What version do you run ?
    What type of sticky method ?
    Could you get a
    - show np 1 me-stats "-slb"
    and a
    - show np 2 me-stats "-slb"
    Possibly get 2 occurences one before and one after a test.
    Thanks,
    Gilles.

  • ACE: buffer issue?

    Hi all,
    I implemented an ACE for "ACCOUNTCRM" and event background job is triggered to update the trace table whenever an account is created. However, I notice that the results return is incorrect due to some buffer issue which i suspect.
    My scenario is agent in group A is only allowed to see accounts in group A (based on certain criteria). If the agent created an account in WebUI which does not meet the ACE rule, this new account should not appear in all account searching result list. But in my implementation, the new account is shown in the result list and which is wrong.
    I tried to trace using the ACE simulator and I got correct result list. And If I launch a webUI to do the account creation, then log off or using another session to do searching, correct result list is displayed. However, if I create the account, followed by searching for the account at the same WebUI session, then the result list is wrong.
    Anyone encountered such problem?
    cheers,
    ginnie

    solved by adding ACE general parameter.
    cheers,
    ginnie

  • ACE/GSS issue

    I am having an odd issue with a clients GSS/ACE setup.  They have two data centers.  Each has two ACE appliances running in active standby and one GSS.  The GSS appliances are in an active standby set up as well.  When they run on the primary GSS and ACE in their one data center, all the sites respond and work properly.  However, when we tell the GSS to use the other ACE appliances, everything works except their main website.  The main website uses kal-ap by VIP for the keepalive method.  When I look at the GSS monitoring, it says the 'offline (load: 255)'.  I have looked through the configuration the GSS for the Answers to both locations there aren't any differences.  Secure kal-ap is configured on the ACE appliances at both locations and it looks like it is communicating with the GSS without any issues. 
    Here is something else I noticed.  I checked the GSS while writing this post and noticed the primary GSS is showing offline (load: 255) for the main site for this client.  However, the standby GSS is showing online for this site. 
    I am really not sure where to go with this issue, so any suggestions are appreciated.
    TIA,
    Dan

    I am having an odd issue with a clients GSS/ACE setup.  They have two data centers.  Each has two ACE appliances running in active standby and one GSS.  The GSS appliances are in an active standby set up as well.  When they run on the primary GSS and ACE in their one data center, all the sites respond and work properly.  However, when we tell the GSS to use the other ACE appliances, everything works except their main website.  The main website uses kal-ap by VIP for the keepalive method.  When I look at the GSS monitoring, it says the 'offline (load: 255)'.  I have looked through the configuration the GSS for the Answers to both locations there aren't any differences.  Secure kal-ap is configured on the ACE appliances at both locations and it looks like it is communicating with the GSS without any issues. 
    Here is something else I noticed.  I checked the GSS while writing this post and noticed the primary GSS is showing offline (load: 255) for the main site for this client.  However, the standby GSS is showing online for this site. 
    I am really not sure where to go with this issue, so any suggestions are appreciated.
    TIA,
    Dan

  • Role reconciliation issue with user ID in acting (HDA) position

    Hi all,
    I am experiencing an issue with my role reconciliation for user who is in a HDA (acting) position. This user has a 008 relationship to her own position and a A081 relationship to the position she is acting in. Roles are assigned to these 2 positions.
    After the programme PFCG_TIME_DEPENDENCY has been run, I would assume the user to acquire the roles assigned to the HDA position and lose the roles assigned to her in her original position. However, this isn't the case.
    I am just wondering whether anyone else has encountered this issue and know of a solution to this.
    Thank you.
    Kim

    Kim,
    After the programme PFCG_TIME_DEPENDENCY has been run, I would assume the user to acquire the roles assigned to the HDA position and lose the roles assigned to her in her original position. However, this isn't the case.
    Before PFUD takes place, change of assignment should be done in PA40(automatically or manually depending on your setup).
    Thanks,
    Sri

  • Use assessment tax reconciliation issue

    Hi all,
    in my company there is an issue for use assessment tax U1, here is the example:
    1. GR-- receive consignment stock
    Dr        stock                                           3750
    CR       Consignment Liability account       3750
    2.  IR --- invoice vendor ( we use ERS settlement )
    DR      Consignment Liability account       3975
    CR      vendor                                          3750
    CR      Use Tax a/c                                  225
    In reviewing the detail of Consignment Liability account, this results in a consignment receipt that does not equal the settlement invoice, leaving a debit balance in that account which equals to Use Tax A/C.
    I guess my question is shall we calculate the use assessment tax  on GR so that Consignment Liability account will balance? how to make this reconciliation work?
    please advise, thanks!

    Hi Nancy
    How can you calculate the use tax during GR?  I dont think it is possible at the stage of GR.
    Use can calculate tax only at the time of IR.   But instead of posting the tax at the time of IR, it can accrued in a separate account so that your reconciliation does not get affected.
    See below link from SAP help where the use tax accrual is discussed
    http://help.sap.com/saphelp_47x200/helpdata/en/fa/99bc16339811d3958d00a0c929f4c9/frameset.htm
    Thanks
    Ashok
    Award points if this is useful.

  • SSH Reconciliation Issue after applying BP4 for OIM11g

    Hi all,
    I'm facing an issue when trying to reconcile users between OIM11g and an SSH Target resource. In particulare, all worked well before applying the BP4 for OIM11g. I have a custom reconciliation rule that acts as mapper betweek an user's custom field called SSH, in which I enter the specific target account to reconcile, and the field Users.UserLogin of the SSH Form. The rule is specifically defined, through the design console, as "SSH equals Users.UserLogin". Now when I launch the SSH User Target Reconciliation for the specific host, OIM11g creates all the reconciliation events but does not link target accounts to IDM users (Not linked to any user).
    Does anyone know how can I overcome this issue? Reading the log it seems to be no one error.
    Thank you so much.
    Regards,
    Giuseppe.
    Edited by: Giuseppe on Nov 14, 2012 2:35 PM

    I see this stacktrace on OIM Server Output:
    oracle.iam.platform.utils.SuperRuntimeException: oracle.iam.platform.utils.SuperRuntimeException: java.sql.SQLSyntaxErrorException: ORA-00936: missing e
    xpression
    ORA-06512: at "PROD_OIM.XL_SP_RECONBLKCHILDMTHACNTCRUD", line 1072
    ORA-06512: at "PROD_OIM.XL_SP_RECONBLKACNTRQDCMTCHCRUD", line 90
    ORA-06512: at line 1
    at oracle.iam.reconciliation.dao.DBCall.execute(DBCall.java:24)
    at oracle.iam.reconciliation.dao.ReconActionDao.processSPCall(ReconActionDao.java:1344)
    at oracle.iam.reconciliation.dao.ReconActionDao.executeBulkAccountMatchCRUD(ReconActionDao.java:844)
    at oracle.iam.reconciliation.impl.AccountHandler.executeBulkCUD(AccountHandler.java:72)
    at oracle.iam.reconciliation.impl.BaseEntityTypeHandler.process(BaseEntityTypeHandler.java:42)
    at oracle.iam.reconciliation.impl.ActionEngine.processBatch(ActionEngine.java:137)
    at oracle.iam.reconciliation.impl.ActionEngine.execute(ActionEngine.java:92)
    at oracle.iam.reconciliation.impl.ActionTask.execute(ActionTask.java:72)
    at oracle.iam.platform.async.impl.TaskExecutor.executeUnmanagedTask(TaskExecutor.java:101)
    at oracle.iam.platform.async.impl.TaskExecutor.execute(TaskExecutor.java:71)
    at oracle.iam.platform.async.messaging.MessageReceiver.onMessage(MessageReceiver.java:68)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy348.onMessage(Unknown Source)
    at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:574)
    at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:477)
    at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:379)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)
    at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)
    at weblogic.jms.client.JMSSession.access$000(JMSSession.java:115)
    at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5170)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: java.sql.SQLSyntaxErrorException: ORA-00936: missing expression
    ORA-06512: at "PROD_OIM.XL_SP_RECONBLKCHILDMTHACNTCRUD", line 1072
    ORA-06512: at "PROD_OIM.XL_SP_RECONBLKACNTRQDCMTCHCRUD", line 90
    ORA-06512: at line 1

Maybe you are looking for

  • Moving photos from "photos" to "gallery"

    I have a number of photos that I transferred from my camera to Photos on my iPad. I would like to move some of them to my Gallery.  Can I do this all on my iPad? I'm in Puerto Rico and do not have a laptop

  • Originals can't be found?!

    I rarely use iPhoto as it always seems to cause problems for me, but I wanted to make a photo slide show, so I thought I'd give it a try. And guess what...problems right off the bat. I have do not import originals into iPhoto turned off. But... when

  • Java Applets with AWT

    Hi, I have the problem to display the applet with AWT. If I am running the same applet in the internal server it works fine.If I am running through the web its giving Class not found exception.That web server also is mapped into the same server. Here

  • Why are the jpgs that are generated in my camera better than the ones i create from the nef file in camera raw?

    i shoot raw+ jpg in camera, for some reason the jpgs that come from my camera (nikon D300) always seem better than the jpgs i create from the nef files in camera raw. i am saving at the highest quality. the jpgs from the camera seem to have more deta

  • Specific Browsers not displaying iWeb Blog Entries...

    As of this morning, Firefox AND Safari are not displaying a month's worth of entries. They start back in April, but nothing more current. Google's Chrome does show everything properly. I dumped the cache and history of the browsers and re-published i