Devide performance when debugging

Hi,
I've developed some videogames to other mobiles using their own sdk and in that case when debugging the computer lanunched all the application to the mobile instead of being launched from the mobile directly. The hard work was made by the computer, not the device.
Then, when I wanted to check if the game was too slow I had to launch the application from the mobile (not debugging, unplugged).
In a nutshell, what I'm asking is if the performance of a videogame when the device is connected with the PC and we are debugging is trustable with flash. Because if I have to launch the application from the mobile I need to do a lot of extra work due the nature of the program (and I'd prefer not to do it right now).
thanks!

Hi Jansi,
Note 391694 usually helps with this. In any case currently main recommendation is to minimize the selection criteria as minimum as possible, or you can  consider if parallel processing can be active for this backgroud job for fast processing.  Archiving program SDVTTKWRS cannot handle a high huge set of data of  shipment documents to be archived. Understand that when system reads  a shipment doc., it is not just this document but also the deliveries involved or assigned to it. Once it is done, the reading of  shipment net also checks if such deliveries are present in other shipment document.. in order to check if might or not be archived..To sump up, different tables and different documents involved in flow.                                                                               
You must use more filtration parameters and cut down on the number of shipments to be archived.. if not, long response time will occur.
Apart from this, from a DB perspective, you can of course make sure that all oracle parameters are set as recommended. Main note for this is 830576. Also, the note 1171650 will help you this since it contains an script that will cross-check your current parameter setting with the recommended one (from note 830576) and will suggest you any necessary change.
Also I would recommend to make sure statistics are calculated. Please refer to notes 838725, 132861 and 122718 on this regard.
Br,
Javier

