Applescript gurus please help - re Bluetooth mose freeze

Quite a number of people are experiencing problems with a Bluetooth mouse freezing in Leopard. (see eg thread 6108612)
One fix that works for me is to use a USB mouse to turn Bluetooth off and turn it on again. This seems to reconnect the Bluetooth mouse.
Until a fix is found for this problem, one quick solution would be to run a short Applescript command to turn off bluetooth then turn it on again, and attach this to a keystroke combo in Quicksilver (for example). This way a simple keystroke would fix the disconnect.
My problem is, being very new to Apple, I don't know enough to write such a script.
The psuedo code might look something like:
Open System preferences
Goto Bluetooth prefs
Turn off Bluetooth
Turn on Bluetooth
Exit
Could one of the Applescript sages out there please help?
TIA.
DN

I'm not at all a script gur as you you'll see from my script which is half-backed but it works for me.
In order for it to work the bluetooth button should be showing in the menu bar.
here is my script.
tell application "System Events" to tell the front menu bar of process "SystemUIServer"
tell menu bar item 1
click
tell 2nd menu item of front menu
click
end tell
end tell
end tell
tell application "System Events" to tell the front menu bar of process "SystemUIServer"
tell menu bar item 1
click
tell 2nd menu item of front menu
click
end tell
end tell
end tell
This script will only work if the bluetooth is the first item in the menu bar on the left side. It is on my computer (the last is spotlight) and I think that's always true. Otherwise one needs to adjust the value "1" in the above script. A better way would be to make the script cycle through menu items till it finds the bluetooth button but I'm too lazy to figure out how to do that.

