Process runs faster when executed independently, but runs slower when a parallel big process is running

Hi,
The issue is,  a process, say "A" is running fine on certain days. On some days there are additional processes running on the server. When these additional processes are running, "Process A" suffers performance issue.
Interesting point is that, these additional processes were running since long time. But, earlier "Process A" was running fine even when these additional process were running. Suddenly from past 2 or 3 weeks there is performance issue in "Process
A", when these additional process run.
Note: Nothing has been modified for the process A.
Process A is an SQL job which has SSIS Package and stored proc in different steps
When multiple parallel processes are running, SSIS Package step suffers around 40% increase in execution time, where as stored procs have only 15-20% increase in execution time
When Process A is executed while no other big processes are running, it's execution time is fine. From past few days, issue is only when, some other big parallel processes are running.
Currently below is my analysis:
Since Process A is running fine when it is executed independently, I assume there is no issue in this process.
Since issue occurs when some other big process is running, when Process A is running, I believe it is DiskIO issue. Will the issue be resolved if RAM size is increased?
Is there any way to check if RAM is being fully utilized by the server
Is there any other possibility why there is a sudden dip in performance when parallel processes are running.
Is there any possibility of having issues in additional processes. Incase if it has some issues, does it impact "Process A"
Please let me know if you need any further information. Infact I am not able to diagnose what is the actual root cause for the performance issue in "Process A" as nothing has been modified.
Also it would be very much helpful, if I get any idea on different ways in reaching the actual root cause of this performance issue.
NOTE: This is a data warehouse
Thanks,
Raksha

When a query has a parallel plan, it will in general try to grab all cores up to the maxdop setting, but then it often uses them inefficiently. 
But in that case, there are better odds for the queries not battling on resources with each other!
What Josh alludes is to the fact that SQL Server needs to partition the data, so that different partitions are processed on different cores. This partitioning is based on statistics, and the statistics may be out of date or not accurate enough. This may
result in that the data is not partitioned proportionally, and some threads gets very little data to work with. Thus, these CPUs are still idle, so there may still be room for the two processes to run at full speed. (That is, full speed with the given plan,
which is not the full speed, had the partitioning been accurate.)
I mention this because you asked about parallelism, and many systems leave maxdop at its default setting of 0 (which means "go ahead and grab everything!") even though Microsoft recommends you set it to a different number depending on this and
that.
Since this is a data warehouse, Raksha should not tamper with "max degrees of parallelism", I think.
Erland Sommarskog, SQL Server MVP, [email protected]

