Server getting slow down

My windows server getting slow down
windows 2008R2 & 12 gm ram is installed but then too getting slow.

Hi
Remove nested select and if all primary keys are then use single otherwise upto 1 rows
also remove the unnecessary code like this
see the below code you added twice the amount there
delete the itab before looping
use single loop to add the values
--calculations--
LOOP AT ITAB.
IF ITAB-KSCHL <> ''.
TOTAL1 = TOTAL1 + ITAB-AMOUNT.
ENDIF.
ENDLOOP.
DELETE ITAB WHERE KSCHL <> ''.
LOOP AT ITAB.
TOTAL = TOTAL + ITAB-AMOUNT .
ITAB-TDSWCT = ITAB-TDS + ITAB-WCT.
ENDLOOP.
Regards
Shiva

Similar Messages

  • Completed all Troubleshooting steps but continue to get slow downs from unresponsive scripts on Firefox. Is there a way to use my browser w/out slow downs?

    Mac OSX.
    I've gone through the list of troubleshooting tips for slow downs and for unresponsive scripts. I continue to get slow downs to my computer and browser when I use my Firefox. It is becoming so bad that sometimes I cannot get work done.

    And now, I think I've identified part of the issue. When you pin tabs as an app tab, this slows down Firefox in all the ways I mentioned. Please, please Firefox, if you are going to offer such a useful and simple thing, make sure that it works...
    Having closed these App Tabs, I had a temporary break from the slow downs... Then after another few minutes, the slow downs in Firefox continued... At my wits end.

  • I have recently bought macbookpro but it is getting slow down. How to fix this issue

    I have recently bought macbookpro but it is getting slow down. How to fix this issue

    Too vague a question.
    What is slow... the bootup... or something else?
    Start with repairing disk permissions.

  • Thought you didnt get slow downs at peak times?

    how come bt say that you wont slow down within peak times but on this site somewhere it says you may notice slow downs during peak times (4-11)???? im still getting high latency issues and its between these times. apparently theres only 30 out of 100 people in the cabinet, surely exchange congestion if thats the case. 

    So where are you seeing the latency spikes?
    If you found this post helpful, please click on the star on the left
    If not, I'll try again

  • Workflow performance is getting slow down

    The workflow performance is getting affected due to massive growth in number of records in workflow tables. Due to this users are facing problem in opening and sorting notification. we have to delete or purge this records.
    concurerrent programs like "Approval management Transaction Data Purge" and "Purge Obsolete workflow Run time Data" could not delete the records.
    regards
    Arif
    Edited by: user11309801 on Jun 26, 2010 4:28 AM

    Hi,
    Please mention the application release along with the database version and OS.
    The workflow performance is getting affected due to massive growth in number of records in workflow tables. Due to this users are facing problem in opening and sorting notification. Please see these documents.
    Note: 132254.1 - Speeding up and Purging Workflow
    Note: 277124.1 - FAQ on Purging Oracle Workflow Data
    Note: 337923.1 - A closer examination of the Concurrent Program Purge Obsolete Workflow Runtime Data
    we have to delete or purge this records. concurerrent programs like "Approval management Transaction Data Purge" and "Purge Obsolete workflow Run time Data" could not delete the records. Please post the contents of the log files of those concurrent requests.
    Thanks,
    Hussein

  • Weblogic 8.1 SP4 slow down

    The server gets slow down once a week
    I log I found following
    Cause:HttpSession is invalid
    Class:java.lang.IllegalStateException
    StackTrace:weblogic.servlet.internal.session.SessionData.getAttribute(SessionData.java:418)
    This error is getting called repeatedly when you tried getting attribute from session
    Thanks in advance.
    Your help will be appritiated
    Siddharth Mehta

    No WLS 8.1 sp4 does not support EJB 2.1
    - Ramkumar

  • Help required - frequent hang and slow down in my MBP

    Hi,
    My MBP get slow down frequently with the colour circle come up and need a few minute to resume and hang again. ANd this hang seem can stop the hold machine even for Force quit and Activity Monitor
    And it seem most likely that, if I quite Safari and Mail, it will be much better.
    I have used iceclean and get below information in console
    21/05/2010 6:03:36 AM ReportCrash[112] Saved crash report for ServerScanner[102] version ??? (???) to /Users/hkpchunghk/Library/Logs/DiagnosticReports/ServerScanner2010-05-21-060335localhost.crash
    and below is crash report
    Process: ServerScanner [102]
    Path: /System/Library/CoreServices/ServerScanner
    Identifier: ServerScanner
    Version: ??? (???)
    Code Type: X86-64 (Native)
    Parent Process: launchd [86]
    Date/Time: 2010-05-21 06:03:32.427 +0530
    OS Version: Mac OS X 10.6.3 (10D573)
    Report Version: 6
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 0
    Dyld Error Message:
    Library not loaded: /System/Library/PrivateFrameworks/PlatformHardwareManagement.framework/Versions /A/PlatformHardwareManagement
    Referenced from: /System/Library/PrivateFrameworks/ServerFoundation.framework/Versions/A/ServerF oundation
    Reason: image not found
    You help is much appreciated.
    Thanks

    If a reboot is clearing some of the problem, you ought to check the capacity and use of your hard disk. How full is this? Anything less than about 20% space may begin to slow things down.
    As for the Flash plugin, these do tend to slow Macs down with some sites. You might want to try Click to Flash to restrict the use. And as for CPU use, I saw 120% on a friend's MacBook Pro a couple of days back: too many Facebook games running at the same time.

  • Slow down in database access

    I have completed a project which automates the procesing of stock monitoring and billing ofacocacola stockist in my home town. The processor need in the machine is P4. I used JDK 1.4 with MS-Access (Office 2000) as backend. I have come across a problem which cannot be detected by me and the service engineers of system also. The problem is stated below.
    (i) When i use the billing module of the project i cannot use the billing screen continuously more than 10 times. I am in need of reloading the software to start again.
    (ii) All the modules get slow down when in use the software more than 45 minutes.
    (iii) When the billing screen get slow an exception is thrown. The name of the exceptio is Event despatch thread queue exception.
    I get this proplem when i use the part of the software which are connected to the database.
    If i use the other parts of the software (non database activities)then there is no problem in using the software.
    I used the same processing for a textile industry's stock monitoring system. There is no problem with the software.
    Is there any timeout value set for the access database's connection or for the swing components.
    Please consider my request and give suggestion as soon as possible.

    Hi,
    I think you try to establish many Connections to the Database, but you don`t close them. This can cause memory problems and the other thing is that your database has a limited number of possible open connections. So there are two ways to solve the problem:
    (1) After using the Database, close the connection immediately in a finally block
    (2) Reuse one (or more) open connections. This is also known as connection Pooling. The advantage of this solution is that the performance of your application will be better because the process of establishing a JDBC Connection has high cost !
    Adrian Ofterdinger

  • Extreme: does it slow down other users?

    Does another computer, plugged into the Extreme base station and not wireless, get slowed down any? Or does the flow from pc to Internet pass through the base station without hindrance? My husband tells me it slows down his computer with we use the Extreme as a wireless and a regular router? Anyone know the answer... I'd love to hook it back up, even though it is very slow with the wireless connection.
    Thanks.

    if user has B/G and N devices then yes the network will slow to the slowest device used at the time. A way around this is to use two routers. The secondary router must be placed in bridge mode(use Airport Utility "manual" to set it. Set the main router for 5 GHZ N speed and the secondary for 2.4 GHZ N+B/G speed. Tell your husband to use the appropriate router set for his speed device. You use the other.

  • Server going slow

    Hello Friend
    If the DEV or PRD server goes slow down what are the basic probelm?
    Means I want to what are the step you have do?
    Like  Checking the network connection?
            checking the server?
            Review the CCMS
            checking users?
            Database size?
    Will anyone tell me that On what step should be done find that why server down/Slow
    Thanks
    Ganesh

    Hi,
    You have to tell me what is the configuration of your system. And for that answer the below question,
    1) How many application server are attached?
    2) Your system is ABAP or JAVA or ABAP+JAVA?
    3) How many users are connecting to the system at the same time(Approx)?
    4) How many dialog work process are defined in each application server?
    5) What is the RAM size of your system
    Please answer the following question then I can give you some performance tuning suggestion.
    Thanks,
    Sudip...

  • Does installing Desktop Experience on Windows Server 2008 R2 SP1 slow down the server / increase processor usage?

    Hello.
    I'm running a tekkit classic (Minecraft) Server on a dedicated server I got from OVH, Im just wondering - Im currently using ClamAV for an antivirus, But I would like windows defender.
    Im wondering if installing Desktop Experience on my dedi would increase processor usage or slow down the dedi even slightly.
    System Specs:
    RAM: 32GB DDR3 ECC 1600MHz
    CPU: Intel Xeon E3-1245v2
    HDD: 2x2TB SATA (Both used, specified as different drives)
    OS: Windows Server 2008 R2 SP1
    Theres only 1 indev tekkit server currently running on there, Im getting 0-5% processor usage. I may be setting up more modpack servers  - but im wondering if installing desktop experience would increase the processor usage or slow the dedi down.
    Thanks.
    Joseph

    Hi Joseph,
    This is the forum for Microsoft BizTalk Server, you've asked your question in the wrong forum.
    I suggest posting your question in the Windows Server forum
    http://social.msdn.microsoft.com/Forums/en-US/home#forum=winserver2008appcompatabilityandcertification&filter=alltypes&sort=lastpostdesc&content=Search
    Glenn Colpaert - MCTS BizTalk Server - Blog : http://blog.codit.eu

  • My iMac 8.1 was slowing down and had permissions problems. I backed everything up, and then re-installed. Now all I get is a black screen. Power+D gives me a hardware error message: HDD-1336. Help!

    My iMac 8.1 (10.6.8 ) was slowing down and had recurrent permissions problems, mostly with Java. I backed everything up, and then re-installed from time machine. Now all I get is a black screen which says I need to reboot. Power+D gives me a hardware error message: 4 MOT/1/40000003: HDD-1336 or HDD-1327. When I reboot from the OSX CD and start disc utilities everything checks out OK. When I reload 10.5.2 from the OSX CD everything seems to work OK and no more permissions problems. But then I loose all my email and safari stuff. Anyone have any ideas short of going back to my old PC?

    DonM. wrote:
    Hi
    Thanks for the help. No point in fooling around with it any more. Will I be able to use it as a monitor if I get a mimi mac?
    Cheers. Don
    No unfortunatley it's too old, you are referring to Target Display Mode which became avialble in 2009, your 2008 needs to have the HD replaced. I'd still do that if everything else is OK or you can simply buy a new MM and display or even a new iMac  or an Apple refurbished iMac to save money.

  • I got macbook pro 13" i bought in 2011 but its now getting slow when i start up or when shutting down .and apps takes time to open like just bouncing????????

    i got macbook pro 13" i bought in 2011 but its now getting slow when i start up or when shutting down .and apps takes time to open like just bouncing????????

    See the Mac OS X Speed FAQ.

  • Flash html5 - How can i make an internal movie clip slow down and stop when it get to a certain frame?

    I am creating an automotive braking system using flash and have a wheel turning. I want the wheel to slow down and stop after the brake pedal is pushed at a certain frame. I know I could do this with frame by frame animation but was hoping there was a short cut - javascript?? If not the slowing down portion then is there code for just making the internal movie clip (wheel turning) to stop when it gets to a frame.? Thanks

    you can use the ticker class to create a loop that you use to control the wheel's rotation or frame, TweenJS v0.6.0 API Documentation : Ticker

  • Xorg-server-1.2.0-2 high load, slows down everything

    I've just updated xorg-server.
    After xorg started, the system is very slow... as if everything works in slowmotion. The load of X (as seen in top) is very high and slows down everything.
    I've had this problem with all the beta and RC versions of xorg-server-1.2.0 that I've compiled myself. The version I'm using now from the repositories (1.2.0-2) has the same problem.
    This problem happens with kernel 2.6.19-ck and 2.6.20-ck, I haven't tried other kernel versions.
    Turning off EXA (that means using XAA) and/or turning off composite in xorg.conf makes X quicker (the load is also lower), but still slower than normal (with EXA, composite and xorg-server-1.1.1).
    My problem is probably the same as described in http://bbs.archlinux.org/viewtopic.php?id=29661
    My system:
    AMD Sempron;
    Ati Radeon 9500 using the open-source driver;
    glibc-2.5 compiled myself;
    kernel-2.6.20-ck1 compiled myself;
    kde*-3.5.6 compiled myself;
    xorg-server-1.2.0-2 and all the libx*, xf86*, libdrm, libgl-dri and mesa are the newest versions from the repositories.
    Last edited by eric (2007-02-27 15:42:55)

    Alright, downgrading wasn't the solution I was looking for, so I took the path to darkness and installed the most recent proprietary ATI drivers (8.34.8). Because the laptop has some ACPI issues I have to apply two patches which in turn require a custom kernel. Needless to say the Arch fglrx driver packages don't work with this kernel. So, here's what i did:
    1) fetched the proprietary drivers from ati.com
    2) run them, looked in awe at the error message
    3) went here: http://cvs.archlinux.org/cgi-bin/viewcv … root=Extra and fetched the fglrx-kernel-2.6.20 patch.
    4)
    cd /lib/modules/fglrx/build_mod/2.6.x
    make clean
    rm -r .tmp_versions
    cd ..
    patch < /path/to/fglrx-kernel-2.6.20
    ./make.sh
    cd ..
    ./make_install.sh
    modinfo fglrx
    modprobe fglrx
    lsmod | grep fglrx
    5) Use aticonfig --initial to adapt /etc/X11/xorg.conf
    6) Restart X
    I hope suspend is still working...

Maybe you are looking for

  • Is there a PDF size limit?

    Is there a recommended maximum size (in pages or MB) for a single PDF file? We have very large (10,000+) page PDFs that are being created, and we keep running into problems with file corruption. I'm not sure its related to the size of the PDF, the fa

  • HT201335 Can I use Airplay from my MacPro to Appletv?

    Can I use Airplay with a MacPro?

  • Use issue in Currency Exchanges in report

    Hello Gurus, Please any one help me on this issues..User is facing some problem with exchange values in reports...please find the issue below and do the needfull. > Our sales are based on EURO and CL is also applied with EURO. Customer: Turk Prysmian

  • How to enable GPU acceleration in firefox (Linux)

    I want to enable hardware acceleration in firefox linux x64 build Mozilla Firefox 36.0.4 nvidia drivers version 331 THis is what I've tride http://askubuntu.com/questions/491750/force-enable-hardware-acceleration-in-firefox

  • SSI (Serial Synchronous Interface) displacement sensor.

    Hi, Thanks advanced for your reply. How can I measure the signal from SSI (Serial Synchronous Interface) displacement sensor (MTS) with NI CompacDAQ or other products? Which module should I use? How to interprete the signal with Labview8.2? Thanks, j