Similar Messages

  • Bad performance when open a bi publisher report in excel

    We use bi publisher(xml publisher) to create a customized report. For a small report, user like it very much. But for a bigger report, users complain about the performance when they open the file.
    I know it is not a native excel file, that may cause the bad performance. So I ask my user to save it to a new file as a native excel format. The new file still worse than a normal excel file when we open it.
    I did a test. We try to save a bi publish report to excel format, the size shrink to 4Mb. But if we "copy all" and "Paste Special" value only to a new excel file, the size is only 1Mb.
    Do I have any way to improve that, users are complaining everyday. Thanks!
    I did a test today.
    I create a test report
    Test 1: Original file from BIP in EBS is 10Mb. We save it in my local disk, when we open the file, it takes 43 sec.
    Test 2: We save the file in native excel format, the file size is 2.28Mb, it takes 7 sec. to open.
    Test 3: We copy all cell and "PasteSpecial" to a new excel file with value only. The file size is 1.66Mb, it takes only 1 sec to open.
    Edited by: Rex Lin on 2010/3/31 下午 11:26

    EBS or Standalone BIP?
    If EBS see this thread for suggestions on performance tuning and hints and tips:
    EBS BIP Performance Tuning - Definitive Guide?
    Note also that I did end up rewriting my report as PL/SQL producing a csv file and have done with several large reports in BIP on EBS.
    Cheers,
    Dave

  • Mouse clicks not working on published air app, works fine when debugging/testing

    So I have an issue where when debugging my Air application, it runs fine and mouse clicks work and everything.  When I publish the application and install it, it plays fine but clicking does nothing.
    We have an older version which is working when we publish it and we're trying to add things in one step at a time, but I figured I'd see if anyone else has had this issue.  A bit frustrating.
    Thanks!

    FIXED!!!!
    We're using Dropbox to share files and it turns out that two people having project open at same time is a bad idea when doing final publish!  It creates conflict files and effects the final package or something of that nature.
    Glad we got that one figured out!

  • Format of Variables Change When Debugging

    When debugging in LabWindows, the format of the variables (decimal, hex, ASCII, etc.) is always set to the default under certain circumstances.  For example if you step into a function, change format of a variable, step out then back in, the format has been reset to the default.  There are other instances when you run, stop, rebuild and debug where this is done also.
    I've asked NI to explain why the variable format can't be retained, at least within one debug session (until exiting LabWindows).  The explanation is they use a stack-based system to store this information so it is lost during debug.
    I find this to be an extreme annoyance and an enormous waste of time.  For example, I deal with a lot of arrays of binary data.  Seeing these array values in ASCII is of no value.  So I'm nearly constantly setting the format back to hex during debugging.
    I'm curious whether anyone else thinks this is a problem.  NI knows about this, but it's unlikely they'll do anything unless there is a lot of feedback from us users on the value of fixing this.  Post a note and let me (and NI) know what you think, whether you think this is important or not.
    Thanks,
    Dave

    Hi Chris,
    Yes, using Format >> Preferences is exactly what I was talking about when I said "change the format of a variable".  Thanks for giving the exact details of doing this.
    I'm still using v8.1.  I'm leery of renewing my service contract because I don't feel NI is listening to me (as a customer, not just a LabWindows user) regarding the issues that affect my work and ways to greatly improve my productivity.  I have been suggesting this for a few years now, to no avail, both with tech support on the phone and through your product suggestion center.
    I can't explain all the intricacies of the issue.  Maybe what you have to do is set breakpoints and run rather than step in and out.  Here's what an engineer in NI's R&D center said:
    It's not actually rebuilding the project that causes the information to be lost. It's actually even worse than that. As variables come in and out of scope, the formatting and the expand/collapse state of each variable is lost. So, if you've hit a breakpoint in a function and re-formatted a local variable, and then continue debugging outside the function, eventually stepping back into the function, the formatting for the original variable is reset when the item is created anew in the variable display, based on the data type of the variable.
    The problem we have is that the formatting information is stored in stack-based memory which is associated with the actual items that you see in the variable display. As these items disappear and are re-created in the variable display, the formatting information is reset.
    The complexity of representing variable scope information, including arbitrary block scopes, makes it pretty hard to maintain variable information in global, non-stack-based memory. It's obviously not impossible, but unfortunately it would require a fundamental redesign of our debugging paradigm.
    Finally, we have heard this request from multiple customers, and I assure you that you are not the only customer who has asked for this feature.  The problem with this feature, as with many other feature requests is one of trade-off. It is obviously impossible to accept all the feedback that we receive, and so we are constantly having to weigh development costs of a particular feature, the risks involved in implementing it, and how widespread its benefits are.  So far, this feature has not made the cut. However, this does not mean that we're ignoring it, or any other customer feedback. Many customer-requested features have made it into previous releases, and we're confident that this will too, in the not too distant future. As a matter of fact, we can honestly say that most new features in a given CVI release originate with customer requests. I also just want to re-emphasize that each time you reiterate how important a given feature is, it drives up its priority and makes it more likely that we will implement it sooner, rather than later. With that in mind, we definitely welcome your suggestion to post a note about this request in the forum. We expect other people to second the request, and the more people that do that, the better.
    So my question wasn't posted for NI to respond.  It was to find out if anybody else using LabWindows finds this issue to be detrimental to productivity.
    Thanks,
    Dave

  • Help I have a Macbook 2006 model and I like to play videogames on it, well when I leave it plugged in it gets the best performance, when its not plugged in its decent, so will it hurt my battery if I leave it plugged in at all times?

    Help I have a Macbook 2006 model and I like to play videogames on it, well when I leave it plugged in it gets the best performance, when its not plugged in its decent, so will it hurt my battery if I leave it plugged in at all times?

    No, it will hurt your battery, but it is not recommended by Apple. Additionally, since you have a model with a removable battery, you should calibrate the battery once a month if you leave it plugged in at all times.
    Apple Portables: Calibrating your computer's battery for best ...
    www.apple.com/batteries

  • When debugging, a for loop is not entered even though the number 6 is passed to "N".

    I cannot figure out why a for loop is not entered when I debug it. When debugging a value of 6 is clearly passed to "N", the number of iterations the loop is supposed to execute. So when I debug, execution highlighting just parses right over the loop, even though I request to enter the loop. Everything inside of the loop is not executed. Have you experienced this before? - Any ideas?

    As mentioned by "eh" auto-indexed arrays that are empty will cause this.
    A "FOR loop" will itereate as many times as is indicated by the smallest number elements in any of its auto-indexed inputs.
    When you watch it in execution-highlighting, you probably will see a "0" coming in on an auto-indexed input.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • 2.1 RC1 - Pure performance when Preferences.Worksheet."script path" is used

    When I fill out the "Select default path to look for scripts" text box on the Worksheet page in Preferences, I expirience very bad performance when I type in sql statements.
    If I clear the text box agian, I have normal performance.

    Bug already logged from duplicate posts from other users.
    -Turloch

  • I have the current Mac Pro the entry level with the default specification and i feel some slow performance when applying after effects on my videos using final cut pro and also rendering a video takes long time ? what upgrades do you guys suggest?

    i have the current Mac Pro the entry level with the default configuration   and i feel lack of  performance when applying after effects on my videos using final cut pro and also rendering a video takes long time ? what upgrades do you guys suggest i could do on my Mac Pro ?

    256GB SSD  it shipped with will run low and one of the things to watch.
    Default memory is 12GB  also something to think about.
    D500 and FCP-X 10.1+
    http://macperformanceguide.com/index_topics.html#MacPro2013Performance
    Five models of 2013 Mac Pro running Resolve, FCPX, After Effects, Photoshop, and Aperture

  • SQL Developer Bug: NVL() function error when debug/run stored procedure

    Version:
    SQL Developer: 1.5.3 (build main-5783)
    Oracle DB connected: Oracle9i Enterprise Edition Release 9.2.0.6.0
    Stored procedure code like this:
    procedure search(V_STATUS_IN IN CHAR(1)) is
    begin
    declare
    V_STATUS CHAR(1) := NULL;
    begin
    V_STATUS := NVL(V_STATUS_IN, '%'); -- error line
    end;
    end;
    The stored procedure runs well (I mean no oracle exception) when called through Java code (and in TOAD). But when debug/run in SQL Developer, following error at the error line:
    $Oracle.EXCEPTION_ORA_6502:
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    --------------------------------------------------*/

    What parameter are you passing in? It is possible you are trying to cram a multibyte character into a singlebyte container. What are the nls settings for the database and for sqldeveloper?

  • St03 identify a transaction performed in debug mode

    Dear All,  on a SAP ECC 6.0 would it be possible to identify in the statistical data using transaction st03 if any transaction was performed in debug mode? for example using the  "/ h" mode.
    thanks for all
    Edited by: massimo perrella on Jan 21, 2010 2:54 PM
    Edited by: massimo perrella on Jan 21, 2010 2:59 PM

    Hi,
    Whenever you execute any activity in the process tree, you will find that activity log (protocol log) will be generated in front of the activity.
    Click on the logs , on the subsequent screen you will find the name of the program (in the header) related to that particular activity.
    Thanks
    Isha

  • Where to put break point when debugging the inbound IDOC processing

    Hi, Dear Experts,
    If IDOC has error and want to debug, which program or function module  to put break point when debugging the inbound IDOC processing
    Thank you so much!
    Helen

    It depends on if you have the custom FM or standard FM...Is it MM invoice or FI invoice? ... You can find out your FM by going to partner profile (WE20) for your sender partner and partner function.. Drill down to your partner and the message type and find the inbound process code.. Double clicking on the process code will help you find the FM...
    If you don't have access to WE20, You can also put BP into any of the IDOC_INPUT_INVOIC* FM and see if it is getting triggered (assuming your IDOC is standard FM)...

  • Poor performance when accessing a MSAS 2008 cube via BI Server

    I am having an issue with performance when accessing a MSAS 2008 cube via the BI Server.
    I think it has to do with the way that the MDX is being generated.
    Please could someone advise on any settings I could try or any known issues with the integration?
    Thanks,
    Kim Sarkin
    [email protected]

    Hi Kim,
    Sorry I can't help out, but, I'm curious how you got the AS 2008 drivers installed for use with OBIEE? I have an AS2008 environment, but, my OBIEE version only supports 2000 and 2005.
    Thanks,
    Mark

  • InDesign CC 2014 very slow performance when dragging images and changing text

    InDesign CC 2014 very slow performance when dragging images and changing text.
    Running on 2010 Macpro 2.4GHz. 8GB RAM. Any solutions? I've read through many forums on this and tried several fixes.

    Have exact same issue on  my Windows 7 machine. Resetting preferences is a workaround.
    So I start InDesign whilst holding down these keys.
    Ctrl + Alt + Shift (Windows) or Cmd + Ctrl + Opt + Shift (Mac)
    Whilst inDesign is usable again with this fix- I have to do it every time so it trashes all my preferences so NOT GOOD long term fix. Otherwise InDesign freezes and can only be stopped by forcing a quit.
    I have manually deleted the preference files and I have created a brand new admin account - but still no luck - will be onto support tomorrow

  • HT204017 Mac Pro (late 2013 6-core) kernel panic when debugging in Xcode, playing audio

    I've had three kernel panics, and all 3 occurred when debugging in Xcode, I was stopped at a break point, and I was listening to music (local mp3s) via iTunes. It might be worth noting that I am using 2 displays: a Thunderbolt Display as my main display and an Apple Cinema Display as my secondary.
    Here is the log of the most recent panic. All of them share the exact same stack trace.
    Anonymous UUID:       8D458AA2-0BD0-B63A-D963-2AEE581BE511
    Mon Nov 24 15:28:26 2014
    *** Panic Report ***
    panic(cpu 0 caller 0xffffff801da1e80a): Kernel trap at 0xffffff801d70e096, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0xffffff83d23e5000, CR3: 0x00000008099c5063, CR4: 0x00000000001626e0
    RAX: 0xfffffffffe004750, RBX: 0x0000000000004b2b, RCX: 0x0000000000000b2b, RDX: 0x0000000000025958
    RSP: 0xffffff83d28a3d68, RBP: 0xffffff83d28a3d70, RSI: 0xffffff83d43e08b0, RDI: 0xffffff83d23e5000
    R8:  0x0000000000004b2b, R9:  0xffffff80693bd8b0, R10: 0x0000000000000001, R11: 0x0000000000004000
    R12: 0xffffff80922ca210, R13: 0x00000000000012ec, R14: 0xffffff80693bd800, R15: 0x0000000000000001
    RFL: 0x0000000000010206, RIP: 0xffffff801d70e096, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0xffffff83d23e5000, Error code: 0x0000000000000002, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff83d28a3a10 : 0xffffff801d93a811
    0xffffff83d28a3a90 : 0xffffff801da1e80a
    0xffffff83d28a3c50 : 0xffffff801da3a443
    0xffffff83d28a3c70 : 0xffffff801d70e096
    0xffffff83d28a3d70 : 0xffffff7f9f5672a5
    0xffffff83d28a3de0 : 0xffffff7f9f562900
    0xffffff83d28a3e90 : 0xffffff7f9f562677
    0xffffff83d28a3ed0 : 0xffffff801df024ef
    0xffffff83d28a3f10 : 0xffffff801da0a142
    0xffffff83d28a3fb0 : 0xffffff801da3ac66
          Kernel Extensions in backtrace:
             com.apple.iokit.IOAudioFamily(200.6)[2ED56C8A-6B84-3B50-9B0A-67EEB8EF3FE3]@0xff ffff7f9f558000->0xffffff7f9f586fff
                dependency: com.apple.vecLib.kext(1.2.0)[BBD5DF5B-D295-3151-ABBE-1EDF8A5EF556]@0xffffff7f9f 4e1000
    BSD process name corresponding to current thread: coreaudiod
    Mac OS version:
    14B25
    Kernel version:
    Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64
    Kernel UUID: 89E10306-BC78-3A3B-955C-7C4922577E61
    Kernel slide:     0x000000001d600000
    Kernel text base: 0xffffff801d800000
    __HIB  text base: 0xffffff801d700000
    System model name: MacPro6,1 (Mac-F60DEB81FF30ACF6)
    System uptime in nanoseconds: 27778101854256
    last loaded kext at 25164879580283: com.apple.driver.AppleUSBCDC 4.2.2b5 (addr 0xffffff7fa0abd000, size 20480)
    last unloaded kext at 25247629438024: com.apple.driver.AppleUSBCDC 4.2.2b5 (addr 0xffffff7fa0abd000, size 16384)
    loaded kexts:
    com.paceap.kext.pacesupport.snowleopard 5.9
    com.apple.filesystems.smbfs 3.0.0
    com.apple.filesystems.autofs 3.0
    com.apple.driver.ApplePlatformEnabler 2.1.0d1
    com.apple.driver.AGPM 100.14.37
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.iokit.IOUserEthernet 1.0.1
    com.apple.iokit.IOBluetoothSerialManager 4.3.1f2
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleHV 1
    com.apple.driver.AppleOSXWatchdog 1
    com.apple.driver.AppleGraphicsDevicePolicy 3.7.7
    com.apple.driver.AppleUpstreamUserClient 3.6.1
    com.apple.driver.AppleMCCSControl 1.2.10
    com.apple.kext.AMDFramebuffer 1.2.8
    com.apple.driver.AppleHDA 267.0
    com.apple.driver.AppleIntelMCEReporter 107
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.3.1f2
    com.apple.AMDRadeonX4000 1.2.8
    com.apple.driver.AudioAUUC 1.70
    com.apple.driver.AppleLPC 1.7.3
    com.apple.driver.AppleMGPUPowerControl 3.7.21
    com.apple.kext.AMD7000Controller 1.2.8
    com.apple.driver.AppleThunderboltIP 2.0.2
    com.apple.driver.AppleUSBDisplays 372.1
    com.apple.iokit.SCSITaskUserClient 3.7.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.driver.XsanFilter 404
    com.apple.driver.AppleFWOHCI 5.5.2
    com.apple.driver.AppleUSBHub 705.4.1
    com.apple.iokit.IOAHCIBlockStorage 2.6.5
    com.apple.driver.AirPort.Brcm4360 901.19.10
    com.apple.driver.AppleUSBXHCI 705.4.14
    com.apple.iokit.AppleBCM5701Ethernet 10.1.2b3
    com.apple.driver.AppleUSBEHCI 705.4.14
    com.apple.driver.AppleAHCIPort 3.0.7
    com.apple.driver.AppleACPIButtons 3.1
    com.apple.driver.AppleACPIEC 3.1
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 218.0.0
    com.apple.nke.applicationfirewall 161
    com.apple.security.quarantine 3
    com.apple.security.TMSafetyNet 8
    com.apple.driver.AppleIntelCPUPowerManagement 218.0.0
    com.apple.driver.AppleBluetoothHIDKeyboard 175.5
    com.apple.driver.IOBluetoothHIDDriver 4.3.1f2
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSurface 97
    com.apple.iokit.IOSerialFamily 11
    com.apple.driver.AppleSMBusController 1.0.13d1
    com.apple.driver.DspFuncLib 267.0
    com.apple.kext.OSvKernDSPLib 1.15
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.3.1f2
    com.apple.iokit.IOBluetoothFamily 4.3.1f2
    com.apple.iokit.IOAcceleratorFamily2 156.4
    com.apple.iokit.IOUSBUserClient 705.4.0
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.driver.AppleSMC 3.1.9
    com.apple.driver.IOPlatformPluginFamily 5.8.0d49
    com.apple.driver.AppleGraphicsControl 3.7.21
    com.apple.driver.AppleBacklightExpert 1.1.0
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.kext.AMDSupport 1.2.8
    com.apple.AppleGraphicsDeviceControl 3.7.21
    com.apple.driver.AppleHDAController 267.0
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.iokit.IOHDAFamily 267.0
    com.apple.driver.CoreStorage 471
    com.apple.driver.AppleUSBAudio 295.22
    com.apple.iokit.IOAudioFamily 200.6
    com.apple.vecLib.kext 1.2.0
    com.apple.driver.AppleUSBHIDKeyboard 175.5
    com.apple.driver.AppleHIDKeyboard 175.5
    com.apple.iokit.IOUSBHIDDriverPM 705.4.5
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.7.0
    com.apple.iokit.IOUSBMassStorageClass 3.7.0
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.0
    com.apple.iokit.IOUSBHIDDriver 705.4.0
    com.apple.driver.AppleThunderboltPCIUpAdapter 2.0.2
    com.apple.driver.AppleThunderboltDPOutAdapter 4.0.6
    com.apple.driver.AppleUSBMergeNub 705.4.0
    com.apple.driver.AppleUSBComposite 705.4.9
    com.apple.driver.AppleThunderboltDPInAdapter 4.0.6
    com.apple.driver.AppleThunderboltDPAdapterFamily 4.0.6
    com.apple.driver.AppleThunderboltPCIDownAdapter 2.0.2
    com.apple.iokit.IOFireWireFamily 4.5.6
    com.apple.driver.AppleThunderboltNHI 3.1.7
    com.apple.iokit.IOThunderboltFamily 4.2.1
    com.apple.iokit.IO80211Family 700.52
    com.apple.iokit.IOEthernetAVBController 1.0.3b3
    com.apple.driver.mDNSOffloadUserClient 1.0.1b8
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOUSBFamily 705.4.14
    com.apple.iokit.IOAHCIFamily 2.7.0
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.security.sandbox 300.0
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.AppleMobileFileIntegrity 1.0.5
    com.apple.driver.AppleCredentialManager 1.0
    com.apple.driver.DiskImages 389.1
    com.apple.iokit.IOStorageFamily 2.0
    com.apple.iokit.IOReportFamily 31
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 3.1
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    com.apple.kec.Libm 1
    com.apple.kec.pthread 1

    I have also experienced this kernel panic as well. Both times, I could see coreaudiod in the diagnostic report. After the first time, I tried muting my audio, but while debugging in Xcode 6.1.1, it just happened to me again a couple minutes ago.
    Obviously, avoiding the use of the iOS Simulator is *not* a viable workaround.
    My Mac is actually a 2007 MacBook Pro (3,1 Model). I thought maybe it was just my machine getting old and crapping out, but since yours is a recent 2013 model, it looks like there's some kind of issue related to Xcode and coreaudiod. BTW, I am also running SpriteBuilder at the same time, but I think the two times I've experienced the panic, I was actively debugging something via Xcode.
    So far, 2 kernel panics in 2 consecutive days.. Not happy.

  • "image size could not be verified - operation not performed" when I go to restore to my hard drive. What do?

    I want to restore my disk image using disk utility. I keep getting "image size could not be verified - operation not performed" when I go to restore to my hard drive. What do?
    I would like to partition my disk but it says I have to restore my disk image first so that files can be moved. This is really obnoxiously hard for someone who is only moderately tech savy. Any help is appreciated, but please no links to 3rd party sites. I would like to keep this with the software I already have.
    Thanks ^_^

    Sorry nobody has replied yet, but how was this disk image made?
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.

Maybe you are looking for

  • How do I add the pictures folder to the go menu in 10.8.4?

    I know I can put the folder in the dock, but I'd rather have access to it through the "go" menu. Is that possible?

  • &DISPLAY_USER  not working properly after import/export of application

    I'm getting some weird functionality. Several variables are no longer working after I exported and imported a page into the same HTMLDB environment for example at the bottom of the page I now get: User: &DISPLAY_USER Language: &BROWSER_LANGUAGE I ver

  • Report to see Item wise Material Purchases for a WBS

    Dear Sir, We need a Report to see the Material Purchase Value ( Material Code wise)  for a WBS . We tried using ME2J but it is not meeting our requirement as this Report shows the Material Purchase value for per unit qty only and that too only the Ba

  • Not able to compile wrapped package bodies.

    Hi All Can anybody pls help me finding me the reason why I m not able to compile .plb (wrapped package body). There are no compilation errors. But when I run the .plb file (as @xyz.plb), sqlplus window hangs. No error shown. Everytime I had to close

  • Tolerance group for G/L

    Hi, Can anyone suggest me where can we find the tolerance group for g/l a/cs? If possible can you put the IMG path in return plz. Reg, Sridhar.