Reassign existing workflow - please help!!

We have an existing workflow that has thrown an error. We have corrected the backend code which results in the workflow now working but we have three existing WFs that we'd like to push through. However, we are getting the dreaded no performer error.
I've captured some screenshots here of what we have done in an attempt to reassign which may or may not be correct. Please can someone provide some pointers so that the process does not have to be completely restarted?
http://www.2ql.net/uploads/1255023160.jpg
http://www.2ql.net/uploads/1255058496.jpg
http://www.2ql.net/uploads/1255017068.jpg
http://www.2ql.net/uploads/1255000660.jpg
http://www.2ql.net/uploads/1255057613.jpg
Many thanks in advance,
Phil

Rewind the WF if you are not using Ad-hoc roles to approvals activity which will generate a notification or update the wf attribute values to required value in WF_ITEM_ATTRIBUTE_VALUES or in front end screen.

Similar Messages

  • I enabled my restrictions and then disabled them succuessfully, but in the process I lost all my folders that my apps were defined into. The apps are there but the folders don't exist anymore, please help.

    I enabled my restrictions and then disabled them succuessfully, but in the process I lost all my folders that my apps were defined into. The apps are there but the folders don't exist anymore, please help.

    You may want to try restarting to see if that has any effect Turn your iOS device off and on (restart) and reset

  • HT1926 i've tried so many times but the problem still exists! please help!!

    i've tried so many times but the problem still exists! please help!!

    Could you describe what your problem is, please?

  • Regarding workflow please help

    Hi,
    In my workflow i'am sending the workitem to approvers at various levels in the hierarchy based on the deadline.
    when the workitem is woth the 1st level of approvers and no action had been taken on it by the deadline time, it is getting disappeared from the 1st level approvers inbox and going to second leve; approvers inbox.
    But in case if the higher level does not exist, i'am sending a work item to the initiator denoting NO ACTION HAD BEEN TAKEN.
    At this stage the workitem is not getting disappeared from the inbox of the highest level approver.Is it the standard or SAP Workflow or is there any way that we can remove the work item from the users inbox.
    Please Help..............................
    Thanks & Regards,
    bala

    Maybe this can help you... Although I used it to stop workflows that were still running at a certain point in the logic.
    You can use function 'SWW_WI_ADMIN_CANCEL'  to cancel a workitem.
    If I am not mistaken, it should remove the item from the inbox.
    Just a piece of the code:
    * And now, the change:                                             
    * Get workitems of object                                          
      CALL FUNCTION 'SWI_WORKITEMS_OF_OBJECT_GET'                      
           EXPORTING                                                   
                objtype  = 'BUS2012'                                   
                objkey   = z_objkey                                    
           TABLES                                                      
                itemlist = zitemlist.                                                                               
    * If at this point WF ZWF_PO_REL (WS90200009) is still running, it 
    * should be cancelled! Because the release is fully completed.     
      LOOP AT zitemlist WHERE wi_stat   <> 'ERROR'     AND             
                              wi_stat   <> 'COMPLETED' AND             
                              wi_stat   <> 'CANCELLED' AND             
                              wi_chckwi IS initial     AND             
                              wi_rh_task = 'WS90200009'.               
        CALL FUNCTION 'SWW_WI_ADMIN_CANCEL'                            
             EXPORTING                                                 
                  wi_id = zitemlist-wi_id.                             
        IF sy-subrc <> 0.                                              
        ENDIF.                                                         
      ENDLOOP.                                                         

  • Pen tool wont snap to existing paths - PLEASE HELP ME OUT!

    Before, I could draw on a new layer with the pen tool and when i hovered over paths on existing other layers, they would appear red, or blue etc. NOW... I hover over those paths with my pen tool and they arent flashing up, meaning I can't use them as a reference! I am so upset, please someone give me a hand, please!

    Larry, I love you. You're a hero, a life saver! I can't thank you enough!

  • Package javax.mail does not exist. Please Help !

    Hi all,
    I am new to Java and I downloaded some sample application and when I try to compile it, I get an error:
    "package javax.mail does not exist".
    I've looked through forums and I know something is wrong with CLASSPATHS and that I also have to download the java mail package, but I dont know how to exactly fix this problem. I would appreciate very much if someone could help me, maybe by telling me the steps I need to take.
    Thanks.

    Hey Rom,
    Thanks for reply.
    The sample application is an authentication module:
    http://java.sun.com/j2se/1.4.2/docs/guide/security/jaas/tutorials/GeneralAcnOnly.html
    But I think this doesnt really matter, as the error I get is because I have manually added the : import java.mail.*; statement. (Maybe I had to mention it in the previous post). Because I want to add some mail client inside.
    I am compiling it using the command: javac, from the commandline menu.

  • Can't Sync Songs Without Itunes Erasing My Existing Library ( PLEASE HELP!)

    Okay, My laptop had a problem and I had to restore my system to it's default setting. In which it deleted everything, Including iTunes. I downloaded iTunes again, and I didn't have any of my songs. So I tried to sync them back, But when I tried to sync it, a box popped up stating 'Are you sure you want to sync music? All existing content on the iPod "Alexis's iPod" will be removed and replaced with songs and playlist from your iTunes library.' . I don't want to delete all my songs and have to start over. I Googled how to and many sites told me to go to the summary section and select " manually manage music and videos" under the options tab, then just drag and drop the songs into the iPod. So I went to the summary and did it. But when I tried to drag and drop the selected song, it wouldn't move, I think it may have to do with the fact that I had to resort to using "file sharing sites" (which I was very reluctant in doing, because of the viruses). I couldn't find the songs I wanted on iTunes so I had to find them on a file sharing site. So my question is, How do I sync my songs from the file sharing site and iTunes with out my songs being deleted?

    Apple's software doesn't allow transferring music from the iPod to a computer. There are unsupported programs out there that will do this for you, but most aren't freeware.
    Good luck!

  • Cannot close notification in workflow-Please help

    We had some notifications that got stuck for new hires and we manually processed them through IQS22 but we are not able to close the notification after processing those new hires! Does anyone happen to know any transaction/tables where I could go by notification number and close that notification?
    Thanks.
    Mithun

    Hi,
    We do not have any data in our system for this transaction. I assume it is like IW22.
    You should be able to close or complete by clicking on the "Technically Complete" button (if available).
    Or use function module: BAPI_ALM_NOTIF_CLOSE or ALM_PM_NOTIFICATION_CLOSE to try and close the notification. Check the func.module documentation for help.
    Regards,
    Subramanian

  • The bane of my existance = paint()  Please help!

    I am forever getting frustrated with trying to draw things in java and even when I went through my classes in college we hit the basics but no further with this. Basically I am attempting to set up a checker board and want to draw multiple canvases in different states obviously to render a working checker board with pieces, moves etc.
    Every book and online reference that I can find has all the work done in the paint method of the canvas that is being drawn on and not from the parent(if this is even possible...is it???).
    I would like to do something like this from the parent frame:
         private void initializeBlackLayers(int initState) {
              JPanel initPanel;
              // for each state the square can be in create a panel to display that state
              for (int numState = 1; numState < 11; numState++) {
                   // create a new panel and set the size of the panel for the square
                   initPanel = new JPanel();
                   initPanel.setSize(sqSize);
                   // need to figure out which state we are creating for the square and
                   // then create that specific state for the current panel
                   switch (numState) {
                        case 1:
                             initPanel.setBackground(Color.BLACK);  // the plain black sq
                             break;
                        case 2:
                             initPanel.setBackground(Color.BLUE);  // the plain black sq selected for move
                             break;
                        case 3:
                             //NEED TO DRAW A RED CIRCLE, BLACK BACKGROUND
                             break;
                        case 4:
                             initPanel.setBackground(Color.BLUE);
                             // NEED TO DRAW A RED CIRCLE
                             break;
                        // insert code adding new panel to this layered pane and end switch, function etcI figure I either need to set up a new class for each state of the square and draw individually(which I REALLY don't want to do, read: there has GOT to be a better way) or figure out how to set the global color and just draw a filled in oval with the current color in a generic ovalCanvas for each state in the code above in the parent class. If anyone could enlighten me, I would be forever grateful for getting me out of having an extremely frustrating time with this.

    camickr wrote:Well, first of all why would people who have never written a Swing application no anything about the paint() method.Secondly, you should not be overriding the paint() method. Custom painting in Swing is done by overriding the paintComponent() method. Overriding paint() is the way it is done when using AWT.>
    Regardless, it's still the same question, whether you are using paint or paintComponent, my question is the same: How can you get a parent class to draw multiple different canvases(if using AWT) or JPanels (if swing) without constructing the individual components individually. For example, I want to have a Frame (seeing as we are not in the swing forum) that has 2 canvases one with a red circle on a black background and one with a green triangle on a blue background. Is it possible to write this from the frame, initalize 2 canvases and again from the frame, tell the canvases what you want on them?
    Start by reading the Swing tutorial on [How to Use Layered Panes|http://java.sun.com/docs/books/tutorial/uiswing/TOC.html]. The tutorial also has a section on Custom Painting.
    I did, it doesn't explain what I want to do. In their example they are just coloring the background to show up so you can see the individual panes. This is where I get stuck and what I am asking about: Write the same code they use in that example but put something on those colored backgrounds as well. Can you do it from the JLayeredPane class?

  • 1080p, 4s, doesn't exist? please help

    I'm trying to get my videos to my computer - not to youtube or to facebook but to my computer.  I tried e-mailing and all I get are 320p videos.
    I'm using my 4s, updated to latest iOS.
    I'm using the Camera app
    I'm using it horizontally in landscape mode
    How do I get these videos, that I assume are 1080p on my phone to my computer?
    Thanks =) Have a blessed one

    ...thanks man.  Really appreciate it but this really feels way more complicated than it has to be. not your fault just...hopefully someone will realize how uptight this is.
    thanks again!

  • Please help, I am trying to download itunes onto my windows 7 32bit desktop, but keeps coming up with error message:This installation package could not be opened. Verify that the package exists. Any ideas on what im doing wrong

    Please help
    I am trying to download itunes on windows 7 32 bit, everytime I go to open download it comes up with a green screen then a error message.
    This installation package could not be opened. Verify that the package exist.
    Please help Me

    Hi gump68,
    Thanks for visiting Apple Support Communities.
    You may find the steps in this article helpful if iTunes is not installing on your PC:
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    All the best,
    Jeremy

  • Please help - CD import issue in itunes

    I would really appreciate some help.
    I have a Sony Vaio laptop and a HP I Pod.
    Have used Itunes with no problems for 9 months and have imported/ripped hundreds of CDs into my library with no issues.
    Recently, however, iTunes stopped allowing me to import/rip CDs into my library. When I try, it imports the first 4-5 seconds of the first song and then locks my entire computer up. I have to power down the laptop.
    I attempted to run the CD diagnostic through iTunes, that also locked up the laptop.
    I have uninstalled and re-installed iTunes several times.
    I had my IT guy look at the laptop and do some preliminary research. He indicated that this is not uncommon and that others have reported having this problem since upgrading to iTunes 6.0.
    Based on that, I un-installed 6.0 and went back to the version that came with the iPod. I think it is 4.9. Problem still exists.
    Please help. I still have a lot of music I would like to load into iTunes.
    Thanks!

    This is what my CD Diagnostics results are:
    Microsoft Windows XP Home Edition Service Pack 1 (Build 2600)
    HP Pavilion 061 PE529A-ABA A523X
    iTunes 6.0.4.2
    CD Driver 2.0.4.3
    CD Driver DLL 2.0.3.2
    LowerFilters: Pfc (2.5.0.204), PxHelp20 (2.0.0.0), AFS2K (3.1.19.0), MxlW2k (1.1.0.116),
    UpperFilters: GEARAspiWDM (2.0.4.3),
    Video Driver: VIA/S3G UniChrome Graphics\VIA/S3G UniChrome Graphics Adapter
    IDE\DiskSAMSUNGSP1203N________________________TL100-24, Bus Type ATA, Bus Address [0,0]
    USBSTOR\DiskGenericUSB_CF_Reader__1.01, Bus Type USB
    USBSTOR\DiskGenericUSB_MS_Reader__1.03, Bus Type USB
    USBSTOR\DiskGenericUSB_SD_Reader__1.00, Bus Type USB
    USBSTOR\DiskGenericUSB_SM_Reader__1.02, Bus Type USB
    IDE\CdRomNEC_DVD+RW_ND-2100AD___________________1.26___, Bus Type ATA, Bus Address [0,0]
    If you have multiple drives on the same IDE or SCSI bus, these drives may interfere with each other.
    Some computers need an update to the ATA or IDE bus driver, or Intel chipset. If iTunes has problems recognizing CDs or hanging or crashing while importing or burning CDs, check the support site for the manufacturer of your computer or motherboard.
    Current user is administrator.
    E: _NEC DVD+RW ND-2100AD, Rev 1.26
    Audio CD in drive.
    Found 12 songs on CD, playing time 54:58 on Audio CD.
    Track 1, start time 00:02:00
    Track 2, start time 06:08:02
    Track 3, start time 10:47:27
    Track 4, start time 15:01:15
    Track 5, start time 19:07:55
    Track 6, start time 22:46:30
    Track 7, start time 27:29:05
    Track 8, start time 31:34:72
    Track 9, start time 35:35:07
    Track 10, start time 39:56:50
    Track 11, start time 43:22:07
    Track 12, start time 49:42:17
    Audio CD reading succeeded.
    Get drive speed succeeded.
    The drive CDR speeds are: 4 8 16 20 24 32.
    The drive CDRW speeds are: 4 8 16 20.
    The drive DVDR speeds are: 4.
    The drive DVDRW speeds are: 4.

  • Please HELP with ORA-19809: limit exceeded for recovery files

    Hi Gurus,
    I am not a DBA but a developer. Today my Oracle database 11g on my PC will not open and I am getting the errors,
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    I checked my alert logs and found these errors,
    Errors in file c:\oracle\diag\rdbms\orcl\orcl\trace\orcl_ora_2144.trc:
    ORA-19809: limit exceeded for recovery files
    ORA-19804: cannot reclaim 41072128 bytes disk space from 4039114752 limit
    ARCH: Error 19809 Creating archive log file to 'C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_04_08\O1_MF_1_120_%U_.ARC'
    Errors in file c:\oracle\diag\rdbms\orcl\orcl\trace\orcl_ora_2144.trc:
    ORA-16038: log 3 sequence# 120 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 3 thread 1: 'C:\ORACLE\ORADATA\ORCL\REDO03.LOG'
    USER (ospid: 2144): terminating the instance due to error 16038
    Instance terminated by USER, pid = 2144
    So I started searching for answers on this forum and found a suggestion using RMAN to delete all the archive logs,
    RMAN> connect target sys/*******
    RMAN> delete archivelog all;
    RMAN>crosscheck archivelog all;
    But I get these errors in RMAN,
    using target database control file instead of recovery catalog
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of delete command at 04/08/2011 11:20:58
    RMAN-06403: could not obtain a fully authorized session
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    So, please help me: How do I fix this problem since I can't start the instance?
    Thank you.
    Ben

    You need to increase the FRA by changing the parameter DB_RECOVERY_FILE_DEST_SIZE. Create a parameter file while being connected as Sys user and issue,
    sql>create pfile from spfile;It would create the pfile in the Oracle_Home/database folder. Edit that file and increase the parameter to a larger size-like double of it's current value. Save the file and issue,
    sql>startup pfile=<your location of the file>HTH
    Aman....

  • Please help - cannot import CDs into i-tunes

    My other thread seems to have stalled out so I thought I would try again:
    I have a Sony Vaio laptop and a HP I Pod.
    Have used Itunes with no problems for 9 months and have imported/ripped hundreds of CDs into my library with no issues.
    Recently, however, iTunes stopped allowing me to import/rip CDs into my library. When I try, it imports the first 4-5 seconds of the first song and then locks my entire computer up. I have to power down the laptop.
    I have uninstalled and re-installed iTunes several times.
    I had my IT guy look at the laptop and do some preliminary research. He indicated that this is not uncommon and that others have reported having this problem since upgrading to iTunes 6.0.
    Based on that, I un-installed 6.0 and went back to the version that came with the iPod. I think it is 4.9. Problem still exists.
    Please help. I still have a lot of music I would like to load into iTunes.
    Thanks!
    Sony Vaio   Windows XP  

    First search your lap for any malware or viruses. Then check for any firmware/software updates for your laptop by going to the companys web site.

  • Newbie! Need Help wit choice! Lots of Questions! PLEASE HELP

    Have been a PC user for ever and recently have seen the appeal and performance of macs.
    I am shortly going to college and have been reading hundreds of reviews and discussions on the different portbales available.
    I will be using the portable for
    - word processing
    - internet and email
    - music
    -DVD's
    -light graphics work
    - light video work
    Currently on AMD anthlon XP 2700+ with 1 GB RAM
    I ruled out the 12" ibook as no superdrive and 17" powerbook as too large.
    The ibook seems nice, worried about processor speed, will it cope with graphics and video and fast enough for encoding etc? Also worried about the tightness of the resolution, is the screen good in comparisson to powerbook. Also thought about DVD;s not being in widescreen. Also is the availabe work space enough?
    The powerbook 12" seems nice because of it's compactness. The screen depth seems more than !5" and is that a problem? Is the 12" powerbook which has superdrive got a large enough visible work space?
    The 15" Powerbook seems great, it's got nice screen and same size as old windows laptop (though resolution much higher), have read a lot of problems about very hot powerbooks (how big a problem is this?), i have alsp read about latch issues,(bad?) and is there a serious issue with a gap between the display and keyboard? Also have read lots of issues about the logic board failing and is this really common, as being student don't want to have to fork out vast sums of money and applecare is steep.
    What would you recommend? Could spend up to £2000, would rather not spend it all(sorry don't know wot that is in $'s)
    Just loved the OS and was all set and now am a little anxious as seems quite recurrent problems exist. Please help and offer any ideas, tips, solutions, experiences and anything that helped you chose ur mac!

    I just bought my powerbook after a summer's worth of work, four weeks ago. Other than a few quibbles (mainly things I haven't figured out how to do on the mac, since i'm new to the OS) this 15" is awesome... It's fast, it's small, it has a widescreen, and... THE KEYBOARD LIGHTS UP (jaws drop left and right when the lights go out)...
    It seems very capable, and hasn't failed me yet, knock on wood. The latch works fine and there is no issue with keys touching the screen.
    I was worried about the heat issue too, so I thought ahead and bought a Vantec cooling pad. for $35 on Newegg.com, it has adjustable fan speeds, and a 4 port USB hub, which is VERY handy. It will get warm if i'm using it on my lap, but not enough for the computer's fans to turn on. Besides, I think the heat argument is a little weak. Sure, they may get hot, but we're talking about a high performance, VERY thin aluminum computer... Aluminum transfers heat very easily, so expect it to seem warmer than a PC laptop. Plastic doesn't transfer heat nearly as nicely, but even so, if you touch a pentium 4 based laptop that has been running for a while, it'll be just as warm. And, they're twice as thick, to accomodate the fans to cool that bugger!
    As for the logic board, i think the main issue is memory being bumped out of place, or improperly installed... I'm sure that if some users just took out their memory stick, and carefully tried to reinstall it, they'd work fine... i'm not saying that the memory issue is a fluke, rather I think that some people may see that other people have had logic board failure in the past, and automatically assume that is there problem... Regardless, i've added my own 1gb stick from Crucial, and it works fine.
    The powerbook 15" is an awesome choice... I'm still learning how to use the OS, which is a little scary at first (since i'm used to things being far more complicated (WINDOWS)), but it's very intuitive, a pleasure to use, and a great machine... Goodluck with your decision

Maybe you are looking for