File name trouble when exporting

Sometimes FCP is adding three characters (like for example #DD2) to the file name when exporting (cmd+e). I have never had trouble with this before. What can be the reason for this?

I don't know what's causing your problem. The only time I've seen additional characters added to file names is if the target drive is formatted as FAT16/32 and the file has to be broken into 2/4 GB chunks or if you are using compressor and you've set it up to append the preset name to the output name.
Is there anything unique about material source, processes, settings, etc when it happens vs when it doesn't?
Good luck,
x

Similar Messages

  • Remove file name prefix when exporting to PDF

    Hello,
    I found a script here which exports the active document as a PDF to the desktop.
    I would like for it to change the file name such that the first two characters are removed.
    Example:
    The existing file name is: X_pagelayout.indd
    I would like this script to create a PDF named: pagelayout.pdf
    Thoughts?
    Your help is very much appreciated.
    var myFolder = "~\Desktop";
    var myDoc = app.activeDocument; 
    var myDocname = myDoc.name.split(".indd");
    myDoc.exportFile(ExportFormat.PDF_TYPE, File(new File(myFolder+"\\" + myDocname.join(".pdf"))));

    Hi tlumbis,
    I didn't get any issue, any way try the below new one.
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.NEVER_INTERACT;
    var myFolder = "~\Desktop"; 
    var myDoc = app.activeDocument;  
    var myDocname = myDoc.name.split("_")[1]; 
    var myNewName = myDocname.replace(/.indd/gi, ".pdf");
    myDoc.exportFile(ExportFormat.PDF_TYPE, File(new File(myFolder+"\\" + myNewName))); 
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll;
    thx,
    csm_phil

  • Invalid File Name Errors when syncing to Ipod

    Ever since an update last fall I have been getting Invalid file name errors when I try to sync my ipod. A window would pop up saying "Windows could not copy 'SONGNAME' to the iPod 'IPODNAME' because an unkown error occurred (-37)." I would press OK and another window would immediately pop up that would say, "Attempting to copy to the disk 'IPODNAME' failed. the file name is invalid or too long."
    The windows would keep popping up countless times until the sync would just seem to time out and stop.
    The problem songs would have no problem playing in iTunes.
    Prior to the update this did not happen. No new songs were added around this time and nothing was changed to my file directory structure. I was too busy to troubleshoot this problem at the time and hoped that another update would fix it. Well, here I am many months and updates later and still no fix. After fiddling with iTunes and resetting my Ipod multiple times (goodbye saved angry bird games)I have found out that:
    1. By writing down the file name when the error windows pop up I can get a partial list of the problem file names. I could not get a complete list of the problem files because the sync would time out before a full list could be compiled (the list appears to be in the hundreds).
    2. If I changed the name of the file by adding OR deleting one character, remapping the song in itunes, the song would then sync properly.
    3. If I changed the name of the file, remapped the location of the file within iTunes, changed the name of the file BACK to the original name that iTunes supposedly had a problem with, and then remapped the location of the song within iTunes, the song would then sync properly
    4. If I moved the song to a different directory without changing the file name, remapped the song within iTunes, the song would sync properly.
    5. If I moved the song to a different directory without changing the file name, remapped the song within iTunes, moved the file BACK to the original directory, remapped the song again, the song would sync properly.
    6. If I renamed the file and then named it back to the original file name WITHOUT remapping the file location in iTunes, the song would still not sync properly
    7. If I moved the file into a different directory and then back again without remapping the file location, the song would still not sync properly.
    8. Changing or deleting the tags has no effect at all.
    9. File name lengths are already under 200 characters and there are no special characters used.
    So, to sum up, I have found out a way to fix the issue. The problem is, that there are hundreds of songs that appear to be affected and renaming or moving every single one individually and then remapping is extremely inefficient and ignores the cause of the problem. I also did not want to delete the itunes library and then add all of the songs back in because I have many custom playlists that I have spent hours creating and I do not want to delete them.
    Is there a better way to fix the problem? Especially if someone knows the root cause?

    I got a procmon log file and examined it. I have the file and I could also provide you with that or screenshots of it.
    There is nothing unusual about it. I can see entires in which CR has successfully opened the report and has cached in a c:\windows\temp.
    However there is one or two non-successful entries that may be related, especially that examining the stack trace brings us to a call to get_ProductLocaleID():
    - A call to read reg entry HKU\S-1-5-20\Software\Business Objects\Suite 12.0\Crystal Reports\Locale fails with NAME NOT FOUND.
    - immediately after that and from the same process (w3wp.ex) there is a call to open directory "c:\" which is logged as ACCESS DENIED.
    Any subsequent unsuccessful calls seem to be results of exception handling in the debug code.
    Does this point to any setup issues with CR? We always run the redistributable x86 runtime when installing it.

  • Saving/exporting issue in Windows 7-file name changes when trying to navigate

    I just got Windows 7 on my computer and am running ID CS5. The weirdest problem happens when I try to save as or export a file. The dialog box comes up and normally, I would be able to select a folder I want to navigate to just by typing the folder name, but what is happening is that the first letter goes to a folder, but upon typing the second letter, it starts changing the name of my file.
    So for example, I am saving a file ABC.indd and I go to navigate to save it in a folder called Project XYZ. When I type in "P" to get to that folder name, it jumps right to the first folder starting with P. However, upon typing "r" my file name changes from ABC.indd to "r.indd." If I kept typing, it would become "roject XYZ.PDF."
    This happens when saving as a file or if I am exporting a PDF. Our entire marketing department or 6 people was recently upgraded from XP to 7 and we all have this problem in ID. This does not happen in Illustrator or Photoshop and it has our IT department baffled. It is driving us crazy though because we make dozens of files a day and now have to manually scroll through long file structures when exporting PDFs, which is so time consuming, not to mention aggravating.
    In searching for this problem, I found another poster on a different website who has the same issue, but no one had any suggestions.

    Tell whomever is emailing the file to zip it first.

  • Error -43 file not found when exporting from QT Pro 7.5

    I get the error -43 (a file could not be found) when trying to export into any format from within Quicktime Pro 7.5 (861) which i believe is the most current version. I also cannot perform a simple "save as" to save my video into another name, i dont get an error message for that one, but it just doesnt do anything. Im not sure if there is any point placing this on this forum, but maybe someone at Apple is interested in offering a little support...?

    OK so i found the solution myself - seems apple programmers have been not doing their jobs properly, to get this working the file name of the video that i want exported cannot be anything other than in 8.3 format (like old MS-DOS) but it's more than that, even if you do have the file in 8.3 format it still cant be in a directory that has a name longer than 8 characters, or which has spaces in it etc. so in my case i copied my video to c:\temp and renamed all of them to the old MS-DOS 8.3 format, now the export works... amazing I wonder how long i would have waited for apple support if i hadnt resolved this myself.

  • From 1.5 to 2.1 - file path resets when exporting multiple ddl files

    Situation:
    I regularly export data using the following steps - right click table name->export data->insert
    I am then prompted for the file path and file name. I type the path and script name, save and then move on to the next table.
    In 1.5, when I was prompted for the file path and name, the last path entered automatically populated along with the file name (equal to the current table name).
    However, after migrating to 2.1 and importing the settings from 1.5, the behaviour changes. Instead of filling in the prior path, the prompt always resets and provides the default windows session directory. Since I export multiple tables to the same directory on a regular basis, this becomes problematic. I have a work-around that involves cutting / pasting the path each time but I'm looking to streamline where I can.
    I suspect I merely need to set the correct preference value somewhere. Does anyone know what that preference setting would be? Again, the goal is for the file path prompt to fill in the value of the last path entered when I exported the previous table during a mullti table data export.
    Thanks in advance....
    Edited by: user12514925 on Jan 26, 2010 5:27 PM

    I'd rather say that's a lost feature (no preference, sorry). Probably an accident, but might be by design. Anyway, makes sense to put it back.
    Regards,
    K.

  • Why won't my file names and edits export from iPhoto

    I spent hours making edits to some photos and I see my new file names and edits in iPhoto but when I export or drag them into a new folder none of the file names or edits are copying over.  How can I fix this?

    Add a Title to a photo - which is what you do in iPhoto - is not the same as renaming a file.  There is no way to rename a file in iPhoto, you can, however, choose to use the Title as a filename when you export.
    File -> Export
    This User Tip
    https://discussions.apple.com/docs/DOC-4921
    has details of the options in the Export dialogue.

  • RDL reports(2008).File name after using Export to Excel is not comming properly in mozilla firefox.

    I am using Export to Excel functionality in rdl report.
    File name should be "Profitabilty By Buyer". It is working as expected in IE and chrome.
    But in mozilla firefox the file name appears as "Profitabilty".
    So the issue is it doesnt consider anything after space and user requirement is such that I cant put underscore("_") also instead of space.
    Kindly suggest the proper solution.

    Hi Mukesh,
    Reporting Services, we use a Web browser to view the report that deploy to Report Service. However, not all report functionally is supported by all browsers. Such as, the print button is not supported in Mozilla Firefox. It works only in Internet Explorer
    due to it uses ActiveX for the print button.
    I have tested it on my local environment, (SQL Server Reporting Services 2008, Firefox 28.0), we cannot reproduce this issue. So the issue can be the custom setting of your browser. Since SSRS reports are not about targeting NON-IE browsers, so in your scenario,
    we recommend you use IE to view report on Report Manager.
    And you said that you cannot put underscore ("_") also instead of space. However we can do this which you can see on the screenshot below.
    Regards,
    Charlie Liao
    TechNet Community Support

  • File Name error when creating file in Solaris C locale

    Background Info:
    1.In Java, we can use new File(filename) to create a new file. The filename there is a string denoting the name of the new file.
    2.As mentioned in bug4409965, "The 'C' locale in a 7-bit ASCII locale, the 8bit characters enteredn are not read in properly probably because in that locale, the input byte stream is expected to contain only 7bit characters, anything else is 'garbage'".
    My problem is:
    when I tried to construct a filename containing non-ASCII characters in the Solaris C locale, Java works quite different from C language.
    To be specify, follwing c code works quite well in C locale:
    char * temstring = "\0xd6\0xd0";
    FILE* fd = fopen(temstring, "w+");
    fprint(fd, "test");
    fclose(fd);
    Although the created file can't be viewed in C locale, the filename shows quite well in other suppoted locale , which means the filename doesn't get modified.
    While in Java, the following code
    File f = new File("\0xd6\0xd0");
    fos.println("test");
    try {
    f.createNewFile();
    } catch (IOException e)
    System.err.println(e.toString());
    will generate the file in C locale as ???? as garbage file name. Even in the proper locale, the filename can't be read correctly.
    I doubt the JVM in Solaris (file unixfilesystem.c) has modified the input filename and made the filename unreadable.
    I just wonder if there is some workaround to solve this problem, which means I can correctly generate the filename using Java just as what the C code has done: create the file just as what I denote instead of modifing the filename.
    Thanks

    Hello:
    Any luck with this problem?
    I am facing the same problem and was wondering if you had found a solution....
    Thanks
    Kiran

  • Dynamic file name for report export to csv

    If "Enable CSV output" = "YES" for a report region titled "Invoices", the default file name is "Invoices.csv". If I have a parameter, Pn_MONTH, for the month (e.g. Jan 2010, Feb 2010, etc.) and the report only shows data for that month, I would like to have the resulting file named "Invoices_Jan_2010.csv".
    I've tried setting the Report Export Filename to "Invoices_&Pn_MONTH..csv" and setting the region title to be "Invoices_&Pn_MONTH." but the resulting file name is coming up as "Invoices_.csv"'. I even tried "Invoices_:Pn_MONTH.csv" just to be sure but that makes it "Invoices_:Pn_MONTH.csv"'.
    How can I get this to work?

    This same method works for generating dynamic column headings from other page items, but I've never tried it for the download file name.That's the problem. The parameter P_MONTH is itself a page item and this is not consistent with other dynamic substitution. Looking at the page source, the export link is
    f?p=102:9:8985946323211742:FLOW_EXCEL_OUTPUT_R2805111921107129_en-uswhere presumably "FLOW_EXCEL_OUTPUT_R2805111921107129_en-us" is an application process and "2805111921107129" is the internal id of the region. The filename is not part of the link.

  • File name convention when accessing NI 9802 from RT Host vi.

    I have a question regarding the file name convention to use when writing files to a NI 9802 module. 
    Just to note, I'm using a 9014 controller with a 9104 chassis, LabVIEW 8.6 RT/FPGA, and NI-RIO 3.0.
    I've read a post regarding the subject.  The post says to use the DOS 8.3 naming convention in the form of "CRIO-X##.BIN".  All uppercase letters.  See http://digital.ni.com/public.nsf/allkb/D15720EB0F60FAC58625732700070081.  (Also, I guess from reading the post that you're limited to 255 files per directory, maybe?)  The built in example for writing data to a file on the 9802 from a RT Host vi shows using "Example.txt" as the filename.  However, the built in example for writing directly to the 9802 from the FPGA using Methods does use the "CRIO-X##.BIN" convention.
    I guess what I'd like to know is this:  Does writing data to the 9802 from the RT Host vi require using the "CRIO-X##.BIN" convention (to be efficient, anyways)?  I was hoping to use filenames that actually had the date/time in the name (e.g. Node2_09_04_59__10_30_2008.txt).  Does the "CRIO-X##.BIN" convention (DOS 8.3) only need to be used when writing directly to the 9802 through Method Nodes?
    I'm not writing lots of data real fast, but rather, recording some data for long periods of time (many days).  Additionally, I plan on writing the data as text.
    Any info would be appreciated.  Thanks.
    Stephen

    Hi Stephen,
    The CRIO-X##.BIN naming restriction comes only from the limitations of the FPGA.  We sometimes encourage people to follow this naming convention only because we don't want people using RT to suddenly realize they'd now like to use it from FPGA and now they have to rename all their files.  If you are only using 9802 from RT you can names your files anything that's valid in the FAT16 filesystem.  This includes names that are longer than 8.3.
    The reason for all this is that in the FPGA case, the entire filesystem must be implemented on the FPGA.  We have to make lots of trade offs for FPGA space.  When you use the 9802 from RT the filesystem is implemented on the controller and is a more complete implementation.
    You are also correct that from FPGA you are limited to 255 files.  Post again if you have any other 9802 questions.
    Ross
    cRIO R&D 
    Ross Houston
    Senior Software Engineer
    RIO Software R&D

  • File name changes when I sync videos

    As title says, when ever I load a video into my 3Gs Iphone the file name changes to a numerical one.
    How do I keep the original file name?
    As it is I can only sync 1 video at a time then rename it before adding another.

    Oops, Just realised I put this n the wrong forum. Just to clarify this is prerecorded video files.

  • File name changes when I click on another file.

    Regardless of which application I'm in (CS2, Quark etc.... When I go to save a file, if I accidentally click on a grayed out file while I'm navigating to the folder where I want the file to be saved, the file I'm trying to save assumes the grayed out files name. I assumed this was a bug with OSX and Apple would fix it but now that we're up to 10.4.5 I'm dumbfounded.

    That's not a bug, it's a feature.
    Seriously, it's intentional. It could be that they made that change at the request of many Windows switchers, or it just came along with the BSD version of Unix that OS X is built on top of. Either way, it's part of OS X. You need to be careful not to click on a file name in the save dialogue.
    For long time users os OS 9 and earlier, this is a headache, as you never had to watch for that before. But once you get used to it, it's actually very handy at times.

  • "Invalid file name" error when trying to load the report in IIS/CR 2008

    We have deployed our application to many installations with no problem however in one particular case we get this error whenever we try to load any reports in our web app.
    I made sure that the DefaulAppPool user (Network Service) has read+excute on all folders as well as the IIS anonymous user.
    The anonnymous access is off but Windows Integrated Security is on.
    ASP.NET Version:2.0.50727.3082
    Web.config is healthy and is listed below.
    Other pages in the application which are not depenent on C.R load and run perfectly.
    I don't know what else to check
    thanks for you help
    jeff
    Web.Config Entries related to CR ***********
    <compilation debug="true">
    <assemblies>
    <add assembly="CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
    <add assembly="CrystalDecisions.Shared, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
    <add assembly="CrystalDecisions.ReportSource, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
    <add assembly="CrystalDecisions.Enterprise.Framework, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
    <add assembly="CrystalDecisions.Enterprise.Desktop.Report, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
    <add assembly="CrystalDecisions.ReportAppServer.Controllers, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
    <add assembly="CrystalDecisions.CrystalReports.Engine, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
    <add assembly="CrystalDecisions.Enterprise.InfoStore, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
    <add assembly="CrystalDecisions.Enterprise.Viewing.ReportSource, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
    <add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
    </assemblies>
    <buildProviders>
    <add extension=".rpt" type="CrystalDecisions.Web.Compilation.RptBuildProvider, CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/></buildProviders>
    </compilation>
      ERROR DETAILS *****************
    [COMException (0x800001fb): Invalid file name.]
       CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) +0
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) +95
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +356
    [CrystalReportsException: Load report failed.]
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +418
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.get_ProductLocaleID() +31
       CrystalDecisions.ReportSource.CachedObjectReportSource.GetReport(RequestContext context, Boolean bAddToCacheWhenCreated) +474
       CrystalDecisions.ReportSource.CachedObjectReportSource.InternalGetReport(RequestContext context, Boolean bAddToCacheWhenCreated) +15
       CrystalDecisions.Web.CrystalReportSource.get_ReportDocument() +184
       CrystalReportPageTemplate.OnInit(EventArgs e) in

    I got a procmon log file and examined it. I have the file and I could also provide you with that or screenshots of it.
    There is nothing unusual about it. I can see entires in which CR has successfully opened the report and has cached in a c:\windows\temp.
    However there is one or two non-successful entries that may be related, especially that examining the stack trace brings us to a call to get_ProductLocaleID():
    - A call to read reg entry HKU\S-1-5-20\Software\Business Objects\Suite 12.0\Crystal Reports\Locale fails with NAME NOT FOUND.
    - immediately after that and from the same process (w3wp.ex) there is a call to open directory "c:\" which is logged as ACCESS DENIED.
    Any subsequent unsuccessful calls seem to be results of exception handling in the debug code.
    Does this point to any setup issues with CR? We always run the redistributable x86 runtime when installing it.

  • File names changed when imported into iphoto

    I scanned thousands of photos and slides. I named them numerically with year and order it was taken (example for 102nd photo taken in 1984 is 84.102.jpg) I used Photoshop's file info to add a description on maybe 20% of the photos. Unfortunately, when I imported into iphoto, iphoto uses this information for the photo's file name. Is there a way to import photos into iphoto where it uses only the original files name and not embedded file info?

    The ones that (on the originals) I entered descriptive things into Photoshop's XMP file info's document title line -- well that is what is shown as the name of the file rather than its real numerical name. Example: on a photo saved as 92
    iPhoto uses the Exif and IPTC metadata for the photo information. When you typed "Big Snowstorm" in there you put it in the Title field. iPhoto is showing you the Title of the photo. It only shows you the Filename if there is no entry in the Title field. Had you put it in the Caption field you would not have this problem.
    Try remove the title, see if that works.
    Another commend: This format of filename
    92.133.jpg
    Is potentially very dangerous. Computers use the period to distinguish the filename from the suffix that tells your machine what the type of file it is. Currently, you're telling your machine that this is file 92, of the type 133 and also the type jpeg. Characters such as periods, slashes, dashes should eb avoided in filenames. Sooner or later your file naming convention is going to cause you problems.
    Regards
    TD

Maybe you are looking for

  • JWindow blocking mouse wheel event?

    I have created a custom JPanel that acts as a container for another custom component that needs to receive mouse wheel events. When I place the custom JPanel in a JWindow the mouse wheel events do not get invoked, all though other mouse events work j

  • Internationalization in Developer 2000

    I have an application sbuilt in forms. I need to support internationalization. How do I display the from labels in the required internationalised language

  • Cisco Prime Collaboration

    Hi Folks, Im currently configuring PRIME and have come across an issue: To add devices to PRIME you need to configure: Manage Credentials Discover devices. When i add a new profile to manage credentials Prime informs: "This is a duplicate profile nam

  • Change in context_mybase.XML

    Hi, after long time I come back to E_BUSINESS (11.5.10). I need you remind me please. When I modify my context_mybase.XML file , I should: 1-Stop Oracle DB and Oracle Applications. 2-run Adautoconfig. 3-start DB and Oracle applications. Is it that ?

  • [SOLVED] gdm freezes when started as service (systemd)

    Hey, I've run into a weird issue here: when I reboot my laptop, it gets stuck after the "file system clean" messages and GDM won't come up. After some time, it shows a "oops, something has gone wrong"-message and I can log in, but my settings are gon