Ghost files in windows exports

When I export files from iWork, OmniGraffle etc "ghost" files appear with the exported files. How can I stop this?

You need to download a free contextual menu item call 'GrimRipper' from MacUpdate.
I use it all the time. Once installed you select the files that you want, right-click on them and select the 'GrimRipper' menu item.
This removes the resource forks from those files (the invisible files starting with ._) and the Windows users won't see them.
I don't fully know whether it's Snow Leopard compatible though - I'd check first if you need to.
http://www.macupdate.com/app/mac/9105/grimrippercm

Similar Messages

  • "Ghost files" when exporting to CD for PC or DVD player

    I'm exporting my photos from iPhoto and then burn them to a CD (for friends that are using PC or want to watch them on their DVD player) ghost files appears like duplicates. So if I burn 100 images it will be 200 when opening on a PC or on a DVD player.
    I tried it on my Xbox360 and the same thing appears.
    Is there some way to get around this?
    PB 12" G4 / Mac mini intel core duo Mac OS X (10.4.7)
    PB 12" G4 / Mac mini intel core duo   Mac OS X (10.4.7)  

    The "extra" file is probably an icon (resource fork file).
    These resource files are only used by the Mac OS and can be removed from the image file prior to burning the PC CD.
    I've been using Grim Ripper for years:
    http://free.abracode.com/cmworkshop/grim_ripper.html

  • Split export in multiple files usign Windows 2003

    Hi, all the examples I find to split a huge export file are for Unix servers. Can someone give me an example using a windows 2003 server?
    This is my par file:
    USERID = EXPORTA/mypass@repos          
    BUFFER = 100000000
    FILE = I:\DBA\EXPORTA\DMP\EXPTABL_lotpu_200806.DMP
    ROWS = Y
    CONSISTENT = N
    INDEXES = N
    CONSTRAINTS = N
    GRANTS = N
    COMPRESS = Y
    LOG = I:\DBA\EXPORTA\LOG\EXPTABL_lotpu_200806.LOG
    FULL          = N
    TABLES          =repos.lotpu:lotpu_200806

    nevermind, i found it. I just have to add this to the parfile:
    RECORDLENGTH= 65535
    FILESIZE     = 5368709120
    FILE = I:\DBA\EXPORTA\DMP\EXPTABL__audit200806_01.DMP,
    I:\DBA\EXPORTA\DMP\EXPTABL__audit200806_02.DMP,
    I:\DBA\EXPORTA\DMP\EXPTABL__audit200806_03.DMP,
    I:\DBA\EXPORTA\DMP\EXPTABL__audit200806_04.DMP,
    I:\DBA\EXPORTA\DMP\EXPTABL__audit200806_05.DMP,
    I:\DBA\EXPORTA\DMP\EXPTABL__audit200806_06.DMP,
    I:\DBA\EXPORTA\DMP\EXPTABL__audit200806_07.DMP,
    I:\DBA\EXPORTA\DMP\EXPTABL__audit200806_08.DMP

  • Leaving "ghost" files on a Windows server by my MAC

    I am working off a windows network to access my files, etc. MAC leaves tons of "ghost" files (trashes, ghost files of files i've moved or saved) and it's peeving my co-workers off. I am the ONLY one who works on a mac, so the more i work, the more "extra" files my co-workers see on the windows directories.
    Is there ANY way i can prevent MAC from doing this?? Or will they just have to put up with it?
    Please help.. expert advice needed here..
    Darrin

    If your ghost files are "._" files then these are the resource forks of the files with the same names but without the "._". While you can delete them without losing data, Mac OS X will simply put them back as you access the files.
    You may want to try using Windows Server's File Services for Macintosh, which will limit your file names to 31 characters, or you can look into using a better SMB client such as Dave from <http://www.thursby.com>. This SMB client does not create the "._" files. You can download a free trial from their website.
    Hope this helps! bill
    1 GHz Powerbook G4   Mac OS X (10.4.9)  

  • Accessing a Windows Server: Mac leaves ghost files...

    I am working off a windows network to access my files, etc. MAC leaves tons of "ghost" files (trashes, ghost files of files i've moved or saved) and it's peeving my co-workers off. I am the ONLY one who works on a mac, so the more i work, the more "extra" files my co-workers see on the windows directories.
    Is there ANY way i can prevent MAC from doing this?? Or will they just have to put up with it?
    Please help.. expert advice needed here..
    Darrin

    Hi,
    If your co-workers cannot ignore the files (which are necessary for MOSX) read (AND understand before you change anything on your Mac)
    this Apple Support Document
    http://docs.info.apple.com/article.html?artnum=301711
    A little background info:
    - .DS_Store files contains infos about file presentation and file placement
    - .Trash are Network trash folders that can be safely ignored
    - Most dangerous is editing/removing/messing around with resource forks. Apple files consist of two files at disk = one containing the data fork = one containing the resource fork.
    Depending on the age and file saving structure of the applications you are using (newer apps do no longer rely on resource forks, PDFs are without resource forks, Xpress files are WITH resource forks) you may no longer be able to open a file once data and resource fork are split.
    So the advice is: Teach others that they should NEVER mess with i.e. "._finishedlogo.psd" if there is a file named "finishedlogo.psd". The Windows people have to open the finishedlogo.psd file and leave the other one where it is. If you move or delete the file, then the ._ part will be moved or deleted to. (And just in case you are wondering: the ._ part is the resource fork).
    I suggest hosting the files on a Mac or using a decent file serving software on the Windows side...
    Cheers,
    Walter

  • Access denied. Error in File C:\WINDOWS\TEMP\

    I have searched on Google and all over this forum and none of the solutions have fixed my problem.
    Crystal Version: Crsytal.Net for Visual Studio.Net 2005
    Server: Windows Server 2003
    Error:
    Access denied. Error in File C:\WINDOWS\TEMP\JuryDutyReport {D6296178-3E72-483E-B876-2DFC03D00841}.rpt: Access to report file denied. Another program may be using it.
    When I run my app locally through the Web Server that comes with ASP.Net, everything is fine, it is only when I deploy the application to the Windows 2003 Server that I get the error.
    I'm using impersonation in my ASP.Net application.  I have given that domain user full access to 'C:\Windows\Temp'', the export folder and even the folder where the Crystal Report resides on the Server.  When I run the application on the Web Server, I actually see the ".rpt" get created in the "C:\Windows\Temp" folder but yet it still says there is a permissions error.
    What is bizarre is that the code below that just sends the file to the printer automatically works:
      private void PrintJuryDutyReport(DataSet ds)
            //create report document
            ReportDocument crDoc = new ReportDocument();
            //load, set datasource and print options
            crDoc.Load(Server.MapPath("~/Reports/JuryDutyReport.rpt"));
            crDoc.SetDataSource(ds); //set datasource
            crDoc.PrintOptions.PrinterName = ddlPrinters.SelectedValue.ToString(); //set printername
            crDoc.PrintOptions.PaperOrientation = PaperOrientation.Portrait; //set paper orientation
            crDoc.SetParameterValue("ParamUsername", User.Identity.Name); //set parameter
            crDoc.PrintToPrinter(1, false, 0, 0); //send to printer
    I have to change the code to export to a PDF and this code doesn't work:
        private void PrintJuryDutyReport(DataSet ds)
            //report document
            ReportDocument crDoc = new ReportDocument();
            string myfile = @"G:\COPFS\COPFSPROD\ReportsTemp\MyPDF.pdf";
            //load, set datasource and print options
            crDoc.Load(Server.MapPath("~/Reports/JuryDutyReport.rpt"));
            crDoc.SetDataSource(ds); //set datasource
            crDoc.SetParameterValue("ParamUsername", User.Identity.Name); //set parameter
            //export through http
            crDoc.ExportToDisk(ExportFormatType.PortableDocFormat, myfile);
            crDoc.Close();
            crDoc.Dispose();
            Response.ClearContent();
            Response.ClearHeaders();
            Response.ContentType = "Application/pdf";
            Response.AppendHeader("content-disposition", "attachment; filename=" + myfile);
            Response.WriteFile(myfile);
            Response.Flush();
            Response.Close();
    Any help is greatly appreciated as I have to present this to end users tomorrow.

    Don, thanks for the response.
    As a last ditch effort, I granted "modify" to the Network Service Account on C:\Windows\Temp and that fixed the error.
    There are two things that are troubling about this:
    1) I'm impersonating a domain user in my ASP.Net application and when the PDF is created, the owner is that domain user, so I know impersonation is working.  So I wonder if ASP.Net picks and chooses what account it runs under at different times?
    2) It is a little scary for the Network Service Account to have this access but that people seem to be fine with it.
    http://aspadvice.com/blogs/rjdudley/archive/2005/03/14/2566.aspx

  • Moving a Folder/Files not properly Exported

    I recently had to return a Company Laptop which I ran iTunes on. I backed up all of my files but forgot to do a "proper" Export. Now when I try to import or move the Files to my Home PC iTunes is giving me an Error Message that the files were not Exported.
    Is there any way around this?
    Thanks in advance.

    Open the folder \Documents and Settings\yourname\My Documents\My Music\iTunes where yourname is the name of your Windows XP user account, fin the files inside, drag them to the external drive, and from there into the open iTunes window.
    (34273)

  • Side bar auto expanding to fit longest filename in file dialog windows

    This may sound like a small problem but I have been finding it quite frustrating and it seems to have been introduced with the introduction of Lion (OS 10.7). I use the Finders sidebar to quickly access project folders. Now the names of these folders are often quite long... Say 40 to 50 characters long. Now go to an application and select open, save, import, export, etc. anything that will bring up a file dialog window the I find the side bar automaticly expands to the width of the longest file name in the side bar. If I resize it and then access the dialog box again it is back to that massive size.
    This never used to be a problem in snowleapord... Is there a way to fix this?

    I'm on 8.2 and I can't get it to fail no matter how I select the desktop. I haven't tried it in 8.0, but I imagine that if this really is a bug, they did know about it and fixed it with 8.2. If this causes a real problem for you, I would suggest upgrading if you can.

  • OBIEE 11.1.1.6.12 - save analysis in Excel file into Windows share folder on daily basis

    Hi all,
    how do I save analysis in Excel file into Windows share folder automatically on daily basis? Also my need is to automatically set prompt date in analysis as "sysdate - 1" (yesterday) before saving. Is it possible at all?
    OBIEE 11.1.1.6.12

    Set the report level filter using date
    as current_date-1
    to save file check this OBIEE 11g &amp;#8211; Export To The File System : Total Business Intelligence

  • Export to PDF - Can a single report (rpt file) create multiple PDF files using the export command?

    Post Author: markeyjd2
    CA Forum: Exporting
    Greetings forum members,
    My question is, in its entirety: Can a single report (rpt file) create multiple PDF files using the export command, ideally one PDF file per DB record?
    In my case; I have a Crystal Report that reads data from a DB table containing ~ 500 records.  When I export the report to a PDF file, I get one PDF file, with ~ 500 pages.
    What I would like to do is export the report to ~ 500 individual PDF files; One file per DB record.  The file names would be based on the table's primary key.
    Is this possible?

    Post Author: Micha
    CA Forum: Exporting
    Hi,
    you need some lines of code, but its easy. Dependend on how to start the generation of your 500 PDFs, you can write an ASP page and start it via Web Browser, or a Windows Script and start it via scheduled job...
    Here's an abstract of the ASP code I use:
    First, you create a recordset (here: "rsc") which gives you the list of ID fields you want to export, then you create CrystalRuntime.Application object, then you loop through the recordset, open your report (here: "oRpt") and set login info. Then set the selectionformula, so that the report displays only the data of the current ID, e.g.:
      oRpt.RecordSelectionFormula = "(" & oRpt.RecordSelectionFormula & ") AND {myTab.myVal}=" & rsc("myVal")
    Then you export the report, move to the next record in recordset, and repeat the loop until recordset.EOF. Then you close recordset and connection.
    Micha

  • A strange ghost file in Trash which can not be erased? Any help?

    A strange doc in Trash -named  ¨ð?, ïÖó.l—s
    - resides in the trash bin
    -is alias
    -size zero Kb
    -can not be moved opened or deleted
    -no created or modified dates on display
    in info   window tells me  that it's file with unknown access.
    It doesn't cause any visible harm I just want to find out how this file appeared and how to get rid of it.
    -when did search for invisible files
    found it in Bootcamp>.Trashes>  501 which is a folder, empty.
    (The Bootcamp partition is empty, I created it when purchased the laptop just in case I install Windows someday. When I open it there is just empty Desktop folder ,size  zero Kb)
    Here it gets weird with this 501 folder - on the finder window  is displayed  that  it is  created on 27 April 2025 at 7.33pm.
    Now is the year 2011,  so how a folder can be created in the year 2025???
    It gets even funnier with the dates - when  I go right click>Get Info, on display I see that this folder is created Sat, 20 August 1983 10:12 AM (!!!!!!
    and modified on 27 April 2025 at 7.33pm.
    Tried to move it to Trash  -  the “Preparing to move to trash” animated bar appears, keeps moving forever but no result at all.
    Any help with deleting this ghost file (without reinstalling whole system)?
    My Mac has OSX 10.6.8
    Thanks for any help,everyone!
    Samantha

    See Here for
    Trash Problems
    http://www.thexlab.com/faqs/trash.html

  • Ghost Files and Small Screen

    Hello there!
    I have two simple/silly questions, but they have been bugging me, and I just can't stand it anymore! I have a new Dell computer (bought this last September). Here are more curiosities:
    1) Suddenly about a month ago "Ghost Files" started appearing in my documentes and USB drive files. I say "Ghost" because they are pale, and then the title of the document is the title of a document I actually have, but these "Ghost Documents" start with ~$ and then the original title. I want to just get rid of them all, but I am not sure why they are there. Could you help me? Also, suddenly appeared these "TMP files" that read on the title "~WRL0001.tmp" When I try to get rid of these, a box comes up warning me that if I get rid of it, Windows or another program might never work again. Help?
    2) I don't know what I did with my mouse (or the touch-sensitive pad on a labtop), but suddenly everything is very small. As I type this, I can barely see the letters. He he. I went to screen resolution and changed the viewing to medium so I could see better, and it enlarged some parts of my computer, but then everything online is still really tiny. How do I change it back to how it was before?
    Thank you so much for your help! Have a nice day!

    1. Those are temp filed created by the applications that you're using. Usually Word does this.
    2. Press the Control key, while holding it, press the zero key.
    If you like my post, or solution to your issue/question, go ahead and click on the little star by my name and/or accept the post as the Solution. It makes me happy.
    I'm NOT an employee of Best Buy, or Geek Squad, though I did work as an Agent for a year 5 years ago. None of my posts are to be taken as the official stance that Best Buy will take on your situation. My advice is just that, advice.
    Unfortunately, that's the bad luck of any electronic, there's going to be bad Apples... wait that's a horrible pun.

  • Corrupted MS Word file on Windows 7 when Saving as PDF - ZWADOBEF

    I have a Word 2013 file on Windows 7.
    I started to "Save As PDF", but cancelled the process because it was taking so long. My Word doc is about 200 pages.
    When I went back to work on the document, the Navigation pane showed seemingly random numbers prepended to each heading, and in some cases to paragraphs themselves. The numbers didn't seem to appear in the document body but there was a tiny small blinking dot.
    Upon close inspection I found that the numbers were in 1 pt. font ZWadobeF.
    I need to get rid of all the numbers.
    It also appears that the file size was affected too. It is now a 200 page document that is 7.5MB.
    On a tight deadline (of course) and need to resolve this ASAP.
    Thanks

    I tried several things to resolve the issue and can now produce PDFs without corrupting the Word file.
    1. I turned off the PDF Maker add-in in the Options menu:
    2. As you suggested, I repaired Acrobat Pro.
    3. I used the EXPORT command rather than the SAVE AS command. However, I got the following errors:
    Despite the warnings I was able to produce the PDFs. However, when I double-click the file name in Windows Explorer, Distiller launches and displays the following error:
    The only way to open the file in Explorer is to right-click the file name and select EDIT IN ACROBAT.
    Also- and this may be a separate issue altogether, Word constantly hangs and displays the NOT RESPONDING message above the toolbar. This happens whether or not I am in the process of creating a PDF, and occurs in large and small size documents.
    Thanks for your response to my questions-
    Lauren

  • ORA-31619: invalid dump file "D:\oracle-export\mitest-19-05-2009.dmp"

    HI
    I have took logical backup (export) on linux and import (windows 2003 server).
    export command:
    $expdp miqa/miqa schemas=miqa directory=backup_dir CONTENT=all dumpfile=miqa-`date +%d-%m-%Y`.dmp CONTENT=all logfile=miqa-`date +%d-%m-%Y`.log'
    when i import on windows 2003 server i am getting the following error
    grant create any directory to rnddb;
    create or replace directory backup_dir as 'd:\export';
    GRANT READ, WRITE ON DIRECTORY backup_dir TO rnddb;
    c:\>impdp rnddb/rnddb directory=backup_dir dumpfile=mitest-19-05-2009.dmp SCHEMAS=mitest REMAP_SCHEMA=mitest:rnddb CONTENT=all logfile=mitest-19-05-2009.log
    I am getting the following error.
    Import: Release 10.1.0.2.0 - Production on Wednesday, 17 June, 2009 14:45
    Copyright (c) 2003, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Produ
    tion
    With the Partitioning, OLAP and Data Mining options
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-31619: invalid dump file "D:\oracle-export\mitest-19-05-2009.dmp"
    pls could you help me where i done mistake.
    Thanks
    Settu Gopal

    ORA-31619:     invalid dump file "string"
    Cause:      Either the file was not generated by Export or it was corrupted.
    Action:      If the file was indeed generated by Export, report this as an Import bug and submit the export file to Oracle Customer Support.
    How was the dump file transferred between Linux and Windows server?

  • Stickie's note file information window.  How do I turn them off?

    The Stickies 'note's file information windows' are a nuisance. How do I stop them from appearing? Thanks, Rafael

    2nd response:
    These windows /certainly/ don't give information about what stickie can do. Try this. Open a sticky note. type something into it. then hold your cursor over the title bar, maybe m,ove it arfound once. Then wait, it takews a little time. You should then see the window I'm talking about open. I have 5 sticky notes open. I pressed the close button upper left corner on /one/ of them. I am asked, ? Am I sure I want to discard this stickie? No. I press SAVE (Big blue button). Then I go to a window that says export. I choose a folder or create a folder, or just save the thing. It is saved as a text edit (?) file. The only way I can get it back to be a stickie is to select copy paste from text edit file into a new stickie note. I should think Apple would realize that a user doesn't want a date log to come up in front on the stickie every time he's working on a a stickie. To reiterate,
    Rafael

