Record narrative get msg "The specified capture destinatin file already exi

Tried this morning to record narrative when I got this message: "The specified capture destination file already exists". How do I resolve this? Thanks Rich

Hi(Bonjour)!
If you previously recorded a voice over with the same name (in the same project), that's why there is file with the same name.
If you use a completly new name, FCE will increase for all subsequent takes.
Michel Boissonneault

Similar Messages

  • "the specified capture already exist"

    Im trying to do a voice over, but i get the message : "the specified capture already exist"
    Does anyone know how to fix this??

    See if this helps:
    http://discussions.apple.com/click.jspa?searchID=-1&messageID=5618516
    Al

  • Powershell Get-childItem: The specified path, file name, or both are too long.

    Hey Scriping Guys!
    I've been using a PowerShell script for a couple of years now to generate a monthly report showing the size of user folders on a number of departmental file servers.  It's working just fine on all file servers except one where the users have gotten carried away with creating sub-folders and using realy long descriptive file names.  The problem piece of script is this:
    $colItems = (Get-ChildItem \\192.168.10.5\marketing -recurse | Measure-Object -property length -sum)
    "marketing-serv\marketing: "+"{0:N2}" -f ($colItems.sum / 1GB) + " GB"
    The reply I get is:
    Get-ChildItem : The specified path, file name, or both are too long. The fully
    qualified file name must be less than 260 characters, and the directory name mu
    st be less than 248 characters.
    At G:\data\Server_space_Report\serverspace2.ps1:37 char:27
    + $colItems = (Get-ChildItem  <<<< \\192.168.10.5\marketing -recurse | Measure-Obje
    ct -property length -sum)
    Yes, the message is correct, however, when I connect to the server, right click the folder and chose properties it returns a size of 128 GB.  My questions are
    1. Why does clicking on folder properties not produce an error (what is it doing differently from my script)?
    2. How can I fix my script?
    Thanks,

    I am trying to clear up the older open posts on this forum. If this is still an unresolved issue for you please let me know. If you do not post back within one week I will assume it is resolved and will close this thread.
    Thank you
    Ed Wilson
    Microsoft Scripting Guy

  • Get-ChildItem : The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

    Hi, Im trying to get the whole path in my server, so i tried that with this following code
    Get-ChildItem $sourceFolder  -Recurse | ?{$_.PsIsContainer} |Get-Acl
    But then, it showed me somtehing like this :
    Get-ChildItem : The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
     I tried to find the solver everywhere and mostly they propose to change the path name, which is impossible, since I am working with my company server, and those folder have already there before i start to work here, then the other ask me to use robocopy,
    but all of the trick just dont work
    is there any way to solve this problem? thanks

    There is no simple solution to this. And it is not a limitation of powershell itself, but of the underlying NTFS file system.
    If the problem is that a folder with a name longer than 248 exists anywhere within your directory structure, you are hooped.
    If the problem is that some fully qualified path names exceed 260 characters, then, in those cases, the solution already given is to create a psdrive partway up the path from the drive letter or server/share root of the path. Unfortunately, the output produced
    will be relative to that psdrive and not to what is specified as the $sourcefolder.
    unless you already know where those problematic paths are, you might consider trying to trap those errors and have your script figure out where it needs to create psdrives. You might then be able to calculate the equivalent path for each file or folder and
    output that. the programming effort would be simpler to just created a psdrive for each folder encountered, however I expect that would be very inefficient.
    Al Dunbar -- remember to 'mark or propose as answer' or 'vote as helpful' as appropriate.

  • How to delete the specified line in file?

    How to delete the specified line in file? In case of deleting a specified line in a file, how to do?
    Line 1
    Line 2
    Line 3
    Line 4
    Line 5
    The case is a file including the above content. Now I wanna to delete the "Line 3" and how to realize the action in Java?

    An alternative solution can be :
    import java.io.LineNumberReader;
    import java.io.IOException;
    import java.io.File;
    import java.io.FileReader;
    import java.io.BufferedWriter;
    import java.io.FileWriter;
    import java.io.PrintWriter;
    public class LineDeleter {
    public static void main(String args[]){
    try {
    //suppose you want to delete line 3
         int lineToBeDeleted = 3;
         File f = new File("line.txt");
         long fileSize = f.length();
    //Wrap the FileReader with a LineNumberReader. It will help you
    //identify the lines.
    LineNumberReader lnr = new LineNumberReader( new FileReader(f));
    //Wrap the FileWriter object with BufferedWriter object. Create it with the buffersize
    //equal to the file size.
         BufferedWriter bw = new BufferedWriter(new FileWriter(new File("line1.txt")),(int)fileSize);
    //Wrap BufferedWriter object with PrintWriter so that it allows you
    //to print line by line
    PrintWriter pw = new PrintWriter(bw);
         String s=null;
         while ( (s=lnr.readLine())!=null ){
              System.out.println(s);
              int lineNumber = lnr.getLineNumber();
    //match the line number
              if(! (lineNumber==lineToBeDeleted)){
                   pw.println(s);
              pw.flush();
              lnr.close();
              pw.close();
         catch(Exception e){System.out.println(e);}
    If you want you can rename the line1.txt to the original file name.
    I hope this helps.Good luck!!!!!!

  • I am unable to load ITunes, get Message:The ITunes library.itf file is locked

    I am unable to load ITunes, get Message:The ITunes library.itf file is locked on a locked disc or you do not have write permission on this file.
    This seems to have happened after an upgrade of ITunes. Have unistalled and reinstalled a new version, but get the same message. Can y ou help?

    iTunes: How to move your music to a new computer
    Alternate iTunes Library
    iTunes Troubleshooting quits, freezes, or launch issues
    Finding Shared iTunes Music Libraries
    How to transfer iPod files to iPod-Computer-iTunes (Windows-Mac)
    iTunes Frequently asked questions about viewing and syncing videos
    Moving your iTunes Media folder
    Transferring your iTunes Library iLounge
    What are the iTunes library files

  • When I try to open a file I created in Pages, I get this: "The required index.xml file is missing."  This has happened many times and I have forgotten how I've worked around it.

    When I try to open a file I created in Pages, I get this: "The required index.xml file is missing."
    This has happened many times and I have forgotten how I've worked around it.

    That is wrong advice and you appear to have repeated it all over the forum.
    All Pages files no matter what version have the same file extension, .pages, despite being radically different formats and that is the problem. The System does not distinguish between them when you double click on the file, it opens the first version of Pages it encounters.
    You need to right click on the file and choose the correct App version for the file. Unfortunately there are no clues to tell you which is which.
    If you are unhappy with this and the removal of over 100 features plus the problems with transmitting files across devices, servers and different versions of OS X, rate/review Pages 5.5.2 in the App Store.
    Peter

  • 2LIS_06_INV -  Records not getting into the setup table ..Please help..

    Hello Gurus,
    I am trying to setup 2lis_06_inv but i am not able to understand why i am not able to get any records in the setup table.The job shows finished in few seconds.
    What can be the possible reason for this?
    I activated the datasource using RSA5. I setup the Update Mode to 'Direct Delta' in LBWE ( Extraction Cockpit). I deleted the data in the setup table and then ran the OLI6BW tcode and gave tomorrow's date for finishing the job and then ran the job. The job shows finished in a few seconds but no data gets into the setup tables.
    Error message in log says:
    Recompilation has not selected anything -> Refer to error log
    Message no. MRBW015
    Diagnosis
    This error message was issued for one of the following reasons:
    No documents exist
    No selection criteria were entered
    BW updating has not been activated
    Any help is deeply appreciated.

    Hi,
    Check table RBEX on R/3 side whether any entries exists in that or not.
    if it does not contain any entry it will not bring any data.
    Check the link.
    2LIS_06_INV   Extractor problem
    Regards
    SH

  • Record type variables in the SQL database trace file

    Hi,
    I turned on the trace with binds and waits in a ebusiness form and captured the database SQL trace file. It lists the values for the generic datatypes for the call, but does not list the values of record type variables. Is there a way to identify the values of record type variables? The below section lists the procedure call and the values passed. Thanks in advance.
    RPC CALL:PROCEDURE APPS.HZ_PARTY_SEARCH.FIND_PARTY_DETAILS(P_INIT_MSG_LIST IN VARCHAR2, P_RULE_ID IN NUMBER, P_PARTY_SEARCH_REC IN PARTY_SEARCH_REC_TYPE, P_PARTY_SITE_LIST IN PARTY_SITE_LIST, P_CONTACT_LIST IN CONTACT_LIST, P_CONTACT_POINT_LIST IN CONTACT_POINT_LIST
    , P_RESTRICT_SQL IN VARCHAR2, P_MATCH_TYPE IN VARCHAR2, P_SEARCH_MERGED IN VARCHAR2, X_SEARCH_CTX_ID OUT NUMBER, X_NUM_MATCHES OUT NUMBER, X_RETURN_STATUS OUT VARCHAR2, X_MSG_COUNT OUT NUMBER, X_MSG_DATA OUT VARCHAR2);
    RPC BINDS:
    bind 0: dty=1 bfp=2ae5927c13c8 flg=08 avl=01 mxl=01 val="T"
    bind 1: dty=6 bfp=2ae5927c13f0 flg=00 avl=02 mxl=22 val=8
    bind 2: dty=118 bfp=2ae593432e48 flg=00 avl=00 mxl=00 val=00
    bind 3: dty=251 bfp=2ae5929ac0b8 flg=00 avl=1944 mxl=00 val=00
    bind 4: dty=251 bfp=2ae592d85548 flg=00 avl=5336 mxl=00 val=00
    bind 5: dty=251 bfp=2ae592d84d58 flg=00 avl=4984 mxl=00 val=00
    bind 6: dty=1 bfp=2ae5927c1550 flg=08 avl=125 mxl=2000 val="exists (select 'x' from hz_parties where party_id =stage.party_id and party_type = 'ORGANIZATION') and party_id <>1002277174"
    bind 7: dty=1 bfp=2ae5927c1d50 flg=0a avl=00 mxl=00 val=""
    bind 8: dty=1 bfp=2ae5927c1d80 flg=08 avl=01 mxl=01 val="I"
    bind 9: dty=6 bfp=2ae5927c1da8 flg=02 avl=00 mxl=22 val=00
    bind 10: dty=6 bfp=2ae5927c1de0 flg=02 avl=00 mxl=22 val=00
    bind 11: dty=1 bfp=2ae5927c1e28 flg=0a avl=00 mxl=01 val=""
    bind 12: dty=6 bfp=2ae5927c1e50 flg=02 avl=00 mxl=22 val=00
    bind 13: dty=1 bfp=2ae5927c1e98 flg=0a avl=00 mxl=2000 val=""

    Hello,
    From the sounds of it, when you are adding a child the application is not maintaining the Company's reference to it. For instance, in a 1:M and M:1 relationship, the application seems to be setting only the M:1 part (child to parent) which will cause the database to be updated, but both sides need to be set to keep the cache in synch with the database.
    Setting the cache type to be none is not a good idea - it prevents any caching, which will hurt performance and object identity. What instead is recommended is disabling the shared cache using the
    toplink.cache.shared.<ENTITY>=false property. This still might not help though if the Company's reference to the child hasn't been set as mentioned above if you are reading Company from the same context you are adding the child.
    The Cache is described for TopLink Essentials in the blog at:
    http://weblogs.java.net/blog/guruwons/archive/2006/09/understanding_t.html
    Best Regards,
    Chris

  • HT201317 How do I get all the photos and videos I already have on my ipad and iphone over to photo stream to bring up on my PC

    CAn you please tell me how I can get all the photos and video from my iPad and iPhone that aren't in photo stream so I can get them from my iCloud onto my PC please.

    If you don't physically have the phone then there is no way for you to get the photos or videos.
    Have you been backing up your phone?  http://support.apple.com/kb/HT1766  if so, you can restore that backup to your new phone and get all your contents back.
    did you fail to import pics to your computer as you would a digital camera? http://support.apple.com/kb/HT4083

  • The maximum number of files already open....

    I just started getting a message  in adobe  reader 9, The maximum number of files are already open.  No other files can be open or printed until some are closed.   I only have 1 file open.  Any suggestions other than getting rid of Adobe!

    Try a search of the forum. I faintly remember such a thing being brought up before in the last month or two.

  • Cannot view YouTube get msg "The Adobe Flash Player is Required for video playback"

    I just uninstalled and reinstalled the latest version of Adobe Flash Player 11.5.502.110 and I still get the same message from YouTube using IE 9.0.8112  This is a Windows 7 64 bit machine with tons of RAM and a SSD HD.  I have no problem with the same version Plugin using Firefox.

    Did you make sure that you enabled add-on and check ActiveX filtering in your IE?
    http://forums.adobe.com/thread/885448?tstart=0
    http://forums.adobe.com/thread/867968?tstart=0

  • Getting into the .pat -pattern library file

    Is there anyway to open up the .pat file (photoshop pattern library file)
    When I load it in my photoshop file, of course it tiles and fills the page.
    I want access to the SINGLE TILE that's saved inside the .pat file,  to use it as web background pattern.
    Thanks

    I don’t know any such method.
    But if one hovers the cursor over a Pattern’s icon in Preset Manager the pixel-dimensions of the tile are indicated; rasterizing a 100% instance of that pattern and selecting with the Marquee Tool set to Style – Fixed Size with those measurements should allow to select a patch of the correct size.

  • Starter Question: how I can get faster the extansion of a file?

    Hi all,
    I'm a Java starter ... sorry for simple question ;-)
    I use java.io.File and want to have the extension (suffix) of an file.
    x is typ 'File' and I use x.list of a root directory. Now I want to check if the file is from typ *.exe.
    My solution in moment is:
    x.getAbsoluteFile().toString().toLowerCase().endsWith("exe")
    This solution works, but I searching for an other solution because I think this one is very slow in runtime.
    Can anyone help me?
    cu
    Stefan

    This is the most efficient code I can make of it, but I can't see why this would be much faster than yours.import java.io.*;
    public class Test {
        public static void main (String[] parameters) {
            File[] files = new File ("c:\\windows").listFiles ();
            for (int f = 0; f < files.length; f ++) {
                File file = files[f];
                if (! file.isDirectory ()) {
                    String fileName = file.getName ();
                    int lengthOfFileName = fileName.length ();
                    if ((lengthOfFileName >= 4) && fileName.substring (fileName.length () - 4).equalsIgnoreCase (".exe")) {
                        System.out.println (file.getName ());
    }Please show some respect to the people who tried to help you and do something with their advice.
    Kind regards,
    Levi

  • Keep getting msg safari unable to download file when trying to view MP4 videos?

    I keep receiving message 'safari unable to download file' when trying to view MP4 videos. Does anyone know why this could be? Only a recent issue. Thanks

    Try another browser as a test.
    Firefox

Maybe you are looking for

  • Having trouble installing Flash 11.3 on Firefox

    I was having trouble upgrading to the newest version of flash. I kept getting the error that flash was already running, but I'm pretty sure it wasn't. I read through the tips and saw it was suggested to uninstall and then reinstall flash. So I downlo

  • Charset versus InputStreamReader:  incoherence with Cp037

    Hello I am tring to use the java.nio.Charset class and it seems incoherent with the InputStreamReader support of various encoding scheme, specialy the EBCDIC IBM US one: Cp037... java version "1.4.1_02" Java(TM) 2 Runtime Environment, Standard Editio

  • How to debug a form module (Oracle 11G Forms) through URL

    How to debug a form module (Oracle 11G Forms) through URL. My server OS is Unix. So i could not able to do the Debug Forms from the Form Developer. It is displaying a message that "Cannot find the module". Becuase the system is trying find out the mo

  • I need to allocate low-level code to a material while creating in mm01..

    hi experts, In the material master record, each material is allocated one low-level code (field L.Lvl Code) which is determined by the bill of material (BOM) management program.I couldnt find this field in any of the tabs while creating the master re

  • Mix object tables with relational tables?

    Hallo, is it possible to mix object tables with relational tables in one database? I didn't succeed in assigning a foreign key from a relational table to an object table. Is this only working with column objects in relational tables?