Problem with approval notification

Hi Experts
for some unknown reason we get in the process workflow the error like:
Activity Definition
Name Is Final Approver
Internal Name HR_IS_FINAL_APPROVER_FCT
Type Function
Description Is Final Approver
Activity Version 4
Result Type Yes/No/Error
Default Activity Result Exception
Message Name
Expand Roles No
Function Type PL/SQL
Function hr_approval_ss.isfinalapprover
On Loop Revisit Reset
Cost 0
Function activity cost in seconds.
Error Workflow System: Error
Looking in the Diagram, it looks like, that everything is fine.But i don't know, whta this error means.

In some cases, when the requester has no Supervisor to approve the request, than the process hanging due to IS Final Approver. In this case you must check, if the Approver has an user account in the core application.
Mehdi

Similar Messages

  • Hi everyone, I have problems with the notification, in a few app I don't see the red circle even when I do have notifications in it.

    Hi everyone, I have problems with the notification, in a few apps I don't see the red circle even when I do have notifications in it.

    You'll get no solution until you say what the problem is, rather than just ranting.  "Software breakdown" down is as meaningful as "car won't go".
    If you read the terms and conditions that you agreed to in order to post here, you would know that Apple is not "our company". Nobody here works for Apple, we are users that voluntarily try to help, so raving at us is valueless.

  • I'm having problems with facebook notifications.  The sound doesn't work but shows up in banner.  Any suggestions?  I've tried everything but restoring.  Is it a phone problem or an app problem?

    I am having a problem with facebook notifications.  The sound doesn't work but appears as a banner.  I've tried everything but restoring the phone.  Is this a phone problem or an app problem?  Has anybody experienced this problem and were they able to correct it? 

    1) This is because of software version 1.1. See this
    thread for some options as to how to go back to 1.0,
    which will correct the problem...
    http://discussions.apple.com/thread.jspa?threadID=3754
    59&tstart=0
    2) This tends to happen after videos. Give the iPod a
    minute or two to readjust. It should now be more
    accurate.
    3) This?
    iPod shows a folder icon with exclamation
    point
    4) Restore the iPod
    5) Try these...
    iPod Only Shows An Apple Logo and Will Not Start
    Up
    iPod Only Shows An Apple Logo
    I think 3,4, and 5 are related. Try the options I
    posted for each one.
    btabz
    I just noticed that one of the restore methods you posted was to put it into Disk Mode First rather than just use the resstore straight off, I Have tried that and seems to have solved the problem, If it has thank you. previously I have only tried just restoring it skipping this extra step. Hope my iPod stays healthy, if it doesnt its a warrenty job me thinks any way thanks again

  • Problems with Approving Content

    I have a problem when a person posts or edits content must be approved.
    The other persons don't get a notifaction that content have to be approved.
    And if the admin looks on the page and uses the approvement portlet there is nothing to approve.
    In addition the content (i used normal textitem) can't be edited by anyone other.
    Do i have to add the persons which should do the approvement to special groups or roles? Is there anything what i have to pay attention on?
    Hope anyone can help and sry for my english.

    hi,
    As far as I know, for approval process to be run successfully, setup is required at the very start.
    1. Under page group [Configure] tab, tick the [Approval and Notifications] checkbox.
    2. Under [Approval] tab, design your approval workflow, ie. who will be the approvers and in what sequence.
    3. Create a page under the same page group.
    4. Under [Access] tab of the page, add users who can add/update contents to the page with "Manage items with Approval" privilege.
    5. Add the "Edit" link on the page for the authorized users.
    6. Add "My Notification" portlet for approvers so that they can be notifiied if any request of approval is outstanding.
    That is what I do now.
    Thanks
    George (HK)

  • Problem with approving standard workflows.

    We are testing workflows in Content DB prior to initiating a larger project. We have defined a serial approval workflow for uploading a file to a folder. When a file is uploaded, the approver can see the request but is not given the possibility to approve or reject the request.
    The approver has been granted "approval" role with standard permissions "Set Attributes, Set Metadata, Discover, Lock, Get Metadata, Get Content, Set Content, Copy".
    What can be missing in our setup that blocks for approving in workflows?

    A few things to check:
    1) That a message appears (briefly) on the outbound advanced queue (IFS_OUT) when the workflow is triggered. You can perform a "select * from ifs_out_table;" You need to be quick though.
    However, if there is a build up of messages on the queue, but none are being removed, it would appear the Oracle Workflow process is not running.
    2) If the message appears on the queue (briefly), then disappears, workflow is correctly dequeing the message.
    In order for the approve/reject buttons to become visible in the Content DB Web UI, Oracle Workflow must repond on the inbound queue (IFS_IN) with seperate "notification" messages for each of the applicable responders.
    If "orcladmin" was a responder for the worflow, a queue message may look like :-
    IFS Queue Message Details:
    Message Type: IFS_ECM_WORKFLOW_NID
    IFS Queue Message Parameters:
    IFS_ECM_WORKFLOW_PROCESSID=48799 (STRING)
    IFS_ECM_WORKFLOW_RESPONDER=ORCLADMIN (STRING)
    IFS_ECM_WORKFLOW_NID=3 (STRING)
    You will thus need to monitor the inbound queue table (IFS_IN_TABLE) - and see if Worflow is responding to the request with these responder notifications.
    If workflow is not returning notifications for each responder of the original request, then the Workflow process has failed / or is not running. You will need to check with the Oracle Workflow guys on how to debug workflow further.
    If however, the notification messages are on the IFS_IN queue, but are not being removed, it means the Content DB agent responsible for processing inbound queue messages is not running.
    The agent responsible for this is the InboundQueueListenerAgent. Check the Content DB node log file and search for entries relating to oracle.ifs.management.servers.InboundQueueListenerAgent
    You will notice a table in the Content DB schema named odm_responder
    SQL> desc odm_responder;
    Name Null? Type
    ID NOT NULL NUMBER(20)
    REQUEST NUMBER(20)
    RESPONDERUSER NUMBER(20)
    RESPONSE NUMBER(1)
    RESPONSEDATE NUMBER(20)
    NOTIFICATIONID NUMBER(20)
    For a particular responder to see approve/reject buttons for a particular request, I believe the notificationid value has to be non-null.
    BTW - the message on the IFS_OUT queue will look something like :-
    Q_NAME MSGID
    CORRID
    PRIORITY STATE
    DELAY
    EXPIRATION
    TIME_MANAGER_INFO
    LOCAL_ORDER_NO CHAIN_NO CSCN DSCN
    ENQ_TIME
    ENQ_UID ENQ_TID
    DEQ_TIME
    DEQ_UID DEQ_TID RETRY_COUNT
    EXCEPTION_QSCHEMA EXCEPTION_QUEUE STEP_NO
    RECIPIENT_KEY DEQUEUE_MSGID SENDER_NAME
    SENDER_ADDRESS
    SENDER_PROTOCOL
    USER_DATA(MESSAGETYPE, PARAMETERLIST(NAME, VALUE, DATATYPE))
    USER_PROP()
    IFS_OUT 37A0E24085DB24DCE040BB0AC8417ABA
    1 0
    0 0 0 0
    16/AUG/07 04:48:32.357811 PM
    65 9.21.1157
    0
    0
    0
    IFSQUEUEMESSAGE('START_STANDARD_WORKFLOW', PARAMETERS(
    IFSQUEUEMESSAGEPARAMETER('IFS_ECM_WORKFLOW_MINYESVOTES', '1', 'STRING'),
    IFSQUEUEMESSAGEPARAMETER('IFS_APPROVE_MSG', 'Choose Yes to Approve the request.', 'STRING'),
    IFSQUEUEMESSAGEPARAMETER('IFS_MESSAGE_SUBJECT', 'CreateWorkspace Request 43436 submitted in Content Services', 'STRING'),
    IFSQUEUEMESSAGEPARAMETER('IFS_REJECT_MSG', 'Choose No to Reject the request.', 'STRING'),
    IFSQUEUEMESSAGEPARAMETER('IFS_ECM_WORKFLOW_OWNER', 'ASLAM', 'STRING'),
    IFSQUEUEMESSAGEPARAMETER('IFS_MESSAGE_HEADER', 'A CreateWorkspace Request has been submitted in Content Services. You are...', 'STRING'),
    IFSQUEUEMESSAGEPARAMETER('IFS_REQUEST_TIMEOUT', '14', 'STRING'),
    IFSQUEUEMESSAGEPARAMETER('IFS_ECM_WORKFLOW_JUSTIFICATION', 'please approve', 'STRING'),
    IFSQUEUEMESSAGEPARAMETER('IFS_ECM_WORKFLOW_REQUESTID', '43436', 'STRING'),
    IFSQUEUEMESSAGEPARAMETER('IFS_AGENT_BASED_REQUEST', 'N', 'STRING'),
    IFSQUEUEMESSAGEPARAMETER('IFS_ECM_WORKFLOW_RESPONDERS', 'ASLAM CONTENTADMIN ORCLADMIN', 'STRING'),
    IFSQUEUEMESSAGEPARAMETER('IFS_ECM_WORKFLOW_MINNOVOTES', '1', 'STRING'),
    IFSQUEUEMESSAGEPARAMETER('IFS_ECM_WORKFLOW_PROCESSID', '43446', 'STRING')))
    Workflow must return a notification id message for each person listed in the IFS_ECM_WORKFLOW_RESPONDERS queue parameter.
    in the case above, the requesters are "ASLAM, CONTENTADMIN, ORCLADMIN"
    Using the request id from above ..
    SQL> select responderuser from content.odmv_responder where request = 43436;
    RESPONDERUSER
    38503
    ...etc
    select name from odmv_publicobject where id = 38503
    NAME
    orcladmin
    select notificationid from content.odmv_responder where request = 43591;
    NOTIFICATIONID
    notice the notificationid is NULL - meaning approve/reject buttons would not be visible
    cheers
    Matt.

  • TS1702 i have a problem with facebook notifications

    i have a problem with notifications,when i restored the phone iphone 4s ios 6,i have installed facebook,the notifications worked but after i have closed the app after some time the app disappeared from the notification center settings and i can't get it back to show there,and the notifications don't work.Please help the same thing it was on ios 5.1.1 

    Add payment info from iTunes on a desktop machine

  • I have a problem with my Notification Center!

    I have a problem with my iPhone 4 and i want to see if anyone else has it...You see I recently updated my iPhone 4 to iOS 5.0.1 and my notification center stopped working!Well it works only in landscape mode.Before that itused to work perfectly-I was swiping it down with no problem!
    Can anyone give me a solution?

    Try reset iPad and try again.
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

  • Having problem with facebook notifications

    Hey I am having problem with my Facebook notifications because each time there is one there is no sound , although every option related to sound is on .
    Can you help me?
    Thank you in advance

    Ok so apparently they FIXED it!!
    -Go to the facebook app on phone
    -Go to Account Settings
    -Go to Notifications
    -Go to Mobile Push
    -Look at the top of the screen and it said "Sound for push notifications"
    -Edit it to ON for all notifications
    They fixed it  I now receive sounds for notifications!!!!!
    Tell people that are having this issue please

  • Problem with Push Notifications after change from 3GS to 4S

    After I changed from my 3GS to my 4S I have a Problem with the Push Notifications.
    I only receive them on my old device, not on my new 4S.
    They both have different Phone Numbers, and i set the 4S up with a Backup from the 3GS.
    How can I fix this problem?

    I have the same phone, and have just had it replaced with an identical model and am having the same issue. I am going to go through Apple Care again and see what seems to be the problem. I never had any push issues with my 3G, except at the initial launch.

  • Bid  Inv created as followon doc problem with Approval

    Issue: For bid invitations created as a follow on document from sourcing cockpit, the is a problem with the approval.
    As soon as it is published, the bid invitation goes to the first approver. When the approver approves it, the bid invitation is still in his inbox.
    Cindy Sy

    Hi,
      See if the foll notes help:
    972265
    958526
    975784
    945418
    BR,
    Disha.
    Pls reward points for helpful answers.

  • Problem with Approve & Reject buttons text

    Hi Team,
    Once we have configured UWL in EP 7.0 & backed is SRM 7.0, facing problem in Approve & Reject Buttons text.
    Instead of showing Approve & Reject text on Buttons, it showing text like this  com.sap.pct.srm.core.action.oldwfl.approve  & com.sap.pct.srm.core.action.oldwfl.reject
    Can you please help me on this?
    Thanks in advance.
    Thanks & Regards
    Sandeep.

    Sergio, Thanks for your reply.
    It's happening for all the task items. Pls find out XML file here. here i pasted some of the code from my XML, because it is not taking full XML code here.
          <Action name="com.sap.pct.srm.core.action.oldwfl.approve" groupAction="" handler="FunctionModuleActionHandler" referenceBundle="com.sap.pct.srm.core.approve" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL" launchNewWindowFeatures="toolbar=no,menubar=no,location=no,directories=no,resizable=yes">
          <Properties>
            <Property name="FunctionModule" value="/SAPSRM/FU_WF_RFC_DECISION"/>
            <Property name="IV_DECISION" value="APPROVED"/>
            <Property name="IV_APF_VERSION" value="0500"/>
            <Property name="IV_WIID" value="${item.externalId}"/>
            <Property name="IV_MODE" value="APPROVAL"/>
            <Property name="FunctionModule" value="/SAPSRM/FU_WF_RFC_DECISION"/>
            <Property name="display_order_priority" value="50"/>
          </Properties>
        </Action>
        <Action name="com.sap.pct.srm.core.action.launchWD.conf.detail" groupAction="" handler="ObjectNavigationLauncher" referenceBundle="com.sap.pct.srm.core.launch.WDCLFPOIF" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL" launchNewWindowFeatures="toolbar=no,menubar=no,location=no,directories=no,resizable=yes">
          <Properties>
            <Property name="Operation" value="detail"/>
            <Property name="ObjectValue" value="a=b&amp;sapsrm_botype=${item.BOTYPE}&amp;sapsrm_boid=${item.BOID}&amp;System=${item.systemId}&amp;sapsrm_wiid=${item.externalId}&amp;sapsrm_mode=${item.BOMODE}&amp;sapsrm_portalbaseurl=&lt;Portal.BaseURL>&amp;sapsrm_pcdlocation=&lt;IView.ID>"/>
            <Property name="ObjectName" value="conf"/>
            <Property name="System" value="SAP_SRM"/>
            <Property name="display_order_priority" value="30"/>
          </Properties>
        </Action>
        <Action name="com.sap.pct.srm.core.action.launchWD.oldwfl.conf.display" groupAction="" handler="ObjectNavigationLauncher" referenceBundle="com.sap.pct.srm.core.launch.WDCLFPOIF" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL" launchNewWindowFeatures="toolbar=no,menubar=no,location=no,directories=no,resizable=yes">
          <Properties>
            <Property name="Operation" value="detail"/>
            <Property name="ObjectValue" value="a=b&amp;sapsrm_botype=BUS2203&amp;System=${item.systemId}&amp;sapsrm_wiid=${item.externalId}&amp;sapsrm_mode=DISPLAY&amp;sapsrm_portalbaseurl=&lt;Portal.BaseURL>&amp;sapsrm_pcdlocation=&lt;IView.ID>"/>
            <Property name="ObjectName" value="conf"/>
            <Property name="System" value="SAP_SRM"/>
            <Property name="display_order_priority" value="30"/>
          </Properties>
        </Action>
        <Action name="com.sap.pct.srm.core.action.launchWD.OldWFL" groupAction="" handler="ObjectNavigationLauncher" referenceBundle="com.sap.pct.srm.core.launch.WDCLFPOIF" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL" launchNewWindowFeatures="toolbar=no,menubar=no,location=no,directories=no,resizable=yes">
          <Properties>
            <Property name="Operation" value="oldwfl"/>
            <Property name="ObjectValue" value="a=b&amp;System=${item.systemId}&amp;sapsrm_wiid=${item.externalId}&amp;sapsrm_portalbaseurl=&lt;Portal.BaseURL>&amp;sapsrm_pcdlocation=&lt;IView.ID>"/>
            <Property name="ObjectName" value="uwl"/>
            <Property name="System" value="SAP_SRM"/>
            <Property name="display_order_priority" value="30"/>
          </Properties>
        </Action>
        <Action name="com.sap.pct.srm.core.action.launchWD.conf.display" groupAction="" handler="ObjectNavigationLauncher" referenceBundle="com.sap.pct.srm.core.launch.WDCLFPOIF" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL" launchNewWindowFeatures="toolbar=no,menubar=no,location=no,directories=no,resizable=yes">
          <Properties>
            <Property name="Operation" value="detail"/>
            <Property name="ObjectValue" value="a=b&amp;sapsrm_botype=${item.BOTYPE}&amp;sapsrm_boid=${item.BOID}&amp;System=${item.systemId}&amp;sapsrm_wiid=${item.externalId}&amp;sapsrm_mode=DISPLAY&amp;sapsrm_portalbaseurl=&lt;Portal.BaseURL>&amp;sapsrm_pcdlocation=&lt;IView.ID>"/>
            <Property name="ObjectName" value="conf"/>
            <Property name="System" value="SAP_SRM"/>
            <Property name="display_order_priority" value="30"/>
          </Properties>
        </Action>
    Thanks & Regards
    Sandeep.

  • Problem With Sending Notification Through Fax While Creating A PO

    Hi All,
    While creating a purchase order with the output medium set to as FAX, once we click on save the entire information is actually faxed to the Number provided in the communication medium.
    Now if a problem occurs, usually a notification message is displayed, the issue is, the notification message is not getting displayed anymore even if the the fax is not being sent.
    Hence the user has no way of know that a fax was sent or not unless he check his inbox.
    I have spoken to the Basis and the Functional Consultants and they say that there is nothing wrong with the Configuration Part.
    Hence can you tell me what could be the possible reasons for this problem that is happening?
    Please Advise!!!
    Pablo

    Hi,
      Which Scenario are you  implementing??This BADI is to be implemneted for PO only if you are in the Extended classic scenario and the PO in SRM is the leading PO.
    BR,
    Disha.
    Pls reward points for useful answers.

  • I-Procurement problems with approval hierarchy - Urgent!! Please help!

    Dear experts,
    I am having a number of problems in i-procurement (12.1.3). When creating a Requisitions in i-procurement on the screen when it arrives with the approval list, it has retrieved a personel who is not in the hierarchy list at all. (not using AME just employee hierarchy)
    I have checked the usual setting such as making sure the document type settings is correct and the position hierarchy for the position raising the requisition.
    In addition to this once proceeding with submitting the requisition the created time is completly wrong. It is displaying a date occuring in the past. And in the Justification field it has already been populated it appears that it has captured information from a previous requisition. Furthermore in the created by field it also displaying a name of a different user to the one I am currently using.
    I am out of ideas as to exactly what the problems is. Would appreciate if any I-procurement gurus can take a look at my issue.
    Thanks and Regards
    Ebsnoob

    That sounds like a feedback loop.
    Does the tone alter in pitch when you alter input and/or output levels or move your microphone?
    And have you checked your coreaudio device in *Logic Pro>Preferences>Audio* ? And your recording settings in *File>Project Settings* ?
    And how is your monitoring setup? Directly from the Presonus, or do you use *Software Monitoring* ?
    Does the tone stop when you hit Pause ?
    2nd possibility: a note event somewhere triggers a synth - but that would also happen in playback, so it is a long shot.... it does not happen in playback?
    regards, Querik.
    ps: the advantage of smashing up things is that then you are at least sure you can't fix it anymore. Better keep some broken stuff handy, because you'll regret smashing up working stuff.

  • I there a problem with email notifications?

    Hi.Since yesterday morning, I am no longer receiving email notifications through my email provider regarding new postings on threads that I've commented on in this forum, although I can still see them under my profile on this website.I haven't edited my preferences or my spam controls but they don't appear in the spam either.Anybody experiencing the same?

    You're telling me! I made the mistake of clicking on "receive email notifications" for every community so ended up with about 300 emails! But of course it was a website problem, not my settings.To top it all, as soon as I deleted all the emails, the Wi-Fi on my W995 decided it had enough and couldn't even find my router in the same room.I've just handed it in for a warranty repair (hopefully) as it's less than 3 months old and no amount of troubleshooting (update service, soft reset, hard reset,update service no 2, phone repair and update service no 3) could fix it.They say it comes in threes....

  • Problem with Email-notification

    Hi all,
    I have the following problem:
    When a user has problems to logon he can request help via a button on the logon page. By clicking the button an email is sent to the administrators of the system. My problem is that we have several users with administrator role assigned but not all of them should get those emails. I checked the value ume.notification.admin_email and set a single email adress but still all users with assigned admin role get these "problem emails". Is there any way to set which specific users get those emails ?
    My system is WebAS 6.40.
    Thanks for the help.
    Regards,
    Oliver Krehan

    Hi,
    We saw this issue quite sometime ago and i believe it was supposed to be fixed but we never did see that.  We disabled (hid) that function as being availabe from the Get Support link.
    Did you ever get a solution?
    Scott

