Problem in Workflow during activity step with "Requested start" time.

Hi,
I am working on SAP workflow.
In my workflow there is a activity step (wait step) where the workflow should wait before going to step after that wait step. To achieve this, I have used requested start as +10 min with WIS workitem creation. After 10 min, the workflow should proceed to further step but my workflow does not go further.
It was working good I tested couple of days back but now it doesn't. Can someone please help ?
Thanks.
Regards,
Rajesh.

Please check the settings in SWU3. Most probably  the settings is not correct. You will get a lot of discussion from this forum if you search with SWU3.
Thanks
Arghadip

Similar Messages

  • Requested start time during job scheduling population in local time.

    Hello Experts,
    Could you please help on the issue.
    Requested start time during job scheduling populated with local time even though we have assigned the GMT time zone.
    Could you please help , how to change the settings of request start time calender icon to populate the GMT time.
    thanks,
    Suresh.

    Hello Gerben,
    Thanks for the reply, even though the default time zone set as GMT in user settings, the requested start time calender pop up the local time instead of GMT time.
    Previously requested start time poped up  the GMT time, we have observed this change once we have ran the redwood script for time window elements change and imported some of the job definitions, applications & time windows from other system.
    Below is the script we have ran thought shell script
    Script Fuctionality
    1. Take the mentioned time window
    2. iteratate thought the time window elements and add 1 hour to the "time to day from" & "time to day to" parameters.
    3. set the changed parametes to time window and persist the changes.
    // Variable Declarations
    String timewindow = null;
    String query = null;
    TimeWindow tw = null;
    TimeWindowElement twe = null;
    long otdvalue = 3600000;
    long l1 = 0;
    long l2 = 0;
    long threshold = 0 ;
    long expvalue = 82800000;
    long expvalue1 = 85500000;
    long indto1 = 0;
    long indfrom1 = 300999;
    long indto2 = 2700000;
    long indfrom2 =  3000999;
    Job job = null;
    //Declare all the time windows in array
    String[] timewindows = {"XX_TIMEWINDOW_01_GMT"};
              for( int i = 0 ; i < timewindows.length; i++)
              timewindow =  timewindows<i>;
              jcsOut.println("TimeWindow"i":"+timewindows<i>);
              tw = jcsSession.getTimeWindowByName(timewindow);
              for (Iterator it1 = tw.getTimeWindowElements(); it1.hasNext();)
                   twe = (TimeWindowElement) it1.next();
                   Long otd = new Long(otdvalue);
                   jcsOut.println("************************");
                   jcsOut.println(twe.getTimeOfDayFrom());
                   jcsOut.println(twe.getTimeOfDayTo());
                   jcsOut.println("************************");
                   Long todf = (Long) twe.getTimeOfDayFrom();
                   Long todt = (Long) twe.getTimeOfDayTo();
                                      threshold = todf.longValue();
                            // if timeday from equal to 23 GMT assign the 0 GMT
                                      if(threshold == expvalue )
                    jcsOut.println("timewindow with 23 GMT");
                   l1 = indto1;
                   l2 = indfrom1;
                            //if timedayfrom equal to 23:45 GMT assign 0:45 GMT
                   else if(threshold == expvalue1)
                   jcsOut.println("timewindow with 23:45 GMT");
                   l1 = indto2;
                   l2 = indfrom2;
                            // Add 1 hour for current time of day from 
                   else
                   l1 = todf.longValue() + otdvalue;
                   l2 = todt.longValue() +  otdvalue;
                   Long ll1 = new Long(l1);
                   Long ll2 = new Long(l2);
                   twe.setTimeOfDayFrom(ll1);
                   twe.setTimeOfDayTo(ll2);
                   jcsOut.println("After Change:"+ twe.getTimeOfDayFrom());
                   jcsSession.persist();
    Once after the script competetion the time window time zone remains in GMT.
    Could you please check script once and  help us  the time zone change caused  the by script or not?
    Thanks,
    Suresh

  • ADS: Request start time: Tue Apr 08 10:37:10 CDT 2008(200,101).

    Hi Guys,
    I am trying to execute Adobe interactive form (FP_TEST_IA_01). And got this message
    *Generate Interactive PDF*                                                                               
    *ADS: Request start time: Tue Apr 08 11:22:12 CDT 2008(200,101).*                                                             
    This could be problem with the Adobe Credential.
    Could anyone give step by step process to fix this.
    Thanks in advance,
    Sri

    Hi,
    ADS is not configured properly. Please go through these links:
    Re: PDFDocumentRuntimeException Error with web dynpro and Interactive Forms
    Re: Print Preview not working for Adobe forms
    These links may help you.
    With Regards,
    Amit

  • ADS: Request start time

    Dear Experts,
    When I try to run a ABAP WebDynpro application with adobe forms in it i get the error
    WebDynpro Exception: ADS: Request start time
    Then, after looking into SDN,
    1. executed the FP_PDF_TEST_00 report. It returned the proper ADS version no.
    2. Checked the ADS service in SM59 and tested it It returend Status OK.
    3. executed the FP_TEST_IA_01 report. It returned
    ADS: Request start time
    I have checked my
    http://xxxxxx:51000/wsnavigator/enterwsdl.html
    It is also fine.
    I have also checked my credential file. It is ok. I have created the same application using WebDynpro for Java. It is working with out any problem.
    Why is it not working in the ABAP flavor.
    Please help.
    Regards
    Thanu

    Hi,
    ADS is only supported if you have abap+java on the host,
    I think some http connection is missing in your java side.
    Create a http connection i your visual admin as per the note
    944221
    Regards,
    Vamshi.

  • WebDynpro Exception: ADS: Request start time: Wed Apr 29 06:32:41 CDT 2009

    Hi,
    I am running Interactive form through WebDynpro for ABAP in SE80 Tcode.
    While running i'm facing below problem.
    WebDynpro Exception: ADS: Request start time: Wed Apr 29 06:32:41 CDT 2009(200.101). �ꯂ塈��P
    The following error text was processed in the system BAK : WebDynpro Exception: ADS: Request start time: Wed Apr 29 06:32:41 CDT 2009(200.101). �ꯂ塈��P
    The error occurred on the application server cypcs_BAK_01 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: RAISE of program CX_WD_GENERAL=================CP
    Method: CREATE_PDF of program CL_WD_ADOBE_SERVICES==========CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L7STANDARD==============CP
    Method: CONV_VIEW_INTO_VE_ADAPTER_TREE of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP
    Method: SET_CONTENT_BY_WINDOW of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP
    Please let me know how to resolve this issue.
    Thanks
    Bhuvaneswari

    hi
    You can take a look at OSS Note :981638 (Dynamic forms are not supported in Web Dynpro ABAP)
    Depending on which Support Package you are on, there has been issues with dynamic forms not being interactive. (i.e when you set the 'x' for interactive, you get a short dump)
    http://help.sap.com/saphelp_nw2004s/helpdata/en/67/be9442572e1231e10000000a1550b0/frameset.htm
    by
    Parthi

  • WebDynpro Exception: ADS: Request start time, start Interactive Form

    Hello everybody,
    I tried out to display an interactive form in Web Dynpro for ABAP like in Thomas Jungs video described. But I when I start my application I get everytime the dump.
    I read not 944221 and and thats works all. But when I try the testprogram with my form I get the dump, too.
    So any help for me?
    regards,
    Christian
    The dump is:
    WebDynpro Exception: ADS: Request start time: Timestamp
    with this last calls:
    Method: RAISE of program CX_WD_GENERAL=================CP
    Method: CREATE_PDF of program CL_WD_ADOBE_SERVICES==========CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L7STANDARD==============CP
    Method: CONV_VIEW_INTO_VE_ADAPTER_TREE of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP
    Method: SET_CONTENT_BY_WINDOW of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP
    Method: RENDER_WINDOWS of program CL_WDR_CLIENT_SSR=============CP

    Hi Danny,
    please check in your visual administrator the credential file for Reader Rights. See also the point "Installing and Configuring Credentials" in the Adobe Document Services Configuration Guide and note 736902.
    Regards,
    Christian

  • ADS: Request start time: Tue Mar 17 19:42:39 GMT+05:30(200101)

    Hi,
    I am getting ADS request start time error. while i clicking  the print preview button for the HR adobe form in .
    Can any body tell me to resolve this error .
    Regards,
    Eswar.

    hi
    search with the Message number in SAP OSS and you will be able t find a soultion.

  • ADS: Request start time: Mon Dec 21 11:56:45 GMT+05:30 2009(200.101)

    Hi all,
             While executing the form FP_TEST_IA_01, i am gettign the following exception.
    ADS: Request start time: Mon Dec 21 11:56:45 GMT+05:30 2009(200.101)
    Wat is the problem here?
    Thanks,

    Do other programs like FP_TEST_00 and FP_PDF_TEST_00 work for you?
    Also Check below notes for more information.
    [Note 846610 - How to activate ADS trace|https://service.sap.com/sap/support/notes/846610]
    [Note 944221 - Troubleshooting if problems occur in forms processing|https://service.sap.com/sap/support/notes/944221]
    Chintan

  • WebDynpro Exception: ADS: Request start time

    I am running Interactive form through WebDynpro for ABAP in SE80 Tcode . while running i am stuck here.
    The following error text was processed in the system CRM : WebDynpro Exception: ADS: Request start time: Fri Jun 19 03:40:47 CDT 2009(200.101).
    The error occurred on the application server 187799-ap_CRM_10 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: RAISE of program CX_WD_GENERAL=================CP
    Method: CREATE_PDF of program CL_WD_ADOBE_SERVICES==========CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L7STANDARD==============CP
    Method: CONV_VIEW_INTO_VE_ADAPTER_TREE of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP
    Method: SET_CONTENT_BY_WINDOW of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP
    Method: RENDER_WINDOWS of program CL_WDR_CLIENT_SSR=============CP

    while analyzed ABAP dump in st22 i got the following report
    Information on where terminated
    Termination occurred in the ABAP program "CX_WD_GENERAL=================CP" -
    in "RAISE".
    The main program was "SAPMHTTP ".
    In the source code you have the termination point in line 5
    of the (Include) program "CX_WD_GENERAL=================CM003".   
    Source Code Extract
    Line
    SourceCde
    1
    method RAISE .
    2
    3
    DATA: error TYPE STRING.
    4
    error = MSG_STRING( msg = msg a = a b = b c = c i = i j = j k = k ).
    >>>>>
    RAISE EXCEPTION TYPE CX_WD_GENERAL EXPORTING msg = error.
    6
    7
    endmethod.            
    ctive Calls/Events
    No.   Ty.          Program                             Include                             Line
    Name
    19 METHOD       CX_WD_GENERAL=================CP    CX_WD_GENERAL=================CM003     5
    CX_WD_GENERAL=>RAISE
    18 METHOD       CL_WD_ADOBE_SERVICES==========CP    CL_WD_ADOBE_SERVICES==========CM008   193
    CL_WD_ADOBE_SERVICES=>CREATE_PDF
    17 METHOD       /1WDA/LADOBE==================CP    /1WDA/LADOBE==================CCIMP  1882
    CL_INTERACTIVE_FORM_ZCI=>IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT
    16 METHOD       /1WDA/LADOBE==================CP    /1WDA/LADOBE==================CCIMP  1024
    CL_INTERACTIVE_FORM_BRANCH=>IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT
    15 METHOD       /1WDA/L8STANDARD==============CP    /1WDA/L8STANDARD==============CCIMP   805
    CL_FLOW_LAYOUT_ITEM=>IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT
    14 METHOD       /1WDA/L8STANDARD==============CP    /1WDA/L8STANDARD==============CCIMP   676
    CL_FLOW_LAYOUT=>IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT
    13 METHOD       /1WDA/L7STANDARD==============CP    /1WDA/L7STANDARD==============CCIMP   541
    CL_TRANSPARENT_CONTAINER=>IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT
    12 METHOD       CL_WDR_INTERNAL_WINDOW_ADAPTERCP    CL_WDR_INTERNAL_WINDOW_ADAPTERCM007   118
    CL_WDR_INTERNAL_WINDOW_ADAPTER=>CONV_VIEW_INTO_VE_ADAPTER_TREE
    11 METHOD       CL_WDR_INTERNAL_WINDOW_ADAPTERCP    CL_WDR_INTERNAL_WINDOW_ADAPTERCM00Q   169
    CL_WDR_INTERNAL_WINDOW_ADAPTER=>SET_CONTENT_BY_WINDOW
    10 METHOD       CL_WDR_CLIENT_SSR=============CP    CL_WDR_CLIENT_SSR=============CM01C    33
    CL_WDR_CLIENT_SSR=>RENDER_WINDOWS
    9 METHOD       CL_WDR_CLIENT_SSR=============CP    CL_WDR_CLIENT_SSR=============CM007     4
    CL_WDR_CLIENT_SSR=>IF_WDR_RESPONSE_RENDERER~RENDER_VIEWS
    8 METHOD       CL_WDR_CLIENT_SSR=============CP    CL_WDR_CLIENT_SSR=============CM004     5
    CL_WDR_CLIENT_SSR=>IF_WDR_RESPONSE_RENDERER~RENDER_USER_INTERFACE_UPDATES
    7 METHOD       CL_WDR_CLIENT_ABSTRACT_HTTP===CP    CL_WDR_CLIENT_ABSTRACT_HTTP===CM00L     4
    CL_WDR_CLIENT_ABSTRACT_HTTP=>IF_WDR_CLIENT~SEND_RESPONSE
    6 METHOD       CL_WDR_CLIENT_SSR=============CP    CL_WDR_CLIENT_SSR=============CM003    63
    CL_WDR_CLIENT_SSR=>IF_WDR_CLIENT~SEND_RESPONSE
    5 METHOD       CL_WDR_MAIN_TASK==============CP    CL_WDR_MAIN_TASK==============CM00I   132
    CL_WDR_MAIN_TASK=>EXECUTE
    4 METHOD       CL_WDR_MAIN_TASK==============CP    CL_WDR_MAIN_TASK==============CM00J    69
    CL_WDR_MAIN_TASK=>IF_HTTP_EXTENSION~HANDLE_REQUEST
    3 METHOD       CL_HTTP_SERVER================CP    CL_HTTP_SERVER================CM00G   523
    CL_HTTP_SERVER=>EXECUTE_REQUEST
    2 FUNCTION     SAPLHTTP_RUNTIME                    LHTTP_RUNTIMEU02                      929
    HTTP_DISPATCH_REQUEST
    1 MODULE (PBO) SAPMHTTP                            SAPMHTTP                               13
    %_HTTP_START

  • Getting error during activation of data request in DSO.

    Hello All
    I am sending data in DSO by running DTP. evrythg goes in green . But as i try to activate the data request in DSO it is giving me error. Kindly tell the how to solve this.in log error meassage is like following .
    Error while inserting data records for data package
    Analysis of package terminated due to too many duplicates being found
    Process 000000 returned with errors
    Incorrect data records (duplicates) found
    Data records are in the data package more than once.
    regards

    Saurabh
    Sorry that option would only be available for Master Data Attrib /text.
    Please check if the in DSO Settings ...Unique Data Records -
    > Is this checked? if yes , you need to change it from DEV.
    For a temporary solution, you need to find out which records are creating duplicate entries.  If you can load them separately via some restriction in DTP , it would get loaded and then activate one request each time.
    Whole objective is not have same Key combination more than once in a data package.
    Try put a restriction on Update MOde i.e filter on Update Mode ( one by one X, blank, A, D, N etc) and see if you can load them.
    Regards
    Anindya

  • Terminating Activity step with error

    Hi,
    I have an Activity step which task executes a method of a class. This method returns result code (and I do binding to WF) and if it is not 0 I would like to terminate this step (workitem) in error status. How is the best and easiest way to do this?
    Thank you in advance,
    Anna

    Thank you.
    But I am not able to set any handling in case of error of this step - if this fails it must be possible to see in worfklow log as error. If I set an exception in method and later not catch it in workfow, would I see it as erroneus?
    Anna

  • Testing With Requested Start Deadline Monitoring - can't wait for deadline.

    Hi'
    In my workflow, I have a background task with a Requested Start 14 days after workitem creation.
    This works fine, but for testing purposes, I would like to 'push' this background task earlier (rather than wait 14 days to continue my test).
    Do you know any tool which will allow me to execute the workitem before the deadline is reached?
    Regards,
    Karin.
    Message was edited by:
            Karin Lund

    Depending on little bit of the SAP version, you should be able to go to the specific work item in change mode. There you have a functionality, where you can change the deadline of an item. Just change it to 5 minutes from now and then just wait. Remember that the job that is checking if deadlines have been exceeded is running probably in every 5 minutes. So actually the waiting time for you can be more than 5 minutes.
    Regards,
    Karri

  • Reinstall of ADFS 3.0 fails during configuration step with error ADRepository.CreateTopContainer

    I am installing ADFS 3.0 alongside an existing ADFS 2.0 farm.  I followed the steps as detailed here:
    http://office365support.ca/migrating-ad-fs-2-0-to-ad-fs-3-0-for-office365-single-sign-on-2/
    That worked fine initially, but I ran into problems and decided to remove ADFS 3.0 completely and start over.  When I rerun the the Active Directory Federation Services Configuration Wizard, it gets almost all the way through, but fails with a generic
    error of: An error occurred while trying to configure this machine.  
    Down below in the Detailed operation results, it displays:
    ADRepository.CreateTopContainer
    I am guessing I haven't cleared out something in Active Directory, but I'm not sure what that is.
    In my research, I found suggestions for deleting everything under ProgramData\Microsoft\ADFS, but I don't believe I can do that since I am still relying on the ADFS 2.0 installation until I can cut over.
    Any help would be much appreciated.
    Regards,
    David Collins

    ADFS 2.0 uses IIS and so the installation is under /inetpub/adfs/ls.
    There's also a backup here:
    ADFS : Restoring / re-installing ADFS v 2.0.

  • Workflow - User decision step with checkboxes

    Is it possible in standard steps to give the user step of decision, but with options with checkboxes, for example 3, so that he can check or uncheck any of them?

    Thanks, I started making on my own the method of custom business object with screen and so on.
    thanks

  • Workflow notification mailer hangs with status starting

    Hi,
    I found that workflow notification mailer process had failed to start. I started it manually by selecting the start option from drop-down box. Now the status shows as starting, and has not at all changed. On selecting the refresh option from drop-down menu, the next page errors out as invalid status.
    Has anyone faced this issue. Thanks in advance.
    Thanks,
    Jay

    Hi,
    Found the solution. The problem was with the IMAP and SMTP server configuration. Gave the correct names and it started working fine.
    Jayant

Maybe you are looking for

  • Cd drive on imac

    My iMac is not quite 4 years old and I had trouble with the cd burner from the first two months after purchase. It was replaced but now my Apple care has expired and the cd player/burner is not working again. Has anyone else had trouble with this iss

  • My iphone 3Gs has gone into recovery mode after updating via itunes..help..

    I plugged my iphone 3gs into itunes yesterday and it started to update the software - presumabley to 10.5? - came back to it an hour later and it was displaying an image of a usb cable and itunes symbol which i now undertand means its gone into recov

  • Does anyone knows how to highlight every other row in numbers mac

    Does anyone knows how to highlight every other row in numbers and are there any good tutorials out there???

  • Creating Group Functions

    I wish to create package functions that I can use in normal SQL to calculate on the values of a column from multiple rows, like max() does. I am not sure if this is even possible in Oracle 8i or 9i. Specifically, I want three functions: - FIRST( valu

  • Delete few child objects of One to Many relation.

    Hi we have the follwoing relation. Employee -> Addresses One employe is having 5 addresses. Now we need to delete 2 addresses for this employee. Can any one suggest the best way to do this in my java program. regards Ram kumar