Event DRAW CHANGED for task TS90000016 not defined as start/end event

Hello,
i have created a workflow with one task, this task is of object type DRAW and the method is CHANGED. and i want to trigger this task when the status of a document changes to completed.
Now when i change the status of a document to completed, the workflow is starting but then throwing an exception. Here is what i am getting, any ideas as to why ?
Event DRAW CHANGED for task TS90000016 not defined as start/end event
Event linkage with errors deactivated
from the swel event trace i am getting the following:
the receiver <task> started correctly,
then i get the following:
Receiver FM SWW_WI_CREATE_VIA_EVENT_IBF
message: Event DRAW CHANGED for task TS90000016 not defined as start/end event
any ideas as to why this is happening and how i can fix it ?
regards to all the experts out there
points are awarded.

Hi,
   If you want the task to be executed without any agent intervention follow this:
In the transaction PFTC_DIS OR PFTC_CHG  open your standard task and
          see whether you have checked the ' background processing' option in    
          execution category.
It seems the "changed" method in Draw object is synchronous - so you
           dont need any terminating events.
   else
check for the bindings in workflow and make sure you dont make any
         container with import parameter as mandatory.
   Hope this will solve the problem.
Regards,
Manikandan R

Similar Messages

  • Event for task  not defined as start/end event

    Hi all,
    We get the following error in our inbox although the event seems to work as intended
    Event ZIMEC006 APPROVED_REJECTED for task TS81700130 not defined as start/end event
    If I go to the task TS81700130, the event APPROVED_REJECTED is defined as a terminating event(under the tab terminating events)  with objecttype BO and object ZIMEC006 and the binding is ok
    What could be the problem?
    Thanks for all help
    Hans

    Hi,
    The BO your using is a custom one,
    If Yes Goto the BO, Release that Event,Save and generate the BO.
    other wise, if you created a Subtype of the Std. BO, check that Z-event you created is released  and the BO delegated to Std. BO, save and generate the BO.
    Then try now.
    Regards,
    Surjith

  • Outlook to iPhone sync failure – Sync suddenly stopped working for calendar events but continued for contacts and notes.   Finally Fixed!!!  SUPPORT TEAM – PLEASE SEE THIS – Complete explanation of cause and correction steps.

    The issue:  Outlook to iPhone sync failure – Sync suddenly stopped working for calendar events but continued for contacts and notes.   Finally Fixed!!! 
    SUPPORT TEAM – PLEASE SEE THIS – Complete explanation of cause and correction steps.
    The cause:  It is now clear what caused this problem.  For years I had several “all-day” events in my Outlook calendar (birthdays, anniversaries, etc.).  In May 2012 I decided to make some of them one hour  events so I could add alerts to remind me of the event.  I did this by dragging them in Outlook to the time I wanted and expanding them to the time slot desired and then adding the alarm.
    The symptom:  Syncing stopped working for the calendar but continued working for contacts and notes.  I didn’t realize sync was failing until months later when I missed two very important phone calls, so when I noticed it the cause was not obvious. 
    The failed attempts:  I’m head of a software firm and my calendar sync is a crucial to my business life so I took this on with a vengeance.  From a quick look at events in Outlook and the iPhone I could see that the problem started in May 2012.  Events before May were in both Outlook and the iPhone but events after May were only one or the other.  Unfortunately I had changed several other things at the same time relating to other events so again the cause was not obvious.  MANY calls with AppleCare proved them incompetent so my internal IT guys assisted trying many things.  We tried a huge number of calendar changes and several versions of iTunes, iPhone OS and Office as well as both iPhone 4 and 5, all without success.
    The fix:  After 18 months of frustration, MANY  hundreds of $ expense and MANY hours of wasted time I saw a blog that had a calendar sync  problem and it indicated all day events were related.  I changed the display of the Outlook calendar to the list view, added columns so I could see “all day” event check marks as well as times of events,  sorted on the “all day” event column to move them to the top, and for all events that were “all day” events AND had a start and end time, I removed recurrence and then added the annual recurrence back…
    After I fixed all events that had BOTH “all day” set and had a start/end time, I tried another sync.  It synced for the first time in 18 months! 
    Problem occurred May 2012 – fixed Nov 2013

    Hi, to remove dummy '_ModGrp' entries, rather than crashing the 'Suppr' key on your keyboard, you can use this basic VBA macro (launched for instance from Excel).
    It will recursively remove all '_ModGrp...' folders
    Sub RemoveFolders_Click()
        Dim oOutlook As Outlook.Application
        Set oOutlook = New Outlook.Application
        Set objNameSpace = oOutlook.GetNamespace("MAPI")
        Call CleanFolders(objNameSpace.Folders)
    End Sub
    Sub CleanFolders(objFolders As Outlook.Folders)
        For i = objFolders.Count To 1 Step -1
            If Left(objFolders(i).Name, 7) = "_ModGrp" Then
                objFolders.Remove( i )
            Else
                If Not objFolders(i).Folders Is Nothing Then
                    Call CleanFolders(objFolders(i).Folders)
                End If
            End If
        Next i
    End Sub

  • What does "Locations for this vendor not defined" - mean and how do I eliminate it

    A local restaurant sent me an e-mail with the statement " To receive your special birthday gift click here." When I do I get white screen with the sentence - "Locations for this vendor not defined". What does this mean and how do I eliminate or continue since I now can only go back to the e-mail. Using Firefox with AT&T Yahoo & Windows XP me

    Hello.
    Does this happen on other browsers (Internet Explorer, for example) or is it specific to Firefox?

  • Error Pay scale grpg for allowances for 02002162 is not defined on 20110408

    Hi,
    I do get the above error Pay scale grpg for allowances for &1 is not defined on &2 when running program RHECM_UPD_0008_FROM_1005 for Indian employees. I know that we have indirect evaluation for our Indian employees in it0008. And we do not have 'Define Pay scale grouping for allowances' (V_T7INA1) and 'Pay scale grouping for allowances' (V_T7INA3) configured for India. But then we are also not using payroll for India.
    Most strange is, that the program runs just fine in the development system for a India test employee record, whereas it fails to run in the test system for a real live India employee.
    The error message code is HRPADIN01 084 and is thrown by function module HR_ECM_INSERT_INFOTYPE. But since it;s code is all object oriented I'm getting terribly lost when trying to observe in debug mode what the actual problem is. When running the program I use planned comp. type 'S' (Salary Structure)
    Employees in all other countries update just fine, and the planned compensation infotype on the employee's job code look fine also.
    Would appreciate your help please as for what could be causing this error!
    Thanks,
    Philipp

    P.S. I have now maintained some test entries in V_T7INA1 and V_T7INA3 that match my employee's infotype 0008 entry. This does not make a difference unfortunately though. During debugging I found the message is raised in method CL_HRPA_INFOTYPE_0008_IN/CHECK_WAGETYPES_IN and within that method GET_ALGRP and then cl_hrin_services=>read_algrp.
    In the method that reads t7ina3 the code is:
    method READ .                                                                               
    IF NOT ( a_is_buffered = true  AND                 
               a_t7ina3-molga  = molga AND               
               a_t7ina3-trfgb  = trfgb AND               
               a_t7ina3-trfar  = trfar AND               
               a_t7ina3-trfkz  = trfkz AND               
               a_t7ina3-trfgr  = trfgr AND               
               a_t7ina3-trfst  = trfst ).                
        CLEAR a_t7ina3.                                  
        a_t7ina3-molga = molga.                          
        a_t7ina3-trfgb = trfgb.                          
        a_t7ina3-trfar = trfar.                          
        a_t7ina3-trfkz = trfkz.                          
        a_t7ina3-trfgr = trfgr.                          
        a_t7ina3-trfst = trfst.                          
        SELECT SINGLE * FROM t7ina3 INTO a_t7ina3        
          WHERE                                          
            molga = molga AND                            
            trfgb = trfgb AND                            
                  trfar = trfar AND              
                  trfkz = trfkz AND              
                  trfgr = trfgr AND              
                  trfst = trfst.                 
              a_subrc = sy-subrc.                
              a_is_buffered = true.              
            ENDIF.                                                                               
    IF a_subrc IS INITIAL.               
              t7ina3 = a_t7ina3.                 
            ELSE.                                
              CLEAR t7ina3.                      
            ENDIF.                                                                               
    endmethod.                             
    In there a_t7ina3 is filled initially (but interestingly field algrp is the only one that is blank). But since it is filled and matches the if not condition it does not go and select from the DB but clears t7ina3 and thus runs into the error afterwards.
    Ideas anyone?
    Thanks,
    Philipp

  • "ReferenceError: prepareFFB is not defined" I started getting this JavaScript error recently whenever I start Firefox. I would like to stop getting this error

    I get the following JavaScript error every time I start Firefox:
    ReferenceError: prepareFFB is not defined.

    hello, this sounds like it's possibly caused by an addon. do you have any extension/theme installed, you can connect the "FFB" to? if not try disabling them all in firefox > addons > extensions & reenable them one by one to find out which of them might be causing the error message.

  • Event trace error: own logical system not defined ?

    Hello,
    i am trying to start a workflow when the status of a document changes to "completed". I was checking the event trace with transaction code : "SWEL" and i found out that the workflow is trying to start but there is some kind of error and the event trace is saying :
    Your own logical system has not been defined for this client. Most of the ALE functions therefore cannot be used. No links can be written.
    Any suggestiobns on what can be the problem   ?
    points are awarded
    Regards

    Sounds like you need to setup your client as a logical system, to do so..
    To do setup the Logical System follow the following steps
    In IMG Settings
    Cross Applications -> Distribution (ALE) -> Basic Cofiguration.
    Set up ‘Logical System -> Maintain Logical System.
    Create New Entries

  • "Organizational Unit for the vendor" not defined in SRM portal

    Hi,
    Iu2019m trying to create a supplier from the vendor list that appears in SRM portal in u201CStrategic Purchasingu201D u2013 u201CBusiness Partneru201D u2013 u201CCreate business partner: Supplieru201D u2013 u201CAdd external Supplier fromu201D.
    When I select the supplier from that list, the u201COrganizational Unit in EBP for the Vendoru201D should be automatically defined. Instead, it is defined as 00000000 and when we try to change it manually to the correct one, it returns the error u201Cthe organizational unit does not existu201D.
    Do you have any idea what is the problem? What am I doing wrong?
    Thanks for your collaboration.
    Best regards,
    Andreia Nascimento

    Hi
    Did you change the org unit value from the txn PPOMV_BBP. Just try to enter the numerical part displayed for the root vendor org unit ID.
    Not sure but you can also try maintaining table BBP_MARKETP_INFO and then check if it works.
    Regards,
    Sanjeev

  • Apple ID has changed for Itunes but not for the App store?

    So I got the iPhone 4s off my dad, and I knew that I would have to change the apple ID to download apps and music etc
    So I changed it, and when I go on to settings it says that it's my ID that is signed in and when I download music everythings fine
    However when I try to update twitter on the app store it's asking for the password to my dads apple ID? It's only on updates though because I downloaded a game perfectly...
    Can anyone help? :}

    They should be the same - assuming that you used the same ID to buy the apps that you are using to update the apps - you should be able to update them. You use the same Apple ID and iTunes account for iTunes media purchases and for app store Purchases. If for some reason the password isn't working try this.
    Go to Settings>Store>Apple ID. Make sure that the ID is correct on the iPad. If the ID is correct but it is not being recognized - sign out of the account, restart the iPad and then sign in again
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Then go to Settings>Store>and sign into your account again and see if you can download now.

  • Can not add a new event with attachments, for that is not ... add file attachaments

    file://localhost/Users/bogdan/Desktop/Screen%20Shot%202012-01-28%20at%2008.59.06 .png

    Hi Cmrl,
    Does it happen when you create an appointment via OWA?
    Does it happen when you create an appointment via Outlook 2003?
    Do you have any mobile device?
    How many users encountered the issue, all users or some user?
    At first, I suggest you recreate outlook profile.
    At second, 
    use PFDAVAdmin
    to correct any problems found.

  • Your instructions for recovering your profile with all your info (for vista) is not working on my end, when I copy and pasted the line in the start menu it came up with no hits...

    When I tried to recover my profile (I am going to be reformatting and wanted to save my bookmarks and passwords) the line in your help that I was supposed to type into the start menu came up with zero hits, if you could let me know what the problem may be I would appreciate it, thanks!

    Firefox will not appear in the Market for most phones with incompatible hardware. You can check if your phone is supported here:
    https://wiki.mozilla.org/Mobile/Platforms/Android
    Even on some supported devices, a bug in the Market software prevents Firefox from showing up. This may be related to the fairly recent Android Market app update. If you go to Settings/Applications/Market and choose "Uninstall" you can uninstall the update, and then search for and install Firefox from the marketplace.
    Or, if you have a supported phone, you can download the app directly by typing this address into your phone's browser: http://bit.ly/fxbeta3
    (Note: To download the app directly for an AT&T phone, you will have to search for instructions on "sideloading" the APK file, since AT&T disables the option to install from non-Market sources.)

  • J2ee1.3 beta for NT is not able to start.

    I installed the j2ee1.3 on Windows NT 4.0, and set the enviroment (J2EE_HOME, JAVA_HOME and path), the command "j2ee -verbose" failed to start the server: it displayed some thing wrong with the main class). I Your help will be appreciated. Please note: no error during the install.

    Thanks a lot for your infor.
    The following is the error info when I executed "j2ee -verbose":
    Exception in thread "main" java.lang.NoClassDefFoundError: NT
    I didn't set "classpath", since no instruction indicates this is necessary (and what it should be set) in the installation guide. Do I need to set the "classpath"? if Yes, what should it be set?
    Your help will be highly appreciated.
    Thanks,
    james

  • Including a photo when Auto Play not clicked (Preferences Start/End)

    Captivate 8, Windows 7.
    I've included a photo to show behind the PLAY button when Auto Play is not checked. I've used this before in previous Captivate versions with great success. But now when I publish it, the photo shows up as an ugly red background. What happened to the photo? Are there photo limitations for this action?

    If the photo was a PNG it could be that the transparency setting in the graphic is causing the red background.  Try a JPG instead.

  • WDA Human Task does not complete/close

    Hi experts,
    I'm still struggling to flex web dynpro abap and BPM together.
    After embedding a wda chip as human task within my process, I face the next problem: The event defined as outport in my wda chip does not close the task when fired from my wda component controller. The page isn't affected by the event at all, the task is not completed. I debugged the wda method and found it throwing the event as expected.
    Since the wda page is opened as expected and shows the data mapped via Input Mapping I think the chip and system landscape definition (done via the portal system administration) are correct.
    Any clues on this? What am I missing?
    Thanks and kind regards,
    Helmut

    Hello Abhilash,
    thanks for your answer!
    I created the event (wih one parameter) in the WDA componnt controller and the component interface and made sure it is thrown correctly (I checked it via debugger).
    In the Chip I created an Outbound port (again with the parameter) and tagged it as CHIP_CONTRACT:PROCESS_STEP_END_POINT.
    On the consuming side I did nothing special with the outbound event but mapping it's output to my process context.
    Kind regards
    Helmut

  • Determining when a JTable's model event is changed

    Hello,
    I have a JTable and I want a class I programmed to register to TableModelEvent events of the table model. The problem is that if the table model is changed, my class will not be registered to the events anymore. Is there a way to get notified whenever the table model is changed so I can register my class to the new model?
    Thanks.

    Swing related questions should be posted in the Swing forum.
    Since you did post the question there, then you should be responding to that posting stating that you have an answer so people, like me, don't waste their time reading a question that has already been answered.