Maybe you are looking for

  • This.submitForm() -- problem with my cgi script

    Thanks to George Johnson for an earlier answer to a related issue with this.submitForm. I am trying to use this.submitForm as per Example 1 on p. 348 of "JavaScript for Acrobat API Reference" document. To avoid any restrictions with my web hosting se

  • Weblogic 6.1 with Oracle 9i on Win-2000

    Hi Is there a driver that is compatible for Weblogic 6.1 and Oracle 9i(9.0) on Windows 2000 environment? I tried the classes12.zip from oracle home\sid\jdbc\... but the error I get is "No suitable Driver found"..when the Connection Pool starts. Pleas

  • Popup locks buttons

    Hi, I use task flow popup. When I close the popup by clicking the 'X' button, it locks my input fields on my main screen. They don't look like disabled, but I can't type in them. Is there any solution rather than removing 'X' button. Studio Edition V

  • Emergency: solar charger for macbook pro

    Help? I need to find a solar charger for my Macbook pro and iPhone 6+. Does anyone know of a reasonable but reliable one I need it by Friday 3rd of April. Thanks

  • Annoying message when plugging in iPhone to Powermac

    When I plug my iPhone 4GS into my Powermac (Mountain Lion 10.8.2) I keep getting this message: Operating System Too Old The installed MacFUSE version is too new for the operating system. Please downgrade your MacFUSE installation to one that is compa