Delay in loads

Hi All,
can you pleas tell me what might be the problme when the data is pulling from r3 to bw i am pasting the log from sm37 there is a delay of job from 7:42 and 9:52 am
Date       Time     Message text
05.12.2008 07:41:28 Job started
05.12.2008 07:41:28 Step 001 started (program SBIE0001, variant &0000000737525, user
05.12.2008 07:41:29 Asynchronous transmission of info IDoc 2 in task 0001 (0 parallel
05.12.2008 07:41:29 05.12.2008 07:41:29 *****************************************************************
05.12.2008 07:41:29 *          Current Values for Selected Profile Parameters
05.12.2008 07:41:29 *****************************************************************
05.12.2008 07:41:29 * abap/heap_area_nondia......... 2000683008
05.12.2008 07:41:29 * abap/heap_area_total.......... 4000000000
05.12.2008 07:41:29 * abap/heaplimit................ 40894464
05.12.2008 07:41:29 * zcsa/installed_languages...... DEJMN13
05.12.2008 07:41:29 * zcsa/system_language.......... E
05.12.2008 07:41:29 * ztta/max_memreq_MB............ 2047
05.12.2008 07:41:29 * ztta/roll_area................ 3000320
05.12.2008 07:41:29 * ztta/roll_extension........... 1048576000
*05.12.2008 07:41:29 ******************************************************************
05.12.2008 09:52:18 BEGIN BW_BTE_CALL_BW204020_E 3.226
05.12.2008 09:52:18 END BW_BTE_CALL_BW204020_E 3.22605.12.2008 09:52:18 BEGIN EXIT_SAPLRSAP_002 3.226
05.12.2008 09:52:18 END EXIT_SAPLRSAP_002 3.226
05.12.2008 09:52:18 Asynchronous send of data package 1 in task 0002 (1 parallel task
Thanks
Dp

Hi......
Due to this ur log is showing in that way..........in cse of Direct update first Extraction will happen........at that time log will not change............it will stop there only............at the end of the Extraction.......when first data packet will be picked..........again log will start changing...........and it seems that job is not doing anything.........we also sometimes get confused with this issue...........but nothing to worry about.....
Regards,
Debjani.......

Similar Messages

  • Serious delay in loading web pages, not network,  but  safari issue

    After my last software update, I am experiencing delays in loading web pages, 30sec-minutes on safari. This occurs rather frequently, I'd say about 20%-30% of the times I visit certain web pages.
    One example web location I noticed this happening is (but its not the only one):
    http://www.theweathernetwork.com/weather/caqc0363
    Once I visit this page, sometime it loads fine, other times it takes forever (the load indicator stays on in the tab). Also, once the delay occurs, opening up new widows or new tabs to ANY other address are also delayed. It seem like all of safari is stuck waiting for responses. (safari itself is still running ok, it is responsive and there is NO spinning wheel of death).
    It is not a network issue. Often while waiting for safari to load, I launch firefox, visit the same page and read, meanwhile Safri still loading, even after trying to refresh...I also do other network tasks, ssh, ftp, email with no problem.

    Thanx! The numbers didn't help me anything, but your post reminded me: I found the DNS numbers that my ISP had provided that I had put in the Ethernet TCP/IP section in Network Preferences, and just copied and pasted them into my airport TCP/IP section. Worked great!

  • Process Chain delayed to load

    hi Experts,
    am using BI 7.0(BW 7.0) my process chain is scheduled to run daily morning, it works fine, sometimes it gets delay in loading the data for even a longtime or stucks in the early start itself.Please help me in having a solution so that the process chain doesn't stuck or how to reduce the loadtime.
    thanks
    Sankaresh S

    One reason could be the system resources are maximum utilized when this process chain was about to start. If it's the case you can change the schedule time.
    You can check the Monitor screen - details tab for further information when it gets hanged and also check the job log / status of job in SM37 / any dumps recorded in ST22  ?

  • Delay in loading

    when i turn on my brand new macbook pro, it take a little longer than the begining to the start up to load. i just recently installed microsoft office for mac. does anyone think it's normal to have this problem?

    Hi,
    According to your description, my understanding is that when you add list item using JavaScript Client Object Model, the sp.js script delay in loading.
    I suggest you can use the function ExecuteOrDelayUntilScriptLoaded function to execute the function until the sp.js is loaded completely.
    Here is a code snippet for your reference:
    ExecuteOrDelayUntilScriptLoaded(Create, "sp.js");
    More information:
    https://msdn.microsoft.com/en-us/library/ff411788(v=office.14).aspx
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Too much delay to load new SWF after unloaded the current SWF

    Hi,
    In our application we are using more than 10 SWFs. While traversing one SWF to other trying to unload currently loaded SWF and loading the new one. We were success to unload the existing SWF but the problem is, taking too much time to load new SWF (more than 5 seconds). Please suggest a useful method to avoid this delay to get better performance.
    will get some idea from following code snippet.
    Thanks
    public function SwitchSWFs():void
                   if (null != SystemAgent.getInstance().currentSWFLoader)
                                    SystemAgent.getInstance().currentSWFLoader.unload();
                                    SystemAgent.getInstance().currentSWFLoader = null;
                                    trace("HomeUI : Previous swf unloaded!!!");
                    else
                    addChild(SystemAgent.getInstance().swfLoaderSecondSWF);
                    SystemAgent.getInstance().currentSWFLoader = SystemAgent.getInstance().swfLoaderSecondSWF;
    //will invoke from a button click
    public function LoadSecondSWF():void
                    SystemAgent.getInstance().swfLoaderSecondSWF.load(new URLRequest("Second.SWF"));
                    SwitchSWFs();

    Is the delay happening when you test locally?
    One thing you might try is to load any Loaders you have up front before they are needed so that there is a better chance they are ready to be added to the display list when called for.  So instead of having the button trigger loading the swf, you just have it call the switchSWFs function.
    Another thing you might try if you keep it where the button triggers loading the file is to assign an event listener for the Loader to detect when it has finished loading and then have that listener's event handler function call the switchSWFs function.  At least that way, the current swf is not unloaded until a replacement is ready and waiting.

  • Delayed image loading

    hi there
    I'm working on a project including a GUI with images.
    I'm loading image-files using Toolkit.getDefaultToolkit().getImage()
    and I display them with the drawImage()-method from the Graphics class.
    The problem is the following:
    The loading of Images in java seems to be delayed. And If images are displayed but not yet loaded, they are substituted by a grey rectangle. How do I ensure, that all Images are loaded?
    Thanks for your help

    Use a java.awt.MediaTracker, add the images to it and do waitForAll().
    Regards

  • Delay in loading of webdynpro iView

    Hi all,
    I have integrated a webdynpro view with portal (webdynpro iView). In webdynpro, the code fetches data from multiple backend systems and hence there is a slight delay in the loading of the iView (during which it seems as if the page is blank).
    Is there a way I could show in the iView, that the page loading is in progress so that a user waits to see the page?
    Thanks
    Anagha

    Hi,
    its true that if its the only view of the component it'll take time to load as there is database related issues and for the first view of a application the page loding sign does'nt come.
    whatever my understanding is if you can any how optimize you database related issues then it'll be helpful.
    else it'll take time for the ivew to load.
    Regards
    Anirban

  • Delay in loading web pages after airport express installation

    Hello, I had my intel imac hooked up to dsl directly through ethernet (PPPoE), and I had really fast internet browsing. I then got an airport express, hooked it up to create a wireless network, and it worked, except that, while loading a new web page in firefox, it has a delay of about 13 seconds before it starts loading the page (spinning circle showing in the tab). Once the first items appear on the page, its very very quick, but it just takes 13 seconds to start. Does anyone know what this means, and how I can fix it?
    Kenton

    Thanx! The numbers didn't help me anything, but your post reminded me: I found the DNS numbers that my ISP had provided that I had put in the Ethernet TCP/IP section in Network Preferences, and just copied and pasted them into my airport TCP/IP section. Worked great!

  • Long delay while loading a slide with a movie

    As in the topic. I use Keynote08 and have 40 sec movie in the slide. It takes about 30 seconds to load this slide, during this time nothing happens. I tried nearly all combination of formats/codecs, nothing works. This is a wonderful software, but I cant use Keynote for presentations while the public has to wait until the next slide loads.
    Any ideas...? Thanks in advance.

    Sorry, my mistake There was some element on the slide, which was copied from another place and had a 30s delay to appear... Well, you have to be careful always, Keynote is not so advanced yet to think for you

  • Delay in loading report on Vista Boxes when top margin set to 0

    I'm currently using Crystal Reports for Visual Studio version 13.0
    I have a problem when I programmically change any value on the report, I have a delay of 17 seconds or more - it seems to be loading the report.  I began seeing this problem when I modified the Page Settings -> Top margin to be 0.000 (originally the top margin was set to 1.153).
    This problem is only occuring on a group of Vista boxes (running service pack 2)

    It could be printer driver related. Try turning on the No printer setting in the page setup.

  • My css delays on loading a little bit...

    I do not know why my CSS is delaying a little bit when loading, so for a tiny milisecond, the page displays the HTML as it is without CSS ... what I should I verify not to get this ?

    a few things you can try:
    reduce domain lookups by combining combine all like file types to one external
    remove unnecessary and duplicate css rules
    compress your css and javascript files
    cache reused content and common files so they don't require a new downloads for months
    verify pages are w3c compliant and are as lean as possible to accomplish your design
    place your css as high in the head section as possible so it starts to load before other files
    you can use a css page loader so the page can finish loading before visitors see it (http://css-tricks.com/css-page-loader-example/)

  • Java.policy code delays JVM loading

    Hello All!!
    My java.policy code has 46 grant lines due to different permissions of different applets and servers.
    When I want to run some of this applets I've a delay of 90 seconds to load the JVM.
    I think I'm verifying that exist all of my servers in java.policy because i've a very high delay, but I think it wouldn't be that way.
    My questions are: will do I encrease the delay if I encrease the number of applets or servers? I'm working with JDK1.3, does anybody knows if this verssion is limited?

    Nowhere. Use the -Xbootclasspath option of 'java'.

  • Long delay when loading shell

    we have 2 test servers here we are using for one of our clients. In theory, both are configured the same, but we are experiencing a long delay (2 or 3 minutes) when login on to the machine.
    We get the delay when the shell is attempting to load. We get this issue if we login via ssh or if we do su - difuser.
    su difuser does not cause the delay.
    I've read about commenting out /usr/sbin/quota in /etc/profile, but that's not really an option for us.

    We found the issue and why un-commenting quota fixed it.
    We had a dead NFS mount. When the quota engin tried to check the quota on it, it would take forever to fail.

  • Delay in loading webpages!

    I recently started to notice (about 2-3 days ago) that the loading of a webpage was slower than normal. I started to investigate and realized that it was just when loading a webpage and that when I tried to download something or use internet in any other way the speed was the same as always. Let's say that I want to open Apple's web page, when I give the command to go to the webpage the blue status bar in Safari does not move for about 10 seconds. After that the web page loads perfectly and fast. I really don't know what has happened, there has not been any change to my network configuration or hardware, however about a month ago (way more than what the problem has persisted) I asked my ISP to change the Dynamic IP I had for a Static IP so I don't know if this could be influencing in something.
    My internet and router configuration is kind of complex (compared to normal use) becuase from the modem that my ISP provides I have connected a Linksys wired router set to "optain IP address automatically". The router is configured to assign a range of IP adresses to other hardware connected to it. To this Linksys router I have connected 3 other routers which are the ones in charge of making my whole house wireless. The routers are: 1 Aiport Extreme Base Station (Wireless N) and 2 Aiport Express (Wireless G). They are both set to "bridge mode" in order for the Linksys to provide all of the IP addresses used and the three Apple routers are configured to use DHCP automatically.
    I hope that the lenghty description of the problem and my network setup helps in order to solve my problem!
    Thank you very much!

    Search for open DNS or public DNS and you will find many to choose from.
    You can either enter it directly in the network preference pane on your Mac or you can enter it in the router and allow the router's DHCP service to push that to your devices.
    I put the DNS information in my router and it pushes it to all the connected devices.

  • Delay in loading web pages using wireless after 10.5.6 update.

    I've read the posts for the 10.5.5 updates, but I have been recently experiencing this problem after updating to 10.5.6.
    It is seemingly a DNS problem because of the delay in "Looking up" and "Waiting for" in Firefox, but I do not have DNSchanger trojan. I have done everything from entering the known DNS statically, dynamically, OpenDNS on either or both the router and laptop.
    I experience no problems at all when connecting to the router directly w/ an ethernet cable. And my download speeds, whether P2P or a large file through webserver is similar to what I experienced before the 10.5.6 update.
    I understand that it could be my ISP, but I was surfing fine less than a week ago. Is it merely a coincidence that I updated to 10.5.6? Any further suggestions?

    Thanx! The numbers didn't help me anything, but your post reminded me: I found the DNS numbers that my ISP had provided that I had put in the Ethernet TCP/IP section in Network Preferences, and just copied and pasted them into my airport TCP/IP section. Worked great!

Maybe you are looking for

  • Data transfer to sap R/3 with no standard IDoc

    Hi all, I have a situation where i need to transfer data to and fro between SAP R/3 system and an Oracle database. The data getting transfered is HR data. For this transfer there is no suitable standard IDOC which can be used. In this situation what

  • Collect hw counters

    I am running collect on a Niagara system and trying to get harware counter information, but all the counts are assigned to <Unknown>. For example I have run: collect -p on -h +dcm/0,hi program I get the routine timing information but all the d-cache

  • Extension panels, when minimized, dissapear when illustrator is reloaded

    Example; 1. Open kuler extension 2. Minimize the panel, so it only displays the Kuler Icon & the word "Kuler" 3. Close & Restart Illustrator Kuler is now gone, it needs to be manually called back again. The exact same problem occurs with FreegridUI p

  • Dreamweaver CS4 - Existing Site Name Changed in Manage Sites

    Please help me! I have an existing site name from Manage Sites become slightly different site name from original. For example, existing site name was fashionstars, now become ftp://fashionstars, with ftp:// in it. ( It happen when I did some try and

  • Cannot select output tray on a stapler stacker using universal print drivers

    With universal print derivers 5.2, we cannot select output tray for print job on a stapler stacker.  All jobs are set to automatic output and only uses the lower tray, not other trays.