Error message I can't figure out

Can anyone help with this problem: Whenever I try to save a video I created I get a file error:illegal name message. I can not figure out where the problem is or how to fix it. This occurs near the end of the saving process.
file name is final ceremony and reception 2-26-10

OSX has certain character strokes that are not to be used in file names. It's most likely the cause.
You can Google a full list.
Al

Similar Messages

  • HT1766 Whenever I try to backup my ipad to iCloud, I get the following error message and can't work out why " the last backup could not be completed" I am connected to my wi FI and iPad off and connected to power. Please can anyone help ?

    Whenever I try to backup my ipad to iCloud, I get the following error message and can't work out why " the last backup could not be completed" I am connected to my wi FI and iPad off and connected to power. Please can anyone help ?

    In settings>general> cellular do you have it  turned ON?

  • Error in exception can't figure out why?

    hi
    iam new to oracle ..can't figure out the error in this code..
    set serveroutput on
    declare
    e_m exception;
    pragma_exception_init(e_m,-1400);
    begin
    insert into dept_dup(dno) values(nULL);
    exception
    when e then
    raise_application_error(-20000,'exception e');
    end;
    thank u
    rajiv

    This compiles OK:
    SQL>
    SQL> set serveroutput on
    SQL>
    SQL> drop table dept_dup;
    Table dropped.
    SQL>
    SQL> create table dept_dup(dno number);
    Table created.
    SQL>
    SQL> declare
      2  e_m exception;
      3  pragma exception_init(e_m,-1400);
      4  begin
      5  insert into dept_dup(dno) values(NULL);
      6  exception
      7  when e_m then
      8  raise_application_error(-20000,'exception em');
      9  end;
    10  /
    PL/SQL procedure successfully completed.
    SQL> show errors
    No errors.
    SQL>
    SQL> exitReading the PL/SQL docs can also help: http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14261/errors.htm#sthref2000
    Message was edited by:
    Pierre Forstmann

  • The vfs_fsevents.c file is kicking out errors that I can not figure out.

    I get errors that I tracked back to the vfs_fsevents.c file. But I can not figure out of these are errors I need to worry about or just random. Below are the errors that I am getting.
    5/9/12 12:59:12.000 PM kernel: add_fsevent: unable to get path for vp 0xdc8eafc (tmp.live.6.cmpt..mds.101.96.compactPayloads2.idx; ret 22; type 4)
    5/9/12 12:59:12.000 PM kernel: add_fsevent: unabled to get a path for vp 0xdc8eafc.  dropping the event.
    5/9/12 12:59:12.000 PM kernel: add_fsevent: unable to get path for vp 0xdd47158 (tmp.live.6.cmpt..mds.101.95.compactPayloads1.idx; ret 22; type 4)
    5/9/12 12:59:12.000 PM kernel: add_fsevent: unabled to get a path for vp 0xdd47158.  dropping the event.
    5/9/12 12:59:12.000 PM kernel: add_fsevent: unable to get path for vp 0x173da534 (tmp.live.6.cmpt..mds.101.97.compactPayloads1.idx; ret 22; type 4)
    5/9/12 12:59:12.000 PM kernel: add_fsevent: unabled to get a path for vp 0x173da534.  dropping the event.
    5/9/12 12:59:12.000 PM kernel: add_fsevent: unable to get path for vp 0xbeabd7c (tmp.live.6.cmpt..mds.101.98.compactPayloads2.idx; ret 22; type 4)
    5/9/12 12:59:12.000 PM kernel: add_fsevent: unabled to get a path for vp 0xbeabd7c.  dropping the event.
    5/9/12 1:00:51.000 PM kernel: add_fsevent: unable to get path for vp 0x17ebc280 (journalAttr.231; ret 22; type 4)
    5/9/12 1:00:51.000 PM kernel: add_fsevent: unabled to get a path for vp 0x17ebc280.  dropping the event.
    If anyone can point me in the right direction I would appreciate it.
    Thanks,
    Kevin Rosenthal

    Melissa,
    Yes, I now see the WAB area. Because of the horizontal tightness of the screen cap, I missed this.
    I do not have any experience with the RADEON X600, but maybe someone else knows it. My first thought would be a display driver issue with the video card. You can find out what drivers you have by following the links below. Just substitute Display Adapters for Human Interface Devices. You might go to the ATI site and see if they offer a newer driver for your video card. These get out of date in a hurry.
    As for the mouse driver there are two ways to check this out:
    1.) Control Panel>System>Hardware>Device Manager>Human Interface Devices>[Name of mouse and connection] Mouse Optical (if it is Optical)>Driver>Driver File Details. There, you will see all drviers associated with your mouse.
    2.) From the My Computer setting, search for Intelli* in Files & Folders. This will find all instances of the IntelliPoint driver. If you have it installed, then go back and do #1 above to check to see if it is in use.
    Now, all of the GUI display problems I've read of in a myriad of Adobe programs have been different, than yours. That idea is but a shot in the dark. Now, with Adobe and display issues, I normally think of Intellipoint mouse drivers. You might try changing drivers to the stock MS Windows\System32 drivers and see what happens. You might loose a touch of functionality of a multi-button/tilt-wheel mouse, if you have one, but it *might* take care of GUI issues.
    I've been hoping that someone else would chime in with "hey, that's just the xxx, don't you recognize it?" So far, no one has.
    Hunt

  • It compiles but it errors and I can't figure out why and this is my final!

    Hey there,
    I am taking a class in Java and its finals time and I have this program due and i am just running into road blocks. I really need some help! It compiles and what not but when you are running the program and you tell it to enter the value of the type of work that was done, it hangs then if you push enter, you get this;
    ===========================
    CIS2110 Project 4
    Banach Information Technology Solutions
    Weekly Reports
    By Alicia Schuster
    May 7, 2008
    =============================
    Input The rate for iHours:50
    Input The rate for dHours:80
    Input The rate for aHours:100
    Please enter the value of the day1
    Input the value for cust:222
    Input the value for type:1
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    at java.lang.Integer.parseInt(Integer.java:489)
    at java.lang.Integer.parseInt(Integer.java:518)
    at Pro4.inJob(Pro4Driver.java:172)
    at Pro4.procJob(Pro4Driver.java:145)
    at Pro4.procday(Pro4Driver.java:100)
    at Pro4.appMain(Pro4Driver.java:61)
    at Pro4Driver.main(Pro4Driver.java:25)
    Here is my code below, what do i need to change? I am about to pull my hair out. SOMEONE PLEASE HELP!
    //Title: Project #4 part c
    //Version:
    //Copyright: Copyright (c) 2008
    //Author: Alicia
    //Company: Your Company
    //Description: Your description
    // Preprocessor directive
    //import java.io.IOException;
    import java.io.BufferedReader;
    import java.text.DecimalFormat;
    import java.io.*;
    public class Pro4Driver
              public static void main(String [] args) throws IOException
                   {     Pro4 app;
                        app = new Pro4();
                        app.appMain();
    class Pro4
         //Instance (global) data declarations
              float iHours;
              float dHours;
              float aHours;
              float totCharge;
              float totOverCharge;
              float hiCharge;
              float iRate;
              float dRate;
              float aRate;
              int day;
              int hiDay;
              int hiType;
              float dayTotCharge;
              float dayTotOverCharge;
              int cust;
              int type;
              float hours;
              float overCharge;
              float servCharge;
              String numString;
              BufferedReader stdin;
              float num;
              DecimalFormat f6 = new DecimalFormat("$#,###.##");
              DecimalFormat f5 = new DecimalFormat("#,###.##");
         public void appMain() throws IOException
              stdin= new BufferedReader(new InputStreamReader(System.in));
              wkinit();
              outhead();
              inrates();
              procday();
              while (day != 0)
              {     wkout();
              return;
         public void wkinit() throws IOException
         {      iHours = dHours = aHours = 0f;
              totCharge = totOverCharge = hiCharge = 0f;
              return;
         public void outhead() throws IOException
         {     System.out.println("\n===========================");
              System.out.println(" CIS2110 Project 4");
              System.out.println(" Banach Information Technology Solutions");
              System.out.println("Weekly Reports");
              System.out.println(" By Alicia Schuster");
              System.out.println(" May 7, 2008");
              System.out.println("=============================");     
              return;
         public void inrates()throws IOException
              System.out.print("Input The rate for iHours:");
              numString = stdin.readLine();
              iHours = Float.parseFloat(numString);
              System.out.print("Input The rate for dHours:");
              numString = stdin.readLine();
              dHours = Float.parseFloat(numString);
              System.out.print("Input The rate for aHours:");
              numString = stdin.readLine();
              aHours = Float.parseFloat(numString);
              return;
         public void procday()throws IOException
         {     dayInit();
              inDay();
              if (day != 0);
                   procJob();
                   while (cust != 0)
                   outDay();
              return;
         public void wkout() throws IOException
         {     stdin = new BufferedReader (new InputStreamReader(System.in));
              num = (float)Math.PI;
              System.out.println(" The Value of totCharge is:"+
    f6.format(totCharge));
              System.out.println("The Value of totOverCharge is:" +
    (totOverCharge));
              System.out.println("The Value hiCharge is:" + f6.format
    (hiCharge));
              System.out.println("The Value Of hiDay is:" + hiDay);
              System.out.println("The Value of hiType is:" + hiType);
              System.out.println("The Value of iHours is:"+ f6.format(iHours));
              System.out.println("The Value of dHours is:"+ f6.format
    (dHours));
              System.out.println("The value of aHours is:"+ f6.format
    (aHours));
              return;
         public void dayInit()
         {      dayTotCharge = dayTotOverCharge = 0;
              return;
         public void inDay()throws IOException
              System.out.print("Please enter the value of the day");
              numString = stdin.readLine();
              day = Integer.parseInt(numString);
         public void procJob() throws IOException
         {     inCust();
              if (cust != 0);
                   inJob();
                   updateCharges();
                   updateSums();
                   updateHi();
                   outJob();
              return;
         public void outDay()
         {     System.out.println("The value of the day is:" + day);
              System.out.println("The value of dayTotCharge is:"+
    f6.format(dayTotCharge));
              System.out.println("The Value of dayTotOverCharge is:"+
    f6.format(dayTotCharge));
              return;
         public void inCust() throws IOException
         {     System.out.print("Input the value for cust:");
              cust = Integer.parseInt(stdin.readLine());
              return;
         public void inJob()throws IOException
         {     System.out.print("Input the type of work they did:");
              numString = stdin.readLine();
              type = Integer.parseInt(stdin.readLine());
              System.out.print("Input the value for hours :");
              numString = stdin.readLine();
              hours = Float.parseFloat(numString);
              return;
         public void updateCharges()
         {     float overCharge = 0f;
              if (type == iHours)
                   iHours = iHours + hours;
                   servCharge = hours * iRate;
                   if (day > 5)
                        overCharge = (float).5 * servCharge;
                   if (hours > 40)
                        overCharge = overCharge + .5f *(hours -
    40)*iRate;
                   servCharge = servCharge + overCharge;
                   else
                        if (type == dHours)
                   dHours = dHours + hours;
                   servCharge = hours * dRate;
                   if (day > 5)
                        overCharge = .5f * servCharge;
                   if (hours > 40)
                        overCharge = overCharge + .5f *(hours -
    40) * dRate;
                   servCharge = servCharge + overCharge;
              else
                        if (type == aHours)
                   aHours = aHours + hours;
                   servCharge = hours * aRate;
                   if (day > 5)
                        overCharge = .5f * servCharge;
                   if (hours > 40)
                        overCharge = overCharge + .5f * (hours -
    40) * aRate;
                   servCharge = servCharge + overCharge;
              else
                   System.out.print("service-type-input-code-error-message");
                   return;
         public void updateSums()
         {     dayTotCharge = dayTotCharge + servCharge;
              dayTotOverCharge = dayTotOverCharge + overCharge;
              totCharge = totCharge + servCharge;
              totOverCharge = totOverCharge + overCharge;
              return;
         public void updateHi()
              if (servCharge > hiCharge)
                   hiCharge = servCharge;
                   hiDay = day;
                   hiType = type;
              return;
         public void outJob()
         {     System.out.println("The value of the cust is:"+ f5.format(cust));
              System.out.println("The value of the type is:"+ f5.format(type));
              System.out.println("The number of the hours is:"+ f5.format(hours));
              System.out.println("The value of the servCharge is:"+ f6.format(servCharge));
              System.out.println("The value of the overCharge is:"+ f6.format(overCharge));
              return;
    }

    java.lang.NumberFormatException:You entered something that wasn't a number - which is exactly what you said you did.
    So you need to do something about that.

  • I recently bought a neew ipad mini and have sync messages from my iphone. Which worked fine.  I just picked it up and I have only to messages and can't figure out how to get back to the screen with the inbox and other folders?

    I recently bought a mini IPAD and have sync messages from my iphone.  Now I am stuck under group message and can't get back to the main screen that has the inbox and the various folders.  Help??? 

    youngkristen wrote:
    So, our hope was we could just hook up the external to the mac and have it transfer seamlessly.  Is there any hope of that? 
    Yes there is, scroll down to the bottom of the following Switch 101 article and click on the arrow next to Manually migrating.
    Switch 101: Migrate your Windows files or system to your Mac

  • I uninstalled Firefox once, reinstalled it and it ran. I had a problem so I did it again. Now it will not run and I get an error message saying that firefox is running and you can only run one at a time. I can't figure out what is running.

    Because of a problem, I uninstalled Firefox once, reinstalled it and it ran. I had a problem so I uninstalled/reinstalled it again. Now it will not run. I get an error message saying that firefox is running and you can only run one at a time. I have uninstalled multiple times and can't figure out what is running. The is only one Firefox installed and it is not open. What does this mean and how do I fix it?

    If you use ZoneAlarm Extreme Security then try to disable Virtualization.
    *http://kb.mozillazine.org/Browser_will_not_start_up#XULRunner_error_after_an_update
    See also:
    *[[/questions/880050]]

  • I'm getting error messages when I download updates for lightroom and flash for the mac. can't figure out how to trouble shoot.

    I'm getting error messages when I download updates for lightroom and flash for the mac. can't figure out how to trouble shoot.

    It sounds as if your browser and some of your apps are not color-managed.  This is pretty typical.  Even IE9 is only partially color-managed.
    You can expect color-managed and non-color-managed applications to show you different things with the same images.  How different will depend upon how different your monitor color profile is from the image's color profile.
    For web publication and most general use, experts usually advise saving images with the sRGB profile.  If such images, saved through the Save for Web & Devices function, look different to you than you expect, it may be that your input images have previously been saved in another color space.
    You should really try to get your head around color-management by reading more on it.  It can seem baffling and it's difficult to understand without some background.  A quick web search turns up many overviews.  Beware, though, even people writing articles sometimes don't fully understand it.
    -Noel

  • I tried to download a tv series and only 2 of the episode actually downloaded (the others have an error message).  I can't figure out how to try to download them again.  Thanks for any help

    I tried to download a tv series and only 2 of the episode actually downloaded (the others have an error message).  I can't figure out how to try to download them again.  Thanks for any help

    Open the Disk Utility in the /Applications/Utilities/ folder, click on it in the sidebar, select the Erase tab, and reformat it.
    (103900)

  • Can't figure out how to stop my MBP from opening programs at startup, namely word and messages

    Recenty my MBPro has started opening MS Word and Messages at startup and I can't figure out how to stop it?  I've tried selecting and de-selcting the startup option from the dock but this doesn't help.  Does anyone have any suggestions?

    System Preferences has a setting for this.
    In the Users & Groups section you will fine a "Login Items" header.  This is a list of all the programs that will open automatically when you log in.  You can select any program and click the [--] button below that window to stop the program from opening automatically.

  • Am getting message from MacPro that my start up disc is full - but I can't find it and can't figure out what to do to help situation. I've been making a number of imovies, which generates junk files. help?

    I am getting message from MacPro that my start up disc is full - but I can't find this "start up disc" and can't figure out what to do to help situation. I've been making a number of imovies, which generates junk files and material that I should toss in the trash, but it is not clear to me  what items I can toss and which items I can't toss. Can you help? Using the imovie "help" support the system showed me under the menu item "go" where the "start up disc" should be - but that wasn't actually available on my menu!  Thanks for your help!

    Disk Utility 
    Get Info on the icon on Desktop
    Try to move this to the MacBook Pro forum
    Your boot drive should be 30% free to really perform properly. 10% minimum
    Backup, clone, use TimeMachine, use another drive for your projects and movies, replace and upgrade the internal drive even.

  • I just upgraded to mountain lion and I can't figure out how to use messages...  it wants me to use AIM or something like it, but I can't change the user...

    I just upgraded to mountain lion and I can't figure out how to use messages...  it wants me to use AIM or something like it, but I can't change the user... How do I do this??

    See this Thread

  • I recently upgraded to iOS 8. Looks like the pics I had in my messages are no longer appearing as pictures, rather they are appearing as JPEG files (not broken jpegs). I need to get these pics. Can't figure out how to do it. I'm on an iPhone 5C.

    I recently upgraded to iOS 8. Looks like the pics I had in my messages are no longer appearing as pictures, rather they are appearing as JPEG files (not broken jpegs). I need to get these pics. Can't figure out how to do it. I'm on an iPhone 5C.
    I've tried resetting my phone, looking for the pics in the new 'deleted' folder. I tried forwarding the jpegs to sees if they'll appear in a new message (but turnout the phone won't let me forward these pics). Apple is trying to say it's the 30 day reason, but I know that is not the problem. ALl of my pics older than 30 days were viewable. It is the upgrade that screwed this up. Help! Important pics!

    Try this to learn about using keys:
    http://www.apple.com/support/macbasics/
    You can also use your PC mouse.
    As for iPhoto, it sounds like you were trying to move files around in the library. That is a bib no-no in Aperture or iPhoto.

  • Can't figure out why syntax errors are coming up

    Here is a simple Binary search type program, but instead of cutting the array in half, it uses interpolation to search the array. Here is the code, but I am getting syntax errors, I will post them below the code:
    public class BinIntSearch {
         private int interlope;
         private int low;
         private int high;
         private int[10] array1 = {6,500,600,700,800,900,1000,2000,3000,4000};
         public BinIntSearch() {//Start of Constructor
    interlope = 0;
         low = 0;
    high = 0;
    public int Search(int[] values, int target) {
    low = 0;
    high = 9;
    while(low < high)
    if(array1[low] == target)
         return low;
         else
    if(array1[high] == target)
    return high;
         interlope = (target - array1[low])/(array1[high] - array1[low]);
         interlope = low + (high - low) * interlope;
         if(interlope <= low)
         high--;
         else
         low = interlope;
    }//end of while loop
    System.out.println("Target not found");
    return -1;
    }//end of method
    public static void main(String args[])
    BinIntSearch binSearch = new BinIntSearch();
    binSearch.Search(array1,600);     
    }//end of class     
    here is the errors:
    C:\BinIntSearch\BinIntSearch.java:6: ']' expected
         private int[10] array1 = {6,500,600,700,800,900,1000,2000,3000,4000};
    ^
    C:\BinIntSearch\BinIntSearch.java:6: <identifier> expected
         private int[10] array1 = {6,500,600,700,800,900,1000,2000,3000,4000};
    ^
    C:\BinIntSearch\BinIntSearch.java:27: cannot resolve symbol
    symbol : variable array1
    location: class BinIntSearch
    if(array1[low] == target)
    ^
    C:\BinIntSearch\BinIntSearch.java:30: cannot resolve symbol
    symbol : variable array1
    location: class BinIntSearch
    if(array1[high] == target)
    ^
    C:\BinIntSearch\BinIntSearch.java:33: cannot resolve symbol
    symbol : variable array1
    location: class BinIntSearch
         interlope = (target - array1[low])/(array1[high] - array1[low]);
    ^
    C:\BinIntSearch\BinIntSearch.java:33: cannot resolve symbol
    symbol : variable array1
    location: class BinIntSearch
         interlope = (target - array1[low])/(array1[high] - array1[low]);
    ^
    C:\BinIntSearch\BinIntSearch.java:33: cannot resolve symbol
    symbol : variable array1
    location: class BinIntSearch
         interlope = (target - array1[low])/(array1[high] - array1[low]);
    ^
    C:\BinIntSearch\BinIntSearch.java:49: cannot resolve symbol
    symbol : variable array1
    location: class BinIntSearch
    binSearch.Search(array1,600);     
    ^
    8 errors
    Process completed.

    Thanks you guys, I made the change and learned something new and it worked. I made a refinement to the program, so i can initialize an array with consecutive numbers instead of typing in 10 I can have like 1000 or 1000000, I am getting 1 error. I can't figure this one out also. Also what is the meanding of static?
    here is the code and below it is the one error
    public class BinIntSearch {
    private int interlope;
    private int low;
    private int high;
    private int i;
    private int array1[10000];
    public BinIntSearch() {//Start of Constructor
    for(i = 0; i < 10000; i++)
    array1[i] = i;
    interlope = 0;
    low = 0;
    high = 0;
    Search(array1,500);
    public int Search(int[] values, int target) {
    low = 0;
    high = 9;
    while(low < high)
    if(array1[low] == target)
         System.out.println("Target Found");
    return low;
    if(array1[high] == target)
    System.out.println("Target Found");
    return high;
    interlope = (target - array1[low])/(array1[high] - array1[low]);
    interlope = low + (high - low) * interlope;
    if(interlope <= low)
    high--;
    else
    low = interlope;
    }//end of while loop
    System.out.println("Target not found");
    return -1;
    }//end of method
    public static void main(String args[])
    BinIntSearch binSearch = new BinIntSearch();
    }//end of class
    C:\BinIntSearch\BinIntSearch.java:8: ']' expected
    private int array1[10000];
    ^
    1 error
    Process completed.

  • Hi, I can't figure out why I can't render on my timeline. I highlight the segment hit "Apple-R" and it gives me a weird message about "conforming HDV video...." and the bar goes as far as 60-66% and holds there forever. It never renders even partially.

    Hi, I can't figure out why I can't render on my timeline. I highlight the segment hit "Apple-R" and it gives me a weird message about "conforming HDV video...." and the bar goes as far as 60-66% and holds there forever. It never renders even partially.

    Yes, I know. I have been working with HDV for some time. I am wondering why it doesn't render when it needs to.. the red and bright-green lines are above, and I've set the render settings such that ANYTHING I highlight and hit apple-R will render. But its not rendering at all.

Maybe you are looking for

  • How to get the Inventory Organization Id in the page

    Hi, I am creating a custom OAF page in Inventory responsibility. I have to pass some parameters to execute a query in the page level. So, I require the Inventory Organization Id i(not org_id or operating unit )n the controller. I have tried the pageC

  • Problem adding Photos, changing layout

    I'm trying to create a Book and when I change layout or want to change the picture, the page goes blank and can't add/change photos or layout?

  • Printing vendor return invoice - goods return using movement 122

    Dear all, Is it possible to  print vendor return invoice along with excise tax break up if we do goods return using movement type 122 ?. Regards, A.Jeyakanthan

  • Additional characters when loading table with sqlloader

    Hello, I am having some trouble when i load data into a table using sqlloader. My table is already defined. A column that is giving me trouble is called: builder_address VARCHAR2(30) When sqlloader loads data into this column, sometimes, even if the

  • Lock and Unlock Time Stamp

    Hi, Is there a way to get the time stamp when we lock and unlock the entities. And also the User name who performed the lock and unlock task? Rgds Abhi