Could an applescript be causing this

I've got a script which I have been using for three years to renumber raw and jpeg image files (using the Finder) and then using an image converter app I write archiving info to the exif data by creating a new exporter for each jpeg file and overwriting the old JPEG files.
I've been using it with Panther without any problems but recently machines running Tiger have been experiencing some problems.
One such problem is that the HD (start-up drive) begins to fill up only no visible files are being stored the on the HD (image files are burned onto DVD and then deleted from the drive) until finally the computer won't start for lack of drive space. Whatever files are taking up the drive space are invisible. In the last two years a hard drive had to be replaced and now after a year the new drive had to be reformatted (due to lack of space)and the OS reinstalled.
Could an applescript caused anything like this to occur? Has anyone had a similar experience? Apple says that is is due to the system shutting down incorrectly too many times but that doesn't sound right.
It only seems to occur with Tiger.
Pedro
G5   Mac OS X (10.4.9)  

Anything's possible but without seeing the script its impossible to tell.
There are far more other options, though, when it comes to what's filling up your disk. The fact that you can't see the files hints that it isn't AppleScript.
The commonest cause for this is logging - some rampant process writing lots of log data that isn't getting cleaned up. Tracking down thoe files manualy can be a pain.
You might want to get a copy of Disk Inventory X or What size?, both of which will show you a graphical breakdown of your disk usage, making it easier to find the culprit.

