Wait until the session has been processed

Hi folks,
I have a report in which I create and trigger an SM35 session. I use RSBDCSUB report to do the same.
Now, is there anyway to wait until the session has been processed? I mean, I need to do a few things in the report only after the session has been processed.
Thanks
Sagar

Hi,
You could try checking the job status (table TBTCO) inside a DO or WHILE loop.  To pause up to 5 seconds between your lookup on TBTCO, you can call function module 'RZL_SLEEP'. 
If checking TBTCO does not work out for you, you can try the same loop logic with a call to function module 'ENQUEUE_BDC_QID' instead of looking up the job status.  If the enqueue has been released then the job has finished.
Regards,
James G.

Similar Messages

  • "Please wait until your phone has been activated"

    I got a refurbished phone from Asurion and it took a while to activate originally. I was able to connect to wifi, add a google account, start updating some apps. I restarted the phone and now its stuck on "Please wait until your phone has been activated" I used the sim card that was included with the phone from the larger red card. Is there any way to reset it or activate it now?

    Snn5 speaks the truth, your sim will need to be activated. If you are the kind of person who prefers to do things on your own, though, there is one more option. If you've already created a myVerizon account, sign in to that, and there will be a box around the top middle that will ask you what it is that you want to do. In this box, type "activate or switch device" and it will lead you through the process.

  • OpenDocument ReportPart (The session has been logged off or has expired)

    Hello,
    We are using OpenDocument-Links to embed 3 Report Parts in a single HTML site of the company.
    It works normally the first time, but after refreshing the site we get the error „An error occurred: Unable to reconnect to the CMS AbC. The session has been logged off or has expired. (FWM 01002)”.
    I think the problem is that 3 user sessions are opened at the same time, but should this be a problem?
    We have configured Windows SSO btw., so no login is needed.
    Any ideas? thanks!

    We discovered when we are using Google Chrome, where SSO is not supported, it works always.
    Any ideas what yould be the problem here with IE and SSO? We are using an iFrame for each report part. When we open the 3 report parts in 3 different browser windows it works, but not when we embed the report parts as iframes in a single html site.

  • How can I delay my MBP from hibernating until the lid has been closed for a set period of time?

    After extensive research, I have been unable to solve this problem and I'm hoping someone can explain this to me.   Everytime I close the lid on my 13-inch, Early 2011 Macbook Pro, it immediately starts to write to disk (solid light on the front) for several seconds until it finally goes into Hibernate mode (flashing light on the front).  The problem is, I frequently close the lid, then immediately reopen it within 15-30 seconds to resume typing or to add something I may have forgotten.   Each time I reopen the lid before the light has started flashing, the MBP wakes for a moment, and allows me to resume typing.  However, the Hibernation process has already begun and within 30 seconds, the screen goes blank.   I have to wake it AGAIN, which is very annoying.
    Based on my research, I could use pmset to change the hibernatemode to 0 (it is currently set at 3).   However, I dont wish to disable hibernate mode completely; I DO want it to save a hibernation image to disk if it happens to run out of battery, so that when I resume I havent lost anything.   
    I then researched using standby and standbydelay to attempt a delay of the write to disk when going into standby mode.   According to the pmset manual:
    standby causes kernel power management to automatically hibernate a machine after it has slept for a
         specified time period. This saves power while asleep
    standbydelay specifies the delay, in seconds, before writing the hibernation image to disk and powering
         off memory for Standby
    I then set these values as below, expecting the laptop to wait 4200 seconds (70 minutes) before trying to write to disk when I close the lid:
    standbydelay         4200
    standby              1
    Unfortunately, that did not work either.   If I close the lid, the light glows solid immediately (indicating it is writing to disk), and if I try to reopen the lid before it is done, it will wake and seem fine, then 30 seconds later it goes blank right in the middle of me typing something.   I usually have to click the mouse several times, or even the power button to re-wake it.  
    I do have InsomniaX installed, for when I want to close the lid and keep the machine awake permanently (while watching videos on airplay) and I have tried quitting that application to test this.  However, when I close/reopen the lid..the result is the same.   I cant keep InsomniaX enabled all the time, because it will never go to sleep when I truly want it to.   If I am not using InsomniaX, I just want to delay hibernation until he lid has been closed for a set period (say 15 minutes or more).  If I have not reopened the lid within that time, I want it to write to disk and go into hibernation mode.  And if the battery runs all the way out, I want it to go into hibernation mode before shutting down so I can recover.
    I would appreciate any help in solving this problem.  Also any insight as to why the standbydelay setting above did not work.   Thanks!

    Whats with the MBP lid? Dont close it ... if you're so concerned! Just go to System Preferences/Energy Saver and set it to how you like it.

  • LSMW - Sending E-Mail about errors after a batch input has been processed..

    Hi All,
    I have a requirement in LSMW. The LSMW has to send an e-mail to a distribution list after all records are read and posted through LSMW i.e, if the method used is Batch Input Session then an e-mail has to be sent to a distribution list after the Batch Input Session has been processed. Kindly help me regarding this..
    Regards,
    Mahesh

    Hi,
    You can trigger an event once all the records are being processed and use that event to start the workflow. From workflow you can send mails to the initiator of the Batch session.
    Regards,
    Sumalatha

  • How to wait until the 1st part of the processing is done

    Hi,
    I had a hard time to combine two parts of processing in one .vi file, and thus would like to get some advice/help through the forum.
    Attached is the partial finished vi file I made. You can see that it is composed of two parts. The upper part is to run a bat file (check_result.bat), which generates a result.txt file. The lower part is to use the result.txt file as an input file, and check if the key word called "test case passed" is included in the result.txt file or not. So I want to run the upper part firstly, and then run the lower part after the upper part is finished.
    However, I don't know how to connect the two parts in a right way that the lower part only starts running after the upper part is finished. Any comments/help is highly appreciated.
    Thank you in advance.
    Xuedong 
    Attachments:
    question.vi ‏49 KB

    The magic of dataflow!
    All you need is a data dependency between the two parts. Often critical parts of each section contain error terminals, so you can just string em along in the proper order and each part must wait until the previous node has finished.
    In your particular case, the read operation has no error input, so you can recruit any other input. Create a fake data dependency by strategically placing a small sequence frame containing common code. The sequence cannot start until all code that provides imputs has finished, serving your purpose.
    Of course it seems silly to even try to read the file if the previous node failed. Right? So simply place the second part inside a case and hook it up to the error output. Now the second part (1) waits until the first part has finished AND (2) execute only of the first part succeeded. No sequence needed.
    All clear?  
    Message Edited by altenbach on 02-07-2007 02:34 PM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    dataflow.gif ‏4 KB
    dataflow2.gif ‏4 KB

  • TAF: instead of waiting, ORA-00028: your session has been killed

    I'm testing the ability of our application to work with a RAC cluster.
    When I stop a node with the command:
    srvctl stop service -d DB_UNIQUE_NAME -s SERVICE -f, I expect that the driver will try to reconnect transparently without notifying the application.
    In some circumstances, the application may receive errors in the range ORA-25400 - ORA-25425, but the reconnect should be automatic anyway.
    This is the case, mostly.
    But the last time when I stopped the node, 9 of 10 threads of our app began to wait for the driver's reply (as expected). And one thread instantly received the error: ORA-00028: your session has been killed
    The subsequent attempts to use this connection failed with: ORA-01012: not logged on
    tnsnames.ora:
    PPB_RAP.EXASTAG.PIOSCS =
      (DESCRIPTION =
        (CONNECT_TIMEOUT=4)(TRANSPORT_CONNECT_TIMEOUT=3)
        (ENABLE=BROKEN)
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = sdm2-scan.it.bwns.ch)(PORT = 1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = sdm1-scan.it.bwns.ch)(PORT = 1521))
        (LOAD_BALANCE = yes)
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = PPB_RAP.EXASTAG.PIOSCS)
          (FAILOVER_MODE =
            (TYPE = SELECT)
            (METHOD = BASIC)
            (RETRIES = 180)
            (DELAY = 5)
      )Client: 11.2.0.1.0 32bit
    Server:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options

    940607 wrote:
    What does it mean?http://www.lmgtfy.com/?q=oracle+TAF+DML

  • My iMac suddenly no longer connects to wifi network when in KIOSK (username) mode, and only connects when as ADMINISTRATOR mode. Its strange because the iMac has been working fine in KIOSK mode for over a year until 2 days ago.

    My iMac suddenly no longer connects to wifi network when in KIOSK (username) mode, and only connects when as ADMINISTRATOR mode. Its strange because the iMac has been working fine in KIOSK mode for over a year until 2 days ago.

    One of the memory cards was indeed faulty, and the other completely fine
    Thanks very much for all your help!
    Although there is one little thing that I've noticed. The iMac works properly, but I tried to software update to see if that may help my Minecraft sound issue (as I still don't think only having 2GB instead of 4GB would cause such a problem) but the software update application won't work. Running the "Software Update" from the apple menu on the toolbar gains no response, nothing happens. If I run the software update from  system preferences, the application icon appears for a second, then disappears (as in the blank app. icon, the blank canvas with the pencil, pen and ruler in the bottom right corner). It does this every time I try to run it. It did work when the computer was crashing, but this started when on one of the occasions I ran the app. while it was crashing. Since this occured during the crashes, and still occurs now, I'm wondering did something simlar happen minecraft, as it's sound disappeared during the crashes and is still gone now.
    However, the computer is now working again without crashes, which is the main thing, thanks for helping me fix the issue
    Edit: I would mark the topic as solved, but I'm unsure if this would lock the topic or something simlar, so I'd rather leave it open for any ideas regarding the software update and Minecraft issues I'm having

  • I've ordered a book from iPhoto 3 times.  Last order was W29631918.  It says the order is accepted and being processed and then about 4 days later tells me the order has been cancelled.  If I call the help line it tells me the order has been cancelled and

    CLICK.  I've never had any problem like this with Shutterfly, ever.  And Apple gives you no other explanation.  CLICK.  That was my last Apple order.  What a waste.  Maybe someone from Apple can tell my why they do this.  It was for Christmas and I started ordering November 5 and waiting for it to be delivered each time.  This last one I followed and it even told me that the order had been processed and could not be cancelled.  The proprietary company.  Now I'm sorry I started using iphoto.  I'll redo the project with Shutterfly but I'm wondering if Apple treats many of its customers like this.

    i had the same problem .. and the worse is that i am from middle east where we can not get any help from apple.
    like if apple is only for some countries not for all world.
    what happened then? have you ever know what was the problem?

  • Cannot create a session after the response has been committed (Tomcat 6)

    I'm getting a rather annoying error when I try to open a pretty basic JSP page.
    I'm rather new to the whole JSP scene, so I'm following the example found on pages 287 and onwards in "JSF in Action - Manning" in case anyone wanted to check my code against the source.
    I've searched for about 4 hours now, coming back to this site a couple of times, once reading about writeouts and stuff. But I'm not really sure this is the issue in this case and if it is, where exactly the problem lies.
    I've already fixed a number of errors I got (jtsl.jar and standard.jar missing etc...) but this particular problem is driving me (and my co-workers for that matter :-) ) up the wall.
    Anyone willing to help me out here?
    Error:
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: Cannot create a session after the response has been committed
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:152)
    root cause
    java.lang.IllegalStateException: Cannot create a session after the response has been committed
         org.apache.catalina.connector.Request.doGetSession(Request.java:2301)
         org.apache.catalina.connector.Request.getSession(Request.java:2075)
         org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:833)
         org.apache.myfaces.context.servlet.SessionMap.setAttribute(SessionMap.java:53)
         org.apache.myfaces.util.AbstractAttributeMap.put(AbstractAttributeMap.java:103)
         org.apache.myfaces.util.AbstractAttributeMap.put(AbstractAttributeMap.java:35)
         org.apache.myfaces.application.jsp.JspStateManagerImpl.saveSerializedViewInServletSession(JspStateManagerImpl.java:523)
         org.apache.myfaces.application.jsp.JspStateManagerImpl.saveSerializedView(JspStateManagerImpl.java:358)
         javax.faces.application.StateManager.saveView(StateManager.java:47)
         org.apache.myfaces.application.jsp.JspViewHandlerImpl$StateMarkerAwareWriter.flushToWriter(JspViewHandlerImpl.java:387)
         org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:322)
         org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:41)
         org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:132)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
    Source Code of login.jsp:
    <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
        pageEncoding="ISO-8859-1"%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <f:view>
    <html>
    <head>
         <title>
              <h:outputText value="ProjectTrack"/>
         </title>
    </head>
         <body>
              <table>
                   <tr>
                        <td>
                             <h:graphicImage url="/images/logo Skillteam.jpg"
                             alt="Welcome to ProjectTrack"
                             title="Welcome to ProjectTrack"
                             width="435" height="120"/>
                        </td>
                   <td>
                        <font face="Arial, sans-serif"
                        size="6">
                        <h:outputText value="ProjectTrack"/>
                        </font>
                   </td>
                   </tr>
         http://forum.java.sun.com/post!default.jspa?forumID=45#
    Click for bold     </table>
         </body>
    </html>
    </f:view>
    web.xml & faces-config
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xmlns="http://java.sun.com/xml/ns/javaee"
         xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
         <display-name>ProjectTrack</display-name>
         <welcome-file-list>
         <welcome-file>faces/login.jsp</welcome-file>
         <welcome-file>index.html</welcome-file>
         </welcome-file-list>
         <servlet>
         <servlet-name>Faces Servlet</servlet-name>
         <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
         <load-on-startup>1</load-on-startup>
         </servlet>
         <servlet-mapping>
         <servlet-name>Faces Servlet</servlet-name>
         <url-pattern>/faces/*</url-pattern>
         </servlet-mapping>
    </web-app>
    <?xml version="1.0"?>
    <!DOCTYPE faces-config PUBLIC
    "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN"
    "http://java.sun.com/dtd/web-facesconfig_1_0.dtd">
    <faces-config>
         <navigation-rule>
              <from-view-id>/login.jsp</from-view-id>
              <navigation-case>
                   <from-outcome>success</from-outcome>
                   <to-view-id>/inbox.jsp</to-view-id>
              </navigation-case>
              <navigation-case>
                   <from-outcome>failure</from-outcome>
                   <to-view-id>/login.jsp</to-view-id>
              </navigation-case>
         </navigation-rule>
    </faces-config>Setup:
    Eclipse Europe 3.3.0
    Tomcat 6.0.13
    MyFaces 1.2
    JRE 1.6.0_02

    When searching for this error, this was the first page google gave me. I found the answer and just in case anyone else stumbles in here with the same question I thought I'd share my findings.
    Unfortunately, if your problem is the same as mine, you're going to feel pretty silly. I was navigating to the wrong page. If MyFaces(when running tomcat) tries to resolve to a page that doesn't exist, the error given above is what happens.
    In my case I accidentally put my .jsp page into the wrong directory and ended up banging my head against the wall for an hour figuring that out. Hope this helps someone.

  • I am Greek. I downloaded a film from ipad but for the last days it has not been downloaded and the status is "waiting".the charge has been made to my credit card. Does any body knows?

    I am Greek. I purchased a film from ipad but for the last days it has not been downloaded and the status is "waiting".the charge has been made to my credit card. Does any body knows?

    something other is dowloading somewhere on ipad

  • The sound has been working fine until now. I turn the volume up but no sound. What could be causing this and how do I fix it? Thanks so much.

    The sound has been working fine until yesterday. I turn the volume up but no sound. Not while playing games or with key taps. What is causing this and how can I fix it? Thanks so much.

    I did a search for "no sound" and found the solution. Thanks for the info.!

  • Hi, I purchased Acrobat Standard XI and received a mail thatthe order has been processed. Installation was fine, but I didn't receive the serial number.

    Hi, I purchased Acrobat Standard XI and received a mail thatthe order has been processed. Installation was fine, but I didn't receive the serial number.

    If you purchased a subscription, there is no serial number. Sign in with your Adobe ID to license the software.

  • No more than 1 sessions at a time are allowed. Please wait until open sessions expire.

    I have been unable to log into my Actiontec MI424WR router this week, The router returns the message "No more than 1 sessions at a time are allowed. Please wait until open sessions expire." every time I try to log in. This has been going on for days.  Even pulling the power to reboot it did no change.  I'm the only user in the household that would log into it, so I don't understand how this could occur.  How can I get in?
    GLN2

    I really don't want to do a hard reset as I have a handful of custon port forwarding rules that I had created. I'm not a wiz at that, so it would take me too much time to re-create!  I may have no choice. Next time I can get in I will try the backup of the config file. I hope it contains the port forwarding rules.
    The backup function should work fine, I have used it to save my Steam port  forward rules to my hard drive, after a pin hole reset I was able to restore successfully. I did configure mine to 1 session & ALWAYS   logout when I am done.  I have never had any problems logging into the router. But in your case you may need more than 1 session allowed.
    Are you using a native or 3rd party app to remember your router ID/password? IF you are do not do this, you are "defeating" the built in security of the router
    If a forum member gives an answer you like, please give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem. Thanks !!!
    http://forums.verizon.com/t5/Verizon-net-Email/Fix-for-Missing-Inbox-sent-folders-etc-with-Internet-Explorer-11/m-p/647399

  • HT1414 using Windows 7 OS, I had downloaded the new ioS 6 and started the update on the iPhone 4 and everything was going routine until the phone had been going thought what I though

    I attempted to update my iPhone 4 from ioS 5 to ioS 6 from iTunes on my laptop using Windows 7 OS, I had downloaded the new ioS 6 and started the update on the iPhone 4 and everything seemed to be going routine until the phone had been going thought what I though was the update process, when an error window opened up and it said that an error had occured and the iPhone 4 could not be updated. I have never had a problem like this before and it caught me off guard and I did not note all the information in the error window, but it did not appear to indicate anything other than that I would have to abort the update and did not think it would be that big of a problem. I tried to disconnect the phone and was going to do the update at a different time when I could investigate what the problem was. However I could not get iTunes to recognize the iPhone 4 after this and still cannot. After rebooting the laptop a few times and also trying to reset the phone a few times as well, I just have a dead phone. The iPhone 4 just has the image of a USB cable with an arrow pointing to an icon for iTunes. I have tried to get iTunes to recognize the iPhone, but cannot get it to. I am unable to do anything else with the phone. It seems like the phone is in a state where it does not have enough software loaded to do anything or I don’t know how to get it to. Any suggestions how I can get my iPhone 4 back into service. Note: iTunes still recognizes my iPad and iPods, so iTunes seems to be okay to me. Craig

    I had this problem on my iPod Touch 4g. Just press the home and sleep button. Wait and it will give an iTunes and cable logo. Now you can put in DFU mode (Hold Sleep and Home button 10 seconds and then release the power button kand keep pressing on the home button.) Now you will be able to restore it in iTunes.
    If you didn't sell it in al this time

Maybe you are looking for

  • My iphone 4 will not connect to the internet is says i have no plan, but i do.

    My iphone says i have no internet plan, but i do. I called sprint and we tried everyway to make it work and it wouldn't.  It still says 3g on top but it just won't connect.  The only way it connects is if i connect to wifi.

  • Error to start the Admin Server of WebLogic

    Hi to everybody: I have a problem when I running the Admin Server of WebLogic, this is the message: ** Setting up SOA specific environment for win... PATH=C:\Oracle\MIDDLE~1\HOME_1~1\patch_wls1033\profiles\default\native;C:\Oracle\MIDDLE~1\HOME_1~1\p

  • WebUtil production release and support

    Hi I've been trying to find a release date for forms 10g patch 1 which is supposed to contain a production release of WebUtil. I have found many different dates, all of which have passed already and yet there seems to be no product available. Can som

  • I am not able to sync anything from itunes.what knowts the mater i don

    guys i m not abl to sync any data from my pc to my ipod also wifi is not working on my ipod.i am in a fix.

  • Can not open MS word docs

    I have an emac running 10.2.8, two users, when i sign in and try to open a word document from the desktop a window opens and says i can not open the document because it's in use by another user. I created this document and the other user has not sign