Cannot open table designer

Hi!
I am creating an ASP.NET Web Form hosted on Azure with Visual Studio 2013 Community. When I want to add a table to the database, SQL
Server Object Explorer->SQL server->Database->Table folder->Add, is trying, but won't open the table designer. It says: "Failed to obtain schema information from database DatabaseName. Please close any open editor for this database, check
your connection to this database, and refresh the database in Server Explorer". Well I didn't find any other open editor...What should I do?
Thanks!

Hi GSeriousB,
As per your description, you fail to add a table using visual studio 2013.  Please help to post the full error messages.
As my analysis, besides the reason that the login account has no permission to the specific database according to Uri’s post, the issue could be also caused by the SQL Server Data Tools (SSDT) query timeout.
To work around your issue,  please make sure to provide your login account the permission to the database, such as ‘db_owner’ database role and increase SSDT query timeout value following the steps below:
1.In SSDT, from the Tools menu, select Options.
2.In the Options pane, expand Business Intelligence Designers.
3.Click the Query Timeout text box, and type the value for the number of seconds, such as 600 seconds.
For more information about the process, please refer to the article:
http://msdn.microsoft.com/en-us/library/bb895188(v=sql.120).aspx
Regards,
Michelle Li

Similar Messages

  • Cannot open table in sql server management studio express

    Hello all.
    I have uploaded a table into sql management studio express. However, when I right click on the table and try and open it, I get an error message saying;
    "SQL Execution Error.
    Executed SQL statement: select columnName1, columnName2 etc....
    Error source: Microsoft. VisualStudio.DataTools
    Error Message: Exception has been thrown by the target of an invocation"
    Because of this error, I cannot manually edit the table. However, when I write a query running select * from Table X, the table does appear that way.
    Any help regarding how to open the table would be very much appreciated!!

     have uploaded a table into sql management studio express. However, when I right click on the table and try and open it, I get an error message saying;
    "SQL Execution Error.
    Executed SQL statement: select columnName1, columnName2 etc....
    Error source: Microsoft. VisualStudio.DataTools
    Error Message: Exception has been thrown by the target of an invocation"
    Because of this error, I cannot manually edit the table. However, when I write a query running select * from Table X, the table does appear that way.
    Any help regarding how to open the table would be very much appreciated!!

  • SQL Server - cannot open table

    Hi all - has anyone experienced this problem? Using SQL
    Server 2000 and CF5.
    We run reporting queries on one table in the database which
    link to another database server (using
    'servername.dbname.dbo.tablename/viewname' in the queries to refer
    to the linked server).
    This has been working successfully, but on several occasions
    the table refuses to open in Enterprise Manager - it just gives a
    blank set of rows with a blinking cursor. The application then
    stops working.
    Thanks for any advice
    Rog

    The default for SQL 2000 is READ COMMITTED. This prevents
    dirty reads, but has the performance hit of waiting for locked
    pages. READ UNCOMMITTED, the lowest level of isolation, returns
    data regardless of the lock state. It depends, if you're willing to
    trade performance for accuracy. In the case of data that is not
    changed often, READ UNCOMMITTED can increase query performance.
    Read SQL BOL for more info on the isolation levels.
    HTH,

  • I am running InDesign CS5.5 and trying to open an In Design File but getting an error message. " Cannot open the file "PDavidLCover.indd". Adobe InDesign may not support the file format, a plug-in that supports the file format may be missing, or the file

    I am running InDesign CS5.5 and trying to open an In Design File but getting an error message. " Cannot open the file "PDavidLCover.indd". Adobe InDesign may not support the file format, a plug-in that supports the file format may be missing, or the file me be open in another application."Please help I really need to get this file open.

    Since you've shown us the folder contents it's a good bet it isn't in use (no lock file). And it doesn't look like the file is mis-named as there doesn't seem to be anything else there that would be the .indd file (but just in case, open it in TextEdit and paste the first few lines here so we can see what the file header says), so the most likely case is the file is damaged. Is that on a removable device of some sort?
    You can try the tool at Repair corrupt InDesign Adobe files on Mac OS X  or send me a link to the file by private message and I'll try the recovery tool I have for Windows.

  • Cannot open form in LifeCycle Designer to edit.

    I have created two forms using LC Designer 8. I now need to edit both forms and cannot open them back up to edit!
    When I try to open both forms Adobe Professional 8 opens. I then open the form in Adobe Pro 8 and click "edit in designer" and it will not open. I have also tried to open the form directly from my documents in LC Designer and it will not open.
    When I try to open LC deigner on its own it will not open - just shoots me straight to Adobe Pro 8.
    I need to edit these forms - please help! Thank-you :)

    I am also having this problem. It is a dynamic form bound to an XML schema. When I try to reopen it, the livecycle banner comes on, but disappears immediately. The pdf opens in acrobat 9 (a 30-day trial copy). From there, it can be distributed and then filled in.

  • Java.sql.SQLException:Cannot open any more tables.

    I have such exception(java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Cannot open any more tables.) when I try to make request to database:
    if(null!=con)
    try{
    Statement stmt;
    stmt = con.createStatement ( ResultSet.TYPE_SCROLL_INSENSITIVE,
    ResultSet.CONCUR_UPDATABLE);
    ResultSet rs= stmt.executeQuery(quary);
    } catch(SQLException ex) {
    System.err.println("SQLException: " + ex.getMessage());
    ex.printStackTrace();
    }//try
    But exception occurs after several requests(about 20). First 20 requests work fine. What is it? Thanks.

    Statement stmt;
    stmt = con.createStatement ( ResultSet.TYPE_SCROLL_INSENSITIVE,
    try{
    ResultSet.CONCUR_UPDATABLE);
    ResultSet rs= stmt.executeQuery(quary);
    } catch(SQLException ex) {
    System.err.println("SQLException: " + ex.getMessage());
    ex.printStackTrace();
    }//tryyou should reuse the statement rather than opening it for every query
    Good Luck

  • Cannot open designer for aspx files after installing Visual Studio 2013

    When I attempt to open the design tab for a aspx file I get a popup that reads: Cannot load "C:\PROGRA~2\MICROS~3.0\Common7\Packages|FPACUT~1.DLL".  I'm running on Win 7 SP1.  Version of Studio is 2013 Ultimate.  I tried running
    in SafeMode and tried using /Log but theirs nothing related to this error coming out.  I very novice with VS, but I'm an experienced Java developer.  I actually had a version of VW 2012 Pro that I was using for TFS for a java project.  I've
    tried a repair, I've tried an uninstall.  I've uninstalled the old 2012 version of VS.  Nothing seems to get around it.  Be happy to supply additional info, but not sure where to look.

    Hello ToddMorgan,
    Can you create a new project and test the result?
    If you can open any aspx file from other projects then please copy content from your current project to the new project.
    If you still cannot open any aspx file, please upload your full logs. Please use 
    http://aka.ms/vscollect 
    to gather the installation logs. After using it, you will find vslogs.cab from %temp% folder. Please upload the file to
    https://skydrive.live.com/ 
    and share the link here.
    I will check whether your installation is corrupt when install. By the way, you may also try refer to this page:
    http://stackoverflow.com/questions/3937135/cannot-load-fpacutl10-dll-error-in-vs2010
    And check whether the system variable  is the cause of your issue.
    Regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • LiveCycle Designer 8.0 errors and cannot open

    When I try to open LiveCycle Designer I get an error:  "An unhandled win32 exception occurred in FormDesigner.exe[4416]. "  Then it shuts down.  I have uninstalled and reinstalled.  I have run the repair.  Nothing fixes it.

    Found the answer here:  http://www.adobe.com/support/products/enterprise/support_knowledge_center_livecycle_ES_ser ver.html
    Fix name:  Fix for SQL-Server 2008/Designer conflict

  • Cannot open file E:/DataLoader/ecdcs01.cprod.corp.ntgov/migration/BOXI_DS/

    Hi All,
    I am attempting to read data from SAP so that we can ensure duplicates are not loaded.
    The data store DS_SAP is defined and I can connect to SAP.
    The table is defined in the data store and I can view the data manually,
    The transfer method defined in the store in for a Shared Directory.
    ecdcs01.cprod.corp.ntgov/migration/boxi_ds
    ABAP Data Flow works with the file created on the SAP Application Server.
    Job server has permissions set to read from the shared directory
    However when I execute the job I get the following error:
    Cannot open file <E:/DataLoader/ecdcs01.cprod.corp.ntgov/migration/BOXI_DS/CharacteristicsBasicData_Existing.dat>
    *Why is the job changing the UNC path to a directory path?*
    I have changed the transfer method, compresed the local repository, changed it back to shared directory and re executed the job.
    Same Result
    Next exported the data store as an ATL, deleted the data store in the local repository and compressed it again.  Exited the designer, openned the designer and imported the data store ATL, after checking that no string "E:/DataLoader" existed.  Re executed the job.  Same error message.

    Hi Paul,
    Thanks for the reply.
    The SAP ECC6 server is running on Windows 2008, and so is the Business Objects Data Services job server.
    SAP Server ecdcs01.cprod.corp.ntgov
    SAP SID: ECD
    SAP SNO: 01
    The Working Directory:
    ecdcs01.cprod.corp.ntgov\migration\BOXI_DS
    Application Path to shared Directory:
    ecdcs01.cprod.corp.ntgov\migration\BOXI_DS
    Checked the job server has access to the directory and file on the SAP server.
    Created a mapped drive on the Business Objects Server to check that the ABAPFlow was creating the file.
    Tried changing the Application Path to the Mapped Drive S:\
    Ended up with the message
    E:/DataLoader/s/

  • FIL-080101 Cannot open file

    I am brand new to Data Services and I am working my way through a tutorial.
    I have created a process to use a flat file as a data source, but when I run the job I get this error message.
    26316     1     FIL-080101     17.02.2012 09:42:33     |Data flow DF_SalesOrg|Reader Format_SalesOrg1
    26313     1     FIL-080101     17.02.2012 09:42:33     Cannot open file <C:\temp\gus_sales_org.txt>. Please check its path and permissions.
    I have created and run jobs successfully using tables as souces.
    I have changed the security setting on the file to full control for everyone, but still does not work.
    I am using SAP BusinessObjects Data Services XI 3.2 SP3 (12.2.3.0)
    Any help appreicated
    Gus

    - Is the file on the same machine as the Job Server?
    (in the designer at the bottom right you can hover over the Job Server icon to see if it is the same machine, as you will know my now
    It is the Job Server that is executing the job, so the puth must be OK for it, not the designer you are using.
    - If they are the same machine, did you browse to the file or put the path?
    - Try putting the file into the tutorial path to see if it is a permission issue.

  • Cannot open query in Excel (BEX analyzer)

    Hello Experts,
    Issue: Cannot open the BEX report in Excel but can open the same report on IE.
    1) I am trying to open a BEX report "ReportA" in Excel (BeX Analyzer).
    2) As soon as the report opens it shows me a message "Do you want to open the 3.X workbook for upgrade"
    3) I click on "OK"
    4) then i get a message window listing a lot of warnings liike " Access to project denied"  "creation of items failed"
    5) i click on "OK"
    6) Now, variable entry screen appears
    7) i enter values and click on "OK" the report does not show any data.
    Now, the same report "reportA" when i open it in Internet Explorer, it displays data. What can be reason for this problem in BEX analyzer ?
    Please comment.
    Regards,
    Suraj S Nair
    Edited by: Suraj S Nairon Dec 28, 2009 10:50 AM

    Hi Suraj,
    If you want to execue your query, you can use the bex analyzer.
    If you are opening the query from query designer 3.x query in 7.0 fronend, it will get upgraded and then cannot be reveted.
    In your case this automatic migration might be havng some issues, owing to complexities.
    Please recheck.
    -Vikram

  • Cannot open Illustrator CC anymore

    I tried to uninstall and re-install, but I cannot open Illustrator CC anymore. Can somebody help me please ? Thanks in advance
    Here is the report :
    Date/Time:       2014-10-13 19:20:40 +0200
    OS Version:      10.9.5 (Build 13F34)
    Architecture:    x86_64
    Report Version:  18
    Command:         Illustrator
    Path:            /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Version:         18.1.0 (18.1.0)
    Parent:          launchd [156]
    PID:             169
    Event:           hang
    Duration:        1.42s (process was unresponsive for 690 seconds before sampling)
    Steps:           14 (100ms sampling interval)
    Hardware model:  MacBookPro10,1
    Active cpus:     8
    Fan speed:       4089 rpm
    Free pages:      2925532 pages (+863)
    Pageins:         0 pages
    Pageouts:        0 pages
    Swapins:         0 pages
    Swapouts:        0 pages
    Process:         Adobe Illustrator [169]
    Path:            /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Architecture:    x86_64
    Parent:          launchd [156]
    UID:             501
    Task size:       80681 pages
    CPU Time:        1.332s
    Note:            Unresponsive for 690 seconds before sampling
      Thread 0x539      DispatchQueue 1          priority 46         cpu time   1.332s
      14 ??? (Adobe Illustrator + 12148) [0x100002f74]
        14 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 3935440 (Adobe Illustrator) [0x100462480]
          14 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 3996739 (Adobe Illustrator) [0x1004713f3]
            14 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 325254 (Adobe Illustrator) [0x1005f78e6]
              14 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 326206 (Adobe Illustrator) [0x1005f7c9e]
                14 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 4002902 (Adobe Illustrator) [0x100472c06]
                  14 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1992816 (Adobe Illustrator) [0x10078ead0]
                    14 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1997761 (Adobe Illustrator) [0x10078fe21]
                      14 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 325254 (Adobe Illustrator) [0x1005f78e6]
                        14 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 326206 (Adobe Illustrator) [0x1005f7c9e]
                          14 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2010886 (Adobe Illustrator) [0x100793166]
                            14 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1198429 (Adobe Illustrator) [0x1006ccbbd]
                              14 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 325254 (Adobe Illustrator) [0x1005f78e6]
                                14 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 326206 (Adobe Illustrator) [0x1005f7c9e]
                                  14 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1245270 (Adobe Illustrator) [0x1006d82b6]
                                    14 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 3224350 (Adobe Illustrator) [0x1003b4ace]
                                      14 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 3227373 (Adobe Illustrator) [0x1003b569d]
                                        14 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 3207095 (Adobe Illustrator) [0x1003b0767]
                                          5  std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 301631 (Adobe Illustrator) [0x100b0b90f]
                                            2  _platform_strcmp + 43 (libsystem_platform.dylib) [0x7fff98111d2b]
                                              2  <executing in user space>
                                            1  _platform_strcmp + 23 (libsystem_platform.dylib) [0x7fff98111d17]
                                              1  <executing in user space>
                                            1  _platform_strcmp + 106 (libsystem_platform.dylib) [0x7fff98111d6a]
                                              1  <executing in user space>
                                            1  _platform_strcmp + 4 (libsystem_platform.dylib) [0x7fff98111d04]
                                              1  <executing in user space>
                                          3  std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 301618 (Adobe Illustrator) [0x100b0b902]
                                            3  <executing in user space>
                                          2  std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 301247 (Adobe Illustrator) [0x100b0b78f]
                                            1  std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 322197 (Adobe Illustrator) [0x100b10965]
                                              1  <executing in user space>
                                            1  std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 322061 (Adobe Illustrator) [0x100b108dd]
                                              1  <executing in user space>
                                          1  _platform_memchr + 240 (libsystem_platform.dylib) [0x7fff98111d00]
                                            1  <executing in user space>
                                          1  std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 301651 (Adobe Illustrator) [0x100b0b923]
                                            1  <executing in user space>
                                          1  std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 301623 (Adobe Illustrator) [0x100b0b907]
                                            1  <executing in user space>
                                          1  std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 301648 (Adobe Illustrator) [0x100b0b920]
                                            1  <executing in user space>
      Thread 0xb55      DispatchQueue 2          priority 48       
      14 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff90aef136]
        14 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8e5b2662]
         *14 ??? (mach_kernel + 3960080) [0xffffff80005c6d10]
      Thread 0x128d     priority 62       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff90388fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff9038472a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff90384899]
            14 __NSThread__main__ + 1318 (Foundation) [0x7fff8c419dfb]
              14 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348 (Foundation) [0x7fff8c419ff7]
                14 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff8f410e75]
                  14 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff8f411539]
                    14 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff8f411f15]
                      14 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8e5ada1a]
                       *14 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167d0]
      Thread 0x1293     priority 46       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff90388fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff9038472a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff90384899]
            14 __select + 10 (libsystem_kernel.dylib) [0x7fff8e5b19aa]
             *14 ??? (mach_kernel + 4080224) [0xffffff80005e4260]
      Thread 0x12a4     priority 46       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff90388fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff9038472a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff90384899]
            14 boost::(anonymous namespace)::thread_proxy(void*) + 136 (AdobeAGM) [0x102cebee3]
              14 AGMWorkQueueTask::operator()() + 73 (AdobeAGM) [0x102cc5f4d]
                14 AGMMessageQueueImpl::Pull() + 68 (AdobeAGM) [0x102cc4a56]
                  14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8e5b1716]
                   *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80bde940]
      Binary Images:
             0x100000000 -        0x1015bdff7  com.adobe.illustrator 18.1.0 (18.1.0) <E06A6B1A-ACCB-3580-A30A-E99C9FDC2055> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
             0x1028b9000 -        0x103079ff7  com.adobe.AGM AdobeAGM 4.30.41.1 (4.30.41.1) <9D07AF6E-D741-3CAF-94E1-C3CBAF6BC5B3> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
          0x7fff8c3b3000 -     0x7fff8c6b3ff7  com.apple.Foundation 6.9 (1056.16) <24349208-3603-3F5D-95CC-B379616FBEF8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8e59c000 -     0x7fff8e5b8ff7  libsystem_kernel.dylib (2422.115.4) <9EDE872E-2A9E-3A78-8E1D-AB790794A098> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8f3a1000 -     0x7fff8f586fff  com.apple.CoreFoundation 6.9 (855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff90383000 -     0x7fff9038aff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
          0x7fff90aec000 -     0x7fff90b06fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
          0x7fff9810d000 -     0x7fff98113ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
    *0xffffff7f80bd9000 - 0xffffff7f80be0fff  com.apple.kec.pthread 1.0 (1) <882075E6-12C4-3225-8750-928715183739> /System/Library/Extensions/pthread.kext/Contents/MacOS/pthread
    *0xffffff8000200000 - 0xffffff80007a823a  mach_kernel (2422.115.4) <9477416E-7BCA-3679-AF97-E1EAAD3DD5A0> /mach_kernel
    Process:         accountsd [207]
    Path:            /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd
    Architecture:    x86_64
    Parent:          launchd [156]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       1950 pages
    Importance:      Adaptive, Background Priority
    IO Policy:       Utility
    Timers:          Coalesced
      Thread 0x5f7      DispatchQueue 1          priority 4        
      14 start + 1 (libdyld.dylib) [0x7fff965bb5fd]
        14 ??? (accountsd + 6850) [0x10fef4ac2]
          14 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff8f410e75]
            14 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff8f411539]
              14 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff8f411f15]
                14 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8e5ada1a]
                 *14 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167d0]
      Thread 0x609      DispatchQueue 2          priority 4        
      14 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff90aef136]
        14 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8e5b2662]
         *14 ??? (mach_kernel + 3960080) [0xffffff80005c6d10]
      Binary Images:
             0x10fef3000 -        0x10fef4fff  accountsd (336.9) <806AD9DD-23C7-3DB5-BE2F-C3E4D3E27EA9> /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd
          0x7fff8e59c000 -     0x7fff8e5b8ff7  libsystem_kernel.dylib (2422.115.4) <9EDE872E-2A9E-3A78-8E1D-AB790794A098> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8f3a1000 -     0x7fff8f586fff  com.apple.CoreFoundation 6.9 (855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff90aec000 -     0x7fff90b06fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
          0x7fff965b8000 -     0x7fff965bbff7  libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
    *0xffffff8000200000 - 0xffffff80007a823a  mach_kernel (2422.115.4) <9477416E-7BCA-3679-AF97-E1EAAD3DD5A0> /mach_kernel
    Process:         Adobe CEF Helper [368]
    Path:            /Applications/Utilities/Adobe Creative Cloud/*/Adobe CEF Helper.app/Contents/MacOS/Adobe CEF Helper
    Architecture:    i386
    Parent:          Creative Cloud [294]
    Responsible:     Creative Cloud [294]
    UID:             501
    Task size:       10987 pages
    Importance:      Donating
    IO Policy:       Standard
    Process:         Adobe CEF Helper [369]
    Path:            /Applications/Utilities/Adobe Creative Cloud/*/Adobe CEF Helper.app/Contents/MacOS/Adobe CEF Helper
    Architecture:    i386
    Parent:          Creative Cloud [294]
    Responsible:     Creative Cloud [294]
    UID:             501
    Task size:       13987 pages
    Importance:      Donating
    IO Policy:       Standard
    Process:         Adobe Photoshop CC 2014 [170]
    Path:            /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/MacOS/Adobe Photoshop CC 2014
    Architecture:    x86_64
    Parent:          launchd [156]
    UID:             501
    Task size:       6 pages
    Timers:          Coalesced
    Note:            Suspended for 14 samples
    Process:         AdobeAcrobat [171]
    Path:            /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
    Architecture:    i386
    Parent:          launchd [156]
    UID:             501
    Task size:       14905 pages
    Suppression:     IO Throttling, Low CPU Priority, Timer Limits
    IO Policy:       Standard
    Timers:          Limited
    Process:         AdobeCrashDaemon [244]
    Path:            /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobeCrashReporter.framework/Required/AdobeCrashDaemo n.app/Contents/MacOS/AdobeCrashDaemon
    Architecture:    x86_64
    Parent:          Adobe Illustrator [169]
    Responsible:     Adobe Illustrator [169]
    UID:             501
    Task size:       1254 pages
    CPU Time:        0.002s
    Process:         AdobeIPCBroker [303]
    Path:            /Applications/Utilities/Adobe Application Manager/*/AdobeIPCBroker.app/Contents/MacOS/AdobeIPCBroker
    Architecture:    i386
    Parent:          launchd [1]
    Responsible:     Creative Cloud [294]
    UID:             501
    Task size:       1529 pages
    Importance:      Donating
    IO Policy:       Standard
    Process:         AirPlayUIAgent [252]
    Path:            /System/Library/CoreServices/AirPlayUIAgent.app/Contents/MacOS/AirPlayUIAgent
    Architecture:    x86_64
    Parent:          launchd [156]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       1949 pages
    Importance:      Adaptive, Donating
      Thread 0x12fe     DispatchQueue 1          priority 46       
      14 start + 1 (libdyld.dylib) [0x7fff965bb5fd]
        14 NSApplicationMain + 940 (AppKit) [0x7fff940e0783]
          14 -[NSApplication run] + 553 (AppKit) [0x7fff940f599c]
            14 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122 (AppKit) [0x7fff9410189b]
              14 _DPSNextEvent + 1434 (AppKit) [0x7fff9410224e]
                14 _BlockUntilNextEventMatchingListInModeWithFilter + 65 (HIToolbox) [0x7fff98a8a5bc]
                  14 ReceiveNextEventCommon + 479 (HIToolbox) [0x7fff98a8a7b7]
                    14 RunCurrentEventLoopInMode + 226 (HIToolbox) [0x7fff98a8aa0d]
                      14 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff8f410e75]
                        14 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff8f411539]
                          14 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff8f411f15]
                            14 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8e5ada1a]
                             *14 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167d0]
      Thread 0x1300     DispatchQueue 2          priority 48       
      14 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff90aef136]
        14 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8e5b2662]
         *14 ??? (mach_kernel + 3960080) [0xffffff80005c6d10]
      Thread 0x1310     priority 46       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff90388fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff9038472a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff90384899]
            14 _NSEventThread + 144 (AppKit) [0x7fff942a205e]
              14 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff8f410e75]
                14 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff8f411539]
                  14 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff8f411f15]
                    14 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8e5ada1a]
                     *14 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167d0]
      Binary Images:
             0x10b9c8000 -        0x10b9cdff3  com.apple.AirPlayUIAgent 2.0 (200.34.4) <0E216F6D-BD52-38DA-BED6-DDF3BA3B34D2> /System/Library/CoreServices/AirPlayUIAgent.app/Contents/MacOS/AirPlayUIAgent
          0x7fff8e59c000 -     0x7fff8e5b8ff7  libsystem_kernel.dylib (2422.115.4) <9EDE872E-2A9E-3A78-8E1D-AB790794A098> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8f3a1000 -     0x7fff8f586fff  com.apple.CoreFoundation 6.9 (855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff90383000 -     0x7fff9038aff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
          0x7fff90aec000 -     0x7fff90b06fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
          0x7fff940de000 -     0x7fff94c54ff7  com.apple.AppKit 6.9 (1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff965b8000 -     0x7fff965bbff7  libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
          0x7fff98a5c000 -     0x7fff98d06ff5  com.apple.HIToolbox 2.1.1 <A388E773-AE7B-3FD1-8662-A98E6E24EA16> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    *0xffffff8000200000 - 0xffffff80007a823a  mach_kernel (2422.115.4) <9477416E-7BCA-3679-AF97-E1EAAD3DD5A0> /mach_kernel
    Process:         airportd [95]
    Path:            /usr/libexec/airportd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Sudden Term:     Clean
    Task size:       1304 pages
    Importance:      Adaptive, Background Priority
    IO Policy:       Utility
    Timers:          Coalesced
      Thread 0x319      DispatchQueue 1          priority 4        
      14 start + 1 (libdyld.dylib) [0x7fff965bb5fd]
        14 ??? (airportd + 85556) [0x105c27e34]
          14 -[NSRunLoop(NSRunLoop) run] + 74 (Foundation) [0x7fff8c504b3a]
            14 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253 (Foundation) [0x7fff8c41c16c]
              14 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff8f410e75]
                14 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff8f411539]
                  14 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff8f411f15]
                    14 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8e5ada1a]
                     *14 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167d0]
      Thread 0x3d1      DispatchQueue 2          priority 4        
      14 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff90aef136]
        14 _dispatch_mgr_invoke + 177 (libdispatch.dylib) [0x7fff90aef3e3]
          14 __select_nocancel + 10 (libsystem_kernel.dylib) [0x7fff8e5b19c2]
           *14 ??? (mach_kernel + 4080224) [0xffffff80005e4260]
      Thread 0x3e1      priority 4        
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff90388fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff9038472a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff90384899]
            14 __select + 10 (libsystem_kernel.dylib) [0x7fff8e5b19aa]
             *14 ??? (mach_kernel + 4080224) [0xffffff80005e4260]
      Binary Images:
             0x105c13000 -        0x105c82ff7  airportd (940.60) <0329604B-D65F-3571-BBC5-7ABF6CC80101> /usr/libexec/airportd
          0x7fff8c3b3000 -     0x7fff8c6b3ff7  com.apple.Foundation 6.9 (1056.16) <24349208-3603-3F5D-95CC-B379616FBEF8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8e59c000 -     0x7fff8e5b8ff7  libsystem_kernel.dylib (2422.115.4) <9EDE872E-2A9E-3A78-8E1D-AB790794A098> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8f3a1000 -     0x7fff8f586fff  com.apple.CoreFoundation 6.9 (855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff90383000 -     0x7fff9038aff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
          0x7fff90aec000 -     0x7fff90b06fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
          0x7fff965b8000 -     0x7fff965bbff7  libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
    *0xffffff8000200000 - 0xffffff80007a823a  mach_kernel (2422.115.4) <9477416E-7BCA-3679-AF97-E1EAAD3DD5A0> /mach_kernel
    Process:         aosnotifyd [94]
    Path:            /usr/libexec/aosnotifyd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Sudden Term:     Clean (allows idle exit)
    Task size:       2401 pages
    Importance:      Adaptive, Background Priority
    IO Policy:       Utility
    Timers:          Coalesced
      Thread 0x318      DispatchQueue 1          priority 4        
      14 start + 1 (libdyld.dylib) [0x7fff965bb5fd]
        14 ??? (aosnotifyd + 61205) [0x10a42af15]
          14 ??? (aosnotifyd + 173664) [0x10a446660]
            14 -[NSRunLoop(NSRunLoop) run] + 74 (Foundation) [0x7fff8c504b3a]
              14 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253 (Foundation) [0x7fff8c41c16c]
                14 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff8f410e75]
                  14 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff8f411539]
                    14 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff8f411f15]
                      14 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8e5ada1a]
                       *14 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167d0]
      Thread 0x386      DispatchQueue 2          priority 4        
      14 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff90aef136]
        14 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8e5b2662]
         *14 ??? (mach_kernel + 3960080) [0xffffff80005c6d10]
      Thread 0x47e      priority 4        
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff90388fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff9038472a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff90384899]
            14 __NSThread__main__ + 1318 (Foundation) [0x7fff8c419dfb]
              14 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348 (Foundation) [0x7fff8c419ff7]
                14 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff8f410e75]
                  14 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff8f411539]
                    14 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff8f411f15]
                      14 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8e5ada1a]
                       *14 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167d0]
      Thread 0x12ee     priority 4        
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff90388fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff9038472a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff90384899]
            14 __select + 10 (libsystem_kernel.dylib) [0x7fff8e5b19aa]
             *14 ??? (mach_kernel + 4080224) [0xffffff80005e4260]
      Binary Images:
             0x10a41c000 -        0x10a47afff  aosnotifyd (760.3) <57A7B425-2369-3F29-A0DE-13E0DA454F62> /usr/libexec/aosnotifyd
          0x7fff8c3b3000 -     0x7fff8c6b3ff7  com.apple.Foundation 6.9 (1056.16) <24349208-3603-3F5D-95CC-B379616FBEF8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8e59c000 -     0x7fff8e5b8ff7  libsystem_kernel.dylib (2422.115.4) <9EDE872E-2A9E-3A78-8E1D-AB790794A098> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8f3a1000 -     0x7fff8f586fff  com.apple.CoreFoundation 6.9 (855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff90383000 -     0x7fff9038aff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
          0x7fff90aec000 -     0x7fff90b06fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
          0x7fff965b8000 -     0x7fff965bbff7  libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
    *0xffffff8000200000 - 0xffffff80007a823a  mach_kernel (2422.115.4) <9477416E-7BCA-3679-AF97-E1EAAD3DD5A0> /mach_kernel
    Process:         appleeventsd [87]
    Path:            /System/Library/CoreServices/appleeventsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             55
    Task size:       879 pages
    Importance:      Adaptive, Background Priority
    IO Policy:       Utility
    Timers:          Coalesced
      Thread 0x3e4      DispatchQueue 2          priority 4        
      14 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff90aef136]
        14 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8e5b2662]
         *14 ??? (mach_kernel + 3960080) [0xffffff80005c6d10]
      Thread 0x3e5      DispatchQueue 7          priority 4        
      14 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff90af77c5]
        14 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff8e5b1caa]
         *14 ??? (mach_kernel + 4080224) [0xffffff80005e4260]
      Binary Images:
             0x10a77e000 -        0x10a77effe  appleeventsd (665.5) <5049C997-9744-35A2-960D-0C4732911528> /System/Library/CoreServices/appleeventsd
          0x7fff8e59c000 -     0x7fff8e5b8ff7  libsystem_kernel.dylib (2422.115.4) <9EDE872E-2A9E-3A78-8E1D-AB790794A098> /usr/lib/system/libsystem_kernel.dylib
          0x7fff90aec000 -     0x7fff90b06fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80007a823a  mach_kernel (2422.115.4) <9477416E-7BCA-3679-AF97-E1EAAD3DD5A0> /mach_kernel
    Process:         AppleIDAuthAgent [289]
    Path:            /System/Library/CoreServices/AppleIDAuthAgent
    Architecture:    x86_64
    Parent:          launchd [156]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       518 pages
    Importance:      Adaptive, Background Priority
    IO Policy:       Utility
    Timers:          Coalesced
      Thread 0x1671     DispatchQueue 2          priority 4        
      14 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff90aef136]
        14 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8e5b2662]
         *14 ??? (mach_kernel + 3960080) [0xffffff80005c6d10]
      Thread 0x1672     DispatchQueue 7          priority 4        
      14 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff90af77c5]
        14 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff8e5b1caa]
         *14 ??? (mach_kernel + 4080224) [0xffffff80005e4260]
      Thread 0x1675     DispatchQueue 16         priority 4        
      14 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff90388fb9]
        14 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff90385ef8]
          14 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff90af0177]
            14 _dispatch_root_queue_drain + 75 (libdispatch.dylib) [0x7fff90aeef87]
              14 _dispatch_queue_invoke + 110 (libdispatch.dylib) [0x7fff90af09c1]
                14 _dispatch_queue_drain + 359 (libdispatch.dylib) [0x7fff90aef617]
                  14 _dispatch_source_invoke + 413 (libdispatch.dylib) [0x7fff90aef885]
                    14 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff90aed28d]
                      14 _dispatch_after_timer_callback + 77 (libdispatch.dylib) [0x7fff90af5433]
                        14 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff90aed28d]
                          14 _dispatch_call_block_and_release + 12 (libdispatch.dylib) [0x7fff90af01bb]
                            14 ___ZL30startScheduledAccountCheckTaskdd_block_invoke_2 + 480 (AppleIDAuthAgent) [0x10c183dd4]
                              14 semaphore_timedwait_trap + 10 (libsystem_kernel.dylib) [0x7fff8e5ada6e]
                               *14 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b570]
      Binary Images:
             0x10c181000 -        0x10c1b1fff  AppleIDAuthAgent (600.4) <9549C391-F83B-3B63-8D2B-482E77EE24CE> /System/Library/CoreServices/AppleIDAuthAgent
          0x7fff8e59c000 -     0x7fff8e5b8ff7  libsystem_kernel.dylib (2422.115.4) <9EDE872E-2A9E-3A78-8E1D-AB790794A098> /usr/lib/system/libsystem_kernel.dylib
          0x7fff90383000 -     0x7fff9038aff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
          0x7fff90aec000 -     0x7fff90b06fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80007a823a  mach_kernel (2422.115.4) <9477416E-7BCA-3679-AF97-E1EAAD3DD5A0> /mach_kernel
    Process:         AppleSpell [397]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:    x86_64
    Parent:          launchd [156]
    UID:             501
    Sudden Term:     Clean
    Task size:       1173 pages
    Importance:      Donating
    IO Policy:       Standard
    Timers:          Coalesced
      Thread 0x1d75     DispatchQueue 1          priority 31       
      14 start + 1 (libdyld.dylib) [0x7fff965bb5fd]
        14 ??? (AppleSpell + 4798) [0x1051ac2be]
          14 -[NSSpellServer run] + 73 (Foundation) [0x7fff8c53621b]
            14 CFRunLoopRun + 97 (CoreFoundation) [0x7fff8f4c6811]
              14 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff8f410e75]
                14 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff8f411539]
                  14 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff8f411f15]
                    14 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8e5ada1a]
                     *14 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167d0]
      Thread 0x1d7e     DispatchQueue 2          priority 33       
      14 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff90aef136]
        14 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8e5b2662]
         *14 ??? (mach_kernel + 3960080) [0xffffff80005c6d10]
      Binary Images:
             0x1051ab000 -        0x10526eff7  com.apple.AppleSpell 2.1 (232) <A0032D8D-8C88-3E70-960D-BE53DE83E0BC> /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff8c3b3000 -     0x7fff8c6b3ff7  com.apple.Foundation 6.9 (1056.16) <24349208-3603-3F5D-95CC-B379616FBEF8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8e59c000 -     0x7fff8e5b8ff7  libsystem_kernel.dylib (2422.115.4) <9EDE872E-2A9E-3A78-8E1D-AB790794A098> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8f3a1000 -     0x7fff8f586fff  com.apple.CoreFoundation 6.9 (855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff90aec000 -     0x7fff90b06fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
          0x7fff965b8000 -     0x7fff965bbff7  libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
    *0xffffff8000200000 - 0xffffff80007a823a  mach_kernel (2422.115.4) <9477416E-7BCA-3679-AF97-E1EAAD3DD5A0> /mach_kernel
    Process:         apsd [93]
    Path:            /System/Library/PrivateFrameworks/ApplePushService.framework/apsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Task size:       2336 pages
    Importance:      Adaptive, Donating
    Timers:          Coalesced
      Thread 0x317      DispatchQueue 1          priority 31       
      14 start + 1 (libdyld.dylib) [0x7fff965bb5fd]
        14 ??? (apsd + 211338) [0x10993798a]
          14 -[NSRunLoop(NSRunLoop) run] + 74 (Foundation) [0x7fff8c504b3a]
            14 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253 (Foundation) [0x7fff8c41c16c]
              14 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff8f410e75]
                14 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff8f411539]
                  14 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff8f411f15]
                    14 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8e5ada1a]
                     *14 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167d0]
      Thread 0x39b      DispatchQueue 2          priority 33       
      14 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff90aef136]
        14 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8e5b2662]
         *14 ??? (mach_kernel + 3960080) [0xffffff80005c6d10]
      Thread 0x43c      priority 63       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff90388fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff9038472a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff90384899]
            14 __NSThread__main__ + 1318 (Foundation) [0x7fff8c419dfb]
              14 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348 (Foundation) [0x7fff8c419ff7]
                14 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff8f410e75]
                  14 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff8f411539]
                    14 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff8f411f15]
                      14 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8e5ada1a]
                       *14 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167d0]
      Thread 0xa7c      priority 31       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff90388fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff9038472a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff90384899]
            14 __select + 10 (libsystem_kernel.dylib) [0x7fff8e5b19aa]
             *14 ??? (mach_kernel + 4080224) [0xffffff80005e4260]
      Binary Images:
             0x109904000 -        0x109998fff  apsd (206.2) <6F36B882-4D77-34A8-8BB4-1300962DE3F4> /System/Library/PrivateFrameworks/ApplePushService.framework/apsd
          0x7fff8c3b3000 -     0x7fff8c6b3ff7  com.apple.Foundation 6.9 (1056.16) <24349208-3603-3F5D-95CC-B379616FBEF8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8e59c000 -     0x7fff8e5b8ff7  libsystem_kernel.dylib (2422.115.4) <9EDE872E-2A9E-3A78-8E1D-AB790794A098> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8f3a1000 -     0x7fff8f586fff  com.apple.CoreFoundation 6.9 (855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff90383000 -     0x7fff9038aff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
          0x7fff90aec000 -     0x7fff90b06fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
          0x7fff965b8000 -     0x7fff965bbff7  libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
    *0xffffff8000200000 - 0xffffff80007a823a  mach_kernel (2422.115.4) <9477416E-7BCA-3679-AF97-E1EAAD3DD5A0> /mach_kernel
    Process:         authd [34]
    Path:            /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/authd.xpc/Contents/M acOS/authd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Sudden Term:     Dirty (allows idle exit)
    Task size:       1804 pages
    Importance:      Adaptive, Background Priority
    IO Policy:       Utility
    Timers:          Coalesced
      Thread 0x1b1      DispatchQueue 7          priority 4        
      14 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff90af77c5]
        14 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff8e5b1caa]
         *14 ??? (mach_kernel + 4080224) [0xffffff80005e4260]
      Thread 0x1b2      DispatchQueue 2          priority 4        
      14 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff90aef136]
        14 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8e5b2662]
         *14 ??? (mach_kernel + 3960080) [0xffffff80005c6d10]
      Thread 0x1b3      DispatchQueue 6          priority 4        
      14 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff90388fb9]
        14 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff90385ef8]
          14 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff90af0177]
            14 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x7fff90aef082]
              14 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff90aed28d]
                14 _dispatch_call_block_and_release + 12 (libdispatch.dylib) [0x7fff90af01bb]
                  14 ??? (authd + 73564) [0x1019e6f5c]
                    14 au_sdev_read_aia + 570 (libbsm.0.dylib) [0x7fff90341ac5]
                      14 fgetc + 44 (libsystem_c.dylib) [0x7fff9548f68e]
                        14 __srget + 14 (libsystem_c.dylib) [0x7fff95495ff5]
                          14 __srefill1 + 24 (libsystem_c.dylib) [0x7fff95495edb]
                            14 __read_nocancel + 10 (libsystem_kernel.dylib) [0x7fff8e5b18ea]
                             *14 hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f4176]
                               *14 unix_syscall64 + 499 (mach_kernel) [0xffffff8000640c63]
                                 *14 read_nocancel + 127 (mach_kernel) [0xffffff80005f20ff]
                                   *14 ??? (mach_kernel + 4137710) [0xffffff80005f22ee]
                                     *14 ??? (mach_kernel + 2047477) [0xffffff80003f3df5]
                                       *14 VNOP_READ + 225 (mach_kernel) [0xffffff80003fe241]
                                         *14 spec_read + 253 (mach_kernel) [0xffffff800040d60d]
                                           *14 ??? (mach_kernel + 3847193) [0xffffff80005ab419]
                                             *14 msleep + 114 (mach_kernel) [0xffffff80005e4072]
                                               *14 ??? (mach_kernel + 4079173) [0xffffff80005e3e45]
                                                 *14 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d18e]
                                                   *14 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d5c]
                                                     *14 ??? (mach_kernel + 223579) [0xffffff800023695b]
                                                       *14 machine_switch_context + 354 (mach_kernel) [0xffffff80002d8452]
      Binary Images:
             0x1019d5000 -        0x1019ecff3  com.apple.authd 1.0 (55471.14.18) <B30B0EB7-7B73-3C76-ACB7-C686E527450D> /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/authd.xpc/Contents/M acOS/authd
          0x7fff8e59c000 -     0x7fff8e5b8ff7  libsystem_kernel.dylib (2422.115.4) <9EDE872E-2A9E-3A78-8E1D-AB790794A098> /usr/lib/system/libsystem_kernel.dylib
          0x7fff90333000 -     0x7fff90343fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
          0x7fff90383000 -     0x7fff9038aff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
          0x7fff90aec000 -     0x7fff90b06fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
          0x7fff95453000 -     0x7fff954dcff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
    *0xffffff8000200000 - 0xffffff80007a823a  mach_kernel (2422.115.4) <9477416E-7BCA-3679-AF97-E1EAAD3DD5A0> /mach_kernel
    Process:         autofsd [92]
    Path:            /usr/libexec/autofsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Sudden Term:     Clean
    Task size:       519 pages
    Importance:      Donating
    IO Policy:       Standard
    Timers:          Coalesced
      Thread 0x356      DispatchQueue 2          priority 33       
      14 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff90aef136]
        14 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8e5b2662]
         *14 ??? (mach_kernel + 3960080) [0xffffff80005c6d10]
      Thread 0x43b      DispatchQueue 7          priority 31       
      14 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff90af77c5]
        14 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff8e5b1caa]
         *14 ??? (mach_kernel + 4080224) [0xffffff80005e4260]
      Binary Images:
             0x10a88d000 -        0x10a88efff  autofsd (234) <6536BE49-F3B9-3603-B2C5-1EB34103CF10> /usr/libexec/autofsd
          0x7fff8e59c000 -     0x7fff8e5b8ff7  libsystem_kernel.dylib (2422.115.4) <9EDE872E-2A9E-3A78-8E1D-AB790794A098> /usr/lib/system/libsystem_kernel.dylib
          0x7fff90aec000 -     0x7fff90b06fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80007a823a  mach_kernel (2422.115.4) <9477416E-7BCA-3679-AF97-E1EAAD3DD5A0> /mach_kernel
    Process:         backupd-helper [90]
    Path:            /System/Library/CoreServices/backupd.bundle/Contents/Resources/backupd-helper
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Sudden Term:     Clean (allows idle exit)
    Task size:       620 pages
    Importance:      Background Priority
    IO Policy:       Utility
    Timers:          Coalesced
      Thread 0x314      DispatchQueue 1          priority 4        
      14 start + 1 (libdyld.dylib) [0x7fff965bb5fd]
        14 ??? (backupd-helper + 13556) [0x10d9304f4]
          14 CFRunLoopRun + 97 (CoreFoundation) [0x7fff8f4c6811]
            14 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff8f410e75]
              14 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff8f411539]
                14 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff8f411f15]
                  14 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8e5ada1a]
                   *14 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167d0]
      Thread 0x364      DispatchQueue 2          priority 4        
      14 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff90aef136]
        14 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8e5b2662]
         *14 ??? (mach_kernel + 3960080) [0xffffff80005c6d10]
      Binary Images:
             0x10d92d000 -        0x10d93fff3  backupd-helper (185) <FFB954F2-4D5B-320C-981D-33CA3E197A64> /System/Library/CoreServices/backupd.bundle/Contents/Resources/backupd-helper
          0x7fff8e59c000 -     0x7fff8e5b8ff7  libsystem_kernel.dylib (2422.115.4) <9EDE872E-2A9E-3A78-8E1D-AB790794A098> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8f3a1000 -     0x7fff8f586fff  com.apple.CoreFoundation 6.9 (855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff90aec000 -     0x7fff90b06fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
          0x7fff965b8000 -     0x7fff965bbff7  libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
    *0xffffff8000200000 - 0xffffff80007a823a  mach_kernel (2422.115.4) <9477416E-7BCA-3679-AF97-E1EAAD3DD5A0> /mach_kernel
    Process:         CalendarAgent [200]
    Path:            /System/Library/PrivateFra

    DZ-Design,
    Have you tried to restart the Creative Cloud application by quitting and relaunching it, and have you updated to the latest version?
    You could try to reinstall using the full three step way:
    Uninstall, run the Cleaner Tool, and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • Mac Word 2008 - hyperlink message "Word cannot open the specified file"

    I'm using WordMac 2008 version 12.2.5 and after following detailed instructions on how to hyperlink chapters in a Table of Contents to their respective chapters in a book, I can only get the message "Word cannot open the specified file".
    Any ideas what could be wrong?
    My OSX is 10.5.1.
    The instructions I followed are pasted below and are copied from the Smashwords Style Guide: http://www.smashwords.com/books/view/52
    START OF PASTE FROM SMASHWORDS STYLE GUIDE:
    How to create a linked Table of Contents. Consider this feature in “beta.” My
    thanks to Smashwords author Cheryl Anne Gardner for sharing these tips below,
    which I have augmented based on my own experience adding a ToC to the Style
    Guide (woo hoo!).
    By adding a linked table of contents, you can help readers navigate your
    document. This is especially useful for non-fiction. Most fiction doesn’t
    need it. If you follow the instructions below, the ToC should work in your
    EPUB, MOBI and PDF files, but it will not work in our other formats.
    First, create your table of contents where you want it by typing it out. Make
    sure the text is normalized just like the rest of your Smashwords’ Word
    document. Example:
    Contents
    Chapter 1
    Chapter 2
    Chapter 3
    Chapter 4
    Etc.
    Next, we are going to create the BookMarks. In Word 2000, 2003 and 2007, the
    Booksmark function is under the Insert tab. Go through your document, and at
    each Chapter Start or Indexed item, you will highlight it and then select
    Insert: bookmark. Name your bookmark corresponding to the Chapter/Indexed
    item and then click add. It’s very important to use the first word of your
    heading you’re linking to, because later on, when you add the hyperlinks,
    Word displays the bookmark shortcuts in alphabetical order. With many
    bookmarks, I found many of my bookmarks weren’t labeled properly, so it was
    tough to link to the correct bookmark. If you want to link to a chapter named
    How to Publish Ebooks, I’d recommend naming your bookmark
    “HowToPublishEbooks” to make it easy to locate. If you instead name it,
    “publishebooks,” you’ll frazzle your brain and make mistakes.
    Repeat the process above for every Chapter Start as well as for other matter
    in the book like index, bibliography, epilogue, prologue, etc. I didn’t link
    to every section in the Style Guide, because otherwise the ToC would have
    been three pages long. This is your call.
    Next, return to your table of contents and highlight the word “Contents.”
    Click insert, bookmark, and label this last bookmark “Contents”. Formatting
    note: Bookmarks cannot have spaces or odd characters. If instead of
    “Contents” you called the label in the document Table of Contents, as I did,
    then when you insert the bookmark, name the bookmark “TableofContents,” one
    word, or “toc.”
    Next, add the hyperlinks to your Chapter Starts. In your table of contents,
    if Chapter 1 is called Chapter 1, then highlight Chapter 1 and then click
    insert Hyperlink. As you can see in the Style Guide, I tried to use more
    descriptive labels. In Word’s Hyperlink menu on the left hand side, select
    “Place in this document.” You will now see your bookmarks listed in the main
    window. Select Chapter1 bookmark (or whatever you labeled it) and then click
    ok. Do this procedure for every chapter and piece of matter in the table of
    contents.
    Final step. Now you can link back to the Table of contents. Move through your
    document to each indexed item or Chapter start and highlight it. Then click
    insert, hyperlink, and then select “Place in this document.” When the
    bookmarks are showing in the main window, select the bookmark labeled
    “Contents,” assuming that’s what you named your Table of Contents. Do this
    for each and every chapter and or indexed item.
    After you are done, all your links will be underlined. You will need to test
    and make sure you linked everything properly. In most Word versions, you just
    click on the hyperlink to test. In Word 2007, you may need to Ctrl-Click each
    hyperlink and make sure it takes you where you need to go in the document.
    Advice: Word has an automatic ToC generation feature under the reference tab.
    Do not use this. It uses automated headings and formatting to generate the
    ToC and this will un-normalize your text and cause font conversion issues in
    your Smashwords files.
    END OF PASTE FROM SMASHWORDS STYLE GUIDE.
    I did all that as described but I still get the message "Word cannot open the specified file".
    Could you help please?

    This question would be better addressed to...
    http://www.microsoft.com/mac/help.mspx
    I think the operative phrase from that article is...
    *Consider this feature in “beta.”*
    -mj

  • IMovie for Mac: "iMovie cannot open files in the "iMovie for iOS Project" format."

    Question, asked professionally
    When will iMovie for Mac be able to open iMovie for iOS projects?
    Question, asked snarkily
    Any reasonable expectation that we will ever be able to edit projects--created in iMovie on our fancy new expensive phones--in iMovie on our fancy new expensive laptops?
    Specs
    iPhone 6 Plus (contract-free, 128 GB)
    iOS 8.1.2
    iMovie for IOS 2.1.1
    MacBook Pro (Retina, 15-inch, Mid-2014)
    OS X Yosemite 10.10.1
    iMovie for Mac 10.0.6
    Error Messages
    iMovie for Mac: "iMovie cannot open files in the "iMovie for iOS Project" format."
    iMovie for iOS: "An error occurred during export."
    Frustration
    Manufacturer: Apple (a multibillion dollar company)
    The year: 2015
    Hours lost: Three Weeks
    Total costs for both devices: $4,000
    Background Details
    I just wasted thousands of dollars on these two hardware devices by making the rookie mistake of assuming projects were compatible across iMovie applications. However, the exported .iMovieMobile project files are in an incompatible iMovie for iOS Project format that iMovie for Mac cannot import. So I am stuck with a 15 GB .iMovieMobile project file--for an hour-long+ video--that I created and I was editing on my iPhone for weeks that I can no longer edit on my iPhone due to an error, nor potentially rescue the lost hours on my Mac, the sole reason I purchased it one day ago. The reason I can no longer edit the project on the iPhone is because iMovie for iOS suddenly stopped displaying the video of the project in preview, external display, etc. The clip snapshots remain visible and the audio remains audible, but the video appears fully black. Any attempt to export the video at any resolution generates an error message. (This error applies only to this project; other projects export without issue.) I can save to and from iTunes or iCloud without issue, but import into iMovie for Mac is unavailable for this latest version. Deleting and reinstalling the app does not resolve the issue. Nothing has resolved this issue; so I purchased the Mac as a last attempt, and it appears that I will have to begin the meticulously painful process of recreating the video from scratch with all the titling, sound effects, precise edits, transitions, organization, etc. This video was to surprise my mother for her birthday with "this is your life" footage, including my late father. It may seem like a small first-world problem, but such things carry big emotional impacts. What began as such a wonderfully intuitive and joyful experience has descended into a soul-suffering nightmare of catastrophic proportions. This software grinch stole christmas.
    Likely Suspect
    I believe this originated from Apple's confusingly designed iTunes client that removed videos used by iMovie for IOS during a sync, which I successfully restored back to the iPhone. This apparently resulted in iOS seeking and then claiming to find all of the videos, but somehow a bug in the coding causes the audio to play but not display video, and no way to resolve the bug from an enduser standpoint. I was hoping that iMovie for Mac would allow me a workaround, but I'll never know because the iOS and Mac formats are currently and dishearteningly incompatible.
    Suggestions
    I never performed a full backup of the iPhone, but I don't believe any of the iCloud nor local backups actually backup iMovie projects themselves anyway. (That's a fail.) So one must back them up manually to iTunes or iCloud.
    MANUALLY BACKUP YOUR PROJECTS DAILY, IF NOT HOURLY.
    MANUALLY BACKUP YOUR PROJECTS BEFORE IMPORTING OR SYNCING FROM ITUNES.
    MANUALLY BACKUP YOUR PROJECTS BEFORE IMPORTING VIDEO CREATED OUTSIDE  OF YOUR IOS DEVICE.
    Resolutions
    Hope Apple fixes this problem soon? Perhaps.
    Return the Mac to Apple, if they allow? Perhaps.
    Someone in this community will provide a magical workaround--that I haven't already attempted? Perhaps.
    As unlikely these options may be, I shudder to imagine that I may be forced to suffer no resolution and $3,000+ completely down the drain, because if iMovie for IOS worked as intended, I wouldn't have ever purchased the Mac as a last ditch effort to rescue the project. It meant that much to me to surprise my mother by attempting to retrieve this project file from oblivion--but to no avail.

    I appreciate you taking the time to copy and paste boilerplate responses to increase your points in this forum, but I've already read all those support articles in depth; but you have barely read my post at all. Please don't guess a fix. Only someone with the latest versions of iMovie, iOS, iPhone, Yosemite, and MacBook Pro is qualified to troubleshoot this, because anyone would immediately see that the following option no longer exists:
    Open iMovie on your Mac, and choose File > Import > iMovie for iOS Project.
    Read my post before you reply: It clearly says in the title and within my post that I can neither export nor import through iTunes without receiving an error message. So your response neither solved my question nor helped me whatsoever.

  • 2010 Review Approval Workflow Error - Outlook cannot open a new form

    Hi,
    I set up an Approval - SharePoint workflow on a document library list in a webpart.  When the approver got the email and tried to approve from outlook, she received the following error.  She has approved documets in the past for the same page. 
    Can anyome please help me troubleshoot this?  So much appreciated!
    Word Error:
    Could not open.  http://<site ulr> _layouts/formsResource.aspx?templateFile=http://<site url_catalogs/wfpub/Approval - SharePoint 2010/Review Approval_Task_1033.xsn
    Outlook Error:
    Outlook cannot open a new form. To open the file, access to the folliwng form template is required
    http://<site ulr> _layouts/formsResource.aspx?templateFile=http://<site url_catalogs/wfpub/Approval - SharePoint 201o/Review Approval_Task_1033.xsn

    can she open the approval form in web browser instead of Outlook?
    According to the error message, it seems that the user does not have permission for the file http://<site url/_catalogs/wfpub/Approval - SharePoint 201o/Review Approval_Task_1033.xsn.
    can she open see this file in SharePoint designer 2010? that is, open the site with SharePoint designer and navigate to All Files->_catalogs->wfpub->Approval - SharePoint 201o. If she can not see the file there, ask the workflow creator to publish
    the workflow again. I had experienced strange issue in SharePoint designer 2007 and solved by check out all the workflow files and check in again
    http://social.msdn.microsoft.com/Forums/en-US/sharepointworkflow/thread/b533cfa5-e858-4ff9-bd0d-96d19946b789.

Maybe you are looking for

  • 64 bit Windows, 64 Bit Office, 32 bit database, 160 headaches

    Hi all! I'm hoping someone can give me some pointers here. The setup I'm using is as follows: Windows 7 Pro x64 SP1 Office 2010 x64 Oracle 10g 10.2.0 32 bit client Oracle 10g 32 bit database Java 7 Update 25 (64 bit), version 7.0.250 Java SE Developm

  • Changing color in motion template "Pulse"

    Just installed new FCS and I am working with the motion template "Pulse". I can change the background color but cannot figure out how to change the yellow animated circles/graphics. Any help would be appreciated. Thanks!

  • Disk partioning on Linux AS4 to Install 11.5.10.2

    Hi I want to install 11.5.10.2 on Linux AS4. Id like to know the disk partioning details given while installing Linux AS4. ie like /usr, /swap etc. Kindly reply ASAP.. Thanks in advance..

  • Group by range of 10 (amount)

    Hi all, I have a table of 400,000 records like this: But I need grouped by amount of 10 and count the number of clients grouped, something like this: I hope the pictures explain better my problem. Thanks for your support Carlos

  • Problème d'installation : After effect

    Bonjour,j'ai un petit problème avec After effect. J'avais téléchargé la version d'essai et tout s'était très bien dérouler,mais suite à un petit problème,j'ai dû faire une restauration système datant d'avant mon téléchargement. Seulement voilà : sur