Similar Messages

  • TS3274 The sound works except when trying to watch television. IPad updated yesterday. Sound for TV worked fine before update. Could it be the update that has caused this glitch?

    My iPad updated yesterday. Before it updated, the sound worked fine when watching aTV app. Now the sound works on all apps except the TV (e.g. ESPN) and then there's no sound. Could the update have caused this or what may have cause this? Any ideas?

    Also check the following:
    1. If Side Switch is set to Mute, check to make sure it's not muted
    http://i1224.photobucket.com/albums/ee374/Diavonex/1237fb40.jpg
    2. Check the Volume buttons
    http://i1224.photobucket.com/albums/ee374/Diavonex/00bf6eae.jpg
    3. Double-click the Home button; swipe the Task Bar to the right. Check the Mute and Volume settings.
    http://i1224.photobucket.com/albums/ee374/Diavonex/acd1c239.jpg

  • I have two graphics workers on osx 8.  They are both complaining that their files are changing label colors on it own.  Any idea what could cause this?

    I have two graphics workers on osx 8.  They are both complaining that their files are changing label colors on it own.  Any idea what could cause this?

    and there were and have been problems with any two nvidia cards which was the main part of my question.
    To provie details try pasting all but serial number from system profile. Sorry but Mac Pro tells me nothing, not model, year, or what graphic card it came with or updated with.

  • THE LINKS AT THE TOP OF ANY WEB PAGE NO LONGER WORK. wHAT COULD BE CAUSING THIS

    WITHIN THE LAST FEW DAYS NO MATTER WHAT WEBSITE I GO TO THE LINKS IN THE BANNER OR TOP PORTION OF THE PAGE DO NOT WORK. THE SYSTEM DOESN'T SEEM TO KNOW THAT THEY ARE LINKS WHEN I HOVER OVER THEM I GET THE MOUSE ARROW ICON INSTEAD OF THE HAND LIKE I DO ON ALL OTHER LINKS ON THE PAGE. THE LINKS ON THE SIDES AND BOTTOM OF THE PAGE WORK JUST FINE. WHAT COULD BE CAUSING THIS?

    That is a problem with the Yahoo! Toolbar.
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • Dynamic Calc processor cannot lock more than [100] ESM blocks during the calculation, please increase CalcLockBlock setting and then retry(a small data cache setting could also cause this problem, please check the data cache size setting).

    Hi,
    Our Environment is Essbase 11.1.2.2 and working on Essbase EAS and Shared Services components.One of our user tried to run the Cal Script of one Application and faced this error.
    Dynamic Calc processor cannot lock more than [100] ESM blocks during the calculation, please increase CalcLockBlock setting and then retry(a small data cache setting could also cause this problem, please check the data cache size setting).
    I have done some Google and found that we need to add something in Essbase.cfg file like below.
    1012704 Dynamic Calc processor cannot lock more than number ESM blocks during the calculation, please increase CalcLockBlock setting and then retry (a small data cache setting could also cause this problem, please check the data cache size setting).
    Possible Problems
    Analytic Services could not lock enough blocks to perform the calculation.
    Possible Solutions
    Increase the number of blocks that Analytic Services can allocate for a calculation:
    Set the maximum number of blocks that Analytic Services can allocate to at least 500. 
    If you do not have an $ARBORPATH/bin/essbase.cfg file on the server computer, create one using a text editor.
    In the essbase.cfg file on the server computer, set CALCLOCKBLOCKHIGH to 500.
    Stop and restart Analytic Server.
    Add the SET LOCKBLOCK HIGH command to the beginning of the calculation script.
    Set the data cache large enough to hold all the blocks specified in the CALCLOCKBLOCKHIGH setting. 
    Determine the block size.
    Set the data catche size.
    Actually in our Server Config file(essbase.cfg) we dont have below data  added.
    CalcLockBlockHigh 2000
    CalcLockBlockDefault 200
    CalcLockBlocklow 50
    So my doubt is if we edit the Essbase.cfg file and add the above settings and restart the services will it work?  and if so why should we change the Server config file if the problem is with one application Cal Script. Please guide me how to proceed.
    Regards,
    Naveen

    Your calculation needs to hold more blocks in memory than your current set up allows.
    From the docs (quoting so I don't have to write it, not to be a smarta***:
    CALCLOCKBLOCK specifies the number of blocks that can be fixed at each level of the SET LOCKBLOCK HIGH | DEFAULT | LOW calculation script command.
    When a block is calculated, Essbase fixes (gets addressability to) the block along with the blocks containing its children. Essbase calculates the block and then releases it along with the blocks containing its children. By default, Essbase allows up to 100 blocks to be fixed concurrently when calculating a block. This is sufficient for most database calculations. However, you may want to set a number higher than 100 if you are consolidating very large numbers of children in a formula calculation. This ensures that Essbase can fix all the required blocks when calculating a data block and that performance will not be impaired.
    Example
    If the essbase.cfg file contains the following settings:
    CALCLOCKBLOCKHIGH 500  CALCLOCKBLOCKDEFAULT 200  CALCLOCKBLOCKLOW 50 
    then you can use the following SET LOCKBLOCK setting commands in a calculation script:
    SET LOCKBLOCK HIGH; 
    means that Essbase can fix up to 500 data blocks when calculating one block.
    Support doc is saying to change your config file so those settings can be made available for any calc script to use.
    On a side note, if this was working previously and now isn't then it is worth investigating if this is simply due to standard growth or a recent change that has made an unexpected significant impact.

  • Audition REALLY SLOW all of a sudden. What could cause this?

    Within the last week Audition has gotten slower and slower. It takes 5-10 seconds at least for playback to start. It has become unworkable. What could cause this and what settings should I change to fix it?
    Thanks for any help!

    SteveG(AudioMasters) wrote:
    Don't worry about Eric - he's already admitted that he's got a thing about building up a huge points score... although precisely where that's going to get him, I don't know. I only answer questions here now because I feel a little sorry for the poor saps who, in all innocence, try to get anything at all meaningful out of this pathetic apology for a forum. Generally, AudioMasters is a much better bet these days. Okay I'm biased about that, but after all it is the modern incarnation of the original Syntrillium forum...
    I want the largest point score EVER!
    I covet every gold star with a green check-mark!
    I want all my little red bars filled!*
    I want to keep my name on top and never let it drop!!
    I want to complete the Herculean task of climbing the virtual forum mountain to reach the peak, thus achieving the exalted title of
    COMMUNITY EXPERT!!! (cue trumpet fanfare)
    *Once those are filled, are they like health points in a video game?  Do I then get to square off with some giant, Photoshopped community expert from another forum for the right to become King of the Bad Forums?  Maybe they just invite all the red-bar-full folks to some virtual tea party so they can all chat with each other about how wonderful it is to be in the exclusive red-bar club because they spent so much time posting on these forums rather than, say, being busy acutally using the software.
    (Sometimes I forget that subtle sarcasm just doesn't translate well on the internet.)
    I still don't know the point of the points, and perhaps never will.

  • On my PC, iTunes 11.0.3.42 causes it to hang when attempting to view a .MOV (1.6GB) requiring a cold boot. What could be causing this?

    On my PC running windows XP Service Pack 3, iTunes 11.0.3.42 causes it to hang when attempting to view a .MOV (1.6 GB) requiring a cold boot. What could be causing this? Corrupted .MOV? Too little RAM? It successfully plays a 162 MB .MOV.

    Hello David,
    Thank you for providing all that information about the iTunes issue you are experiencing.  We would first want to rule out any software issues before we can determine if it has to do with RAM.  I found an article that will help you isolate and troubleshoot software issues that could be causing iTunes to behave this way:
    iTunes for Windows XP: Troubleshooting unexpected quits, freezes, or launch issues
    http://support.apple.com/kb/TS1421
    I hope this helps you get back on track with watching movies in iTunes! 
    Best,
    Sheila M.

  • Recently, any attempt to log on to any site with my valid userid and password fails with FireFox but passes with Internet Explorer. What could possibly cause this?

    I used FireFox a long time for email and other scure sites. Out of the blue my logins started rejecting. In frustration, I went back to Internet Explorer and found I could log in using the same UID and PWD.
    I cain't imagine what setting could be causing this to happen. Have you ever heard of such a thing? And is there a solution?

    In Firefox 3.6.4 and later the default connection settings have been changed to "Use the system proxy settings".
    See "Firefox connection settings" in [[Server not found]]
    You can find the connection setting here: Tools > Options > Advanced : Network : Connection
    If you do not need to use a proxy to connect to internet then select No Proxy
    Another possible cause is security software (firewall) that blocks or restricts Firefox without informing you about that,.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox.
    See [[Server not found]] and [[Firewalls]] and http://kb.mozillazine.org/Firewalls

  • Hi! My imac27 fusion drive late 2013 restarts randomly when using 30" Cinema Display. What could cause this?

    Hi! My imac27 fusion drive late 2013 restarts randomly when using 30" Cinema Display.
    32 GB Apple RAM, Mavericks 10.9.2
    I'm using  power outlets that eliminitates surge fluctuations.
    What could cause this? What can i do? I', a bit desperate!

    Adapter: Apple Mini DisplayPort to Dual-Link DVI Adapter
    I wonder what the "Fault CR2: 0xffffff80078ca4f0, Error code: 0x0000000000000000, Fault CPU: 0x0" is...
    Panic log:
    Anonymous UUID:       44957DF9-C5B4-5AE1-AD54-9C81A374FC95
    Tue Mar 18 03:52:54 2014
    panic(cpu 0 caller 0xffffff80052dbe2e): Kernel trap at 0xffffff800523404e, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0xffffff80078ca4f0, CR3: 0x000000004329d056, CR4: 0x00000000001606e0
    RAX: 0xffffff838906d000, RBX: 0xffffff838905d000, RCX: 0xffffff80058ca4f8, RDX: 0x0000000000000000
    RSP: 0xffffff8394cbbd60, RBP: 0xffffff8394cbbd90, RSI: 0x0000000034089b0e, RDI: 0xffffff80058874c8
    R8:  0x0000000000000001, R9:  0xffffff8394cbbe90, R10: 0x0000000000000020, R11: 0x0000000000000206
    R12: 0x0000000000000005, R13: 0x000006005279d2e6, R14: 0xffffff80491ceb20, R15: 0xffffff80078ca4e8
    RFL: 0x0000000000010046, RIP: 0xffffff800523404e, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0xffffff80078ca4f0, Error code: 0x0000000000000000, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff8394cbb9f0 : 0xffffff8005222fa9
    0xffffff8394cbba70 : 0xffffff80052dbe2e
    0xffffff8394cbbc40 : 0xffffff80052f3326
    0xffffff8394cbbc60 : 0xffffff800523404e
    0xffffff8394cbbd90 : 0xffffff8005233b17
    0xffffff8394cbbdb0 : 0xffffff800524f18d
    0xffffff8394cbbde0 : 0xffffff80052165da
    0xffffff8394cbbe20 : 0xffffff80052163f4
    0xffffff8394cbbe80 : 0xffffff8005213c1d
    0xffffff8394cbbef0 : 0xffffff800521e043
    0xffffff8394cbbf70 : 0xffffff80052c976d
    0xffffff8394cbbfb0 : 0xffffff80052f3b46
    BSD process name corresponding to current thread: Logic Pro X
    Mac OS version:
    13C64
    Kernel version:
    Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64
    Kernel UUID: 9FEA8EDC-B629-3ED2-A1A3-6521A1885953
    Kernel slide:     0x0000000005000000
    Kernel text base: 0xffffff8005200000
    System model name: iMac14,2 (Mac-27ADBB7B4CEE8E61)
    System uptime in nanoseconds: 6598450610233
    last loaded kext at 8144333788: com.apple.driver.AppleHWSensor          1.9.5d0 (addr 0xffffff7f874fb000, size 36864)
    loaded kexts:
    com.caiaq.driver.NIUSBHardwareDriver          2.6.0
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleRAID          4.0.6
    com.apple.driver.AppleBluetoothMultitouch          80.14
    com.apple.iokit.IOBluetoothSerialManager          4.2.3f10
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.driver.AppleGraphicsDevicePolicy          3.4.35
    com.apple.driver.AppleMikeyDriver          2.6.0f1
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AGPM          100.14.15
    com.apple.driver.ApplePlatformEnabler          2.0.9d1
    com.apple.driver.X86PlatformShim          1.0.0
    com.apple.driver.AppleHDAHardwareConfigDriver          2.6.0f1
    com.apple.driver.AppleHDA          2.6.0f1
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.GeForce          8.2.4
    com.apple.iokit.IOBluetoothUSBDFU          4.2.3f10
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleIntelHD5000Graphics          8.2.4
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleUSBDisplays          360.8.14
    com.apple.driver.AppleMuxControl          3.4.35
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.2.3f10
    com.apple.driver.AppleHWAccess          1
    com.apple.driver.AppleSMCLMU          2.0.4d1
    com.apple.driver.AppleBacklight          170.3.5
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.nvidia.NVDAStartup          8.2.4
    com.apple.driver.AppleIntelFramebufferAzul          8.2.4
    com.apple.driver.AppleIntelMCEReporter          104
    com.apple.driver.AppleLPC          1.7.0
    com.apple.driver.AppleThunderboltIP          1.1.2
    com.apple.iokit.SCSITaskUserClient          3.6.6
    com.apple.driver.AppleUSBODD          3.4.1
    com.apple.driver.CoreStorageFsck          380
    com.apple.driver.AppleFileSystemDriver          3.0.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          35
    com.apple.driver.AppleUSBHub          666.4.0
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.5.1
    com.apple.driver.AppleSDXC          1.5.2
    com.apple.driver.AirPort.Brcm4360          831.21.63
    com.apple.iokit.AppleBCM5701Ethernet          3.8.1b2
    com.apple.driver.AppleUSBXHCI          670.4.0
    com.apple.driver.AppleAHCIPort          3.0.0
    com.apple.driver.AppleACPIButtons          2.0
    com.apple.driver.AppleRTC          2.0
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          2.1
    com.apple.driver.AppleACPIEC          2.0
    com.apple.driver.AppleAPIC          1.7
    com.apple.nke.applicationfirewall          153
    com.apple.security.quarantine          3
    com.apple.kext.triggers          1.0
    com.apple.driver.IOBluetoothHIDDriver          4.2.3f10
    com.apple.driver.AppleMultitouchDriver          245.13
    com.apple.iokit.IOSerialFamily          10.0.7
    com.apple.driver.DspFuncLib          2.6.0f1
    com.apple.vecLib.kext          1.0.0
    com.apple.iokit.IOAcceleratorFamily          98.14
    com.apple.nvidia.driver.NVDAGK100Hal          8.2.4
    com.apple.nvidia.driver.NVDAResman          8.2.4
    com.apple.iokit.IOBluetoothFamily          4.2.3f10
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.iokit.IOSurface          91
    com.apple.driver.AppleGraphicsControl          3.4.35
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.2.3f10
    com.apple.driver.X86PlatformPlugin          1.0.0
    com.apple.driver.AppleUSBAudio          2.9.5f4
    com.apple.iokit.IOAudioFamily          1.9.5fc2
    com.apple.kext.OSvKernDSPLib          1.14
    com.apple.driver.AppleHDAController          2.6.0f1
    com.apple.iokit.IOHDAFamily          2.6.0f1
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.IONDRVSupport          2.4.1
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.driver.AppleSMC          3.1.8
    com.apple.driver.AppleSMBusPCI          1.0.12d1
    com.apple.AppleGraphicsDeviceControl          3.4.35
    com.apple.iokit.IOAcceleratorFamily2          98.14
    com.apple.iokit.IOGraphicsFamily          2.4.1
    com.apple.driver.IOPlatformPluginFamily          5.7.0d10
    com.apple.driver.AppleThunderboltEDMSink          2.1.3
    com.apple.driver.AppleUSBHIDKeyboard          170.15
    com.apple.driver.AppleHIDKeyboard          170.15
    com.apple.iokit.IOUSBHIDDriver          660.4.0
    com.apple.driver.AppleUSBMergeNub          650.4.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.6.6
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOUSBMassStorageClass          3.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.6.6
    com.apple.driver.AppleUSBComposite          656.4.1
    com.apple.driver.AppleThunderboltDPInAdapter          3.1.7
    com.apple.driver.AppleThunderboltDPOutAdapter          3.1.7
    com.apple.driver.AppleThunderboltDPAdapterFamily          3.1.7
    com.apple.driver.AppleThunderboltPCIUpAdapter          1.4.5
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.4.5
    com.apple.driver.CoreStorage          380
    com.apple.iokit.IOUSBUserClient          660.4.2
    com.apple.driver.AppleThunderboltNHI          2.0.1
    com.apple.iokit.IOThunderboltFamily          3.2.7
    com.apple.iokit.IO80211Family          630.35
    com.apple.iokit.IOEthernetAVBController          1.0.3b4
    com.apple.driver.mDNSOffloadUserClient          1.0.1b5
    com.apple.iokit.IONetworkingFamily          3.2
    com.apple.iokit.IOUSBFamily          675.4.0
    com.apple.iokit.IOAHCIFamily          2.6.5
    com.apple.driver.AppleEFINVRAM          2.0
    com.apple.driver.AppleEFIRuntime          2.0
    com.apple.iokit.IOHIDFamily          2.0.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          278.11
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.AppleKeyStore          2
    com.apple.driver.DiskImages          371.1
    com.apple.iokit.IOStorageFamily          1.9
    com.apple.iokit.IOReportFamily          23
    com.apple.driver.AppleFDEKeyStore          28.30
    com.apple.driver.AppleACPIPlatform          2.0
    com.apple.iokit.IOPCIFamily          2.9
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    com.apple.kec.pthread          1

  • My latest pano photo have missing landscape. Some of the photos are merged into one. I can provide the examples. What could cause this problem on a new 5C?

    My latest pano photo have missing landscape. Some of the photos are merged into one. I can provide the examples. What could cause this problem on a new 5C?

    Thanks for the input. I was finally able to find some test conditions that duplicated the problem, and it is either that or some other out-of-spec diffraction distortion.  So I sent it off for repair.

  • Appears and quickly disappears a new screen overlaying the screen in use, it starts at the bottom of the screen tela.MACbook pro retina.O what could be causing this?

    appears and quickly disappears a new screen overlaying the screen in use, it starts at the bottom of the screen tela.MACbook pro retina.O what could be causing this?

    Thanks for the suggestion, the next step was to call Apple, who gave me a claim number, which I discovered you must have to get anything done with them.  They refered me to a Apple store or repair center, after some reseach took it to the Computer Store in Mobile, Alabama and they were excellent.  They took pictures of the screen with bug submitted it to Apple who denied the claim but they kept kicking it up to the next level and finally Apple agreed to sent new cover.  The Computer Store had the cover the next day, they changed it out and now I am bug free.  If your in the area of Mobile Alabama you can feel good about getting help from the Computer Store.  For the two folks that responded to my note, Thank You, good comments and good advice.

  • TS1433 I have tried to reset the SMC and still have the fans running. What else could be causing this?

    My iMac has been continuously running its internal fan. Sometimes with just the internet running, or upon startup. I put it into sleep mode and wake it back up, which turns the fan off, but sometimes it starts back up shortly after. I have tried resetting the SMC by powering off and unplugging. Anything else that could be causing this?

    Open Activity Monitor in the Utilities folder.  Select All Processes from the Processes dropdown menu.  Click twice on the CPU% column header to display in descending order.  If you find a process using a large amount of CPU time, then select the process and click on the Quit icon in the toolbar.  Click on the Force Quit button to kill the process.  See if that helps.  Be sure to note the name of the runaway process so you can track down the cause of the problem.

  • How to check if home directories are disabled & what else could cause this problem?

    We're having this issue with our server where some clients are having an extended authorization time to log onto our server, whether they attempt to do so via VPN or on our Network directly. This issue only seems to persist for some users and happens every time they attempt to log on. Log on can take up to 10 minutes, however, rarely ever fails.
    I was told to check size of the home directories but the other IT here said he's pretty sure he disabled the home directory things. The only reason we have these servers is so that people can dump files on them for later use or to transfer between eachother for whichever project they may be working on. How do I check whether the home directories are enabled or not, and if they are, where can I determine their size? All I am seeing in the filesystem is the login for the Admin account and the other IT's account on the server.
    What else could be causing this problem? It is not a machine-based problem as I can log into the server using their machine almost instantaneously. About half of our users are logged on instantly as well. We've been getting complaints about this for about a couple months now. It didn't seem to happen prior to February (though I can't say for sure because I started here at the end of January).
    The server is an Xserve running 10.5.x or 10.6.x (two different servers). Computers being used range from Mac OS 10.7-10.9.2. I don't believe anyone uses windows that is having an issue.

    What you need is the dba_policies
    select OBJECT_NAME, POLICY_NAME, ENABLE from dba_policies;

  • HT1688 We bought the new iphone 5s when they came out from at&t and my dad has completely shut off and won't do anything? It has not been in ANY water or anything else that could have caused this

    We bought the new iphone 5s when they came out from at&t and my dad has completely shut off and won't do anything? It has not been in ANY water or anything else that could have caused this.

    Try to reset the device:
    Device Reset (won't affect settings/data/music/apps/etc)
    1. Press and hold (& continue to hold) BOTH the Sleep/Wake button & the Home button.
    2. Continue to hold BOTH (ignoring any other messages that may show) until you see the Apple logo on the screen.
    3. Release BOTH buttons when you see the Apple logo and allow the device to boot normally.

  • I purchased 2 ipad mini's at Xmas, I then sync'd them with itunes on my pc, and put basically the same apps on each of them. Both are 16gb units. One of them is full ( with over 9gb of "other" memory) the ipad still has 10gb left.What could be causing thi

    I purchased 2 ipad mini's at Xmas, I then sync'd them with itunes on my pc, and put basically the same apps on each of them. Both are 16gb units. One of them is full ( with over 9gb of "other" memory) the ipad still has 10gb left.What could be causing this "other" storage

    How much space is used by your Other? You may be able to reduce.
    How Do I Get Rid Of The “Other” Data Stored On My iPad Or iPhone?
    http://tinyurl.com/85w6xwn
    How to Remove “Other” Data from iPhone, iPad and iPod Touch
    http://www.igeeksblog.com/how-to-remove-other-data-from-iphone/
    With an iOS device, the “Other” space in iTunes is used to store things like documents, settings, caches, and a few other important items. If you sync lots of documents to apps like GoodReader, DropCopy, or anything else that reads external files, your storage use can skyrocket. With iOS 5/6/7, you can see exactly which applications are taking up the most space. Just head to Settings > General > Usage, and tap the button labeled Show All Apps. The storage section will show you the app and how much storage space it is taking up. Tap on the app name to get a description of the additional storage space being used by the app’s documents and data. You can remove the storage-hogging application and all of its data directly from this screen, or manually remove the data by opening the app. Some applications, especially those designed by Apple, will allow you to remove stored data by swiping from left to right on the item to reveal a Delete button.
    What is “Other” and What Can I Do About It?
    https://discussions.apple.com/docs/DOC-5142
    iPhone or iPad Ran Out of Storage Space? Here’s How to Make Space Available Quickly
    http://osxdaily.com/2012/06/02/iphone-ipad-ran-out-of-available-storage-space-ho w-to-fix-quick/
    6 Tips to Free Up Tons of Storage Space on iPad, iPhone, and iPod Touch
    http://osxdaily.com/2012/04/24/6-tips-free-up-storage-space-ipad-iphone-ipod-tou ch/
    Also,
    How to Clear Message/iMessage Cache on iPhone & iPad And Reclaim Lots of Free Space
    http://www.igeeksblog.com/how-to-clear-message-imessage-cache-on-iphone-ipad/
     Cheers, Tom

Maybe you are looking for

  • Creation of Asset APC account

    Hi Please let me know how to create an Asset APC account with cost element category 90. Since its a balance sheet account, it does not allow me to create the cost element. Please guide me how create the Asset APC account with cost element category 90

  • Failed to load preferences error on upgrade of Anyconnect to 3.0.3054 on my MAC OSX LION 10.7.1

    Hi Folks, Since the upgrade of Anyconnect to 3.0.3054 on my MAC OSX LION 10.7.1, i have been getting failed to load preferences error. During the upgrade the vpn connection get established, but once i disconnect and try to connect again its starts bo

  • The file "card07_F.png" couldn't be saved in the folder "Resources".

    The App Store indicates that I have to update iPhoto. I have tried several times and get the error that it cannot download the app with: The file "card07_F.png" couldn't be saved in the folder "Resources". This happen to anyone else?

  • Tngsten E Won't Hot Sync

    I just dug my Tungsten E out of storage so my son could play with it but I can't seem to get it to Hot Sync to put games on it. I keep getting the 'The connection between your handheld computer and desktop could not be established' message. I remembe

  • Can I use as a cable modem the airport?

    Trying to find out if the the air express can be use as a cable modem