Maybe you are looking for

  • Error when deleting and registering an xml schema

    Why do I get an error saying that my schema 'xsd/Envelope.xsd' already exists when I try to register it and yet I cannot delete it and it does not exist in the USER_XML_SCHEMAS table? SQL> declare 2 begin 3 dbms_xmlschema.deleteSchema('xsd/Envelope.x

  • HT201302 Recent photos on iphone were deleted when I connected to my computer and an automatic iOS7 update started

    Recently I took photos on my iPhone4s.  When I connected the phone to my computer to upload the photos, the computer automatically started a software update to iOS7  When the upgrade was done, my recent photos no longer exited on my phone and aren't

  • Help, PC crashed

    help help help. My PC crashed and I have had to restore everything. My mini iPod only had around 300 songs on it, but after installing the iTunes CD again it is not allowing me to update my new tunes. Can someone please tell me whta to do.. i have do

  • Want to sell my version of Photoshop but cannot get through to Customer Support

    I have a copy of Photoshop CS and Dreamwaver CS3 that I want to sell they are both registered in my name and I want to sell them to allow the buyer to register in his name. I realize that i will have to deactivate the software, however, as i cannot g

  • Sending user data object to another application

    Hi All, I have an application which fetches user data from database and put in session later from one of the jsp page it has to go to another application where i need to pass an object that contains user session information along with its personal in