Stutter when I try to create motion effects with still images--

Can anyone help figure out the correct workflow?  I am importing jpegs into my project re-sizing them and then manually creating the "ken burns" effect on them.  And they stutter like crazy.  I've been browsing forums for the past week and can't find a solid answer that works for me.  Thanks in advance.

The images I'm testing today I re-sized in photoshop to be 1920x1080.  One of the images was originally 1280x853 and I re-sized it to 1920x1080.
For my project I am storing all the video on an external G Drive.  For the still image tests I've been running, I've tried putting them on the G Drive and also just on my internal drive.  This has not changed the result.
I've tried exporting QTs to see if they'd play back any differently and they don't.  I'm not sure what you mean by "delivery system", though.  Can you clarify?
Thanks

Similar Messages

  • I want to import still images to make a stop motion animation, but when I try to change the duration of still images, it isn't reflected in the timeline.  How can I do this?

    I want to import still images to make a stop motion animation, but when I try to change the duration of still images, it isn't reflected in the timeline.  How can I do this?

    Tonaw,
    If you import your still images using iPhoto, then the time you set for each still, using FCPX Perferences works.
    You can set the durantion from 1 frame to as long as you want them view.
    If you do not use iPhoto to import your stills, the default is 10 sec's.
    FYI: This issue was brought up within a month after FCPX was released. They found out by using iPhoto, you had better control of the amount of time your still was viewed.

  • Any limitation when you try to create a sdo_geometry in the fly?

    I was trying to use sdo_relate to find the IDs of the lines(geodetic data) in the database by contructing a long line with long/lat values, and spatially relate it with those lines in database. There are about 400 points that make that long route(I'm sure that it's a valid line). The interesting thing is that if I only use small portion of it(let's say, the first 40 points of that line), and use those long/lat value to build the sdo_geometry in my query, it worked, and returned me some IDs. However, if I use the whole line to do that(the SQL query is exactly the same except I have MORE values for the SDO_ORDINATE_ARRAY parameter. and this time it returned nothing????? The following is the query that I used the first small part of the line. I'm really confused here. Any limit on contructing a sdo_geometry in the fly? actually I had a similar problem when I tried to contruct a polygon sdo_geometry by using the points value that make a MSA area(which usually is a long list of points value), it failed, but the same query worked for less points that makes a polygon. I could get around with that problem. But for this, I have to work it out.Any idea about how to get around with it?
    The following query only have the first part of the line, and it worked! but not if I put the whole long line data there!!!
    select ID from MIAMI_AREA_LONG where sdo_relate(geoloc, mdsys.sdo_geometry(2002,8265,NULL,mdsys.sdo_elem_info_array(1, 2, 1),mdsys.sdo_ordinate_array(-80.34217071533203,25.76181411743164,-80.3421655,25.7615084,-80.3421655,25.7615084,-80.340347,25.761539,-80.340347,25.761539,-80.332611,25.761629,-80.332611,25.761629,-80.324547,25.7618009,-80.324547,25.7618009,-80.321007,25.76193,-80.321007,25.76193,-80.320374,25.761959,-80.320374,25.761959,-80.3186489,25.762051,-80.3186489,25.762051,-80.317002,25.7621499,-80.317002,25.7621499,-80.3162229,25.76222,-80.3162229,25.76222,-80.315803,25.76222,-80.315803,25.76222,-80.310852,25.762409,-80.310852,25.762409,-80.303726,25.762659,-80.303726,25.762659,-80.296356,25.76292,-80.296356,25.76292,-80.288299,25.7630899,-80.288299,25.7630899,-80.279953,25.763439,-80.279953,25.763439,-80.277801,25.763519,-80.277801,25.763519,-80.271446,25.763701,-80.271446,25.763701,-80.263413,25.76404,-80.263413,25.76404,-80.255081,25.764219,-80.255081,25.764219,-80.249946,25.764481,-80.249946,25.764481,-80.248383,25.764481,-80.248383,25.764481,-80.247704,25.764481,-80.247704,25.764481,-80.24527,25.764561,-80.24527,25.764561,-80.241463,25.76474,-80.241463,25.76474,-80.239029,25.76474,-80.239029,25.76474,-80.238983,25.76474,-80.238983,25.76474,-80.238297,25.764771,-80.238297,25.764771,-80.23764,25.7654299,-80.23764,25.7654299,-80.23729,25.76569,-80.23729,25.76569,-80.234177,25.76585,-80.234177,25.76585,-80.230957,25.766041,-80.230957,25.766041,-80.2268069,25.766041)),'mask=overlapbdydisjoint querytype=window') = 'TRUE'
    Thanks!
    Tim

    Hi Dan,
    The following is the one that failed, the difference between this and the last one worked is this the whole line, while the one above is just first part of this long line. Actually it didnot give any error, but just did not return anything. It doesnot make sense because I am using a longer line now, while it returned something if I just use part of it. Thanks a lot!
    I had a similar limitation problem when I try to create a SDO_GEOMETRY with the points I got from a MSA polygon by using the SDO API.
    I'm using Oracle 9i and it reside at window 2000 platform. BTW, when is the spatial patch coming out?
    select ID from MIAMI_AREA_LONG where sdo_relate(geoloc, mdsys.sdo_geometry(2002,8265,NULL,mdsys.sdo_elem_info_array(1, 2, 1),mdsys.sdo_ordinate_array(-80.34217071533203,25.76181411743164,-80.3421655,25.7615084,-80.3421655,25.7615084,-80.340347,25.761539,-80.340347,25.761539,-80.332611,25.761629,-80.332611,25.761629,-80.324547,25.7618009,-80.324547,25.7618009,-80.321007,25.76193,-80.321007,25.76193,-80.320374,25.761959,-80.320374,25.761959,-80.3186489,25.762051,-80.3186489,25.762051,-80.317002,25.7621499,-80.317002,25.7621499,-80.3162229,25.76222,-80.3162229,25.76222,-80.315803,25.76222,-80.315803,25.76222,-80.310852,25.762409,-80.310852,25.762409,-80.303726,25.762659,-80.303726,25.762659,-80.296356,25.76292,-80.296356,25.76292,-80.288299,25.7630899,-80.288299,25.7630899,-80.279953,25.763439,-80.279953,25.763439,-80.277801,25.763519,-80.277801,25.763519,-80.271446,25.763701,-80.271446,25.763701,-80.263413,25.76404,-80.263413,25.76404,-80.255081,25.764219,-80.255081,25.764219,-80.249946,25.764481,-80.249946,25.764481,-80.248383,25.764481,-80.248383,25.764481,-80.247704,25.764481,-80.247704,25.764481,-80.24527,25.764561,-80.24527,25.764561,-80.241463,25.76474,-80.241463,25.76474,-80.239029,25.76474,-80.239029,25.76474,-80.238983,25.76474,-80.238983,25.76474,-80.238297,25.764771,-80.238297,25.764771,-80.23764,25.7654299,-80.23764,25.7654299,-80.23729,25.76569,-80.23729,25.76569,-80.234177,25.76585,-80.234177,25.76585,-80.230957,25.766041,-80.230957,25.766041,-80.2268069,25.766041,-80.2268069,25.766041,-80.222717,25.766109,-80.222717,25.766109,-80.2195969,25.766199,-80.2195969,25.766199,-80.214569,25.766371,-80.214569,25.766371,-80.2114409,25.76646,-80.2114409,25.76646,-80.207703,25.7665599,-80.207703,25.7665599,-80.202682,25.76672,-80.202682,25.76672,-80.200653,25.766781,-80.200653,25.766781,-80.200363,25.768009,-80.200363,25.768009,-80.200027,25.769131,-80.200027,25.769131,-80.199768,25.77026,-80.199768,25.77026,-80.1996,25.77072,-80.1996,25.77072,-80.199417,25.7711599,-80.199417,25.7711599,-80.200027,25.7732199,-80.200027,25.7732199,-80.200104,25.77634,-80.200104,25.77634,-80.200287,25.778589,-80.200287,25.778589,-80.200493,25.78067,-80.200493,25.78067,-80.201134,25.78252,-80.201134,25.78252,-80.202133,25.78413,-80.202133,25.78413,-80.203506,25.787081,-80.203506,25.787081,-80.204163,25.788469,-80.204163,25.788469,-80.205147,25.790529,-80.205147,25.790529,-80.205933,25.79591,-80.205933,25.79591,-80.206307,25.80196,-80.206307,25.80196,-80.20668,25.809231,-80.20668,25.809231,-80.20668,25.809389,-80.20668,25.809389,-80.206573,25.812071,-80.206573,25.812071,-80.206512,25.813629,-80.206512,25.813629,-80.206627,25.8182389,-80.206627,25.8182389,-80.2070619,25.8251,-80.2070619,25.8251,-80.206207,25.830151,-80.206207,25.830151,-80.206284,25.83301,-80.206284,25.83301,-80.206307,25.83536,-80.206307,25.83536,-80.206467,25.838181,-80.206467,25.838181,-80.206512,25.841261,-80.206512,25.841261,-80.206863,25.843189,-80.206863,25.843189,-80.208153,25.846741,-80.208153,25.846741,-80.208389,25.852449,-80.208389,25.852449,-80.208511,25.857861,-80.208511,25.857861,-80.208794,25.86475,-80.208794,25.86475,-80.209007,25.868769,-80.209007,25.868769,-80.209053,25.869551,-80.209053,25.869551,-80.209579,25.876141,-80.209579,25.876141,-80.209427,25.877729,-80.209427,25.877729,-80.209396,25.881929,-80.209396,25.881929,-80.209557,25.88719,-80.209557,25.88719,-80.209824,25.892879,-80.209824,25.892879,-80.210213,25.898029,-80.210213,25.898029,-80.210213,25.901569,-80.210213,25.901569,-80.210213,25.90596,-80.210213,25.90596,-80.210213,25.91148,-80.210213,25.91148,-80.210587,25.916759,-80.210587,25.916759,-80.210587,25.92079,-80.210587,25.92079,-80.210953,25.921801,-80.210953,25.921801,-80.210953,25.92268,-80.210953,25.92268,-80.210213,25.923929,-80.210213,25.923929,-80.20932,25.92482,-80.20932,25.92482,-80.208946,25.925199,-80.208946,25.925199,-80.207581,25.926451,-80.207581,25.926451,-80.207718,25.92651,-80.207718,25.92651,-80.207977,25.926701,-80.207977,25.926701,-80.208237,25.92696,-80.208237,25.92696,-80.208588,25.927311,-80.208588,25.927311,-80.20903,25.927731,-80.20903,25.927731,-80.209534,25.9281599,-80.209534,25.9281599,-80.210747,25.929461,-80.210747,25.929461,-80.211197,25.929899,-80.211197,25.929899,-80.2118069,25.93051,-80.2118069,25.93051,-80.212227,25.9308489,-80.212227,25.9308489,-80.212593,25.9312,-80.212593,25.9312,-80.213013,25.931629,-80.213013,25.931629,-80.213623,25.93224,-80.213623,25.93224,-80.2142329,25.9328499,-80.2142329,25.9328499,-80.214752,25.933359,-80.214752,25.933359,-80.215271,25.9338799,-80.215271,25.9338799,-80.216049,25.934589,-80.216049,25.934589,-80.2163999,25.934839,-80.2163999,25.934839,-80.216659,25.935101,-80.216659,25.935101,-80.217163,25.935619,-80.217163,25.935619,-80.217507,25.93597,-80.217507,25.93597,-80.217957,25.936489,-80.217957,25.936489,-80.2185669,25.937099,-80.2185669,25.937099,-80.219254,25.93779,-80.219254,25.93779,-80.221161,25.939619,-80.221161,25.939619,-80.222992,25.941441,-80.222992,25.941441,-80.223862,25.942381,-80.223862,25.942381,-80.2246399,25.94334,-80.2246399,25.94334,-80.225418,25.94421,-80.225418,25.94421,-80.226097,25.945431,-80.226097,25.945431,-80.226723,25.9463009,-80.226723,25.9463009,-80.227226,25.94734,-80.227226,25.94734,-80.227753,25.94846,-80.227753,25.94846,-80.228287,25.94994,-80.228287,25.94994,-80.228623,25.951229,-80.228623,25.951229,-80.228973,25.952971,-80.228973,25.952971,-80.229141,25.9541,-80.229141,25.9541,-80.229141,25.95558,-80.229141,25.95558,-80.2292329,25.957399,-80.2292329,25.957399,-80.229317,25.95982,-80.229317,25.95982,-80.229507,25.96278,-80.229507,25.96278,-80.229584,25.96538,-80.229584,25.96538,-80.229752,25.97006,-80.229752,25.97006,-80.2298129,25.971371,-80.2298129,25.971371,-80.229843,25.9718,-80.229843,25.9718,-80.229851,25.971907,-80.229851,25.971907,-80.229919,25.973881,-80.229919,25.973881,-80.229927,25.97397,-80.229927,25.97397,-80.230103,25.978041,-80.230103,25.978041,-80.230186,25.97978,-80.230186,25.97978,-80.23027,25.98238,-80.23027,25.98238,-80.230011,25.984119,-80.230011,25.984119,-80.229683,25.985689,-80.229683,25.985689,-80.229317,25.98698,-80.229317,25.98698,-80.228973,25.98802,-80.228973,25.98802,-80.228554,25.989059,-80.228554,25.989059,-80.227943,25.9902799,-80.227943,25.9902799,-80.227333,25.99123,-80.227333,25.99123,-80.226547,25.992359,-80.226547,25.992359,-80.225418,25.993839,-80.225418,25.993839,-80.224289,25.994961,-80.224289,25.994961,-80.222382,25.99687,-80.222382,25.99687,-80.2195969,25.999559,-80.2195969,25.999559,-80.21701,26.002331,-80.21701,26.002331,-80.21579,26.00407,-80.21579,26.00407,-80.215012,26.005369,-80.215012,26.005369,-80.214661,26.006241,-80.214661,26.006241,-80.214142,26.00728,-80.214142,26.00728,-80.213882,26.00815,-80.213882,26.00815,-80.213531,26.009279,-80.213531,26.009279,-80.213493,26.00946,-80.213493,26.00946,-80.2132869,26.01022,-80.2132869,26.01022,-80.213097,26.011869,-80.213097,26.011869,-80.213013,26.01335,-80.213013,26.01335,-80.213013,26.01474,-80.213013,26.01474,-80.2132029,26.0182,-80.2132029,26.0182,-80.213463,26.023331,-80.213463,26.023331,-80.213623,26.02766,-80.213623,26.02766,-80.213707,26.031481,-80.213707,26.031481,-80.213814,26.034611,-80.213814,26.034611,-80.213882,26.035391,-80.213882,26.035391,-80.213966,26.03635,-80.213966,26.03635,-80.214142,26.03755,-80.214142,26.03755,-80.214317,26.0392,-80.214317,26.0392,-80.214577,26.042139,-80.214577,26.042139,-80.214767,26.04414,-80.214767,26.04414,-80.21492,26.0463099,-80.21492,26.0463099,-80.215103,26.04987,-80.215103,26.04987,-80.215271,26.053511,-80.215271,26.053511,-80.215447,26.05827,-80.215447,26.05827,-80.215622,26.062189,-80.215622,26.062189,-80.2157129,26.0668599,-80.2157129,26.0668599,-80.215881,26.07147,-80.215881,26.07147,-80.216049,26.076229,-80.216049,26.076229,-80.2161409,26.0796199,-80.2161409,26.0796199,-80.216232,26.082491,-80.216232,26.082491,-80.2163999,26.0863,-80.2163999,26.0863,-80.216583,26.09012,-80.216583,26.09012,-80.216614,26.09038,-80.216614,26.09038,-80.214213,26.091271,-80.214213,26.091271,-80.212619,26.090851,-80.212619,26.090851,-80.211955,26.090623,-80.211955,26.090623,-80.211055,26.090272,-80.211055,26.090272,-80.210063,26.089842,-80.210063,26.089842,-80.209056,26.089383,-80.209056,26.089383,-80.20721,26.088421,-80.20721,26.088421,-80.205332,26.087412,-80.205332,26.087412,-80.204173,26.086802,-80.204173,26.086802,-80.203242,26.086362,-80.203242,26.086362,-80.202669,26.086055,-80.202669,26.086055,-80.2021199,26.085826,-80.2021199,26.085826,-80.2014559,26.085595,-80.2014559,26.085595,-80.201036,26.085452,-80.201036,26.085452,-80.2002119,26.085263,-80.2002119,26.085263,-80.199121,26.085033,-80.199121,26.085033,-80.198328,26.084912,-80.198328,26.084912,-80.197672,26.084853,-80.197672,26.084853,-80.196947,26.0848039,-80.196947,26.0848039,-80.1960919,26.084792,-80.1960919,26.084792,-80.1952529,26.0848039,-80.1952529,26.0848039,-80.194155,26.0848039,-80.194155,26.0848039,-80.189112,26.084844,-80.189112,26.084844,-80.184671,26.0847729,-80.184671,26.0847729,-80.1801009,26.084533,-80.1801009,26.084533,-80.176912,26.084422,-80.176912,26.084422,-80.175096,26.083972,-80.175096,26.083972,-80.172197,26.083223,-80.172197,26.083223,-80.1712639,26.083015,-80.1712639,26.083015,-80.168663,26.081181,-80.168663,26.081181,-80.164663,26.082414,-80.164663,26.082414,-80.164709,26.084285,-80.164709,26.084285,-80.164694,26.084625,-80.164694,26.084625,-80.164694,26.084976,-80.164694,26.084976,-80.164663,26.085386,-80.164663,26.085386,-80.164579,26.086336,-80.164579,26.086336,-80.164495,26.087314,-80.164495,26.087314,-80.164495,26.087795,-80.164495,26.087795,-80.164511,26.087934,-80.164511,26.087934,-80.164518,26.088665,-80.164518,26.088665,-80.164518,26.089305,-80.164518,26.089305,-80.1645489,26.0902059,-80.1645489,26.0902059,-80.164633,26.091104,-80.164633,26.091104,-80.164678,26.092254,-80.164678,26.092254,-80.16474,26.094554,-80.16474,26.094554,-80.164755,26.098415,-80.164755,26.098415,-80.16477,26.099506,-80.16477,26.099506,-80.16474,26.100296,-80.16474,26.100296,-80.164694,26.101024,-80.164694,26.101024,-80.164625,26.101795,-80.164625,26.101795,-80.164518,26.102464,-80.164518,26.102464,-80.164404,26.103105,-80.164404,26.103105,-80.164312,26.103784,-80.164312,26.103784,-80.164175,26.105045,-80.164175,26.105045,-80.164076,26.106176,-80.164076,26.106176,-80.164053,26.1068849,-80.164053,26.1068849,-80.164066,26.107339,-80.164066,26.107339,-80.1640396118164,26.10733985900879)),'mask=overlapbdydisjoint querytype=window') = 'TRUE'

  • When trying to update  Apps in iTunes on my computer my old Apple ID appears, which is no longer in use and has no password; even when I try to create a password for this Old ID, Apple won't let me. When I go into see my Account settings My new Apple ID /

    When trying to update  Apps in iTunes on my computer my old Apple ID appears, which is no longer in use and has no password; even when I try to create a password for this Old ID, Apple won't let me. When I go into see my Account settings My new Apple ID / iTunes ID are listed and the passwords are correct obviously so why can't I update my Apps?   Why does my Old apple ID keep appearing and how can I get Apple to change this?

    I have the same problem - it is maddening. I rely on this iPad for work so this is not just an annoyance! The above solutions of changing the appleid on the device or on the website do not work.
    The old email address no longer exists - I haven't used it in a year probably and I no longer have the account.  I logged into the appleid website and there is no trace of the old email address so there is nothing that can be deleted or changed there.  On the iPad there is no trace of the old email address so nothing can be deleted there either. I have updated the iPad software and the same problem comes right back.  Every 2 seconds I am asked to log in using the old non-existent email.  The device is currently useless.
    The only recent change to anything was the addition of an Apple TV device, which was set up using the correct login and password.
    Does anyone have any ideas? The iPad has been backed up to the iCloud so presumably it now won't recognize the current iCloud account? So restoring may notbe an option?

  • Pages crashes when opening any document on iPad 3 Latest version.   I could find on the net and finally deleted Pages from my device and reinstalled it. Still when I try to create anew document or open a document it just cr

    Pages crashes when opening any document on iPad 3 Latest version. I tried everything I could find on the net and finally deleted Pages from my device and reinstalled it. Still when I try to create a new document or open a document it just crashes out.

    Try this:
    Make sure IOS is updated to latest version
    Reboot device by pressing both the home button and sleep/wake (power) buttons at the same time for 10-15 seconds until the apple logo appears on the screen, then let go.
    If that doesn't work then reset the device by going to settings/general/reset/reset all settings

  • I am using Adobe Acrobat 9 Standard version in Windows 8.1 and when I try to create a .pdf file, I receive the following error message "Acrobat could not open "file name.log" because it is either not a supported file type or because the file has been dama

    I am using Adobe Acrobat 9 Standard version in Windows 8.1 and when I try to create a .pdf file, I receive the following error message "Acrobat could not open "file name.log" because it is either not a supported file type or because the file has been damaged.  To create a PDF document, go to the source application then print the document to .pdf"  I am going to the source application and printing the document to .pdf yet it's saving the file as a .log file.  After reinstalling the software, I initially didn't encounter this problem but on my second and third attempts to convert files to .pdf format, this error message reappeared.  How do I resolve this problem?

    I have a similar problem which i did not have before...and it exists only in some powerpoint files which i want to print as a pdf file...and i get the same message as above.
    the log says the bellow details...what's the problem and how can i resolve it? thanks.
    %%[ ProductName: Distiller ]%%
    %%[Page: 1]%%
    %%[Page: 2]%%
    Cambria not found, using Courier.
    %%[ Error: invalidfont; OffendingCommand: show ]%%
    Stack:
      %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%

  • Why is Encore 6.0 giving me the "blue screen of death" when I try to create a menu?

    When I purchased my student edition 6.0 (which I love by the way), Encore did not have any of the libraries loaded up on it. After reading some discussions, I downloaded the missing folders.
    Now, when I try to create a menu, my computer shuts down and gives me "the blue screen of death" as they call it (a blue screen with white writting, counting up to 100%, and saying Windows is preparing to crash...or something about the hard drive crashing....I can't remember because it goes off the screen so quickly).
    I've done this several times - my computer only does this when I try to create a menu in encore, and not in any other part of encore. It hasn't happened in any of the other programs either (Premiere Pro and Audition are the only other programs I have used so far), or any other times I have my laptop.
    Because of this, I am not too concerned since it seems Encore is the problem. However, I do not want any other problems to escalade from this either.
    Am I doing something wrong? Can someone please help me? I'm working on my Senior Thesis (a video) this year, and I really really cannot afford to have my computer crash on me.
    Please and thank you,
    Meghin

    Read Bill Hunt on BSOD http://forums.adobe.com/thread/772169
    -and an Encore fix http://forums.adobe.com/thread/1060443

  • I have three Blue Yeti USB Microphones, and when I try to create an aggregate device in Audio MIDI on my MBP it lets me select two microphones but not the third. I need all three for a podcast, any solutions?

    I have three Blue Yeti USB Microphones, and when I try to create an aggregate device in Audio MIDI on my MBP it lets me select two microphones but not the third. At first I thought maybe the third microphone was just defected or something but I tested the mic individually and it works fine. It'll let me use two Blue Yeti's and another microphone but not three Yeti's at once.

    David Boroditsky wrote:
    The problem is that the mac chokes on having 2 identical mics attached at the same time.
    Ive had 2 identical USB AT2020 mics connected at the same time on both macbook pro and macbook Air.
    The "Yeti" mics, are, lets say undesirable, and low to mid computer consumer mics.

  • When I try to create a new Message on my Mac, Messages does not bring up my Contacts

    I have followed the instructions to setup Messages, I can send messages to the email addresses that I have memorized, but when I try to create a new Message on my Mac, Messages does not bring up my Contacts when I type in the search field for a person that has an iPad or iPhone.
    This sems out of sorts for an Apple product. Their stuff normally just works.
    For some reason, My Mac Mini with Mountain Lion doesn't recognize my contact names, or it isn't synched with my contacts...
    Anybody else want to weigh in, please?
    Thank you!

    Hi,
    I would point out that I did say...
    Of course the Contacts List has to have people listed in it.
    The Error seems to be that you have not even got an My Card.
    The OS when the computer is brand new and you set up the first Admin Account should create at least once Card entry for the Address Book/Contacts which has the Head and Shoulders icon (the My Card)
    The does presume the the first account on the Mac doers have a person's First name and Last name to work with.
    Of course not everyone sets things up this way.
    Anyhow
    To Check the Contacts List open the app.
    Go to the Preferences.
    Go to the Accounts section.
    This should list at least two "accounts
    One is for Syncing with iCloud and the other is for storing the Info on the Mac itself
    In System Preferences > iCloud you can only set up one Apple ID to be the iCloud ID.
    If you do or have changed this you may have extra accounts in the Contacts > Preferences > Accounts
    Uploaded with Skitch!
    7:36 PM      Thursday; September 6, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • When I try to create a calendar announcement in my iCloud calendar thru my PC / Outlook, it says 'the set of folders could not be opened. The information store could not be opened'. Can anyone help?  This means I cannot set any calendar events thru my PC.

    When I try to create an iCloud calendar announcement / event on my PC thru Outlook, I get the message 'the set of folders could not be opened.  The information store could not be opened'.
    I cannot set any calendar events for my shared calendar.  Can ayone help?

    If you upgraded to Windows 8 you may need to update the iCloud control panel for Windows to version 2.1 (see http://support.apple.com/kb/TS4463).

  • "When I try to create a new file I am getting this message:  "While executing getDynamicContent in AddressURL.htm, a JavaScript error occured".... what should I do?  Thank you, Lisa

    "When I try to create a new file I am getting this message:  "While executing getDynamicContent in AddressURL.htm, a JavaScript error occured".... what should I do?  Thank you, Lisa

    Troubleshoot JavaScript errors | Dreamweaver CS4, CS5, CS5.5, CS6
    Start with steps #4, #12 and #10.
    Nancy O.

  • I have Acrobat 9.5 and when I try to create pdf from scanner, it displays an error "Adobe acrobat has stopped working". Is there any way I can use this functionality?

    I have Acrobat 9.5 and when I try to create>pdf from scanner, it displays an error "Adobe acrobat has stopped working". Is there any way I can use this functionality?

    Provide you have Acrobat 9 installed in an OS for which Acrobat 9 is compatible then you can use the functionality.
    As well, you need a scanner connected, powered up, and the software installed. Acrobat 9 "prefers" TWAIN drivers.
    Always visit the scanner vendor's site and download - install the latest greatest software.
    n.b., The Acrobat 9.x product family passed into "End of Support" mid-year 2013.
    As well the Acrobat 9.x product family is not compatible with contemporary OSs.
    Be well...

  • When I try to connect the Air with my iPhone to create an Hotspot, it drops the connection and gives an error message in the iPhone saying that the device (MacBook Air) is not supported. What can i do about it?

    When I try to connect the Air with my iPhone to create an Hotspot, it drops the connection and gives an error message in the iPhone saying that the device (MacBook Air) is not supported. What can i do about it?

    The problem has been fixed with the most recent OS X software update.

  • When i try to create Filter on aggregation level the system gives me error

    Hi BI Guru's,
    I am facing a problem BI - IP . 
    When i try to create Filter on aggregation level the system gives me follwoing error.
    "Authorization check of component failed"
    "You do not have authorisation for Add or Create".
    "Could not create Filter "
    Please let me know if have any solution for this
    Thanks & Regards,
    Nilesh Labde

    Here are list of auth objects for BI IP
    S_RS_ALVL --> aggregation levels
    S_RS_PLSE -->planning functions
    S_RS_PLSQ-->planning sequences
    S_RS_PLST-->planning function types
    S_RS_PLENQ-->maintain and display lock settings
    Authorization templates for Integrated planning are
    S_RS_PL_ADMIN
    S_RS_PL_PLANNER
    S_RS_PL_PLANMOD_D----
    > Planning modeler(Dev System)
    A portal role is required to use the planning modeler.

  • ORA-00001 When I try and create an interactive query/report

    Interactive report in APEX 3.2
    I have a query like this that does a country lookup
    based on the physical address and the mailing address.
    The query executes fine through SQL plus but when I try and create
    an interactive report I get
    ORA-00001: unique constraint (APEX_030200.WWV_FLOW_WORKSHEET_COLUMNS_UK2) violated
    Here's the query
    select     "TAX_VENDORS"."VENDOR_ID" as "VENDOR_ID",
         "TAX_VENDORS"."VENDOR_NAME" as "VENDOR_NAME",
         "TAX_COUNTRY"."ABBREVIATION" as "ABBREVIATION",
         "TAX_COUNTRY_1"."ABBREVIATION" as "ABBREVIATION"
    from     "TAX_COUNTRY" "TAX_COUNTRY_1",
         "TAX_COUNTRY" "TAX_COUNTRY",
         "TAX_VENDORS" "TAX_VENDORS"
    where "TAX_VENDORS"."PHYSICAL_COUNTRY"="TAX_COUNTRY"."TAX_COUNTRY_ID"
    and     "TAX_VENDORS"."MAILING_COUNTRY"="TAX_COUNTRY_1"."TAX_COUNTRY_ID"
    I've narrowed it down to the double lookup if you will of the country for the
    mail/physical address.
    Is this not allowed? Is there a work around?

    Thanks Tony
    A closer look at the constraint reveals this - so maybe it's seeing the TAX_COUNTRY_ID twice I would guess where the alias is not accounted for.
         CONSTRAINT "WWV_FLOW_WORKSHEET_COLUMNS_UK2" UNIQUE ("WORKSHEET_ID", "DB_COLUMN_NAME")
    Your query yielded me the same result
    select TV.VENDOR_ID as VENDOR_ID,
    TV.VENDOR_NAME as VENDOR_NAME,
    TC.ABBREVIATION as ABBREVIATION,
    TC_1.ABBREVIATION as ABBREVIATION
    from TAX_VENDORS TV
    JOIN TAX_COUNTRY TC ON (TV.PHYSICAL_COUNTRY = TC.TAX_COUNTRY_ID)
    JOIN TAX_COUNTRY TC_1 ON (TV.MAILING_COUNTRY=TC_1.TAX_COUNTRY_ID)

Maybe you are looking for

  • What's wrong with my Macbook?

    I appreciate all help that anyone apart of the forum can provide me with, even the smallest bit of information. I bought my Macbook in September of 2010. A few months ago my Macbook was working fine; I was using it sometime in the night and closed it

  • IFS Install (Config) Fails with "ORA-00922: missing or invalid option"

    Greetings: Thanks for your help in advance... Towards the end of IFS installation, I get the following error in my IfsConfigOut.log file (This happens towards the end of the installation). I am Installing IFS on Oracle 9i (9.0.1.1 version) instance o

  • SOAP To File Interface - How to trace?

    Hi all, I've built the following interface: Outbound communication channel: SOAP Sender Outbound Interface: MI_Outbound_PatientDemographics Mode: Asynchronous Inbound Communication channel: File Receiver Inbound Interface: MI_Inbound_NauticusGetPatie

  • How to display data on PublishingWebControls RichHtmlField ?

    Hello, I have placed sharepoint control as below on application page : <PublishingWebControls:RichHtmlField FieldName="MultilineRichText" id="multilinetext" runat="server"/> I have fetched sharepoint list data pro grammatically, however I do not know

  • How do I get my movies in iCloud?

    How do I get my movies that I have downloaded to my iMac then put in iTunes in iCloud so i can access from all devices (iPad, iPhone etc.