Problem notifying user on the escalated task

Hi all
I encountered the following problem while working on a project where BPEL PM human workflow features are used
When the task is assigned to the user he receives an email notification. But if his task gets escalated his manager does not receive any notification on the task assignment. Is there any way to send notification to the manager to whom the escalated task goes?
Regards,
Ivan

Hi all
I encountered the following problem while working on a project where BPEL PM human workflow features are used
When the task is assigned to the user he receives an email notification. But if his task gets escalated his manager does not receive any notification on the task assignment. Is there any way to send notification to the manager to whom the escalated task goes?
Regards,
Ivan

Similar Messages

  • Problems when user enter the field

    I have problem when user enter the field, but it cannot retrieve from the table. Below is my program, help me to check is it correct or not, THANKS
    <input type="text" name="po_num<%=i%>" style="width:100%;text-align:left;" onChnage="chkPOexist(<%=i%>)">
    Function chkPOexist(i){
    if documen.all.po_num.value == null {
    alert ("PO cannot be null");
    else {
    po_num = new String;
    po_num = eval(document.po_num[i].value)
    alert(po_num);
    <% System.out.println("PP " +po_num);
    sql_query = "SELECT po_num"+
    " FROM pomast"+
    " WHERE po_num '"+po_num+"' ";
                        try{
                        rset = db.execSQL(sql_query);
                        catch(SQLException e) {
                        System.err.println("Error in query");
                        while(rset.next()== true){
    po_num = rset.getString("po_num");
    %>
    </select value="<%=po_num%>"><%=po_num%></select>
                        <%}%>

    You seem to have some confusion between java and javascript, and when they run.
    Java code runs only on the server, and produces an HTML page.
    Javascript code runs on the client.
    The two can not communicate. Specific to your example you seem to think that the java code will be executed by your onChange event.
    This is not the case.
    In order to run java code again you have make a request by submitting the form, or clicking on a link.
    Cheers,
    evnafets

  • Error Logging and notifying users regarding the errors

    Hi..
    we are designing a workflow in which if any user comes across an error (at any branch or while executing an action) must be alerted with the error and must send a notification to the admin that the process has stalled at that particular part of the workflow due to some error.
    my doubts are
    1.how can we notify the admin and the initiator of the workflow regarding the error a particular user gets.i saw in adminui that there are two tabs for the admin to view the stalled actions/stalled branches.but the admin and the user needs to be notified with an alert or email that a particular action has been stalled.
    i think i conveyed my problem in a correct manner.if its confusing then plz tell me coz i am already confused in this..

    Thank you sir for your immediate response of the query.
    In the workflow which we are designing,a service request from filled by the user will be routed to the particular approver and he inturn will approve/reject the form accordingly.once he approves,the form is routed to the service provider who will fulfill the service requested and approved.
    1.Now,for instance suppose that the workflow gets stalled while the form is with the approver.my question is how to notify the user that the service he requested is delayed due to the stalling of the process in between as well as the admin alerting him with the error which stalled the workflow process.
    2.you said that it is easy to setup an email address within the adminui..but i dont know how to do that as i am a beginner.
    3.Also u asked me to specify the errors for which we need to send alerts and email notifications...whatever error that occurs whenever the workflow gets staleld needs to be notified both to the user and the admin (as per our requirements).it would be helpful to us if u give a solution for this.
    thank you..
    Raghava Kumar V.S.S.

  • Planned Task - Problems with user Rights for recurring tasks

    Hi there,
    I'm currently trying to configure a database replication tool from a 3rd party supplier to work as planned task on Windows Server 2012 R2 (Datacenter).
    There's a very strange problem, however: It does work perfect, if I configure the task to occur only once. It does not work, if I check the "Run that task each XXX hours/days"-Checkbox when configuring the Trigger.
    i.E.: works, when I have a trigger for each hour, doen't work if I configure one trigger to reoccur each hour.
    I tried to pinpoint that problem down, and I found that the task cannot access it's logfile when it's started "reoccurring" (It probably would not make sense to post a screenshot here, since I'm working with the german version of the server). It
    also does not work if I configure a specific trigger to end the task after XXX hours/days/etc. of operation.
    To form a more specific question: are there differences in the rights used to start a process, if it is scheduled to be started each our, by configuring a reoccurring trigger?
    Thank's in Advance,
    Alex

    Hi ALex,
    Would you please post more detailed information about Planned and recurring tasks?
    If you means creating task in task scheduler, in general, the triggers shouldn't frustrate the execution of the task, and we usually need to check the security option in the task.
    To troubleshoot the issue in task scheduler, please enable the task history: Open an elevated Task Scheduler (ie. right-click on the Task Scheduler icon and choose Run as administrator)->In the Actions pane, click Enable All Tasks History.
    If you means creating recurring tasks on project server, I recommend you can post in the dedicated Forum for a better response:
    https://social.technet.microsoft.com/Forums/en-US/home?category=project
    If there is anything else regarding this issue, please feel free to post back.
    Best Regards,
    Anna Wang

  • How to Pre-Populate the user information during Assign Task operation

    Hi ,
    I have a requrirement to Pre-Populate the form fields (Name, Email, Phone etc...) when a task is assigned to a user. The users are dynamically assiged, so I am using the Find User and the Assign Task services to locate and assign the task to the user. Since I have a User variable that is a result from the Find User operation, I was hoping to retrieve the user information with the attributes of the User type.
    I tried to use the Set Value service to set the form field (Email) with the email attribute of the User object type i.e.
    /process_data/MyForm/object/data/xdp/datasets/data/Form/User/Email   ->  /process_data/facilityAuthority/object/@email
    However I get the following error when I try to do this - com.adobe.idp.dsc.util.InvalidCoercionException: Cannot coerce object: [B@335d of type: [B to type: interface org.w3c.dom.Document.
    Is it possible to retrieve the user information from the User object? If so how do I get the values for the User attributes (Name, Email & Phone etc...) so that I can populate them in the form?
    Thanks,
    Samanthapudi

    Hi Han Dao,
    If you are facing an exception of the form "com.adobe.idp.dsc.util.InvalidCoercionException: Cannot coerce object: [B@335d of type: [B to type: interface org.w3c.dom.Document.", It is because the system is trying to cast a Byte Stream into w3c Document and failing. To resolve this we can explicitly cast this byte stream to appropriate data type (String in previous example). To do so we can use a SetValue operation.
    As an example
    Setting
    /process_data/MyForm/object/data/xdp/datasets/data/Form/User/Email   -> /process_data/facilityAuthority/object/@email
    results in the exception
    so we can modify it to
    /process_data/MyForm/object/data/xdp/datasets/data/Form/User/Email   -> string(/process_data/facilityAuthority/object/@email)
    Please let me know if this does not resolve your issue.
    Thanks

  • Problem with users disabling ARD client service

    I've got a problem and i'm not quite sure of the work around. I'm a PC guy by nature and can't quite figure this out.
    I'm having a problem with users disabling the ARD service from the sharing menu. Unfortunately users need to have admin privleges to do their work so I can't simply give them a standard account.
    I've hidden the ARD user account i created from the login window through Netinfo, but I need to find a way to stop users from shutting the ard service down.
    They don't seem to understand that the company requires that it be on the computer. Now, I'm the one who is set as the admin for ARD in the building, however we really just use it to rollout drivers, install packages, and its a lifesaver for remotely fixing problems with programs. The company didn't really buy it to spy on the employee's.
    Is there any way to hide the service from an admin level account? Or keep them from shutting it down?
    BTW, this would have to be done on multiple machines running both panther and tiger.
    Any help would be appreciated as I'm not quite sure where to start.

    First, as a matter of policy, let them know this service is active, and needs to remain active. If they disobey this instruction and turn it off, you have a human resources issue, not a technical issue.
    Second, there are very few enterprise users that need admin access to their machines. Oh, they ALL think they do, and there will be howling when non-admin status is first imposed, but we have 350 users in a publishing environment with less that 20 setup as admins. Those users are almost all superusers who assist others in a technical role.
    We have far fewer software problems like this and with ARD, IT can install/ authorize installation of software remotely should a user need that. It simply does not dramatically impact our users to have non-admin access. On the other hand, we recognize that a FEW users will need more access, and grant that on a case-by-case basis.

  • Problem loop processing with a foreground task

    Another problem: I have taken the example task provided by SAP to create a sales order in the foregrouund by passing it data from an ORDERS IDoc (the task is TS20000615). This task calls transaction VA01 with the data from the IDoc converted into a BDC table, and then displays what is happening as a foreground process.
    I wanted to have this in a LOOP until a sales order nuumber was created; my thinking was if somebody starts the task and is unable to save the order at that time, the existance of the order number would be the LOOP condition, and a new work item would appear in the recipients inbox.
    When I tried this, I end up in a constant screen processing loop, never seeming to exit the task, i.e. it looks as if when I cancel the processing for one task, it automatically starts the next and displays the screen processing.
    Is there an obvious mistake here, or am I doing something that is fundamentally flawed?

    Anthony,
    What you need is task based on an asynchronous method with a terminating event. This will keep the same WI active until it is succesfully completed instead of generating a new WI for each execution.
    Change the property of your BDC method to Asynchronous.
    Define a terminating event for your task (inputFinished?).
    Cheers,
    Ramki.

  • How not to notify a user when the task is cancel

    Hi,
    I have this workflow in GP,
    Apply Timeoff --> Recommend Timeoff --> Approved Timeoff
    Where Applicant can apply for Timeoff (via ApplyTimeoff block), RecommendingOfficer can "Recommend" or "Reject" timeoff (via the RecommendTimeoff block), and finally the Approving Officer can "Approved" or "Reject" the recommendation (via the ApprovedTimeoff block)
    The GP is configured in such that the ApplyTimeOff block have successful result state Target to RecommendTimeoff block. In the RecommendTimeoff block, it has the successful result state, targets to the ApprovedTimeoff block whereas the unsuccessful result state target to Terminate. Likewise for the ApprovedTimeoff block, it has both the successful and unsuccessful result state target to Terminate.
    Those roles are in GP and they are map to the EP Group respectively. And in each group, there are EP users tag to it.
    During Application of the ApplyTimeoff, I have a drop down list of RecommendingOfficer which I can select in WD UI. And Once I selected the particular person from the list, the request will route to the RecommendingOfficer as a pending task in the GP Runtime. From here, that selected person from that Recommending Officer can "Recommend" or "Reject" the request.
    When that person from the RecommendingOfficer approved, the request will route again and this time to the Approving Officer.
    However, when the reject the request, the task will also be route to the Approving officer.
    How do I configured in such as way that when the recommending Officer reject, it request will not be route to the Approving Officer as a pending task?
    can help? Thank you.
    thank you.

    Let occasional users log in as guests
    A guest user account lets others use your Mac without setting up a full account or using someone else’s. You can use parental controls to limit guests’ activities, and specify which folders they can view.   [by default, they cannot see any other users' files]
    In Users & Groups preferences, select Guest User in the list of accounts.
    Select “Allow guests to log in to this computer.”
    If you like, select “Enable parental controls,” then click Open Parental Controls. For details about the limits you can set, see:Set up parental controls
    To let guests use your shared folders from another computer on the network, select “Allow guests to connect to shared folders.”
    When guests log in, they don’t need a password.
    ... and anything created while logged in as Guest is deleted when you log out.
    From:
    OS X Mavericks: Set up users on your Mac

  • Problems with the "my tasks" iView

    Hello,
    we use the EP 6 SP 09.
    I have  problems with the "my tasks" iView (com.sap.netweaver.bc.uwl.ui.uwl). The first problem is, that the user get no e-mail if anybody give him a task (Options: Notification = Notify on Updates, Completion ...). The next problem I have is, if a user (without admin rights) click on the button "Personalize" he get an empty window. But a user with admin rights get the window with the "Personalize" view.
    Can anybody help me? Where are the possibility to customizing?
    kind regards
    Jochen Kormannshaus

    hi,
      The personalization tray is only visible if the iView tray is visible.So make sure that iView tray is visible.
    Also u can look into followinw links.
    https://weblogs.sdn.sap.com/weblogs/topic/22
    Think outside the box - enhance  processes with Universal Worklist Action Handlers!
    Regards mujjammil

  • I have Windows 7. When I try to print an album cover on a CD I burned, I get an error message that  there is a problem and it shuts down iTunes and says will notify me once the problem is fixed

    I have iTunes version 11.3.1.2 and a Windows 7 Professional aith Service Pack 1.  When I try to print a CD cover from a disc I burned, I get an error message that stops the printing task and shuts down iTunes and tells me once the problem is found they will notify me.  When this happened before I got sent a message from Apple that I needed to install a new verion of iTunes.  I believe I now have the latest iTunes version.  So why can't I print?
    Is this the problem below?  Does the graphics driver cause the problem?
    Solve a problem with NVIDIA Graphics Driver
    NVIDIA Graphics Driver has stopped working properly.
    A driver update, if available, might prevent this problem from recurring.

    Try a different media. I have good luck using Maxell discs.

  • Can you notify a user that the file is opened by another user?

    Apologies if this is a repeat or redundant question....
    Is there a built-in (non-3rd party) way to have a user notified/alerted that the pdf is open by another user when they open the file.  I know the lock message pops up when you go to save a file thats opened elsewhere....but the problem is that the users un-aware of this until after they've done a bunch of work. 
    I perfer not to get into having to password protect the files, etc....just an initial alert is desirable.  Any inputs are greatly appreciated.

    There isn't such a mechanism in Acrobat/Reader.
    On Thu, Jan 29, 2015 at 10:03 PM, stevep40215774 <[email protected]>

  • System users name in the approval task description

    Hi,
    Please let me know how we can get the user name in the approval task decription in the workflows.
    For example: the user currently gets the mail: Dear Approver ,please approve the PO.
    We would like instead o Dear Approver the users name should be displyed.
    Pls advise.
    Thanks.

    Hey Muthu,
    The problem is that the users are already in the system, assigned to a node and ordered shopping carts. The users changed their names by using the personal settings but still the PPOMA is not updated correctly. The US-users are updated but the Business Partner as well as the PPOMA-user remains wrong.
    We are using SRM 4.0.
    Thanks in advance
    Jens
    Edited by: Jens Ilschner on Aug 7, 2008 7:03 AM

  • The problem is this: In the phase "Create Java Users"

    Hello,
    I am installing Solution Manager 4.0 Release 2 (with Red Hat Enterprise Linux Server release 5.1 and Oracle 10 and my java version is: j2sdk1.4.2_14) The problem is this: In the phase "Create Java Users" I get the next error
    WARNING 2009-02-13 14:53:22
    Execution of the command "/usr/sap/PTS/DVEBMGS00/exe/jlaunch UserCheck.jlaunch com.sap.security.tools.UserCheck /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/lib:/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib:/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install -c sysnr=00 -c ashost=sap-vpmn -c client=001 -c user=DDIC -c XXXXXX -a checkCreate -u SAPJSF -p XXXXXX -r SAP_BC_JSF_COMMUNICATION_RO -message_file UserCheck.message" finished with return code 2. Output:
    java.lang.ClassNotFoundException: com.sap.security.tools.UserCheck
    at com.sap.engine.offline.FileClassLoader.findClass(FileClassLoader.java:691)
    at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:600)
    at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:578)
    at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:79)
    INFO 2009-02-13 14:53:22
    Removing file /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/dev_UserCheck.
    INFO 2009-02-13 14:53:22
    Removing file /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/dev_UserCheck.clone.
    ERROR 2009-02-13 14:53:22
    CJS-30196
    ERROR 2009-02-13 14:53:22
    FCO-00011 The step createJSF with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Doublestack|ind|ind|ind|ind|3|0|createJSF was executed with status ERROR .
    Thanks & Regards

    Hi,
    This problem normally arises with the wrong combination of JDK and OS and for the Linux machines, its better to use IBM Java instead of SUN java
    I remember that I have solved this type of problem by using lower version of IBMJava2-AMD64-142-SDK-1.4.2-10.0.x86_64.rpm which is SR10. You can download this version from
    http://www.ibm.com/developerworks/java/jdk/linux/download.html
    go to download _12 and then just change the sr12 to sr10 in the header url....
    FCO-00011 The step createJSF with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Doublestack|ind|ind|ind|ind|3|0|createJSF was executed with status ERROR .
    with the higher versions of java for 64bit systems create serious stack over flow problems.....
    what I suggest you is to start reinstallating SolMan after installing IBM java sr10 version...
    Regards,
    Naveen.

  • Problem updating to iphoto 9.6 after upgrading to Yoesmite  I am getting the following message when I try top date iPhoto This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or canc

    problem updating to iphoto 9.6 after upgrading to Yoesmite  I am getting the following message when I try top date iPhoto This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or canc

    "This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled." ?
    This error message will appear erraneously, if you skipped the update to Mavericks and iPhoto 9.5.1 and went straight from an earlier MacOS X version to Yosemite, without first updating to iPhoto 9.5.1 and associating iPhoto to your AppleID.
    Try first to buy iPhoto with your AppleID instead of updating. Delete iPhoto from Applications, but don't empty the Trash, then go to the main page of the App Store and search for iPhoto. If you are lucky, it will show as free and you can buy it directly.
    If iPhoto  is not showing as free, there is no help but contacting the App Store Support: Ask for a redemption code. You will need to provide a prove of purchase for your mac with iPhoto preinstalled.
    http://www.apple.com/support/mac/app-store/contact/

  • What's the problem with having multiple users with the same UID?

    I've got three edit systems connected to the SAN using open directory off our server.
    I want all edit systems to have read/write access to everything created. I don't need to protect anything from any of the systems. With all three systems logged on using the same user, I never have to change permissions.
    The other cool thing about this is that Final Cut Pro will let me know if someone else is modifying a project that I have open with the warning:
    “The project "projectName" has been modified externally. If another user is working on it, saving will overwrite their changes. Do you still want to save?”
    This sounds great, right?
    RED FLAG!!!! Apple gives the warning in this article:
    http://docs.info.apple.com/article.html?artnum=302450
    "You should not allow two users with the same UID to access an Xsan volume at the same time."
    So why is it bad to have two (or more) users with the same UID?
    I can see that in some situations it means that you can't prevent people from read/write privileges. But I don't want to restrict privileges.
    What am I missing? With all of these warnings, it seems like if I do this my edit systems could all explode or something. Please help me understand the potential ramifications of having three users have the same UID.

    Hi Russell,
    1) If you have OD set up and "editor" has UID 1111, then when they log in to any machine that's bound to OD as editor, they will get UID 1111. Therefore, there won't be any of these permission errors. This is typically the recommended approach.
    2) I assume you mean "You'd prefer to not using open directory?" Whatever the case, OD isn't mandatory with Xsan -- it's just that with multiple user accounts, managing them centrally tends to be easier. For 3 or 4 accounts and 3 or 4 machines maybe it's no big deal. If you go larger, it could get a lot more complicated. That said, if you set it up such that each machine has the exact same set of users (as you said, Mary = UID 502, Fred = UID 503, William = UID 504), then you can do what you want. Mary can log in from multiple machines at the same time, and in general you won't have permissions problems. Of course, if you try and read and write the same file from multiple workstations at the same time, you will get file locking issues, which will prohibit somebody from successfully writing the file.
    File locking issues are different from general permissions errors. The former basically says "hey, someone else is editing this file. Therefore I won't let you edit it right now... you can read it if you want though." Permissions means somebody saves it, and Xsan thinks you saved it and own the file, when you really don't.
    Quad-Core PMG5, 4 GB RAM, 7800 GT, 1 TB disk.   Mac OS X (10.4.4)  

Maybe you are looking for