Files Not Deleting - Sync Says content Still present.  Please Halp!

Using a PC
Im trying to make some space on my ipad.  Have deleted all music, as well as all my podcasts. When I got to the music screen it clearly shows all my albums are cloud based.  Yet on my sync summary screen it shows almost 3 gigs of space being used by music and 76 songs present.  Same for audio... What gives?  the files are not beign redownloaded when I sync so where are these songs being stored and how do I remove them?
ALSO
I've also copied all my photos off my ipad, I''ve even moved them to different folders so they do not reload when I sync.  yet when I open the photos app there are several folders full of images still there and accessible.  What gives? how do I ensure these images download to my PC and then remove them?
Yes I have turned photo stream off.  No it is not syncing these images from my computer.

Hello Nitin,
Attached is a screenshot. As you can see:
1. Cloud says I have 19.42GB used.
2. My archive is empty.
3. My CreativeCloud folder only has 1.85GB
Also, on a side note, I am using the simplified chinese version of osx, and you notice the CC folder has incorrect ascii charas after the folder, which I can't change at all. I assume that was supposed to be simplified chinese characters. I liked it better when adobe just kept it to English in the Preview ver. Please remove that in a future update. Thank you.

Similar Messages

  • I bought a hd movie on my iPad , however when I try to play on Apple TV 1st generation. It does not appear or says content not available. My TV is hd compatible

    I bought a hd movie on my iPad , however when I try to play on Apple TV 1st generation. It does not appear or says content not available. My TV is hd compatible

    AppleTV1 only supports HD upto 720p - chances are the iPad HD vserion is 1080p and beyond ATV1 capability.
    Also do not expect recent iTunes purchases to appear on AppleTV 1 store menus as purchased - ATV1 does not know about 'cloud access'.
    Best option is to download the 720p version (set in iTunes Preferences on computer iTunes) and sync/stream to AppleTV 1 from iTunes.

  • .nef files not displayed in my content window!

    .nef files not displayed in my content window. I just want to work, not screw around fixing thing. How come the .nef files won't display anymore? The new .nef files don't display.
    Thanks for your help.
    --max

    Well, I'm afraid I'm not going to be a lot of help. From what I see, if everything is installed correctly it should be working. I know that there has been a few challenges associated with Vista, but I don't know enough about that aspect to really comment. I'm still using Windows XP.
    As far as Camera Raw is concerned, there have been four updates since CS3 was released. If you haven't done any updates you are probably in for a pleasant surprise. New controls have been added that most people have found to be quite valuable. The most current version of Camera Raw is 4.3.1. The first thing I would suggest is for you to download that update and get it installed and see it that makes a difference.
    I know you indicated that you don't want to have to do a lot of fine tuning of the program. But Adobe Camera Raw (ACR) is updated frequently, and you always want to make sure you have the most current version. If the new version of ACR doesn't resolve your issues the problem "might" be related to Vista. And I'm afraid I cannot help you with that at all.

  • WARNING: archive log not deleted as it is still needed

    Our Oralce Database is a single node database of version 10.1.0.
    Dataguard/Standby is not configured.....we are executing the following command for archivelog backup
    run
    allocate channel c1 device type sbt;
    backup archivelog all delete input;
    This script is successfull in backingup all the archvied log files however it is not deleteing the input files. Instead it gives the warning....
    "WARNING: archive log not deleted as it is still needed"
    What could be the problem?

    If you do a Metalink seach on "WARNING: archive log not deleted as it is still needed." you'll find a couple of documents that explain the issue.
    The short answer is that RMAN has backed up logs which have not yet shipped to standby, so it won't delete them, cause they're still needed till they're successfully shipped to standby.
    -Mark

  • I am not able to launch FF everytime i tr to open it, it says FF has to submit a crash report, i even tried doing that and the report was submitted too, but stiil FF did not start, and the problem still persists, please help me solve this issue in English

    Question
    I am not able to launch FF everytime i try to open it, it says FF has to submit a crash report,and restore yr tabs. I even tried doing that and the report was submitted too, but still FF did not start, and the problem still persists, please help me solve this issue
    '''(in English)'''

    Hi Danny,
    Per my understanding that you can't get the expect result by using the expression "=Count(Fields!TICKET_STATUS.Value=4) " to count the the TICKET_STATUS which value is 4, the result will returns the count of all the TICKET_STATUS values(206)
    but not 180, right?
    I have tested on my local environment and can reproduce the issue, the issue caused by you are using the count() function in the incorrect way, please modify the expression as below and have a test:
    =COUNT(IIF(Fields!TICKET_STATUS.Value=4 ,1,Nothing))
    or
    =SUM(IIF(Fields!TICKET_STATUS=4,1,0))
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Empty Log files not deleted by Cleaner

    Hi,
    we have a NoSql database installed on 3 nodes with a replication factor of 3 (see exact topology below).
    We run a test which consisted in the following operations repeated in a loop : store a LOB, read it , delete it.
    store.putLOB(key, new ByteArrayInputStream(source),Durability.COMMIT_SYNC, 5, TimeUnit.SECONDS);
    store.getLOB(key,Consistency.NONE_REQUIRED, 5, TimeUnit.SECONDS);
    store.deleteLOB(key, Durability.COMMIT_SYNC, 5, TimeUnit.SECONDS);
    During the test the space occupied by the database continues to grow !!
    Cleaner threads are running but logs these warnings:
    2015-02-03 14:32:58.936 UTC WARNING [rg3-rn2] JE: Replication prevents deletion of 12 files by Cleaner. Start file=0x0 holds CBVLSN 1, end file=0xe holds last VLSN 24,393
    2015-02-03 14:32:58.937 UTC WARNING [rg3-rn2] JE: Cleaner has 12 files not deleted because they are protected by replication.
    2015-02-03 14:32:58.920 UTC WARNING [rg3-rn1] JE: Replication prevents deletion of 12 files by Cleaner. Start file=0x0 holds CBVLSN 1, end file=0xe holds last VLSN 24,393
    2015-02-03 14:32:58.921 UTC WARNING [rg3-rn1] JE: Cleaner has 12 files not deleted because they are protected by replication.
    2015-02-03 14:32:58.908 UTC WARNING [rg3-rn3] JE: Replication prevents deletion of 12 files by Cleaner. Start file=0x0 holds CBVLSN 1, end file=0xe holds last VLSN 24,393
    2015-02-03 14:32:58.909 UTC WARNING [rg3-rn3] JE: Cleaner has 12 files not deleted because they are protected by replication.
    2015-02-03 14:33:31.704 UTC INFO [rg3-rn2] JE: Chose lowest utilized file for cleaning. fileChosen: 0xc (adjustment disabled) totalUtilization: 1 bestFileUtilization: 0 isProbe: false
    2015-02-03 14:33:32.137 UTC INFO [rg3-rn2] JE: CleanerRun 13 ends on file 0xc probe=false invokedFromDaemon=true finished=true fileDeleted=false nEntriesRead=1129 nINsObsolete=64 nINsCleaned=2 nINsDead=0 nINsMigrated=2 nBINDeltasObsolete=2 nBINDeltasCleaned=0 nBINDeltasDead=0 nBINDeltasMigrated=0 nLNsObsolete=971 nLNsCleaned=88 nLNsDead=0 nLNsMigrated=88 nLNsMarked=0 nLNQueueHits=73 nLNsLocked=0 logSummary=<CleanerLogSummary endFileNumAtLastAdjustment="0xe" initialAdjustments="5" recentLNSizesAndCounts=""> inSummary=<INSummary totalINCount="68" totalINSize="7570" totalBINDeltaCount="2" totalBINDeltaSize="254" obsoleteINCount="66" obsoleteINSize="7029" obsoleteBINDeltaCount="2" obsoleteBINDeltaSize="254"/> estFileSummary=<summary totalCount="2072" totalSize="13069531" totalINCount="68" totalINSize="7570" totalLNCount="1059" totalLNSize="13024352" maxLNSize="102482" obsoleteINCount="66" obsoleteLNCount="971" obsoleteLNSize="12974449" obsoleteLNSizeCounted="971" getObsoleteSize="13019405" getObsoleteINSize="7347" getObsoleteLNSize="12974449" getMaxObsoleteSize="13019405" getMaxObsoleteLNSize="12974449" getAvgObsoleteLNSizeNotCounted="NaN"/> recalcFileSummary=<summary totalCount="2072" totalSize="13069531" totalINCount="68" totalINSize="7570" totalLNCount="1059" totalLNSize="13024352" maxLNSize="0" obsoleteINCount="66" obsoleteLNCount="971" obsoleteLNSize="12974449" obsoleteLNSizeCounted="971" getObsoleteSize="13019405" getObsoleteINSize="7347" getObsoleteLNSize="12974449" getMaxObsoleteSize="13019405" getMaxObsoleteLNSize="12974449" getAvgObsoleteLNSizeNotCounted="NaN"/> lnSizeCorrection=NaN newLnSizeCorrection=NaN estimatedUtilization=0 correctedUtilization=0 recalcUtilization=0 correctionRejected=false
    Log files are not delete even if empty as seen using DBSpace utility:
    Space -h /mam2g/data/sn1/u01/rg2-rn1/env/ib/kvstore.jar com.sleepycat.je.util.Db
      File    Size (KB)  % Used
    00000000      12743       0
    00000001      12785       0
    00000002      12725       0
    00000003      12719       0
    00000004      12703       0
    00000005      12751       0
    00000006      12795       0
    00000007      12725       0
    00000008      12752       0
    00000009      12720       0
    0000000a      12723       0
    0000000b      12764       0
    0000000c      12715       0
    0000000d      12799       0
    0000000e      12724       1
    0000000f       5717       0
    TOTALS      196867       0
    Here is the configured topology:
    kv-> show topology
    store=MMS-KVstore  numPartitions=90 sequence=106
      zn: id=zn1 name=MAMHA repFactor=3 type=PRIMARY
      sn=[sn1] zn:[id=zn1 name=MAMHA] 192.168.144.11:5000 capacity=3 RUNNING
        [rg1-rn1] RUNNING
                 single-op avg latency=4.414467 ms   multi-op avg latency=0.0 ms
        [rg2-rn1] RUNNING
                 single-op avg latency=1.5962526 ms   multi-op avg latency=0.0 ms
        [rg3-rn1] RUNNING
                 single-op avg latency=1.3068943 ms   multi-op avg latency=0.0 ms
      sn=[sn2] zn:[id=zn1 name=MAMHA] 192.168.144.12:6000 capacity=3 RUNNING
        [rg1-rn2] RUNNING
                 single-op avg latency=1.5670061 ms   multi-op avg latency=0.0 ms
        [rg2-rn2] RUNNING
                 single-op avg latency=8.637241 ms   multi-op avg latency=0.0 ms
        [rg3-rn2] RUNNING
                 single-op avg latency=1.370075 ms   multi-op avg latency=0.0 ms
      sn=[sn3] zn:[id=zn1 name=MAMHA] 192.168.144.35:7000 capacity=3 RUNNING
        [rg1-rn3] RUNNING
                 single-op avg latency=1.4707285 ms   multi-op avg latency=0.0 ms
        [rg2-rn3] RUNNING
                 single-op avg latency=1.5334034 ms   multi-op avg latency=0.0 ms
        [rg3-rn3] RUNNING
                 single-op avg latency=9.05199 ms   multi-op avg latency=0.0 ms
      shard=[rg1] num partitions=30
        [rg1-rn1] sn=sn1
        [rg1-rn2] sn=sn2
        [rg1-rn3] sn=sn3
      shard=[rg2] num partitions=30
        [rg2-rn1] sn=sn1
        [rg2-rn2] sn=sn2
        [rg2-rn3] sn=sn3
      shard=[rg3] num partitions=30
        [rg3-rn1] sn=sn1
        [rg3-rn2] sn=sn2
        [rg3-rn3] sn=sn3
    Why empty files are not delete by cleaner? Why empty log files are protected by replicas if all the replicas seam to be aligned with the master ?
    java -jar /mam2g/kv-3.2.5/lib/kvstore.jar ping -host 192.168.144.11 -port 5000
    Pinging components of store MMS-KVstore based upon topology sequence #106
    Time: 2015-02-03 13:44:57 UTC
    MMS-KVstore comprises 90 partitions and 3 Storage Nodes
    Storage Node [sn1] on 192.168.144.11:5000    Zone: [name=MAMHA id=zn1 type=PRIMARY]    Status: RUNNING   Ver: 12cR1.3.2.5 2014-12-05 01:47:33 UTC  Build id: 7ab4544136f5
            Rep Node [rg1-rn1]      Status: RUNNING,MASTER at sequence number: 24,413 haPort: 5011
            Rep Node [rg2-rn1]      Status: RUNNING,REPLICA at sequence number: 13,277 haPort: 5012
            Rep Node [rg3-rn1]      Status: RUNNING,REPLICA at sequence number: 12,829 haPort: 5013
    Storage Node [sn2] on 192.168.144.12:6000    Zone: [name=MAMHA id=zn1 type=PRIMARY]    Status: RUNNING   Ver: 12cR1.3.2.5 2014-12-05 01:47:33 UTC  Build id: 7ab4544136f5
            Rep Node [rg3-rn2]      Status: RUNNING,REPLICA at sequence number: 12,829 haPort: 6013
            Rep Node [rg2-rn2]      Status: RUNNING,MASTER at sequence number: 13,277 haPort: 6012
            Rep Node [rg1-rn2]      Status: RUNNING,REPLICA at sequence number: 24,413 haPort: 6011
    Storage Node [sn3] on 192.168.144.35:7000    Zone: [name=MAMHA id=zn1 type=PRIMARY]    Status: RUNNING   Ver: 12cR1.3.2.5 2014-12-05 01:47:33 UTC  Build id: 7ab4544136f5
            Rep Node [rg1-rn3]      Status: RUNNING,REPLICA at sequence number: 24,413 haPort: 7011
            Rep Node [rg2-rn3]      Status: RUNNING,REPLICA at sequence number: 13,277 haPort: 7012
            Rep Node [rg3-rn3]      Status: RUNNING,MASTER at sequence number: 12,829 haPort: 7013

    Solved setting a non documented parameter " je.rep.minRetainedVLSNs"
    The solution is described in NoSql forum:   Store cleaning policy

  • Apple TV deletes sync'd content (photos)

    My ATV setup is demonstrating a variant of what seems to be a frequently reported problem - erratic sync behavior. In general, the sync process will often (but not always) delete (all) previously sync'd photos from the ATV, despite the fact that the photo sync setting either did not change or they changed in some minor way (ie added another album to the sync selection list). The sync process will complete without complaint, the photos will be gone from the ATV and the "capacity bar" in iTunes, but the settings for photos will still show the "Sync photos from iPhoto", "Selected Albums", and the individually selected albums checked. If I then quit iTunes and restart it, the sync settings for photos are all now mysteriously unchecked, the sync process runs and no photos are sync'd. To get them to sync again, I can sometimes recheck the photo sync boxes and album selections and apply the changes. After waiting for 20 minutes (2500 photos), the sync (sometimes) works and the photos are available on the ATV, the "capacity bar" reflects the photos. As often as it works, the sync will "finish" without complaining, all the boxes will still be checked, yet no photos will be on the ATV or in the "capacity bar". I try this over and over until it finally works and all is well...until something triggers another sync between ATV and iTunes...which usually (but not always) results in another cycle of the above. Very frustrating, very fragile, very beta.
    As I would like to solve this problem for myself and others, I am going to provide as much detail as possible to paint a complete picture. I am also happy to try suggested solutions or data gathering ideas. After all, I need to re-sync a few times a day any way!
    Environment:
    Brand new ATV - s/w up to date - using wi-fi not ethernet - full signal strength
    Brand new Apple Extreme in "N, (B,G compatible)" mode
    Macbook Pro (10.4.11)
    iTunes 7.5 (19) - library on Macbook Pro - content on NAS
    iPhoto '08 7.1.1 (358) - library freshly rebuilt - library on NAS
    Infrant ReadyNAS NV (network attached storage)
    iTunes settings:
    Sync selected movies
    No TV show sync
    No music sync (I use streaming for this - works fine)
    No podcast sync
    Sync photos from iPhoto, selected albums
    Interestingly, I never have problems with the movies (there are only 3 right now) - they never disappear or need to re-sync. To date, this has only happened with the photos. I have reset the ATV to factory settings a number of times - no change. Streaming iTunes music works fine.
    I noticed a very similar post on MacRumors:
    http://forums.macrumors.com/showthread.php?t=316340
    +As subject indicates, why does iTunes insist on deleting all the music content that's already been synced to the ATV? It seems like if I launch iTunes following a reboot it immediately goes and "syncs" to the ATV by deleting all the music on the ATV. I've had to re-sync 12GB of music at least 5 times now. Running latest version of iTunes on XP.+
    +After it deletes everything, If I just click "sync" for ATV (to get the music back on the device) it doesn't do anything, even though I have the option checked to sync all music and playlists on the music tab of the Apple TV device. Only way to get the music back over there is to ctrl-click my music library (select all) and THEN click sync, and it starts copying. It's almost as if it's doing it by design (because the entire library isn't checked at startup?), but they couldn't have possibly been that ******** designing this, could they? The REALLY stupid thing is that it doesn't bother the 2 podcasts I have sync'd, one the D5 interview with Gates & Jobs and the other a Macbreak. Space is not an issue, as I said I have a 12GB music library and the two video podcasts are about a Gig; that's all that's on it. Any ideas? Anyone else experience this behavior?+
    Thanks,
    Jim
    Pretty much the same behavior, but with music. He seemed to pinpoint a connection with "unchecking" songs in iTunes (iTunes, not ATV sync) as the root cause. I can't see a parallel with photos.
    *Hi Jim,*
    *I just came across your post and joined the forum because I am having the same exact trouble with my new ATV and Windows XP pro. What I've noted (very frustratingly) is that the ATV will ONLY sync with songs in my iTunes library if they are checked.*
    *I have the option "Sync ALL music and playlists" checked in the settings. There is no mention in the manual that sync only happens with content that is check-marked in iTunes...*
    *So I have the same thought - surely that cannot be as designed, could it??*
    *If it IS by design, it doesn't make sense, because iTunes requires you to check and uncheck songs if you want to only play certain ones, etc - so this means that each time you might happen to uncheck a song because you don't feel like listening to it on your PC iTunes, then it will also get deleted from ATV?!*
    *I have to beleive this cannot be how it's supposed to work... I'm going to do some more testing, but for the moment I'm waiting for it to finish syncing my library of 12,600 songs so it'll be a few days...*
    Cheers,
    Jcd
    +Unfortunately, it IS how it is designed to work; despite others in the thread saying theirs works like an iPod, I called AppleCare after I purchased a 2nd ATV for downstairs and it exhibited the exact same behavior. The girl I spoke to thought that maybe it was a windows only thing (though I told her for test purposes I'd changed the syncing to my macbook and it worked exactly the same), so she tested from both the Macs & PCs in their lab and confirmed that she experienced the same behavior. I asked her why it didn't sync like an iPod and she said "because that's how they designed it." So I tried a different tact, and asked her if SHE thought it was logical for it to work the way it does, and of course she answered "Yes, because that's how they designed it." Quite frustrating! For my first experience with AppleCare I wasn't overly impressed (is she what they call a "Genius" or do you need to go up the foodchain before reaching the geniuses?), though I do give her credit for taking the time to go find an XP machine to test on -- I was on hold about 10 minutes while she tested that out.+
    +Anyway, if you think it should sync like an iPod when you've checked "Sync ALL music and playlists" then definitely send an e-mail to [email protected]; I only have 12GB of music, I can't imagine how frustrated I'd be if I accidentally opened iTunes without everything checked and had to re-sync 12,600 songs!! But the bottom line is I think this design decision was ********, so I let them know that... other than that I do like them, as I mentioned I liked it enough to buy another.+
    Thanks in advance for any ideas out there!
    Cheers

    Thanks for the quick response...I was hoping to get your input given the amount of time you have put into other posts on this topic.
    +My thoughts are that each time your sync occurs the tv is seeing your library as a different library to the one before or perhaps the other way around, this may be due to the way your network assigns it's IP's and other info.+
    Hmmm...I don't think my network could be any more simple. The Extreme is connected to Comcast cable modem and dishes out addressed via DHCP. The NAS and the Macbook are connected to the Extreme via ethernet, and the ATV uses wifi. If it were an IP addressing problem, wouldn't you expect problems with the other content? Why just photos? Also, iTunes/ATV never has problems reading the album list. I can add a new album in iPhoto and it shows up in iTunes immediately.
    +However the second observation is that you are using a network drive for your library which whilst many have reported success in using such a device is not so far as I know supported by itunes/tv. Are your photo libraries also on this drive and if so have you tried relocating them to a local drive for the purpose of diagnostics.+
    Yes, the iPhoto library is on the NAS. I am willing to try the relocation but have a few questions on that. What is the most expedient method to generate a new library in a new location? command+option when bring up iPhoto gives me all of the library/thumbnail rebuild options (which I have done), but it does not give you the option of a new location, does it? Also, I was under the impression that unlike with music, I cannot separate the "library" from the content with iPhoto - which means that I would need to copy all of my photos to the MacBook, which defeats the purpose of the NAS. Again, willing to try this out to pinpoint the problem but would like to keep my photos on the NAS.
    I have pondered the possible role of the NAS in the problem long and hard but music on the NAS works in every which way - it syncs fine, it streams fine, etc. The only difference between music and photos that I can come up with is the location of the library itself - the music library is on the laptop while the photo library is on the NAS.
    Thanks - will try some things out based on your reply.

  • Project Files Not Deleted From Server

    Thank you in advance if you can help.
    Application: Robohelp6/Server6 and earlier versions. Don't
    know about 7 or 8.
    Output: Webhelp Pro
    Background: Whenever I delete a topic from the publisher and
    publisher a project to our server, the htm file for that topic is
    not deleted. I started calling them "ghost" files because they
    should be dead and gone. Some users access these files following a
    direct URL hence providing them with outdated information. They
    don't normally appear in the application search results but
    hyperlinks to them work until the file is removed.
    I've tried different publishing options to get them removed.
    Check for delete files and republish entire project. The only way I
    found to get rid of them is to delete the file from the server
    manually. Another option is to delete the project from the server
    and republish everything.
    Question: Can anyone explain what is going on and if there is
    something I can to make sure they are automatically deleted when
    publishing.

    Welcome to our community, David
    I don't believe anything in RoboHelp publishing will actually
    ever delete files. It's my experience that any file that needs to
    be removed from the server has to be accomplished manually.
    So I know this calls into question what exactly does the
    option "Check for deleted files" actually DO?" Am I right?
    Here's the deal. Upon publishing, a list is created. The
    first round takes longest as it is also creating the list. When you
    publish again, files are compared to the list.
    Need updating? Nope. Skip it and move on.
    Need updating? Yes. Copy and replace the file.
    The option to check for deleted files slows the process. The
    process then becomes:
    Need updating? Nope. Does it still exist on server? Yes. Skip
    it and move on.
    Need updating? Yes. Copy and replace the file.
    Need updating? Nope. Does it still exist on server? Nope.
    Copy the file and move on.
    Hopefully that helps you better understand what is happening.
    Cheers... Rick

  • Files not deleted on windows in MappedBufferManager

    We are seeing a problem where the nio file-based scheme does not delete the mapped temporary files once they are inactive. This is related to the link below; however, this is not just a problem when the process exits.
    Re: nio file manager does not clean up page files on Windows
    Given this caching scheme:
    <caching-schemes>
         <paged-external-scheme>
         <scheme-name>nio-scheme</scheme-name>
    <page-limit>5</page-limit>
              <nio-file-manager>
                   <initial-size>8m</initial-size>
                   <maximum-size>64m</maximum-size>
    <directory>c:/temp/nio/</directory>
              </nio-file-manager>
         <page-duration>10s</page-duration>
    <high-units>20000</high-units>
         <expiry-delay>20h</expiry-delay>
              </paged-external-scheme>
    </caching-schemes>
    The old files are not deleted once we cross the page limit boundary. So the directory will grow indefinitely large as the old files are not removed. We get this error:
    MappedBufferManager: failed to remove <path to file>
    Note, I added a note to the original posting, but was not sure if it was received since that post was so old. Lastly, this problem appears to be windows-only since the code works as expected on a linux distro using a sun jdk.
    We are using JDK 5.0 (build 1.5.0_15-b04) and Coherence 3.2.
    /thanks -warren

    I had similar problems. I could always mount the directory but couldn't see any of the files. I finally tracked the problem down to the user name I was using to login from the Mac being in a different XP security group than I had assumed. Once I changed the group membership, it worked as it should.
    The solution took awhile to find because my XP laptop is also used on my work LAN and therefore uses "professional" sharing not "simple" sharing. Professional sharing is much more complicated to troubleshoot. You have professional sharing on your XP machine if you see a "permissions" button on the share tab when you click properties on the file/directory.
    Here a two good links that might help.
    If you have professional sharing:
    http://www.practicallynetworked.com/sharing/xp_filesharing/index.htm
    If you have simple sharing:
    http://www.practicallynetworked.com/sharing/xp/filesharing.htm
    Good luck. My apologies if this is too basic for you but I've been working with computers since the early 1970's and still find networking a pain to configure.

  • Images have been deleted but says links still exist

    I use a very simple document every week to update and I always use the last file saved from the previous week because sometimes a few items are repetitive. Basically I collect items from other designer's work from their ID files, paste it into my document, and turn it into a PDF for 'show & tell' purposes only. The file has 3 master pages that only have a text block header. No images whatsoever; only one layer.
    I just opened last week's file, trashed pages 2-3, and selected all and deleted everything from page 1 so now I only have the 3 master pages and one of those applied to page 1 which is 100% blank except the header. Why then does the links palette say I still have links? It won't show me where they are. It only says "filename.eps" with this < >" link symbol under Pages Column in the palette. I've zoomed out to make sure they aren't hanging in the artboard area, but Cmd+A would have selected them regardless.
    I used this procedure in CS3 with no problems. Where is CS4 seeing these at or why is it?

    Does it  go anywhere if you use the "go to link" button?
    I suspect the document is probably corrupted. This is always a danger when you recycle a file over and over again. A better approach is to build a template and include in it all the swatches, styles, master pages, etc. that you will use, then start each weeks publication with a clean file from the template. If there is stuff to repeat, open last week's file and select it, then "paste in place" in the new file.
    You should be able to clear up a pahntom link by a round-trip through .inx. See Remove minor corruption by exporting

  • Files not deleting on Western Digital My Book Mac

    Hello,
    I recently deleted some time machine backups on my western digital my book mac. Unfortunately these files was not been deleted from the drive (the remaining disk space has not gone up circa 300GB). I have looked online and the issues seems to be the afp connection rather than using the smb connection.
    I have reconnected using this type, but I am still unable to see the files to delete. I have tried to connect using terminal, but to be honest I have no idea what I am doing. The file path is smb://WubberTimeCapsule.smb.tcp.local/My%20Book...
    Has anybody else seem this problem also, does anybody know of a way of deleting these files?

    leedern wrote:
    Thanks, it is an external hdd (Western Digital My Book Mac) connected to my old time machine (too small to fit everything on way) via the usb cable. The time machine is connected wirelessly to my network. Unfortunately I can not see the sparse bundle files anymore.
    Just for the sake of clarification, that's a +Time Capsule,+ Apple hardware combining a wireless router and hard drive. +Time Machine+ is the Apple software that does backups, to various destinations, including +Time Capsules.+
    This originated because I originally created the time machine backup with the external hdd connected directly to the mac. When I transferred the disk to the old time machine, it did not reuse the previous backup but created a new one. Hence in my ignorance I deleted the old files.
    Ah, yes, that's a different critter. Time Machine stores backups differently when they're done directly vs. over a network. The backups done directly were stored in a Backups.backupdb folder at the top level of the drive; the ones done over your network have that folder placed inside an odd container called a +sparse bundle.+ You cannot switch back and forth.
    Which ones did you delete, and how?
    It sounds like you deleted the Backups.backupdb folder, and didn't empty the trash, so they're still in the (hidden) trash folder on that drive. If so, disconnect it from your TC via +Airport Utility > Disks,+ connect it to your Mac, and empty the trash. That will take a very long time, as there are at least a few hundred thousand files there, perhaps many more.
    A quick alternative would be to simply erase the drive, via Disk Utility, while it's connected to your Mac. That will erase all the new and old backups. If you just started the new set, that might be easiest.
    If you decide to do that, see the green box in #Q2 of [Using Time Machine with a Time Capsule|http://web.me.com/pondini/TimeMachine/TimeCapsule.html] (or use the link in *User Tips* at the top of the +Time Capsule+ forum), for a way to speed up the first full backup.

  • NSS Delay Purge for deleted files not deleted volumes

    Does anyone know how to set the "Delay Purge" for deleted files on an
    NSS volume, not, deleted volumes. I have a problem in our company, they
    want to use the automatic purge feature for deleted files but, they
    want to set a "Delay" on the purging. I know you can set the Delay
    Purge for deleted volumes, but I can't find a setting (if it even
    exist) for Delay Purge for deleted files. Can anyone help. Thank you.
    BTY, there're running NW 6.0 NSS 3.05.

    I use toolbox and cron to rune a manual purge pass on the server once a
    week.
    A line in crontab:
    00 02 * * 0 purge sys: -a -d=35
    will purge volume sys every sunday at 2:00 and purge all files deleted 35
    and more days before.
    Klaus
    "Montero" <[email protected]> wrote in message
    news:[email protected] ups.com...
    > Thanks for your input Massino, I guess I should refrase the question:
    > Does anyone know HOW to delay the purging of deleted files on an NSS
    > volume? If i'm going about it the wrong way, can you tell me how it can
    > be done? Thank you.
    >
    > Sam
    >
    > Massimo Rosen wrote:
    >> Hi,
    >>
    >> [email protected] wrote:
    >> >
    >> > Does anyone know how to set the "Delay Purge" for deleted files on an
    >> > NSS volume,
    >>
    >> Such a thing doesn't exist.
    >>
    >> CU,
    >> --
    >> Massimo Rosen
    >> Novell Support Connection Sysop
    >> No emails please!
    >> http://www.cfc-it.de
    >

  • TPS and TPDF Files Not Deleted by Distiller

    I just upgraded from Acrobat 6.0 to 8.0. Now when I save a FrameMaker book to PDF, Distiller does not delete the TPDF and TPS files. Does anyone know why this is happening and what I can do about it?
    Thanks,
    Stephen Liddiard

    When you save a FrameMaker book as a PDF file, (File > Save Book As) FrameMaker creates a temporary PostScript file with a file type extension of TPS. After it has finished writing the TPS file, FrameMaker invokes Distiller to process the TPS file into a PDF file. As part of the process of turning the TPS file into a PDF file, Distiller creates a temporary PDF file with a file type extension of TPDF.
    With version 6 and earlier versions, Distiller cleaned up after itself by deleting these files. With version 8, it leave these files behind.
    I'd like to know if this is a bug or if it's a new feature. If it's the latter, I'd like to know how to disable it so that Distiller goes back to cleaning up its junk.
    (I am using FrameMaker 7.0)
    Regards
    Stephen Liddiard

  • Temse files not deleted

    Hi all,
    After housekeeping of job logs via report RSBTCDEL2, the job logs are deleted in SAP but temse files in unix are not deleted.  Temse consistency check does not indicate any problem, what could be the cause?

    Hi,
    Please check this thread
    Missing job log
    Regards,
    Subodh

  • TGW on Linux - log files not deleting

    I have been running TGW 3.5 for a few months on Linux and noticed the disk space is full. It seems the TGW logs are not clearing out. I have had to manually delete loads of log files.
    From the logs there seems to be a process which checks how long the logs have been there but for some reason not deleting them.

    By design TGW doesn't clear out old log files thinking that it would help in troubleshooting. But we are planning to enhance it by clearing log files older than x number of days..
    As you mentioned, the current fix is to manually clear out old log files. How often do you have to clear the logs ? Probably increasing available diskspace may help reduce iterations for cleaning up old logs ...