Similar Messages

  • HT201364 Trying to download a free version of OS X MAVERICKS.  I AM RUNNING OSX 10.7.5 BUT NOTHING HAPPENS WHEN I CLICK ON THE DOWNLOAD FOR MAVERICKS

    I  am running OS X Lion 10.7.5 and trying to download a free upgrade to OS X Mavericks.  When I click on the download button nothing seems to happen.  I realize it takes some time to download but I do not see the status of it slowly downloading.  I shut my computer down and rebooted and tried again with no success.  Running Lion 10.7.5 is my computer compatible to upgrade to Mavericks?  Any suggestions?

    Running Lion 10.7.5 is my computer compatible to upgrade to Mavericks?  Any suggestions?
    The system (computer) requirements for Mavericks are posted on the web site. If your computer will handle it, you can update directly from OS X 10.7.
    Barry

  • My audible books run fast on the touch but ok on my computer can someone help

    All at once my books from audio.com started sounding like the chipmonks. on the computer they sound fine.  Can someone help please.

    iPod touch User Guide (For iOS 4.3 Software)

  • Discoverer report runs okay in test system but very slow in live

    Hi all
    My Discoverer report takes about 5 minutes to run in the test environment. The same report (absolutely the same SQL in the custom folder in the admin edition and the same conditions and sort in the Desktop edition) takes at least 45 mins to run in live.
    Has anyone faced a problem like this? How can I speed up my report in the live environment? I am using Discoverer version 4.1.48.06.00
    Thanks in advance!
    Regards
    Aruna

    Hey Aruna.
    Are you sure the 2 environments are exactly the same (ie: one recently copied to the other)? Reason I'm asking is that if one has many more records, or one has an index, etc. then that would, of course, cause a difference.
    What about the time when you're running it? Is the production environment an Apps environment and they're running batch jobs, updating shipping info in the last week of the month, etc?
    I would first of all see if the environments are the same by trying something as simple as running the query in TOAD or SQL Navigator or SQL Developer in both environments and then seeing if there's the same difference. If not, then move on to the Discoverer side of things.
    If they're still different, then are the Disco environments the same? Have you turned query prediction, etc. off in DEV but not in PROD?
    Is the DEV box a hot damn new UNIX box with all the good stuff like oodles of memory, multi-processors, etc? And is the PROD box a Commodore 64? Okay, just kidding on the last test, but you get the idea.
    Start at the same relative time (ie: morning). Start TOAD, etc. and see the speed difference there. Then move on to Disco and see the speed difference.
    Russ

  • Bex Query using BICS running fine in Rich client but v. slow in Launchpad

    Hi guys,
    At my client client we are using BICS to use Bex Query in Web Intellience, and i created a report that takes less than 10 seconds once run in Rich client but when i create the same Webi report in Launch pad: the list of values take forever to refesh and the report runs for about 30 mins before it displays data..
    In both cases it shows data but the time difference is huge.
    Kindly direct me on what could be the possible issues considering this case.
    Regards,
    Sheikh

    Hi Sheikh,
    There are some known issues with the BICS connectivity and LOV's when retreiving data in BI4.0
    This is detailed in the note - 1581323 - BI 4.0 Web Intelligence very slow performance when using BICS
    Basically there are some registry changes which need to be made to result in quicker data retreival. The full fix is scheduled for Patch 2.1. It may not be your precise issue but the registry change should help I believe.
    Can you test with the registry fix and let me know if this improves matters for you:
    Resolution
    The following fix is planned for Patch2.1 (w/c 27th June 2011):
        Add 2 new registry entries (string keys) under
            For the 32-bit using Rich Client: [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\SAP BusinessObjects\Suite XI 4.0\default\WebIntelligence\Calculator]:
            For the 64-bit Web Intelligence:[HKEY_LOCAL_MACHINE\SOFTWARE\SAP BusinessObjects\Suite XI 4.0\default\WebIntelligence\Calculator]
    "BICSLOVChunkSize"="4000"
    "BICSResultChunkSize"="100000"
    Note 1: In a specific test case, a value of 4000 yielded good results, reducing fetch time from 20 minutes to under 5 minutes.
    Note 2: Registry key usage:
        BICSLOVChunkSize is defined as a string. It help create a chunk of List of Value of maximum the number given. The bigger the number the more likely the retrieval of the list of value will crash. Consider using a value between 100 and 5000. If you have 1000 values in your database and you set the BICSLOVChunkSize to 200. Then you will see a hierarchical view of 5 groups having eah 200 list of value.
         BICSResultChunkSize is defined as a string. It limits the number of results that can be retrieved as a List of Value. If you have a List of Value which contains 1 Millions values and set the BICSResultChunkSize to 1000 than only the first 1000 rows will be retrieved. Therefore you will get a partial result set for the list of value.
    Parallel correction for interoperability:
        A parallel fix has been delivered via component BW-BEX-OT-BICS by way of a correction attached to Note 1593802.
    Workaround:
        Set all the values of column u201COrder for F4 Helpu201D to 0 (zero) in BW Transaction RSD1 so that the attributes are not retrieved.
    -> List of members are now displayed in 20 seconds.
    I hope this is a very helpful answer to you.
    Kind regards,
    John

  • Fast fios on internet BUT VERY SLOW DOWNLOADS that also drop out and stall!

    Spent hours on with customer service to no help!
    FIOS works great and fast exploring and browsing the internet but beginning to today for no apparent reason on every computer on my network using MAC's every download is SLOW. For instance 500mb take 2 hours+ when normally they take 2 minutes to download. Also, every 1 of 2 downloads stop and don't even finish.
    Any ideas or suggestion will be incredibly grateful!!!!

    Is video streaming from various websites also affected? How about uploads?
    ========
    The first to bring me 1Gbps Fiber for $30/m wins!

  • My ipod nano 6th gen just flashes the apple logo when plugged in but goes blank when not plugged in. i have tried changing format to fat32 but i can't on windows 7

    i have recently recieved an ipod nano 6th gen after the 1st gen recall, and out of nowhere it just started flashing the apple logo when connected to computer. Help please!

    Universal Serial Bus controllers
         Intel(R) ICH9 Family USB Universal Host Controller - 2934
         Intel(R) ICH9 Family USB Universal Host Controller - 2935
         Intel(R) ICH9 Family USB Universal Host Controller - 2936
         Intel(R) ICH9 Family USB Universal Host Controller - 2937
         Intel(R) ICH9 Family USB Universal Host Controller - 2938
         Intel(R) ICH9 Family USB Universal Host Controller - 2939
         Intel(R) ICH9 Family USB Universal Host Controller - 293A
         Intel(R) ICH9 Family USB Universal Host Controller - 293C
         USB Composite Device
         USB Root Hub
         USB Root Hub
         USB Root Hub
         USB Root Hub
         USB Root Hub
         USB Root Hub
         USB Root Hub
         USB Root Hub
    I'm not sure if it charged when I hooked it up to my roommate's computer, but it definately didn't register either. If I put it on the dock it plays so the port is fine, but that still doesn't help me sync it to my computer.

  • Poor results when photos edited but look good when 'done'

    HI,
    Apple seems to have ALMOST fixed the problems with the editing part of iPhoto. But pictures are still not very sharp in the edit mode. However when I finish editing and click done the pictures look better. But they really look GREAT when I email them.
    Any ideas? I will send this as feedback to Apple. Maybe they will get it right next upgrade.

    Have you considered replacing the 6052E and SCXI-1140 with a single S-series board (such as the PCI-6143) in order to eliminate the phase delay? The catch to this configuration is that you would need to be in parallel mode, so you would need a 6143 for every SCXI-1141. The SCXI-1140 is going to introduce quite a bit of additional error into your measurements that could be eliminated by sending the signal straight to a simultaneous DAQ board. I would recommend looking at the amplitude of your noise and comparing it to the specs of both modules (keep in mind that the noise from the 1141 will be amplified through the 1140 depending on how you have the jumpers set) - this will tell you if your noise levels match the specifications.
    Regards,
    Logan K
    Message Edited by Logan K on 10-13-2006 08:51 AM

  • Ipod nano (2G) syncs when plugged in, but no music when disconnected

    So...I plug my iPod nano into my hot new MacBook, it appears in iTunes, I do the sync thing (sync-ing all music, not just the checked music) & capacity fills partially (indicating that songs have sync-ed). Then I click the eject button & disconnect. There are no songs in any of my music menus. I also tried to restor factory settings, and reset the thing a few times--not helpful! So, what's a girl to do?

    So...I plug my iPod nano into my hot new MacBook, it
    appears in iTunes, I do the sync thing (sync-ing all
    music, not just the checked music) & capacity fills
    partially (indicating that songs have sync-ed). Then
    I click the eject button & disconnect. There are no
    songs in any of my music menus. I also tried to
    restor factory settings, and reset the thing a few
    times--not helpful! So, what's a girl to do?
    Did you actually look at Music UNDER your nano's icon in Devices?

  • Why does my iphone4 not charge from the wall when on? But will charge when on and plugged into my laptop? I've tried different wall plugs, charging docks.. Nothing works, not even car charger.. Anyone else having this issue since the update?

    My iphone 4 will no longer register my wall charger while on.. It WILL charge if turned off.. OR, if I plug it in to my laptop while on. Tried any different cords and plugs, all the same result.. REALLY REALLY frustrating!!

    - While charging try resetting the iPod:
    Reset iPod touch:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    - Next try restoring the iPod via iTunes.  First from backup and if still problem restore to factory defaults/new iPod.
    - However, I really think that the iPod has a hardware problem and an appointment at the Genius Bar of an Apple store is in order.  If defective Apple should give you a refurbished iPod.

  • Performance Analysis: java classes run fast, but http response is delayed

    Hello,
    I´m analysing a performance issue on our application and I have the following symptons:
    - A profile analysis with YourKit Java Profiler 7.5 told us that our java classes are running "fast" ( mostly less than 10s ).
    - The access_log of the Oracle HTTP Server (httpd.conf LogFormat %T parameter) show us that the time taken to process the entire request is 130s
    - The users told us that the application runs fast for a while, but after some minutes, the entire application runs slowly. After some minutes again, the entire application runs fast again.
    - There are no overload of CPU, MEM, IO, Networking. All have been checked and are ok.
    - At the same time the application A runs slowly, the application B on the same server ( but another instance ) runs normally.
    - There is no database botleneck. All the application queries have been profiled and optimized for best run.
    - A huge number of application threads exists on the java virtual machine. The peak was 187 threads ( mostly sleeping. Just one or two were running ). The threads average in the vm is 150.
    - Our application has few EJB ( 4 ), few ejb-calls. All the EJB calls are cached with EhCache. The cache timeout is 2hours. When time-out occurs, the cache is invalidated, cleared and reloaded.
    - We have only 10 users.
    My hypothesis are:
    1. Application server thread blocking. Some threads take until 13 minutes to finish, even when the java processing took only 23 seconds.
    2. Some problem with the size of the AJP packages between HTTPServer and Application server.
    I´m really desperate for help. Any help will be widely appreciated.
    Oracle Application Server 9.0.3.3 running on
    Sun Solaris 5.9
    Sun Java Development Kit 1.4.1_05-b01
    Is there any way to configure the max number of threads in the application server? Where?
    Thanks in advance,
    Murilo

    You can tweak the application server threads as described here:
    http://download.oracle.com/docs/cd/B31017_01/web.1013/b28950/threadpool.htm#BHBDGJBI
    Oh just noticed you are on 9.0.3.3 -- that is a very, very, very* old release. I don't think we had a tunable thread-pool back then. The oldest doc I can find is for 10.1.2, which I think is where we first introduced the thread-pool manager:
    http://download.oracle.com/docs/cd/B15904_01/web.1012/b14011/advanced.htm#i1014357
    Is there any garbage collection occurring that could account for the slow-down in ART? I guess not if APP-B continues to run well over the same period.
    -steve-

  • Make my computer run faster

    I hope I can get some help here; Recently I purchased Fios in a hope that my computer would run faster after Fios instalation, but no difference at all, then I asked the technician at verizon, they forwarded me to another verizon department to register for a service which will help about the computer run better, and that is $14 a month.
    Is there any other easy way or trick that makes your computer run faster, or what actually causes the computer to slow down? My friend told me that if you don't delete the long emails will slow it as well, is it true?
    Any experienced input will be appreciated

     There are a number of things that may help, but none of them are likely to help a great deal unless your computer is infected with one or more viruses/malware.
    1). If  any of your HDD's partitions  FAT (as opposed to NTFS) format, defragmenting the disk may be helpful. In general NTFS partitions don't need to be defragmented. 
    2). Get rid of the temporary files. It is not uncommon for PC's to end up with literally gigabytes of temporary files. They are left over from software updates, installs, and Internet Explorer SNAFU's. (Do this BEFORE you Defragment the disk).
    Most temporary files either live in directories called temp, have names that start with ~ and/or end with .tmp
    3). Clean up the registry. While Windows will usually still run with a truly amazing number of registry errors, it usually runs better with a lot fewer of them. Software you see such as 'speed up my pc' advertised on Television are in fact registry 'cleaners'. The registry in windows is kind of the like telephone operator before the days of dial telephones.  There are a number of commercial products that do this, but in general you are going to have to buy one.
    4). Unless you are running Vista or Windows 7, try Verizon's high speed internet optimizer to tweak some of the internet settings for better performance.
    5). Uninstall any software that you aren't using.
    6). Use a good anti-virus/anti-malware/spyware program, and scan your HDD's on a regular basis for viruses and other malware.
    Cleaning up your emails is very low on my list of things that are likely to be helpful. 

  • My mail can send out message but can't receive new e-mail? and some software(adobe illustrator cs) and applications(terminal) can't run ? but in another user account, terminal and illustrator can run.

    Hi,
    My Mac info:
    Machine Name:          Power Mac G5
    Machine Model:          PowerMac7,3
    CPU Type:          PowerPC G5  (3.0)
    Mail Version 2.1.3 (753.1)
    My mail application can send out message but can't receive new e-mail now ? please see attached before my capture screen
    and some software(adobe illustrator cs) and applications(terminal) can't run ? please see attached
    but in another user account, terminal and illustrator can run.
    Please kindly help to check with these problems. Thanks.

    Verify and Repair disk “Data”
    Checking HFS Plus volume.
    Checking Extents Overflow file.
    Checking Catalog file.
    Checking multi-linked files.
    Checking Catalog hierarchy.
    Checking Extended Attributes file.
    Checking volume bitmap.
    Checking volume information.
    Volume Header needs minor repair
    Repairing volume.
    Rechecking volume.
    Checking HFS Plus volume.
    Checking Extents Overflow file.
    Checking Catalog file.
    Checking multi-linked files.
    Checking Catalog hierarchy.
    Checking Extended Attributes file.
    Checking volume bitmap.
    Checking volume information.
    The volume Data was repaired successfully.
    Mounting Disk
    1 HFS volume checked
    Repair attempted on 1 volume
      1 HFS volume repaired

  • Task Sequence fails on "Apply Driver Package" when PXE-booting but not with bootable media

    I have an issue where my Task Sequence fails during 'Apply Driver Package' when PXE-booting but works ok when booting from CD or USB-stick. It fails withe error code 0x80070002 and when pressing F8 and checking the ipconfig there's a 169.254.x.x address.
    Somehow it looses it's real ip during the process.
    I'm grateful for any advice!

    Please enable verbose logging for Task sequence, then upload the smsts.log to Skydrive.
    0x80070002 error is too generic, which cannot be used to determine the cause.
    Juke Chou
    TechNet Community Support

  • When I attempt to open firefox an error message appears telling me that firefox is already running, but I can't find it running. How do I do so or in any case close the already running Firefox process?

    When I attempt to open Firefox instead of Firefox opening, an error message appears saying "Firefox is already running but isn't responding. To open another window please close the existing Firefox process or restart the system.", but I can't find that process of Firefox in order to kill it, and after restarting the system there is still the problem. I have found an emergency fix to at least get online, and that is to use"Firefox_Profile_Manager" in the start menu's "run" start menu, but the
    Firefox that then opens is that one doesn't carry over what I had in my bookmarks but starts bookmarks anew.

    Sounds like it is hanging when you exit and later try to restart Firefox.
    * How to stop the running Firefox process
    ** In Task Manager, does firefox.exe show in the '''<u>Processes</u>''' tab?
    ** See: http://kb.mozillazine.org/Kill_application
    **Windows 7 users: http://www.techrepublic.com/blog/window-on-windows/reap-the-benefits-of-windows-7s-task-manager/2576
    * What may cause Firefox to hang at exit
    **Windows 7 Task Manager: http://www.techrepublic.com/blog/window-on-windows/reap-the-benefits-of-windows-7s-task-manager/2576
    ** http://support.mozilla.com/en-US/kb/Firefox+hangs
    ** http://kb.mozillazine.org/Firefox_hangs
    ** https://support.mozilla.com/en-US/kb/Firefox+is+already+running+but+is+not+responding
    * You may need to try Firefox Safe Mode
    ** You may need to use '''Safe Mode''' to locate the problem: ***See: http://kb.mozillazine.org/Safe_Mode
    ***Firefox 4 users, hold the Shift key while clicking the Firefox 4 desktop icon to enter Safe Mode.
    ***Firefox Safe Mode is a diagnostic mode that disables Extensions and some other features of Firefox.
    ****In Firefox 4, Safe Mode also disables Plugins and Hardware Acceleration.
    ****If you are using a theme, switch to the DEFAULT theme: Tools > Add-ons > Themes '''<u>before</u>''' starting Safe Mode (In Firefox 4, Tools > Add-ons > Appearance). See: http://support.mozilla.com/en-US/kb/Using%20themes%20with%20Firefox#w_managing-themes-and-personas
    ****When entering Safe Mode, do not check any items on the entry window, just click "Continue in Safe Mode".
    ****Test to see if the problem you are experiencing is corrected.
    *** If the problem does not occur in Safe-mode then disable all of your Extensions and Plug-ins and then try to find which is causing it
    ***#by enabling '''<u>one at a time</u>''' until the problem reappears.
    ***#You can also enable a few at a time (3-5), keeping track of what you just re-enabled to see if the problem re-occurs; this will help narrow down the possibilities if you have a large number of add-ons.
    ***#'''<u>You MUST close and restart Firefox after EACH change</u>''' via File > Restart Firefox (on Mac: Firefox > Quit).
    ***#You can use "Disable all add-ons" on the Safe Mode start window.
    **See the following for more information
    *** http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes
    *** http://support.mozilla.com/en-US/kb/Troubleshooting+plugins
    *** http://support.mozilla.com/en-US/kb/Basic+Troubleshooting
    <br />
    <br />
    '''You need to update the following:'''
    *Adobe Shockwave for Director Netscape plug-in, version 11.5
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.2"
    *Shockwave Flash 10.2 r153
    *Next Generation Java Plug-in 1.6.0_17 for Mozilla browsers
    #'''''Check your plugin versions''''' on either of the following links':
    #*http://www.mozilla.com/en-US/plugincheck/
    #*https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #*There are plugin specific testing links available from this page:
    #**http://kb.mozillazine.org/Testing_plugins
    #'''Update Shockwave for Director'''
    #*NOTE: this is not the same as Shockwave Flash; this installs the Shockwave Player.
    #*Use Firefox to download and SAVE the installer to your hard drive from the link in the article below (Desktop is a good place so you can find it).
    #*When the download is complete, exit Firefox (File > Exit)
    #*locate and double-click in the installer you just downloaded, let the install complete.
    #*Restart Firefox and check your plugins again.
    #*'''<u>Download link and more information</u>''': http://support.mozilla.com/en-US/kb/Using+the+Shockwave+plugin+with+Firefox
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**SAVE the installer to your hard drive (save to your Desktop so that you can find it after the download). Exit/Close Firefox. Run the installer you just downloaded.
    #**Use either of the links below:
    #***https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox ''(click on "Installing and updating Adobe Reader")''
    #***''<u>Also see Download link</u>''': http://get.adobe.com/reader/otherversions/
    #*After the installation, start Firefox and check your version again.
    #'''Update the [[Managing the Flash plugin|Flash]] plugin''' to the latest version.
    #*Download and SAVE to your Desktop so you can find the installer later
    #*If you do not have the current version, click on the "Player Download Center" link on the "'''Download and information'''" or "'''Download Manual installers'''" below
    #*After download is complete, exit Firefox
    #*Click on the installer you just downloaded and install
    #**Windows 7 and Vista: may need to right-click the installer and choose "Run as Administrator"
    #*Start Firefox and check your version again or test the installation by going back to the download link below
    #*'''Download and information''': http://www.adobe.com/software/flash/about/
    #**Use Firefox to go to the above site to update the Firefox plugin (will also install plugin for most other browsers; except IE)
    #**Use IE to go to the above site to update the IE ActiveX
    #*'''Download Manual installers'''.
    #**http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller
    #**Note separate links for:
    #***Plugin for Firefox and most other browsers
    #***ActiveX for IE
    #'''Update the [[Java]] plugin''' to the latest version.
    #*Download site: http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)
    #**'''''Be sure to <u>un-check the Yahoo Toolbar</u> option during the install if you do not want it installed.
    #*Also see "Manual Update" in this article to update from the Java Control Panel in Windows Control Panel: http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates
    #* Removing old versions (if needed): http://www.java.com/en/download/faq/remove_olderversions.xml
    #* Remove multiple Java Console extensions (if needed): http://kb.mozillazine.org/Firefox_:_FAQs_:_Install_Java#Multiple_Java_Console_extensions
    #*Java Test: http://www.java.com/en/download/help/testvm.xml