Maybe you are looking for

  • Can't boot windows - select boot disk and computer goes to sleep

    I've got a Mac Pro 3,1 I've had windows 7 installed on an IDE hard drive in the CD bay. Lately, I was getting BSODs, so I decided to reinstall - I reformatted the hard drive and I'm trying to move forward. I haven't been able to boot any kind of wind

  • Something trivial but I can't work it out :/

    Okay basically, I want my buttonOval to draw an oval for me. Here is my code: import java.awt.*;                                                  //Import all the classes within the abstract windows toolkit import java.applet.*;                      

  • Where can i get the documentation for 9i DB Data Dictionary (all)

    Friends, I try to find the Oracle 9i Data Dictionary Documentation in the oracle document list. But i didnt find it. can anybody point me to the particular page or pdf? I need all the Data Dictionary details with explanation. is it available somewher

  • Photo galery doesn´t work in blog entry with Intensedebate installed

    I´ve installed Intensedebate with iWeb Buddy (because I want comments be relationated with the master page), and when i put a photo galery copied from other galery page it doesn´t work. You can check it here http://www.jesusgb.com/blog/bl/Blog/Entrad

  • How to add new Java Instance to cluster in EHP1?

    I've installed the EHP1 (Beta 3.0) on a Windows 2003 box, and have figured out how to use the configtool to add server processes to the initially created Java Instance. What tool or process do I use to go the next step and add additional Java Instanc