Issue with request approval in OIM 11gR2

HI,
I have created an workflow so that when ever a user tries to provision an entitlement to a user then request should go the approver. Now whenever the request has been raised , workflow has been triggered and the approver approves the requet and the status of the request changes to approve. But even then the entitlement is not getting provisioned to the user. I am getting the below logs :
<Mar 20, 2013 5:10:09 AM PDT> <Error> <oracle.soa.bpel.engine.delivery> <BEA-000000> <Error: Fault not handled.
failure to handle a fault thrown from a scope, by any blocks in the scope chain.
This exception occurred because the fault thrown in the BPEL flow was not handled by any fault handlers and reached the top-level scope.
A top-level fault handler should be added to the flow to handle faults not caught from within the flow.
happened for conv_id = urn:E6A7D570915611E2BFA2613558FA7D90 and message guid = urn:E6A7D570915611E2BFA2613558FA7D90 and subscriberId = default/ApprovalWorkflowProj!3.0*soa_d071bc60-5d33-4a6d-a2f3-0a004bc66666/ApprovalProcess/20002-BpRcv1-BpSeq2.6-3, transaction will be rolled back>
<Mar 20, 2013 5:10:09 AM PDT> <Error> <oracle.soa.bpel.engine.dispatch> <BEA-000000> <failed to handle message
com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}remoteFault}
messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
parts: {{
summary=<summary>oracle.fabric.common.FabricInvocationException: Unable to access the following endpoint(s): https://stgsso.a.b.c.com:443/workflowservice/CallbackService</summary>
,detail=<detail>Unable to access the following endpoint(s): https://stgsso.a.b.c.com:443/workflowservice/CallbackService</detail>
,code=<code>null</code>}
Please help me in resolving this issue.
Thanks,

1. End user raising the request is able to view the process form, I need to restrict few attributes i.e. position and responsiblity should not be visible to end userEnd user will see Application Instance Form and you can customize the UI to hide attributes
2. Position and Responsibility should be provided by approver (this is specified in request data set of provision resource)
Make your Java Code/Beans/Expression to show/hide attributes conditionally.
3. As per Oracle document there is no request data set for PROVISION and MODIFY resource. What is the replacement for this?Application Instance Form
4. After Request is raised it has been assgined to xelsysadm, how do i control the approval ?Approval Policies

Similar Messages

  • This is about issues with the approval of product registration.

    Hi. 
    This is about issues with the approval of product registration. 
    In the absence of category for my problem dealing with Office 2007, I had to choose one of the enlightened choice categories. My proglem. Office 2007 is all well installed and functioning satisfactorily, except Picture Manager section. Every time I choose the
    display of an image through Microsoft Picture Manager, I asked about registration. Several times I answered yes, and license code, implementation of tracing the proceeds smoothly. The problem is that by next preliminary to display images with Picture Manager
    and it does not hsuker that I am registered and authenticated user. 
    What to do and what can I check out? 
    In advance thank you.

    Hello,
    The Windows Desktop Perfmon and Diagnostic tools forum is to discuss performance monitor (perfmon), resource monitor (resmon), and task manager, focusing on HOW-TO, Errors/Problems, and usage scenarios.
    As the question is off topic here, I am moving it to the
    Where is the Forum... forum.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Issue with Inactive Approver Role in Workflow definition

    Hi Experts,
    we are having issue with Inactive Approver Role in workflow definitions.
    we have created workflow for Master agreements and Projects. Phases and workflow are working fine.
    But the issue is when a programmatically added approver has completed the approval activity, collaborator role is not changing from approver role to Inactive Approver Role mentioned in workflow definition. For example, you might select Reviewer in Inactive Approver Role, Then Selected collaborator role to be given to programmatically added approvers when the approval activity is completed.
    This is functionality not happening when project or contract document approved and workflow completed in project and MA. we have followed all the standard functionality when we have created workflow. Please see screen shot for the same.
    Can anyone please tell me is there any functionality we missed it or do we need to write any script in xpdl or do we need to check anything with collaborator role or with security profiles.
    we have checked with other roles also same issue coming.
    This Reviewer is in active state and have Readonly profile. We don't have Pre script in this workflow because we are using standard approval.
    Thanks in advance!
    Lava

    Thanks gary for your helpful answer.
    As per your answer We have added the approver role in the prescript so that it gets added programmatically , still no luck.
    here is the script we wrote in prescript.
    import com.sap.eso.api.common.*;
    import com.sap.eso.api.projects.*;
    import com.sap.odp.api.workflow.*;
    import com.sap.odp.api.usermgmt.masterdata.*;
    import com.sap.eso.api.doc.collaboration.*;
    import com.sap.eso.api.doccommon.masterdata.*;
    import com.sap.eso.api.ibean.*;
    import com.sap.odp.api.ibean.*;
    import com.sap.eso.api.contracts.*;
    import com.sap.odp.api.doc.collaboration.*;
    collaboratorsCollection = doc.getCollectionMetadata("COLLABORATORS").get(doc);
    if (collaboratorsCollection.size() > 0)
       for (int i = collaboratorsCollection.size() - 1; i >= 0; --i)
            collaboratorsCollection_member = collaboratorsCollection.get(i);
            if (hasValue(collaboratorsCollection_member))
               collaboratorRole = collaboratorsCollection_member.getCollaboratorRole().getDisplayName();
                // Get approver of Role "Approver".
               if(collaboratorRole.equals("Approver"))
                    principal = collaboratorsCollection_member.getPrincipal();
    if (hasValue(principal))
         addApprover(principal);
    Do you have any other suggestions? or if you have any related code snippet please share with us.

  • Request dataset in OIM 11gr2

    Hi Experts,
    I have integrated OIM 11gR2 with Siebel and able to provision by xelsysadm. My requirement is End User will be raising request for siebel resource and approval workflow associated with is triggered.
    1. End user raising the request is able to view the process form, I need to restrict few attributes i.e. position and responsiblity should not be visible to end user
    2. Position and Responsibility should be provided by approver (this is specified in request data set of provision resource)
    3. As per Oracle document there is no request data set for PROVISION and MODIFY resource. What is the replacement for this?
    4. After Request is raised it has been assgined to xelsysadm, how do i control the approval ?
    Regards
    A Abhinay

    1. End user raising the request is able to view the process form, I need to restrict few attributes i.e. position and responsiblity should not be visible to end userEnd user will see Application Instance Form and you can customize the UI to hide attributes
    2. Position and Responsibility should be provided by approver (this is specified in request data set of provision resource)
    Make your Java Code/Beans/Expression to show/hide attributes conditionally.
    3. As per Oracle document there is no request data set for PROVISION and MODIFY resource. What is the replacement for this?Application Instance Form
    4. After Request is raised it has been assgined to xelsysadm, how do i control the approval ?Approval Policies

  • Issues with offline provisioning in OIM 11G

    We are facing an issue with OIM 11G where we are trying to provision few resources via offline provisioning. Ths issue is that when I do a provisioning/disable/enable on the resource the status of the resource says something like "provisioning in queue/Disable in queue/Enable in queue". This is not happenning all the time but seems to be consistent when I repeatedly disable/enable the resource. Once the status of hte resource remains "in queue" it is never changed back to the actual status which says provisioned/disabled/enabled. Can anyone provide me an insight of what is happenning here and how the offline events are processed within OIM? Is there any way to get the status of the resource back to normal? Please let me know.
    Thanks!

    Check
    http://docs.oracle.com/cd/E14899_01/doc.9102/e14761/offline_prov.htm
    Configuring the Remove Failed Off-line Messages Scheduled Task
    Configure the Remove Failed Off-line Messages scheduled task to schedule deletion of failed requests from the OPS table. While configuring this scheduled task, set a value for the Remove Failed Messages Older Than (days) attribute.
    Regards
    Shashank

  • Issue with request.get parameter

    Hi all,
    I am working on a developing a for  the users to request access to portal. on submit of the form a mail is sent to user and a page for the successful submission is displayed.
    When transported to Q system we started to get a null pointer exception on submitting the initial form. On investigating further I saw that the request.get parameter is not getting the values in the second page.Please let me know if there is any thing to be done at the portal level to solve this issue. As it is the same code and iview on both the systems.

    Hi,
    It might be issue with Permissions, And also Everyone role with end user permission is assigned or not in QA.
    Compare the permissions in dev and qa to resolve the issue.
    http://<hostname>:<port no>/irj/servlet/prt/portal/prtroot/com.sap.portal.admin.acleditor.listPermissions
    Hope this helps.
    Cheers-
    Pramod

  • Special character issue with Resource Object in OIM 11g

    Hello
    While creating Resource Object with special character '/' in OIM 11g, it's not allowing me.
    For ex: Peoplesoft Finance/Reporting
    Do we have any other workaround without changing the Resource Object name??
    Thanks for your help.

    Nothing is there in system configuration related to special character.

  • Roles not visible in the Catalog while requesting roles in OIM 11gr2

    Hi Experts,
    We have recently installed the OIM 11g r2 for a POC purpose and created few roles. The issue is we are unable to see the roles created while requesting the roles in catalog.
    Already run the Catalog Synchronization Job and its scheduled to run in every 15 mins.
    Thanks in advance for your help.

    Also, which type of Role Category did you chose for the ones you created ? If you chose "OIM Roles" they won't appear in the catalog, any other Category (e.g. "Default") will be shown.
    Try creating a new role with the "Default" category to test it; changing an OIM Role to another category won't work, it will still be hidden.

  • Request Approval using OIM API

    Hi all
    Which API I need to use to approve a resouce request using OIM API?
    I have tried with the following:
    tcReqOp.setRequestResponse(85, 1 , "java.lang.String psResponse");
    i do not know what to pass in place of java.lang.String psResponse.
    I aslo tried passing "C","Completed"
    can anyone correct what I am doing?
    Thank u
    sas

    I assume you want to run a scheduled task for this. Try this approach. Run this query to retrieve specific approval tasks that are in a pending state:
    select oti.sch_key, mil.mil_name, to_char(oti.oti_update, 'dd-mon-yyyy hh24:mi:ss')
    from oti, mil, obj, pkg, orc, sch
    where oti.mil_key=mil.mil_key
    and oti.pkg_key=pkg.pkg_key
    and pkg.obj_key=obj.obj_key
    and oti.orc_key=orc.orc_key
    and oti.sch_key=sch.sch_key
    and oti.sch_status='P'
    and obj.obj_name='Test Object'
    and pkg.pkg_type='Approval'
    You can modify the obj.obj_name or remove, or do any changes you want. When you grab the time of the oti.oti_update, compare it against the sysdate to determine the time difference. If the update did not occur within that time, use this code:
    provIntf = (tcProvisioningOperationsIntf)getUtilityOps("Thor.API.Operations.tcProvisioningOperationsIntf");
    Hashtable taskHash = new Hashtable();
    taskHash.put("Process Instance.Task Details.Data", "<Insert Response Value Here>");
    provIntf.updateTask(key, taskHash) ; //---> Key is the same as the oti.sch_key field
    I have not tried this, but give it a shot.
    -Kevin

  • Issue with PO Approval (POAPPRV) delegate option

    Hi All,
    I'm working on PO Approval i.e. (POAPPRV) customised workflow. When I'm using forward option for PO approval it is working fine and PO is getting approved.
    But at the same time if i'm using delegate option for the PO approval it is not apporving the PO and workflow is getting stuck at one activity.
    for both process i'm using same set of data.
    Please let m eknow if you have any idea about this issue.
    Thanks,

    Hi Kjetil,
    Release strategy is being used. Configuration for release strategy is given as following.
    RGroup Rcode   Workflow     Agent
    Z6          R1         1                Blank
    Z6          R1             1                Blank
    Z6          R1             1                Blank
    Z6          R1             1                Blank
    Release is sequential.
    For column 'Agent' mentioning position or User is not really useful because we are getting agents through Z table. Reason is: current org structure supports 1 position with multiple users from same department. In our scenario we need to find initiators department then find relevant approval levels for that departemnt. So I cannot mention any position in 'Agent' Column as release code will be locked against one position and one departetment.
    Agents picked through Z table. Table has fields  Agent/ UserID , level, department.
    Logic to pick agents( Object and method created ): 
      When workflow starts, it finds department of the initiator.
      For that department-> find approval levels available(L1, L2,  L3).
      For these levels -> Find Agent mentioned for that level.
      Onece Agents are found for all levels -> Pass them to WF  container.
      In task activity, These agents are passed back to the rule and  the task comes to know which agent it should go to.
    Result : Four workflows start in sequence. When last level releases, only 1st workflow shows COMPLETED status. Rest three hang at level 2. If I see Me29N , release for that item is shown completed. To me it seems triggering of only first workflow is enough for release. Is there any way I can avoid trigerring of other three workflows?
    Edited by: User112 User112 on Jan 25, 2008 6:30 AM
    Edited by: User112 User112 on Jan 25, 2008 6:31 AM

  • Issue with :REQUEST variable

    Hello Friends,
    I have a SQL REPORT which populates the manual tabular form. I have a ADD button in the report region which submits as ADD. I used the where condition in the SQL report to use the REQUEST like this : - WHERE :REQUEST='ADD' ..
    Also I tried to display the value of 'REQUEST' by keeping in process success message and it shows correctly as ADD indicating the value is set. can some one suggest if my usage of the variable in sql query is incorrect.
    Thanks.

    The question is not silly. There are techniques to do that row adding without a page refresh. However, it is not always only row adding but other stuff you need to process: validations, record update and save, issuing some messages and optimistic locking... I would suggest to stick with the given method since this is the best approach in my opinion. You may want to have a look at the example which uses collections to avoid update button pressing for each change:
    http://apex.oracle.com/pls/otn/f?p=31517:246
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • HR Securtity Issue with CATS_APPR_LITE - Approve Working Times and query

    hi Gurus
    here is the our issue :
    1. User need access to do timekeep as well as query . In order to process the time keep task one of the transaction used in the process is CATS_APPR_LITE which requires P_ABAP in the role or by transaction ( Se93 added P_abap object) .
    From the query side role this should not have P_ABAP since giving access to this will have access to sensitive data even though the roles are restricted by Personal area or structural authorisation.
    If both roles are assigned to users then P_ABAP from the timekeep role will overwrite the query roles and users get access to data for which they should not see .
    We have created dual sign on to avoid this task but is there a better way that users can do this task by just single id.
    any suggestions

    Hello,
    CATS_APPR_LITE is meant for Time Approval
    CATS_DA is meant for Display Working Times.
    Can you ellaborate more if this does not solve your inquiry?
    Thanks.
    REgards,
    Bentow.

  • Issue with 'Show approval controls in task details only' in Human Task

    Hi,
    In human task, for the approval controls / outcomes to be displayed only in the task details (Not in the task summary, actions menu), the below option was selected and it was working perfectly in SOA BPM worklist application (11.1.1.5.0). But when we migrate to 11.1.1.6.0, this was not working...
    Option to be selected: .task > Assignment > Configure Assignment > Assignment > Show approval control controls in task details only.
    We are anyhow planning to test in 11.1.1.7.0 also, but do anyone knows why its not working in 11.1.1.6.0?

    I'm facing the same issue in 11g PS5. Any update on this?

  • Issue with Planning/ Approval screen in MSS and General Information.

    Hello Guru's,
    I have 2 req's
    1. In General Information of MSS we have Employee Search iView, in the dropdown we have different options like direct reports, employees by org unit, employees by org. tree, now the req. is:
    in employees by org. tree we want to have the tree structure collapsed (not expanded).
    for ex: root                    instead want to have  root
                 child1
                 child2
    I couldn't see any DC for employee search in NWDS. guide me to the proper DC.
    2. In Compensation Planning/ Approval screen we have included a new iView and the problem is that on the when employee is selected it is populating the first time and when we select the new employee the iView is not getting refreshed.
    for ex.
    I selected a employee the first time the iview is getting populated and again from the list when I select a new employee the iview is not populated for the new person selected. our observation the view is not getting refreshed and it is hitting the FM in the backend system when debugging we see the pernr is not getting passed properly.
    fyi: there are some of the views which we are not using so in that we created the new view and made it the default view in Window. because of that we haven't created a new DC in MSS.
    please help me out in these 2 issues.
    points will be awarded for helpful answers.
    Thanks in advance for your time.
    Regards,
    Pramod

    My Mistake I need to write the code in WdDoModifyView, instead I worte the whole code in WdDoInit.
    for having the tree collapsed:
    setNavigationObjectTreeExpandLevel(0);
    it will solve the problem.
    Kind Regards,
    Pramod
    Edited by: p409840 on Nov 17, 2008 11:21 AM

  • Issue with design console in oim 11g r2

    Hi,
    I created a variable of type long in adapter factory. To map this long variable i added the adapter task and selected a method which has input parameter as long. In the map i selected adapter variables but in the qualifier i dont see the variable which i have created....any inputs is appreciated

    This is bug. For workaround you can take export of your adapter and do the mapping in the XML and re-import it back. I haven't tried this but this should work.

Maybe you are looking for

  • How can I save the iPhoto library ( ie all current photos) to another media / HD and maintaing the access to it

    I am struggling with the export features of iPhoto: - That is for the mac, (but also for iOs7 on the iPad would be interesting) 1/ how to generate a backup ( from the iPhoto library) - - just rename it and then copy it to another device / HD ? 2/ wha

  • Cannot view all of Timeline anymore

    Hello, I'm very new to Flash 8. I have a template I've been playing with that has several different sections. About us, Contact us, Services, etc. Along the way, I must have clicked on something to change my Timeline view. I can play the first part o

  • Scroll entire panels into view

    A pet peeve of mine is that, when opening a panel, sometimes LR 2.1 doesn't scroll it entirely into view when it could have. Specifically, I use Solo mode, I'm in Develop using the Basic panel and I then click on the Tone Curve panel to open it up. T

  • HT201401 how to install ios version 5.1.1

    my iphone 3gs automatic lock screen and reboot i can't do anything untill low battary show down after chaching allso same...

  • [mac]-Xtras before UB, will they run on intel

    We have a lot of old xtras before the intel transition, how will they work on intelmacs, in the universal binary style... Do we have to wait for all xtras to convert as well?