Maybe you are looking for

  • Boot Camp Windows install format to NTFS not working.

    As a preface I am new to Apple and more complex computer issues in general. With that said I have spent several hours trying to get Windows 8.1 installed from the DVD media to a partition created using Boot Camp Assistant. I have tried several sugges

  • My MacBook Air wont turn on. HELP!

    My MacBook Air wont turn on, I bought this past September (as a birthday gift for myself) and this Sunday I was using it perfectly, then at night it didn't turn on. I tried several times to turn it on and it did once, I thought "Yes finally" but two

  • Color profiles on export

    I've searched these forums and google for a few hours without finding a concrete answer for this problem. The problem is that, no matter what I do, every jpg I export from iphoto 08 seems to have the Adobe RGB color profile. This is contrary to what

  • Citrix Metaframe1.8 implementation with Oracle Apps 11i.

    We are considering implementing Citrix Metaframe 1.8 with our existing 11i implementation. As Oracle does not support Citrix as a platform to run Jinitiator, could anyone share their experience with a similar implementation, and maybe advice me on ke

  • Paging PAHU and Matt

    Guys, There's a person with a Macbook trying to use hpijs over in the Getting Online area. Thread: http://discussions.apple.com/thread.jspa?threadID=990792&tstart=0 I could use some help - especially since I don't have an Intel Mac and don't remember