Similar Messages

  • Please help my mc keeps freezing

    Hi,
    Please help my macbook keeps freezing where i can no longer use the keyboard or mouse but everything seems to work. I then have to shut down using the power button.
    Please help, this has happened 3 times this evening.

    Hi there
    You could try resetting the SMC. http://support.apple.com/kb/ht3964
    It may help, good luck

  • URGENT!!! Java Gurus Please Help with adf issue!

    PLEASE SEE MY LATEST POST BELOW TIMO'S RESPONSE. THE REQUIREMENT HAS CHANGED. THAT IS THE ISSUE I AM LOOKING A SOLUTION FOR.
    Hello All,
    We have a requirement where our adf/jsf app needs to pick an EXCEL file from the server where the application is deployed. The sequence is :
    User comes to the page
    Clicks on "Open EXCEL" button
    EXCEL file located in the c:/ of the server opens up.
    How can this be done? I do not see any coding needed because the EXCEL file is being opened as is (and after user views it he closes the file) and the data is not being transferred to the jspx page.
    *We are totally flexible in how this is implemented - ie, using button, link , html etc etc. What ever works!!!!*
    Thanks,
    Edited by: user12054715 on Aug 17, 2010 8:54 PM
    Edited by: user12054715 on Aug 18, 2010 4:11 PM
    Edited by: user12054715 on Aug 18, 2010 4:13 PM

    Hello Timo,
    I am using 10.1.3g so your response is not going to help me.
    However, I have another question that I have already posted on the Forum. Please help me...
    Requirement:
    *1. Java application should be able to write "Hello World" in the excel file, when the user opens it.*
    I CAN DO THIS WITH THE FOLLOWING CODE:
    HSSFWorkbook wb = new HSSFWorkbook();
    HSSFSheet sheet = wb.createSheet("newSheet");
    HSSFRow row = sheet.createRow(1);
    row.createCell(1).setCellValue("HelloWorld!!!!!!!!!");
    *2. A "Write To Excel" button on jsf page opens a dialog asking user to Save or Open the excel file. (user can save the file anywhere on his machine)*
    I CAN DO THIS WITH THE FOLLOWING CODE:
    In jsf:
    <af:commandButton text="Download" action="#{myBackingBean.writeToExcel}" useWindow="true"/>
    In backing bean:
    public static void writeToExcel() throws IOException
    String filename = "workbook.xls";
    // //Setup the output
    String contentType = "application/vnd.ms-excel";
    FacesContext fc = FacesContext.getCurrentInstance();
    HttpServletResponse response = (HttpServletResponse)fc.getExternalContext().getResponse();
    response.setHeader("Content-disposition", "attachment; filename=" + filename);
    response.setContentType(contentType);
    PrintWriter out = response.getWriter();
    BOTTLENECK: When the user opens the excel how do I show "HelloWorld!!!!!!!!!" ?

  • Please help!!  iPod freezing computer *after* restoring

    I'm really hoping someone can help me. My 4G 40G iPod starting acting up last week. It was not showing up in iTunes, though it did show up in My Computer. After trying the normal fixes (resetting, changing to disk mode, etc.), I decided it was time once again to restore the thing (which I've done on 2 occassions since purchasing in Dec. 2004). Everytime I tried to run anything on the computer while the iPod was connected, the computer froze. I couldn't delete the drive from My Computer, I couldn't get the Updater to initialize to allow a restore, nada. I found instructions to run diagnostics manually, and everything passed. I finally gave up. It was still playing music and I just started charging the battery externally.
    My husband connected it to the computer tonight and it suddenly showed up in iTunes. I took the opportunity to retore it, which worked. Everything seemed fine until I went to connect it to the computer again (after installing the firmware, or whatever) and it's doing the same old thing - only this time I don't have any music on it. Please help! I can't afford to buy another @#%#* iPod or to let my husband start taking mine to work everyday. Has anyone had this problem or can you solve it?
    Despairing -
    Dell   Windows XP Pro  

    If your iPod shows up in Explorer under 'my computer' try changing the drive letter:
    -- Click on Start=>Control Panel=>Admin Tools=>Computer Management=>Disk Management
    -- Right-Click on the iPod and select “change drive letter”
    -- Choose something further along in the alphabet that is unused (Usually, “M”, “N”, “O” or something similar)
    -- Safely eject the iPod
    -- Reboot the PC

  • Gurus, please help I am getting oracle.apps.fnd.cache.CacheException

    Hi, I am not a newbie to OAF. I have worked good amount on the OAF 9i development. Currently we are on R12.0.4 and Jdev 10g (patch 6908968) But this error really beats me. I believe it could be due to a Apache error, but may be I am doing something wrong here and so hopefully you can provide me some insight. I am trying to configure my JDev 10G for R12 development. I am trying to run supplied HelloWorld page in Tutorial.jpr. I have set the DB connection and provided the username/password with responsibility key and also the DBC file in the Runtime Connections properties for the Project. I have also tried the alternative i.e building a custom HelloWorld, but even with that I get the same error.
    Please let me know if I should be doing anything else.
    Thanks and appreciate your help.
    Rahul
    ---------------------------------------------------Error ------------------------------------------------------------------------
    racle.apps.fnd.cache.CacheException     
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)     
    at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485)     
    at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354)     
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211)     
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171)     
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)     
    at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1259)     
    at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1114)     
    at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1083)     
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1050)     
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1037)     
    at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)     
    at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:941)     
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:926)     
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:891)     
    at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:1027)     
    at oracle.apps.fnd.common.WebRequestUtil.validateContext(WebRequestUtil.java:223)     
    at OAErrorPage.jspService(_OAErrorPage.java:66)     [OAErrorPage.jsp]     
    at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)     
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)     
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)     
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)     
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)     
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:847)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813)     
    at runregion.jspService(_runregion.java:197)     [runregion.jsp]     
    at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)     
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)     
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)     
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)     
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)     
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)     
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)     
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)     
    at java.lang.Thread.run(Thread.java:595)Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: java.lang.NullPointerException: null Connection     at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:712)     
    at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4802)     
    at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4624)     
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)     
    ... 50 moreCaused by: oracle.apps.jtf.base.resources.FrameworkException: An exception occurred in the method CacheAccess.getnullThe base exception is:null Connection     
    at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)     
    at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)     
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:66)     
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:88)     
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:202)     
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:218)     
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:249)     ... 54 more
    -------------------------------------------------------------------------------------------------------------------------------------------------

    I did thought it was a DBC issue before, so I requested the DBC file again from the DBA's. I try the page and get the same error again. This time I looked at the DBC and compared the JDBC string with what I have on the TNSNames. The server name on the DBC file provided to me was slightly off. So, that was the error. The dbc file had imbcdd-d as the server name, whereas in the TNSName it was imbcdd-b. I fixed the DBC and reran and there it goes I get the HelloWorld Page.
    Thanks a bunch to all. I should have it investigated more. Apologize for the siilly post.
    Rahul

  • Please help - computer is crashing & freezing ever since upgrade to Leopard

    Ever since upgrading to Leopard, my computer has been crashing a lot more. Sometimes it just freezes up. Most recently, I got the gray screen with a bunch of different languages telling me to restart using the power button. Here is the crash report. Can anyone tell me what's going on, and if there's anything I can do to help?
    Thanks!
    Tue Mar 24 13:00:49 2009
    panic(cpu 0 caller 0x001A9C68): Kernel trap at 0x0040de14, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x000002c0, CR3: 0x0108a000, CR4: 0x00000660
    EAX: 0x06745c00, EBX: 0x2e583bf0, ECX: 0x06745ccc, EDX: 0x00000000
    CR2: 0x000002c0, EBP: 0x2e583bd8, ESI: 0x04866d00, EDI: 0x06745c00
    EFL: 0x00010206, EIP: 0x0040de14, CS: 0x00000008, DS: 0x01880010
    Error code: 0x00000000
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x2e5839e8 : 0x12b4f3 (0x45b13c 0x2e583a1c 0x1335e4 0x0)
    0x2e583a38 : 0x1a9c68 (0x464700 0x40de14 0xe 0x463eb0)
    0x2e583b18 : 0x1a038d (0x2e583b30 0xb6dcfb0 0x2e583bd8 0x40de14)
    0x2e583b28 : 0x40de14 (0xe 0x48 0x2e580010 0x140010)
    0x2e583bd8 : 0x7474b9 (0x6745c00 0x0 0x0 0x0)
    0x2e583c48 : 0x747547 (0x6745c00 0x4866d00 0x9a00780 0x19eb5b)
    0x2e583c68 : 0x5db609 (0x4866d00 0x4 0x46 0x136b31)
    0x2e583cc8 : 0x5db679 (0x5a30600 0x4866d00 0x2 0x2)
    0x2e583d08 : 0x34773463 (0x5a30600 0x4866d00 0x2 0x2)
    0x2e583d28 : 0x60b211 (0x5a30600 0x4866d00 0xe0004051 0x1f)
    0x2e583d98 : 0x85b117 (0x3c29000 0x3d88900 0xe0004051 0x1f)
    0x2e583e38 : 0x85c047 (0x3c29000 0x3e79488 0xe0004051 0x0)
    0x2e583e88 : 0x85c1b4 (0x3c29000 0x3e785c0 0xc954252c 0x7f33)
    0x2e583ec8 : 0x6078f7 (0x3c29000 0x3e8 0x53f69c 0x3e10a40)
    0x2e583f28 : 0x424cb8 (0x3c29000 0x3d68b00 0x53f0c0 0x1)
    0x2e583f78 : 0x13eed2 (0x3d68b00 0x3d68919 0x0 0x0)
    Backtrace continues...
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.iokit.IOUSBMassStorageClass(2.0.4)@0x34772000->0x3477bfff
    dependency: com.apple.iokit.IOSCSIArchitectureModelFamily(2.0.5)@0x5d5000
    dependency: com.apple.iokit.IOUSBFamily(3.2.7)@0x606000
    dependency: com.apple.iokit.IOStorageFamily(1.5.5)@0x72d000
    com.apple.iokit.SCSITaskUserClient(2.0.5)@0x745000->0x74afff
    dependency: com.apple.iokit.IOSCSIArchitectureModelFamily(2.0.5)@0x5d5000
    dependency: com.apple.iokit.IOStorageFamily(1.5.5)@0x72d000
    com.apple.iokit.IOSCSIArchitectureModelFamily(2.0.5)@0x5d5000->0x5edfff
    com.apple.driver.AppleUSBEHCI(3.2.5)@0x851000->0x862fff
    dependency: com.apple.iokit.IOPCIFamily(2.5)@0x636000
    dependency: com.apple.iokit.IOUSBFamily(3.2.7)@0x606000
    com.apple.iokit.IOUSBFamily(3.2.7)@0x606000->0x62efff
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    9G55
    Kernel version:
    Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386
    System model name: MacBookPro2,2 (Mac-F42187C8)

    I'd suggest doing this:
    How to Perform an Archive and Install
    An Archive and Install will NOT erase your hard drive, but you must have sufficient free space for a second OS X installation which could be from 3-9 GBs depending upon the version of OS X and selected installation options. The free space requirement is over and above normal free space requirements which should be at least 6-10 GBs. Read all the linked references carefully before proceeding.
    1. Be sure to use Disk Utility first to repair the disk before performing the Archive and Install.
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported, then quit DU and return to the installer.
    2. Do not proceed with an Archive and Install if DU reports errors it cannot fix. In that case use Disk Warrior and/or TechTool Pro to repair the hard drive. If neither can repair the drive, then you will have to erase the drive and reinstall from scratch.
    3. Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When you reach the screen to select a destination drive click once on the destination drive then click on the Option button. Select the Archive and Install option. You have an option to preserve users and network preferences. Only select this option if you are sure you have no corrupted files in your user accounts. Otherwise leave this option unchecked. Click on the OK button and continue with the OS X Installation.
    4. Upon completion of the Archive and Install you will have a Previous System Folder in the root directory. You should retain the PSF until you are sure you do not need to manually transfer any items from the PSF to your newly installed system.
    5. After moving any items you want to keep from the PSF you should delete it. You can back it up if you prefer, but you must delete it from the hard drive.
    6. You can now download a Combo Updater directly from Apple's download site to update your new system to the desired version as well as install any security or other updates. You can also do this using Software Update.

  • Applescript debugging PLEASE HELP

    So I wrote this automator program that basically takes a list of sequences and inputs them into a server and appends a URL on the page into a text document
    It works perfectly for a couple and then randomly just stops working and it is driving me craaaazy . i've been trying different delay times but just can't seem to figure out the problem. 
    so before this applescript there is a for loop then sends all the sequences to it one at a time .
    1st) tabs to the text box
    2nd) pastes the sequences into the text box
    3rd) tabs to the Proceed button
    4th) presses enter
    5th) on next page, it grabs the URL that is specified at a certain position
    the bug randomly happens after it pastes the sequence into the box and then it will randomly go to the URL bar at the top of Safari and get stuck doing weird things over there .  this throws off the whole flow of everything ?
    I REALLY want to know why this is happening ? Why would it work for like 3 or 4 andf then act up on the next one when the format for the sequences are all the same ? Do I increase a delay at a certain position ? I think one way to bypass this problem would be to tell applescript to press the proceed link" does anyone know how to do this?
    delay 1
    tell application "Safari" to open location "http://rna.tbi.univie.ac.at/cgi-bin/RNAfold.cgi"
    delay 5
    tell application "System Events"
        key code 48
        key code 48
        delay 0.5
        keystroke "v" using command down
        delay 4
        key code 48
        key code 48
        key code 48
        key code 48
        key code 48
        key code 48
        key code 48
        key code 48
        key code 48
        keystroke return
    end tell
    delay 5
    tell application "Safari"
        set thelink to do JavaScript "document.links[4].href " in document 1
    end tell

    But what about this?
    do shell script "command " with administrator privileges
    You can also include your password, to avoid the dialog, using the syntax:
    do shell script "command " password YourPassword with administrator privileges
    Though it would be kind of a security risk, its still convient...
    And no, I am not the one trying to get around the block, its funny that you bring that up though, but why would I be asking how to incorprate the admin account and password into the script if I was the one trying to get around it..? But yes, thank you for your help.
    Josh

  • Delta Load Failure -  All BW gurus please help me

    Hi, BW experts.
    Can u please do the needful help.
    delta is running from ods to cube but all the data packets are going fine but in Monitor Tab - for a particular data packet it is showing " Data Package 45 : arrived in BW, Processing Data Packet not yet processed."
    When checked the dump anaysis. It is showing " The Database system detected a deadlock and avoided it by rolling back your transaction.
    So, what should i do in this regard.
    Thanks & Regards
    Sagar

    Step 1  :  If Data is there in PSA Do Manual Load.
    By Making the Status Red, go to Details Tab and in that right click on the packet which is not loaded ,  say manul Load. 
    when system completed the manul load refresh the details.  if we get any error ( STEP 2 )
    Step 2:  Delete the Request from the cube,  and then  in ODS un mark ( Data Mart Status of the Request )the request which you are loading in to cube as delta..
    Re trigger the info pack. 
    Thanks
    Sharp
    Message was edited by:
            sharp deep

  • Please Help. OS Installation Freezing, Shutdown during memtest

    Hi everyone. I've decided to build my first computer. I spent quite alot of time trying to install windows 8.1 because it kept freezing on the 'getting files ready for installation' step.
    After trying 8 or so times unsuccessfully, I took out my second memory stick (located in slot 4) and ran the install again, It worked fine on the first try.
    (note: before successful installation one time, I tried to turn the computer on, pressed the power button, but nothing happened. I don't know if this was the cause of it, but i unplugged all peripherals and the computer powered up fine).
    I then installed the latest drivers for my GPU, etc with no problems. (with both memory sticks in)
    Decided to run memtest86 (with ram1 in slot 2, and ram 2 in slot 4 as instructed by my mobos manual) and after about 2 hours (0 errors showing), my computer just shut itself off, then after about a minute or so, it restarted and the test continued (automatically). About 3 minutes after that it shut off again (this time it didn't restart). When I tried to turn it on again, it didn't do so. After about 5 minutes I was able to turn it on again
    I'm not too knowledgeable on these things and am hoping someone could help me out with recommendations. Has anyone ever experienced this?
    I just ran Ram #1 in dimm slot 2 overnight using memtest86, and it seems to check out. Swapped Ram #2 with Ram #1 in dimm slot 2 and will run for the next 5(6?) hours.
    After that, upon someones recommendation I will run ram#1 (since its proven to be good), in Dimm slot 4 and see if the issue is with the dimm slot.
    After that, I am completely clueless what to check next if that is fine.
    My build:
    i7 4770k
    MSI z87 g45 motherboard
    MSI Gtx 770 gaming edition
    Corsair RM650
    G.Skill Ripjaws X – 2x4
    Corsair h80i
    CM Storm Scout 2 Case
    LG DVD/RW
    Samsung 840 evo 120gb
    WD Caviar Blue 1tb
    Thanks so much!

    Quote from: badboy2k on 15-February-14, 01:42:18
    why I suggested setting it manually is G-Skill on the ripjaws have skewed SPD and XMP profiles on them to increase the performance on ASUS boards only and cause problems elsewhere as they made a deal years ago to do that for there boards BIOS implementations to get higher performance numbers and cause problems else where!
    so Manually setting them would get around them Inbuilt SPD sets by setting more typical Values for RAM in general if that makes sense to you!
    Ahh, so that's why... interesting. That's kind of a bugger, especially for new builders like me.
    Anyways, I will make sure to make these changes as soon as I can. Then run Intel burn test for a while as Xmad mentioned, and if that goes well, hopefully i can move on to GPU benchmarks and be happy!

  • KM images retrieving in Applications   ----Java gurus please help -- URGENT

    Hi,
    I am retrieving images from KM in the webdynpro application and then displaying Adobe Interactive Form with the help of the blog :
    /people/bobu.georgeputheeckal/blog/2006/12/22/getting-an-image-from-km-documents-to-be-used-in-web-dynpro
    But the images i could retreive are atmost  20kb , if the size of the image is more eg : 70kb , the image is not displaying . In the code of the blog :
    //Reading the image file……
    BufferedInputStream bufIn =
    new BufferedInputStream(resourceimg.getContent().getInputStream()); *
    byte[] imagebyte = new byte[bufIn.available()];
    bufIn.read(imagebyte);
    Wile  getting BufferedInputStream object from resource object ,,,,,,,if the size is say 70KB ,,,,it is giving problem .But if the size is less say 10KB it is ok .
    Pls anyone provide me to overcome this problem and can get byte[] ,,, and can proceed further for larger images .
    Thanks and Regards,
    Srini
    Edited by: srinivasa rao on Feb 20, 2008 6:39 PM

    Srinivas,
    I think that's because the default filesize for BufferedInputStream class is 2048 bytes.
    Change your code as follows and check if it resolves your issue:-
    BufferedInputStream bufIn =
      new BufferedInputStream(resourceimg.getContent().getInputStream(), Integer.MAX_VALUE);
    byte[] imagebyte = new byte[bufIn.available()];

  • Java Gurus  please  help

    i have to buid a screen saver with my companys logo on it which is a flash file any idea how i can do that
    Thanks in advance

    so you tell me how do i create it !! Iam familiar with java thats why i thought so please tell me how to craete

  • Total iMac failure!  Please help.  Problems with freezing, and time machine

    My iMac has started to go crazy over the last week. It started crashing repeatedly, so much so that it could take me 10 tries just to get it going. I was able to run disk warrior and disk utility and neither of those came up with any issues. I took it into the apple store and they repaired permissions and cleared the cache and of course nothing happened while the mac was in the store.
    When I came home I started trying to clear out excess files and organize to save space and memory. I downloaded cleanmymac as well as crucial.com's scanner as recommended by the mac genius. Unfortunately, that night after everything had been working fine, the computer started crashing all over again. I get lines through my screen, it locks up, things get distorted, etc.
    In addition, I noticed today that all of my time machine backups have been deleted from my machine. The only one that exists is a huge one that was created the day after it was examined at the store. I have no idea how that happened as I have not touched the time machine settings. To make matters worse, the time machine will not even back up now. It says there isn't enough space. (There are 160GB available). Shouldn't it just be making incremental backups? All I am doing at this point is deleting files anyway!
    If anyone has any suggestions at all, please offer them!!!

    Hi, unfortunately it sounds as though your Mac needs the attentions of an Apple Service Technician.
    You do not say how old your Mac is or if you have Applecare..
    In any event I feel you will do best as I previously said -> Apple Service Technician.
    Don't forget to L I S T all your issues/worries......L

  • Please help me my iPad freezes all the tine.

    O.K. so my iPad is cracked, but that can't be the reason why my screen completly freezes. I don't know why it does this. If you could tell me how to prevent this from happening or how to fix it without having to restore my iPad on the computer everytime. Yes I try the thing where you hold in the home button the while holding the sleep/wake button for 10-15 seconds that doesn't work. Oh and it's the screen that freezes though if i hold in the home button siri always pops up and i can ask her questions, but whenever I tap the screen it doesn't work.

    so everyone i know who has an ipad (whos screen isnt cracked) has this problem too. I mean I don't know for sure if it's because it's cracked but I don't think it is. I just want to find  a way to stop it from happening not to be bullied. Sorry if i don't know everything.
    sberman wrote:
    kaykay414 wrote:
    O.K. so my iPad is cracked, but that can't be the reason why my screen completly freezes.
    I cannot imagine how you could possibly know this.  Has an Authorized Apple Service person told you this?  I wouldn't think so.

  • All u java gurus -please help me with my DAEMONS

    I had already posted one query regarding the same but due to some unsatisfactory answers I am forced to ask the same question.
    JUST TELL ME HOW TO WRITE DAEMONS IN JAVA- REST I WILL MANAGE
    heres my problem:
    I have to make a java program to backup and restore encrypted files over a network.
    The daemon should :
    1 . The daemon has to be able to send messages to all other comps in the network that a user on some machine wants to backup or restore a file.
    2. It also needs to be able to find all the files backed up of others as well as my own files on my PC.
    3. I will maintain files placed on each PC using hash tables for efficient searching.When this is done the daemon will figure out from a heap of free disk space how many comps are to be involved.I then use a TCPserver or TCPclient class to open connections to them and send or receive encrypted files.
    4. Daemon will send messages across the network if any system change(disk space +/-) occurs.Can anyone give me some documentation and links on the same?
    Yeah,one more thing how will that daemon calculate free disk space on my computer -any methods would be appeciated -This willl determine what computers to select for back up.
    IF all the above doesnt make any sense just tell me how to write a daemon-I need the code for this.
    Also how will ensure that my daemon will run at the same time a machine boots up.
    help for any part will be appreciated

    Check out the apache commons daemon library and associated stub program. http://jakarta.apache.org/commons/daemon/
    AFAIK There's no quick way in the Java libraries of measuring free disk space. Best bet is to exec the appropriate command line utility and read the results programatically.

  • Logic Gurus Please Help

    I have inherited a Personnel cube with a FX translation script. When I enter date from a schedule it seems to work. However in Administrator validating the FX logic produces a dump. The code is shown below.
    ========================
    *XDIM_MEMBERSET FP_CATEGORY = %FP_CATEGORY_SET%
    *SELECT(%YEAR%, "YEAR" , "FP_CATEGORY", "[ID]=%FP_CATEGORY_SET%")    
    *XDIM_MEMBERSET FP_TIME  AS %GROUP1%  = BAS(%YEAR%.TOTAL)
    *RUN_PROGRAM CURR_CONVERSION
         CATEGORY = %FP_CATEGORY_SET%
         TID_RA = %GROUP1%
         CURRENCY = AUD
         RATEENTITY = GLOBAL
         OTHER = [FP_ENTITY=%FP_ENTITY_SET%]
    *ENDRUN_PROGRAM
    =========================
    The thrid line looked wrong to me and so I replaced it with two lines as shown below;
    =========================
    *XDIM_MEMBERSET FP_CATEGORY = %FP_CATEGORY_SET%
    *SELECT(%YEAR%, "YEAR" , "FP_CATEGORY", "[ID]=%FP_CATEGORY_SET%")   
    *XDIM_MEMBERSET FP_TIME  = BAS(%YEAR%.TOTAL)
    *SELECT(%GROUP1% ,[ID] , "FP_TIME", "[ID]=BAS(%YEAR%.TOTAL)")   
    *RUN_PROGRAM CURR_CONVERSION
         CATEGORY = %FP_CATEGORY_SET%
         TID_RA = %GROUP1%
         CURRENCY = AUD
         RATEENTITY = GLOBAL
         OTHER = [FP_ENTITY=%FP_ENTITY_SET%]
    *ENDRUN_PROGRAM
    =====================================
    Thanks in advance
    Cliff

    Hi Cliff,
    I think there is a problem with the Time dimension in your logic.
    TID_RA = %GROUP1%
    sould be TID_RA = %TIME_SET%
    Please check the below guide for sample code.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/6052a57b-8c64-2c10-b3a5-b0378ff21243?QuickLink=index&overridelayout=true&44732084435055
    Regards,
    Raghu

Maybe you are looking for

  • Scheduling agreement to delivery order

    Hi All Please suggest me on the below issue I am creating in t code VA01 a delivery order(order type TAM) with reference to a Scheduling Agrement (LZM).I have put reason for rejection for a line item in scheduling agrement order.But still it is copie

  • Mac app store is not working

    I thought my Macbook was up to date because I programmed it so that the updates would get downloaded automatically but I have just realized my Mac is behind by a long run.  My version is only 10.6.8 and when I recently tired to access mac app store t

  • Just update my mac and now iTunes not responding

    I just run the last update on my mac and (not sure if it's related) iTunes is not responding

  • Image sequence

    Hi everyone Fairly new to motion but I am stuck trying to use an image sequence. I have exported from Aperture 70 images which include both landscape and portrait ratio images. I import them into Motion 5 as an image sequence. I have figured out the

  • Has anyone ever used Windows Server failover | SQL failover?

    We run a SQL Failover cluster and it has to be the same. All nodes in a failover cluster must be of the same platform, either 32-bit or 64-bit, and must run the same operating system edition and version. Also, 64-bit SQL Server editions must be inst