Maybe you are looking for

  • WRT54GC-EU v.2.0 and WRE54GC v.3.0 compatibility problem

    Is the WRT54GC-EU v. 2.0 router compatible with the WRE54G v.3.0 expander ? Got them both but I am unable to make them work. Is there a patch or firmware update that can solve this problem ?

  • Export of RFC Model to Java Project DC ?

    I've got a Web Dynpro project where I used the Wizard to import an RFC Model. Now my client has this requirement that all Web Dynpro Models should be based on Command Beans that reside inside their own separate java DCs. My question : is it possible

  • SUS Quantity tolerance for confirmation -How to set an warning or error Msg

    Hello All, Does anyone knows how do i configure SUS, so the system will check quantity tolerance in PO confirmation so the Supplier can knows that he is within or over the tolerance? I would like to set an error message so the supplier will confirm t

  • Iphoto library pictures all fuzzy

    All was fine until I upgraded to iOS4.0. The pictures that are synchronized with iphoto library (one folder of about 1000 pictures) are all fuzzy and out of focus. The pictures (some of the same picture) still on the camera roll are fine in the iphon

  • RDBMS functionalities

    Hi All, Is it possible to create an LDAP database configuration and the related db group mapping via RDBMS on ACS windows version (Release 4.0(1) Build 27)? What I'm trying to do is maintaing the ACS configuration dynamically up to date with an exter