Wait activity not getting expired

Hi All,
I have included a "wait" activity in my BPEL process. It will wait for 30 min. The time has expired, even then it is waiting in the same state and the flow is not proceeding futher. Kindly help me in resolving this issue.

Please recheck ur wait activity. Default time which comes in wait activity is one day.
So please make sure that u have removed that 1 while specifying the wait time

Similar Messages

  • Client Session Not getting expired in OBI EE 10.1.3.4.1

    Hi All,
    I haave placed the below tag in the instanceconfig.xml file, but the client session is not getting expired.
    Can you please help me on the same.
    Our test environment OBI is enabled with the Site minder SSO.
    <ClientSessionExpireMinutes> 60</ClientSessionExpireMinutes>
    Thanks in Advance
    Siva

    Siva,
    There can be many factors for this: 'ClientSessionExpireMinutes'
    Defines the length of idle time that can pass before Oracle BI Presentation Server removes the user's client (browser) session information from its memory. This session includes user-specific state information such as request cache - dashboard page state - subject area information -connection information - and so on.
    Make sure while testing you are not doing anything on OBIEE browser window i.e. its idle
    Also, try to increase the minutes to say 240 and check how much time it takes ...??
    This shud solve..as this is very common problem with such tags..its not 100% guranteed !!

  • Callback activity not getting invoked in Async BPEL

    Hi
    I have an Async BPEL process which uses correlations.I have a receive activity in the middle using the correlation.
    When executed the BPEL gets invoked and waits during the receive activity and proceeds further when the service is hit with the required correlated data also but the problem is the process does not get into completed state.When viewed from the BPEL console it shows all the activites upto Call back client but not the call back activity.The other activities get executed properly without any error.
    One more point i would like to mention here is another Sync BPEL is invoking this process [The Sync BPEL just invokes and proceeds further without waiting for any result from the Async process.]
    Need Urgent help on this plss.
    Vamsi

    Hi Peter,
    Thanx for your reply. Actually i tried putting Java embedding activity [with checkpoint()] before and after the call back activity. When i execute the same it comes upto the java embedding which is before the call back and just hnags there. The status of the bpel is also shown as Active.
    Any more help pls..
    Vamsi

  • User not getting Expired.

    Hi All.
    I am new to oracle and facing some issues, which needs to be solved soon. Please guide.
    I have created a profile on my DB -
    CREATE PROFILE Test_Profile_1 LIMIT
    PASSWORD_LIFE_TIME 3
    PASSWORD_GRACE_TIME 2;
    And i am setting this profile to some of the users.
    The users were created very long back in 2008 -09.
    I want their password to be expired in 3 days and then get them into grace period so that they can change their password. (However i can expire their password at one go - but this is not the requirement).
    I executed the below query after creating the profile -
    ALTER USER ABAKLAN PROFILE TESTPROFILE_1;
    ALTER USER AGARGSA PROFILE TESTPROFILE_1;
    ALTER USER AJAHARA PROFILE TESTPROFILE_1;
    To verify that my profile has set correctly i used :
    select username, account_status , profile, expiry_date from dba_users;
    Now what is happening the expiry date has not been set for the above users .
    USERNAME ACCOUNT_STATUS PROFILE EXPIRY_DATE
    ABAKLAN OPEN TESTPROFILE_1 25-JUL-08
    AGARGSA OPEN TESTPROFILE_1 14-FEB-09
    AJAHARA OPEN TESTPROFILE_1 16-OCT-09
    I want them expired 3 days after i set the profile.
    Please tell me where i am wrong in creating the profile. I want old users to get expire after 3 days. In this case expiry date is not changing.

    I don't use Toad , but I would think it world work the same way. Sqlplus works as expected:
    SQL> select limit, resource_name, p.profile, expiry_date
      2  from dba_users u, dba_profiles p
      3  where u.username = 'TEST' and p.profile = u.profile
      4  and resource_name in ('PASSWORD_LIFE_TIME','PASSWORD_GRACE_TIME');
    LIMIT                                    RESOURCE_NAME
    PROFILE                        EXPIRY_DA
    1                                        PASSWORD_LIFE_TIME
    TEST_PROFILE_1                 25-DEC-11 <-- this account's password was set a couple days ago
    2                                        PASSWORD_GRACE_TIME
    TEST_PROFILE_1                 25-DEC-11
    SQL> conn test/test
    ERROR:
    ORA-28002: the password will expire within 2 daysIs it possible that the account has already passed the grace period?
    Note what happens to the expiration date for TEST when I reset the password.
    SQL> password
    Changing password for TEST
    Old password:
    New password:
    Retype new password:
    Password changed
    SQL> conn test/test
    Connected.
    SQL>
    SQL>
    SQL> conn / as sysdba
    Connected.
    SQL> select limit, resource_name, p.profile, expiry_date
    from dba_users u, dba_profiles p
    where u.username = 'TEST' and p.profile = u.profile
    and resource_name in ('PASSWORD_LIFE_TIME','PASSWORD_GRACE_TIME');
      2    3    4 
    LIMIT                                    RESOURCE_NAME
    PROFILE                        EXPIRY_DA
    1                                        PASSWORD_LIFE_TIME
    TEST_PROFILE_1                 24-DEC-11
    2                                        PASSWORD_GRACE_TIME
    TEST_PROFILE_1                 24-DEC-11

  • Inbound Activity not getting created with Campaign Response

    Dear Experts,
    I am working in a scenario where we are using Campaign Automation for sending Email Survey to business partners.
    Mails are reaching the BPs, survey response also coming to the survey tables, But the Inbound activity is not getting created in the system.
    I am using standard Transaction type ''0000'' for inbound activity. . which is ''Appointment'' and Category type ''Date'',  direction  ''inbound''
    The Action profile for this activity is Campaign_Automation_Activity. . .
    I have done questionnaire determination is customizing too.. .
    Am I missing a something??
    Some linking of this Activity with Campaign element?
    Please suggest!!

    Hello Naresh,
    Thanks for the reply, but can u explain me in details.
    1. I am using the MKTCA PBO n PAI,
    2.I have checked the BAdI CRM_SVY_MKTCA_PAI and checked the Transaction type ''0000'' hardcoded, so using the same Transaction type,  the Category is hrdcoded as ''002''
    3. Transaction type ''0000'' is active.
    Please suggest?

  • Wait Activity not waking-up on time

    Hi,
    We have several flows that utilise Wait Activities to wait until a specific time. Occassionally we have noticed that the flow remains within the Wait Activity after the wait time has passed.
    A specific example occurred today where at "2009/10/20 09:06:25" the Wait started with expiry time of "2009/10/20 11:47:55" - it is now 20/10/09 12:16:26, and flow is still within the wait. Given enough time I know the flow will awake, but I am unsure how to investigate the cause.
    we on BPEL version 10.1.3.1.
    Thanks - Anit

    Anit, This might have been happening because of heavy load on bpel server. Pls refer to metalink doc ID 561172.1

  • Spool Requests in Waiting not getting deleted by RSPO0041 or RSPO1041

    Hello Experts,
    We are currently running report RSPO0041 in our system to delete old spool requests, this report is running fine and deleting other spool requests except in status "waiting".
    I have also done test run with RSPO1041, but even though the requests in the status waiting are not getting deleted. The only option I have is to delete it by SPAD.
    The issue I have is that, the output device is not defined for a set of users, due to which their requests are picking up Frontend printing which is not possible which is the cause large number of requests are going in status waiting.
    We are not in a position to define output device for such users. 
    My question here is: Do we have any other option in above reports to include the spool with status waiting?
    Your valuable advice needed. Thanks in advance.
    Regards,
    Amit

    Hi Amit,
    What is the option you are selecting in both of these reports? Make sure you have selected "in processing" and "without output request" in rspo1041 with the corresponding dates, then I am sure it will get deleted.

  • Wait activity does not expires after giving time frame

    Hi all,
    We are using SOA suite version 11.1.1.5. In our process, we use a wait activity so that the process will wait for a certain time frame (say 1 min) and again proceeds when the wait activity time expires.
    The above process was running successfully for some months. But suddenly the instances are getting stopped in the wait activity and they are not proceeding after the given time.
    The audit trail shows wait activity pending. And the wait activity does not expires even after the respected time.
    Kindly suggest the possibilities of this scenario.
    Regards,
    Gopi

    Hi Gopi,
    You can look at the logs to see if there are for any errors/warnings during the wait activity execution.
    A possible explanation can be due to an error in a later on activity (like invoke or assign). If you have an error that you didn't catch, the process will try to rollback to the last dehydrate point (in your case the wait activity) and stuck there.
    Thanks
    Arik

  • I am using Vodafone at Delhi India with my Iphone 5S, 3g is activated with my number but i am not getting 3G signals iphone is also activated with vodafone but still waiting for 3G signals contacted vodafone but wasted my time pls help using APN www

    I am using Vodafone at Delhi India with my Iphone 5S, 3g is activated with my number but i am not getting 3G signals iphone is also activated with vodafone but still waiting for 3G signals contacted vodafone but wasted my time pls help using APN www

    Keep on talking to Vodafone and keep pestering them until you get a satisfactory answer.  Whether you get a 3G signal or not, is entirely the responsibility of Vodafone India because they are your carrier/phone company and nobody here can help you with that on a public user to user technical support forum.
    Contact Vodafone as they are the only ones who can help you.

  • Im not getting AD password expiration notices in Leopard

    Has anyone else having problems getting AD password expiration notices in AD environments on Leopard Macs? It used to work for me in Tiger, but Im not getting the warnings when I log into Leopard Macs. Entourage warns me, but the Login window isn't prompting me with the expected "Your password will expire in xxx days." All my Macs are running 10.5.2 in simple AD 2003 domain.

    I have a few 10.4.11 Tiger Macs and they DO work as expected - I get Active Directory password expiration notices at the Login window of my Tiger clients.
    Notes:
    Most of my users are local admins (don't ask why - long story)
    All of my users have managed mobile user accounts for offline access (laptop users etc)
    All my Macs are running 10.5.2. None of them can get AD password notices at the login window.
    All my Macs are bound to a simple AD 2003 domain. No big forest. 1 single domain.
    When I log into my AD domain from a Mac, I get a TGT from the KDC (which is an Active Diectory domain controller) as expected. Thus, Kerberos appears to be working.
    DNS works fine (forward and reverse lookups are resolving as expected)
    It used to work for me back in Tiger, but I'm not getting the warnings when I log into my Leopard Macs. Entourage 2004 and 2008 warns me about password expiration, but the OS XLogin window isn't prompting me with the expected "Your password will expire in xxx days."
    Message was edited by: Daniel Stranathan

  • Instance/activity not found, next expiration attempt

    Hi!
    i have process, where notification email is send, then it waits two days and sends another mail. Somehow happen, that one instance dissappeared from datastore and now i have in log of bpel domain the following entry every two minutes!:
    <2006-04-11 13:47:59,790> <INFO> <viphoneBreak.collaxa.cube.engine> <CubeEngine::expireActivity> Instance/activity not found, next expiration attempt (?/5) for activity "223877-BpWai0-BpSeq0.3-9" scheduled for "April 11, 2006 1:49:59 PM CEST"
    The mentioned instance (223877) cannot really be found. It's not problem, that the instance is lost (but i don't know why), but what matters, that every two minutes appears this entry in log file. Can this non-existent instance be somehow un-scheduled??
    Thanks a lot for help,
    Tomas

    Did you ever figure out how to kill the timer process?

  • Version 1 is not getting activated in PR and PO

    We are using release strategies for PR and PO, along with we have to activate Version Management, which we have already activated (Active Version and 0 Version).
    But now Version 1 is not getting activated in system only Version 0 is appearing in PR or PO, even after revoking PR or PO system is reflecting all the changes in Version 0. I have even taken print out of PO but new version couldnu2019t triggered. All the relevant fields have been mentioned in version relevant fields of PR.
    The entire required configuration has been done, I have gone through whole forum many members have encountered the same problem but solution is not provided to any one. Kindly suggest in this regard.
    Full points will be awarded.

    Amir Hassan wrote:
    We are using release strategies for PR and PO, along with we have to activate Version Management, which we have already activated (Active Version and 0 Version).
    >
    > But now Version 1 is not getting activated in system only Version 0 is appearing in PR or PO, even after revoking PR or PO system is reflecting all the changes in Version 0. I have even taken print out of PO but new version couldnu2019t triggered. All the relevant fields have been mentioned in version relevant fields of PR.
    >
    > The entire required configuration has been done, I have gone through whole forum many members have encountered the same problem but solution is not provided to any one. Kindly suggest in this regard.
    >
    > Full points will be awarded.
    Amir Hassan wrote:
    We are using release strategies for PR and PO, along with we have to activate Version Management, which we have already activated (Active Version and 0 Version).
    >
    > But now Version 1 is not getting activated in system only Version 0 is appearing in PR or PO, even after revoking PR or PO system is reflecting all the changes in Version 0. I have even taken print out of PO but new version couldnu2019t triggered. All the relevant fields have been mentioned in version relevant fields of PR.
    >
    > The entire required configuration has been done, I have gone through whole forum many members have encountered the same problem but solution is not provided to any one. Kindly suggest in this regard.
    >
    > Full points will be awarded.
    Amir Hassan wrote:
    We are using release strategies for PR and PO, along with we have to activate Version Management, which we have already activated (Active Version and 0 Version).
    >
    > But now Version 1 is not getting activated in system only Version 0 is appearing in PR or PO, even after revoking PR or PO system is reflecting all the changes in Version 0. I have even taken print out of PO but new version couldnu2019t triggered. All the relevant fields have been mentioned in version relevant fields of PR.
    >
    > The entire required configuration has been done, I have gone through whole forum many members have encountered the same problem but solution is not provided to any one. Kindly suggest in this regard.
    >
    > Full points will be awarded.
    Amir Hassan wrote:
    We are using release strategies for PR and PO, along with we have to activate Version Management, which we have already activated (Active Version and 0 Version).
    >
    > But now Version 1 is not getting activated in system only Version 0 is appearing in PR or PO, even after revoking PR or PO system is reflecting all the changes in Version 0. I have even taken print out of PO but new version couldnu2019t triggered. All the relevant fields have been mentioned in version relevant fields of PR.
    >
    > The entire required configuration has been done, I have gone through whole forum many members have encountered the same problem but solution is not provided to any one. Kindly suggest in this regard.
    >
    > Full points will be awarded.
    Amir Hassan wrote:
    We are using release strategies for PR and PO, along with we have to activate Version Management, which we have already activated (Active Version and 0 Version).
    >
    > But now Version 1 is not getting activated in system only Version 0 is appearing in PR or PO, even after revoking PR or PO system is reflecting all the changes in Version 0. I have even taken print out of PO but new version couldnu2019t triggered. All the relevant fields have been mentioned in version relevant fields of PR.
    >
    > The entire required configuration has been done, I have gone through whole forum many members have encountered the same problem but solution is not provided to any one. Kindly suggest in this regard.
    >
    > Full points will be awarded.
    Dear Amir,
    in pr version management , control data :select version active,version 0 ok, & external ok. &
    field selection : reason required,short text req., requester req., external number & posting date are optional & save.
    even with release strategy there is no problem
    create a pr & save it.After release it. change the pr
    after u canfind the versions 0 & 1.
    in po version management , doc.category f doc.type nb pur.org xxxx ,control data :select version active,version 0 ok, field selection : reason required,short text req., requester req., external number & posting date are optional & save.
    go to Set Up Change Displays as per standard nb is already there no need to change & category is blank
    in category u have to maintain f(is for po) & save it.
    create a po & save it.After release it. change the po
    after u canfind the versions 0 & 1.
    Regard's
    Raj.

  • Portal Activity Report is not getting updated properly

    Hi,
    I have created a test portal activity report with the Reporting type set as Page/iView activity.  I have added five iViews in this including a yahoo search URL iView.  The reporting period interval is set to Fixed Period with the date range that spans for around 10 days.
    The issue is, even after hitting these iViews several times, I don't see the portal activity report getting updated.  Only for the yahoo search, I can see no. of Users as 1 and no. of Hits as 4 as a previous day report (today being friday, I could see thursday's yahoo iView report).
    Here are the pre-liminary settings that I've done:
    1. All the iViews have the 'Monitor Hits' as 'true'.
    2. The Activate Data Collection is set to 'true' in the 'DataCollectionHook' that is available under com.sap.portal.activitydatacollector Service
    3. The properties viz., Activate Portal Activity Report, Gather iView statistics, Page statistics..etc are all set to 'true' in the ActivityReport Service
    4. I could see that the last aggregation time (in GMT) keeps changing every one hour without any problem.
    Any help would be appreciated.
    Thanks in advance!
    Regards,
    Yuvaraj SG

    Hi Raghu,
    I tried as per your suggestion.  At first, I thought that it's working.  But, the report came out only for one day (thursday's report) and there weren't any more reports after that.  So, I don't think this approach is working in my case!  Moreover, for me the requirement is that the iViews have to be in some other portal roles and the Activity Report iView will be in a different portal role.
    So, I am currently checking the SAP Note 1084379 as Sandeep has quoted.
    Thanks for your help!
    Regards,
    Yuvaraj SG
    Edited by: yuvaraj s g on Jul 13, 2009 8:09 PM

  • I am in Saudi and trying to download navigon middle east. Every time I try to buy the app it will show up, says waiting and disappears. How can I get around it and not get lost on these crazy roads?

    I am in Saudi and trying to download navigon middle east. Every time I try to buy the app it will show up, says waiting and disappears. How can I get around it and not get lost on these crazy roads?

    I recently purchased a second hand new macbook air, although it was second hand to me the previous owner had never actually turned it on.
    Something doesn't make sense here, though I'm not saying the previous owner is lying....
    Time to send your serial # to iTS and let them see what's happening here.
    iTunes Store Support
    http://www.apple.com/emea/support/itunes/contact.html

  • Is there a way to stop the OS from switching to a newly opened app?  I would like to be able to continue what I'm doing while I wait for an app to launch and not get interrupted by a forced entry into the app.

    Is there a way to stop the OS from switching to a newly opened app?  I would like to be able to continue what I'm doing while I wait for an app to launch and not get interrupted by a forced entry into the app.
    As an example, I'm going to my email in safari, while I wait for it to load, I open an excel document, and the OS decides excel should be the front app, so I go back to safari so I can enter my login info, but halfway through my password the OS decides that excel is where I should finish typing my password.
    VERY ANNOYING.  Can I open apps in the background?

    Thank you everyone for the suggestions. J D, I'm not a terminal fan, but I'm sure it works.  I found a solution that I can use in the dock from another post. 
    Annoyed by Mac OS
    Works great and allows me to maximize those multitasking minutes.

Maybe you are looking for