Export or printing results search

Hi,
He are working with UCM and we want to print or export to excel a search result.
For example, we do a "Quick Search" (in top right in UCM interface) and we obtain the list of documents that match this search, now we want to export or print these documents.
Is it possible?, Do we need a component?.
Thanks in advance,
Iñigo

I'm fairly confident this was done before and possibly given away somewhere for free (?). I want to say Bex created a component that did this - of course, might have been on Content Server 7.x. But - either it would work straight away, or provide a darn good head start.
I will poke around - unless you've already "dug in" and solved your problem ... ;)
(Ed. Page 152-ish in Bex's book ... You DO have this, right? ;) I would copy and paste but would prefer to avoid lawsuits ... The gist is that this could be fairly trivial ...)
Edited by: gheitman on Aug 13, 2009 4:35 PM

Similar Messages

  • "Missing parameter values."  --  Export and Print only...

    I have a web application and I am using CrystalReportViewer.  I am passing several parameters to Crystal using: 
    report.SetParameterValue(field.Name, Session[field.Name]);
    I have session variables which will hold parameters needed to pass into the report.  The session variables are populated from controls on my webpage after an onclick event.  This even not only populates session, but also passes parameters to the report with the following code: 
    ReportDocument report = new ReportDocument();
    Session["MapPathName"] = "./Reporting/CaseStudy.rpt";
    report.FileName = Server.MapPath(Session["MapPathName"].ToString());
    ParameterFields fields = new CrystalDecisions.Shared.ParameterFields();
    fields = report.ParameterFields;
    foreach (ParameterField field in fields)
          report.SetParameterValue(field.Name, Session[field.Name]);
    CrystalReportViewer1.ReportSource = report;
    This works great for reporting and is very extensible.  However, when clicking on the "Print" or "Export" buttons on the toolbar I get "Missing parameter values."  I attempted to export manually in code using the .ExportToStream function but I still get the error, "Missing parameter values." 
    I received this error also in Refresh, Search, and Navigate functions.  This was corrected by calling a function that supplies the above code block to these functions.  However, I do not see any events for controlling the Print nor the Export events. 
    QUESTION: How can I print or export a report when passing parameters using CrystalReportViewer?  Thanks in advance!
    P.S. - Crystal Reports XI Release 2
    Edited by: KyleSavant on Jun 18, 2009 5:42 PM

    There are no Export or Print events accessible for the viewer
    Since it sounds like you are creating the reportdocument object in your click event, the settings on this object become out of scope on successive postbacks executed by other events.
    to get around this without major changes, you can place your "report" object in session in this event and retrieve it from session on successive postbacks.  This should solve your problems around navigation, printing and exporting.  What you will need to do is check if the session object exists (usually in page_load or page_initialze) and if so, retrieve it from session and bind it to the viewer's reportsource.  If the session object does not exist, then do nothing (ie you have not clicked your button yet that retrieves the parameter values from session and loads the report).  Also, in your click event you can check if the report session object exists and if so, remove it so that it can be re-created with your new parameter values (ie i'm assuming the only time you want to set parameter values is in this event).
    Dan

  • Crystal Reports export and print fails with SSL / https but works with http

    Windows 2008 Server, 32-bit (IIS7)
    ASP.NET 2.0
    Ajax 1.0
    Crystal Reports version 10.5.3700.0
    http:  printing works, export works
    https:  printing not working, only export to MS Excel and MS Word work.
    I am able to generate reports using both http and https, and the toolbar icons are all showing.  However, I am unable to print or export properly with SSL.
    Printing prompts me with a select printer window, and then a window 'Retrieving Page 1' follow by two messages from Crystal Print Control both stating:
    A communication error occured.  Printing will be stopped.
    Exporting generates various errors depending on which export method is being selected (however Excel and Word work over https).
    I've found the same problem on this site and other forums, but never a resolution to get exporting and printing to work with SSL.  Will someone please provide me assistance or possibly relay what settings they're using if they have Crystal Reports export or printing working over SSL in IIS7?  Everything works fine when I change the address from https to http.
    Please let me know if I can help by providing further information.  We've gone through a great deal of possible solutions with code and I'm currently looking in to IIS settings again.
    Thank you.

    Thanks Ludek. I got it by searching KB number.
    Unfortunately, it didn’t fix my problem even my IE (IE8 and IE 9) has correct setting.  I double check my version. PrintControl.CAB is version 10.2.0.1146. we use VS 2005 Crystal report and VB .NET. It works fine on HTTP. But when we use HTTPS (SSL Certificate from go daddy).
    1: Crystal report export
                Export to MS Excel, Word: pop us “File download”, then click “Save”. It says “Internet Explorer cannot download ReportView.aspx from my site. Internet Explorer was not able to open this internet site. the requested site is either unavailable or cannot be found. Please try it again later”
                Export to RPt, Rich text format: It says “Internet Explorer cannot download ReportView.aspx from my site. Internet Explorer was not able to open this internet site. the requested site is either unavailable or cannot be found. Please try it again later”
                Export to PDF : nothing happened.
    2: Print:
                Pop up dialog to select printer, click “Print” “. Shows windows “Crystal Report Viewer” and pop us error message box. Title is “Crystal Print Control”. Message is “An communication error occurred. Printing will be stopped”. Click “OK” and pop up error message box again.
    Please advise.
    Thank you very much!

  • CR Viewer tool bar images are missing; Export and Print are not working

    Hi There
    I used Crystal report 10.5(VS 2008 base crytal report -- CRRedist2008_x86.msi), i developed ASP.net application using VB.net  program(i used .net 3.5). One of the pages in the application is having crystal report viewer, which is calling a crystal report to populate the result. The report is working as expected on development machine (Win Vista). Hence, I moved the application onto Server (Windows Server Web; 32Bit OS and IIS). I installed the CRRedist2008_x86.msi, which added the "aspnet_client" under default website. As my site is a made as an application under default webiste. I tried...
    a) By copying the aspnet_client folder into the website folder
    b) By adding a virtual directory called "aspnet_client" under my website pointing it into the folder under "default website"
    None of the trials are working for me.
    When I click on Print or Export buttons (although their images are missing), I get the error sigh on bottom left (status bar) of the browser and the popping up the same giving me below error details
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; HPNTDF; InfoPath.3; MS-RTC LM 8; .NET4.0C)
    Timestamp: Tue, 2 Nov 2010 15:11:12 UTC
    Message: Object doesn't support this action
    Line: 41
    Char: 1
    Code: 0
    URI: http://65.123.xxx.x:37188/xyzweb/(S(uhgxkx45iwlrbancwzfunp55))/reportpage.aspx
    Any help in resolving this issue would be greatly appreciated.
    Thank You,
    Edited by: skbo007 on Nov 2, 2010 4:11 PM

    Hello All.
    I am excited to let you know that the issue is being resolved.
    Here is steps that lead me to resolution and solution..
    I installed Fiddler2 and looked into every the debugging details of the transaction while running the report.
    Learned that the crystal report is using the aspnet_client foler under "Default website" NOT under the crrent website.
    Hence I tried to access the image via http path from local machine
    http://myserver/aspnet_client/system_web/2_0_50727/CrystalReportWebFormViewer4/images/toolbar/export.gif.
    (Notice, "mysite" folder is been removed)
    I was expecting to see the gif on my browsers' body. It gave me an error.
    Investigated further more on the error and found that the "Managed Pipe Line" of the respective application pool is to be changed to "Classic" instead of "Integrated"
    changed it .. Boom...
    Tool bar is showing up with proper images and as well the "Export" and "Print" functions are working as expected..
    Hope this helps to those in the same situation.
    Again.. this is one of many many solutions on this issues.
    Thank You
    Edited by: skbo007 on Nov 3, 2010 9:42 PM

  • Export and Print icons missing from report viewer

    I'm currently embedding crystal within a wicket application in which I'm making use of the getHtmlContent() method to retrieve the report's HTML.  For whatever reason, I'm not able to get either the export or print icons (on the top left side of the viewer).  Is this because I'm using the getHtmlContent() method or do I have something misconfigured somewhere?  Setting the setHasExportButton(true) and setHasPrintButton(true) on the report viewer object has no effect. 
    If I run the same report using the generated JSP outside of my application (within tomcat), I see the export/print buttons.  I notice the JSP makes use of the processHttpRequest() method.  Any help will be greatly appreciated.
    Thanks!
    Louis

    Hi Louis
    - The getHtmlContent() method handles the user's request to generate the HTML for the report and returns the HTML as a String.
    Note: Either the getHtmlContent method or the processHttpRequest method can be used to handle the user's request to generate the HTML for the report, depending on how you write your JSP. If the viewer's content is displayed more than once, then the getHtmlContent method is more efficient, because the request is processed once and the resulting HTML string can be used multiple times. In this case, you must set the content type of the HTML, as recommended in the table. Additionally, using getHtmlContent sets setOwnPage to false and disables exporting and printing.
    - The setOwnPage(true) and  processHttpRequest() method should be used if you want the export and print button to appear in the report viewed through Crystal Report Viewer.
    Following is the snippet of code which shows you how to use these 2 methods.
    //Get the IReportSource object from sesion and pass it to the viewer
         IReportSource reportSource = (IReportSource)session.getAttribute("reportSource");
    Create the viewer and render the report -
         //create the CrystalReportViewer object
         CrystalReportViewer oCrystalReportViewer = new CrystalReportViewer();
         //set the reportsource property of the viewer
         oCrystalReportViewer.setReportSource(reportSource);
         //set viewer attributes
         oCrystalReportViewer.setOwnPage(true);
         oCrystalReportViewer.setOwnForm(true);
         //set the CrystalReportViewer print mode
         //oCrystalReportViewer.setPrintMode(CrPrintMode.ACTIVEX);
         oCrystalReportViewer.setPrintMode(CrPrintMode.PDF);
         //process the report
         oCrystalReportViewer.processHttpRequest(request, response, getServletConfig().getServletContext(), null);
    Hope this helps you .
    Thanks
    Soni

  • Print playlist looks okay, print result worthless

    When exporting the playlist to PDF everything looks fine.
    But when looking at the final print result, all images are there but not a single letter ....
    v 11.0.3
    windows 7 - 64 bit

    Hello @leonamengel,
    Welcome to the HP Support Forums!
    I understand that you're having an issue printing to your HP ENVY 4500 e-All-in-One Printer from your Windows 7 computer. I would like to work with you today with resolving this issue.
    Now you indicate in your post that you do not have any print options. Just to clarify, are you not seeing a Print button in the program that you're printing from?  If you are, is your printer just not printing for you?
    Have you tried printing from multiple programs?
    In the meantime, can I please have you run the HP Print and Scan Doctor Tool. This Tool will 'fix printing' issues for you. Should any software, driver, or connection conflicts be detected on your computer than the HP Print and Scan Doctor Tool will attempt to resolve those conflicts for you.
    HP Print and Scan Doctor
    Once the HP Print and Scan Doctor has completed, can you please try to print again.
    Please respond to this post with the result of running the HP Print and Scan Doctor. Should you still be experiencing issues be sure to include the answers to my questions above in your response. If you prefer to continue on with our Technical Support queue by phone you can reach an agent at: 800-474-6836.
    If you live outside the US/Canada Region, please click the link below to get the support number for your region.
    HP Worldwide Contact
    I look forward to hearing from you!
    X-23
    I work on behalf of HP
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    Click the "Kudos, Thumbs Up" on the right to say "Thanks" for helping!

  • Why my numbers printing result always a blank page? Need help :(

    Friends, I really need fast response.
    Every time I tried to print my Numbers file (contained 3 tables in 1 sheet), the printing result always blank page.
    And there's this notification:
    Error Number : 306 A communication error has occurred. Make sure that the printer is plugged in, powered-on, and properly connected to your computer. Then try printing again.
    I'm using Canon iP100.
    Everything's normal when I print my emails or pages file.
    Thanks much before

    Maybe the brute force treatment is not required.
    One may try:
    export as XL file
    import the XL file
    it may clean the annoying oddity.
    Other scheme:
    export as CSV
    import the CSV file.
    It's more severe that the 1st one but it's less than dropping the file
    Yvan KOENIG (VALLAURIS, France) mardi 17 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k
    My iDisk is : http://public.me.com/koenigyvan

  • Export or print a cut list?

    I've already produced a sequence, is there a way to export or print a list of the files, in/out times, and durations?

    Okay but the result doesn't show the ordering of the clips in the sequence. Thanks.

  • Most accurate print results in Photoshop???

    Hello all, I typically work in Illustrator whenever I need to do some print work but decided to use Photoshop this time around as I was going for more realism.
    I have used some effects(linear burn, overlay, screen etc...) but tried to respect the print colors as much as possible.
    Could someone please tell me how I should now save/export the image for the most accurate print results?
    Do I simply flatten image and then change color mode to CMYK?
    Any help appreciated!

    Image > Mode > CMYK would use the settings and target space as defined under Edit > Color Settings.
    These may not fit the actual printing needs, so if the image is indeed going to be printed (offset or other process) better ask the printer which ICC-profile they recommend in this case.
    Edit:
    Could someone please tell me how I should now save/export the image for the most accurate print results?
    Saving a pdf As a Copy from Photoshop can be used to create a file that maintains Vector Masks and type as vector data (not Vector Smart Objects, though, mind you).

  • Testing Export and print of additional web items

    Hi,
    Please do let me know how to carry on testing for Export and print of additional web items.
    Thanks & Regards,
    Lavanya.

    Following are some of the things you should test -
    Export -
    1. Exporting to File: For different file types check the way data is getting extracted as compared to report results in URL. Here you need to check - a. if the correct values are getting exported (w/o any conversion of data types, or any format changes). b. Layout of the exported data (ex. row data is appearing in rows, etc.),
    2. Check files for any missing data.
    3. Check if exporting the data, with selected drill levels, filters, etc. is working fine (or is exporting everything irrespective of the data from current report reults).
    Print -
    Print your report using the default printer on your machine & check the following -
    1. Reports is getting printed as expected in terms of data & layout.
    2. The rows or columns are well within the page defined in your printer settings (ie nothing is running out of page).
    3. When printing, change in orientation works for both the options without any loss of data.
    All web items will not be printed, so you need to make a note of this.

  • Is there a way to export and print the browser data as a spread sheet?

    I'm in the process of logging approximately 1,500 shots for a documentary (the old fashioned way - long hand: shot #, TC in, descriptions... ) and I'm wondering if there's a way to export and print the data in the browser as a spread sheet.  It seems like a pretty simple thing, but I don't see it any where. Am I missing something?

    Yes, people I work with use it, assistants fill the fields out for me. As far as I know there is no "Print Browser" option. Some folks have assistants copy and paste the info into text, csv or xml files.    Since everthing has gone to meta tags, this approach is going the way of the electric spoon or feeding mayonnaise to Tuna.
    Peace & Covering Fire,
    B.S.

  • CR 2008 paramteres, export and print windows language localization

    Hi, i want to use in my application Crystal Reports. I installed a trail version of CR 2008. My application is written in Delphi 7. I connected my application with Crystal Reports through the official VCL downloaded from http://ftp1.businessobjects.com/outgoing/products/vcl/crystalvcl11.zip and edited it to work with CR 2008 (12.x.x.x).
    Everything works with this VCL. When i have parameters the Enter Values window where i enter the values for parameters and in the Viewer window the Export and Print Dialog are in English. I want to have them in Polish Language ( or operating system language). In CR i set in View -> Preferred Viewing Locale -> More ... Polish but the viewer window, export, print and parameters are still in English. I tried this also on computers without installed CR 2008 but installed CR Runtime and it is still English.
    Operating system in Windows XP SP3 Polish.
    Any ideas what i can do to have this windows localized in my language?
    Robert

    Hello Robert:
    I am not sure that you will be able to do much. The VCL has not been updated since version 10 of Crystal Reports and it may be that the functionality you require will just simply not be possible. (I'll get someone else who used to work with the VCL to have a look too.)
    In the meantime, you may want to have a look at the following:
    Go [here|http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm], then check out Crystal Reports .NET SDK > Tutorials and Sample Code > Other Tutorials > Configuring Multilingual Client Support. (The above is for CR XI R2, it's the same for CR 2008 - I just don't have a link handy.) I am not sure if the above will help.
    Also, note that you do not have to use the VCL. You can use the CR assemblies for .NET with Delphi. See the following for more details:
    /people/trevor.dubinsky/blog/2009/10/09/introduction-to-delphi-prism-applications-development
    /people/trevor.dubinsky/blog/2009/10/19/delphi-prism-how-to-setup-the-environment-for-crystal-reports-2008-and-bobj-enterprise-r3-development
    /people/trevor.dubinsky/blog/2009/10/26/crystal-reports-and-enterprise-net-developer-resources
    Samples:
    [Net Delphi CR2008 Simple Previewer|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/90f71e6a-cc13-2d10-7c8c-e38ce6d278be]
    [Net-Delphi-CR2008-LogonInfo-subreport|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f02665e4-cc13-2d10-b180-e0a7b3770ae3]
    [Net-Delphi-BOE12_Simple_View_Report|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/702f1223-cc13-2d10-c383-967a1e8d11ac]
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Exporting or Printing each page of a Crystal Report to a separate pdf file.

    Is there a way to export or print each page of a Crystal report to a separate pdf file?  If possible, I would look to use the family nunmber field in my report as the file name.  This is not required, but would be helpful.  Thanks

    Hello,
    Standalone CR Designer doesn't have the ability but CR Server or BOE does. Or if you have a .NET or Java you could write an app that would spit out one page at a time.
    Don

  • My InDesign crashes when it's about to export and print a file

    Yes, it closes down whenever I perform those tasks, making me unable to export or print a file. I always need to reopen the Indesign and this thing keeps on happening. Please help. I don't know what to do with this.
    It gives me these details of the problem though:
    Process:         Adobe InDesign CS6 [618]
    Path:            /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Adobe InDesign CS6
    Identifier:      com.adobe.InDesign
    Version:         8.0.1.406 (8010)
    Code Type:       X86 (Native)
    Parent Process:  launchd [111]
    Date/Time:       2013-05-21 03:24:52.686 -0700
    OS Version:      Mac OS X 10.7.4 (11E2617)
    Report Version:  9
    Interval Since Last Report:          497575 sec
    Crashes Since Last Report:           17
    Per-App Interval Since Last Report:  611 sec
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                      6278EACB-CD51-4302-98ED-B3038A380CCF
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Adobe InDesign CS6
        __TEXT                 0000000000001000-0000000000005000 [   16K] r-x/rwx SM=COW  /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Adobe InDesign CS6
    Application Specific Information:
    objc[618]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                                     0xac00a630 _XHNDL_trapback_instruction + 0
    1   ???                                     0xffffffff 0 + 4294967295
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9493b90a kevent + 10
    1   libdispatch.dylib                       0x962ace10 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x962ab85f _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x9493a83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b13ae78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x9b13af7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x9004a3a7 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore          0x900ac67f MPWaitOnQueue + 200
    5   PMRuntime.dylib                         0x005b9581 SetVSizeBaseline(unsigned long) + 1473
    6   com.apple.CoreServices.CarbonCore          0x900ad5e0 PrivateMPEntryPoint + 68
    7   libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib                  0x94938c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x949381f6 mach_msg + 70
    2   com.apple.CoreServices.CarbonCore          0x900d70ec TS_exception_listener_thread + 90
    3   libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x9493a83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b13ae21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9b0eb42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x900d8e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore          0x9004a37d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore          0x900ac67f MPWaitOnQueue + 200
    6   com.adobe.ACE                           0x00607a69 0x5c8000 + 260713
    7   com.adobe.ACE                           0x00606d99 0x5c8000 + 257433
    8   com.apple.CoreServices.CarbonCore          0x900ad5e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    10  libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x9493a83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b13ae21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9b0eb42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x900d8e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore          0x9004a37d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore          0x900ac67f MPWaitOnQueue + 200
    6   com.adobe.ACE                           0x00607a69 0x5c8000 + 260713
    7   com.adobe.ACE                           0x00606d99 0x5c8000 + 257433
    8   com.apple.CoreServices.CarbonCore          0x900ad5e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    10  libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x9493a83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b13ae21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9b0eb42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x900d8e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore          0x9004a37d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore          0x900ac67f MPWaitOnQueue + 200
    6   com.adobe.ACE                           0x00607a69 0x5c8000 + 260713
    7   com.adobe.ACE                           0x00606d99 0x5c8000 + 257433
    8   com.apple.CoreServices.CarbonCore          0x900ad5e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    10  libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x9493a83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b13ae21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9b0eb42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x900d8e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore          0x9004a37d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore          0x900ac67f MPWaitOnQueue + 200
    6   com.adobe.ACE                           0x00607a69 0x5c8000 + 260713
    7   com.adobe.ACE                           0x00606d99 0x5c8000 + 257433
    8   com.apple.CoreServices.CarbonCore          0x900ad5e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    10  libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x9493a83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b13ae21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9b0eb42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x900d8e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore          0x9004a37d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore          0x900ac67f MPWaitOnQueue + 200
    6   com.adobe.ACE                           0x00607a69 0x5c8000 + 260713
    7   com.adobe.ACE                           0x00606d99 0x5c8000 + 257433
    8   com.apple.CoreServices.CarbonCore          0x900ad5e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    10  libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x9493a83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b13ae21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9b0eb42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x900d8e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore          0x9004a37d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore          0x900ac67f MPWaitOnQueue + 200
    6   com.adobe.ACE                           0x00607a69 0x5c8000 + 260713
    7   com.adobe.ACE                           0x00606d99 0x5c8000 + 257433
    8   com.apple.CoreServices.CarbonCore          0x900ad5e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    10  libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x9493a83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b13ae21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9b0eb42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x900d8e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore          0x9004a37d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore          0x900ac67f MPWaitOnQueue + 200
    6   com.adobe.ACE                           0x00607a69 0x5c8000 + 260713
    7   com.adobe.ACE                           0x00606d99 0x5c8000 + 257433
    8   com.apple.CoreServices.CarbonCore          0x900ad5e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    10  libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x9493a83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b13ae21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9b0eb42c pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.InDesign.AppFramework          0x14722556 GetPlugIn + 876822
    4   com.adobe.InDesign.AppFramework          0x1471e8ff GetPlugIn + 861375
    5   com.adobe.InDesign.AppFramework          0x1471f3c5 GetPlugIn + 864133
    6   com.adobe.InDesign.AppFramework          0x1472098e GetPlugIn + 869710
    7   com.adobe.InDesign.AppFramework          0x147209fa GetPlugIn + 869818
    8   com.adobe.InDesign.AppFramework          0x14720a66 GetPlugIn + 869926
    9   com.adobe.boost_threads.framework          0x01c6840d thread_proxy + 141
    10  libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x9493a83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b13ae21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9b0eb42c pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.InDesign.AppFramework          0x14722556 GetPlugIn + 876822
    4   com.adobe.InDesign.AppFramework          0x1471e8ff GetPlugIn + 861375
    5   com.adobe.InDesign.AppFramework          0x1471f3c5 GetPlugIn + 864133
    6   com.adobe.InDesign.AppFramework          0x1472098e GetPlugIn + 869710
    7   com.adobe.InDesign.AppFramework          0x147209fa GetPlugIn + 869818
    8   com.adobe.InDesign.AppFramework          0x14720a66 GetPlugIn + 869926
    9   com.adobe.boost_threads.framework          0x01c6840d thread_proxy + 141
    10  libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x9493abb2 __semwait_signal + 10
    1   libsystem_c.dylib                       0x9b0eb7b9 nanosleep$UNIX2003 + 187
    2   com.adobe.InDesign.Support for JavaScript          0x19798acb GetPlugIn + 317883
    3   com.adobe.InDesign.Support for JavaScript          0x1977df79 GetPlugIn + 208489
    4   com.adobe.InDesign.Support for JavaScript          0x19798e38 GetPlugIn + 318760
    5   libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    6   libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x9493aa9a __recvfrom + 10
    1   libsystem_c.dylib                       0x9b0eb4a2 recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib           0x1e499733 Invoke + 47867
    3   ServiceManager-Launcher.dylib           0x1e498846 Invoke + 44046
    4   ServiceManager-Launcher.dylib           0x1e497988 Invoke + 40272
    5   ServiceManager-Launcher.dylib           0x1e497a0f Invoke + 40407
    6   ServiceManager-Launcher.dylib           0x1e492baf Invoke + 20343
    7   ServiceManager-Launcher.dylib           0x1e492ea7 Invoke + 21103
    8   ServiceManager-Launcher.dylib           0x1e493685 Invoke + 23117
    9   ServiceManager-Launcher.dylib           0x1e4938f9 Invoke + 23745
    10  ServiceManager-Launcher.dylib           0x1e4962a0 Invoke + 34408
    11  ServiceManager-Launcher.dylib           0x1e4963fd Invoke + 34757
    12  ServiceManager-Launcher.dylib           0x1e496c91 Invoke + 36953
    13  ServiceManager-Launcher.dylib           0x1e496db2 Invoke + 37242
    14  ServiceManager-Launcher.dylib           0x1e489656 Login + 461
    15  ServiceManager-Launcher.dylib           0x1e48d09a Login + 15377
    16  ServiceManager-Launcher.dylib           0x1e497165 Invoke + 38189
    17  ServiceManager-Launcher.dylib           0x1e4992eb Invoke + 46771
    18  libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    19  libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib                  0x9493a83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b13ae21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9b0eb42c pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine                    0x25ab804f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine                    0x2584962f APXGetHostAPI + 83439
    5   com.adobe.ape.engine                    0x25ab813e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine                    0x25ab81a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine                    0x25ab82c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib                  0x9493a83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b13ae21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9b0eb42c pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine                    0x25ab804f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine                    0x2584962f APXGetHostAPI + 83439
    5   com.adobe.ape.engine                    0x25ab813e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine                    0x25ab81a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine                    0x25ab82c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib                  0x9493a83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b13ae21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9b0eb42c pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine                    0x25ab804f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine                    0x2584962f APXGetHostAPI + 83439
    5   com.adobe.ape.engine                    0x25ab813e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine                    0x25ab81a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine                    0x25ab82c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib                  0x9493a83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b13ae21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9b0eb42c pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine                    0x25ab804f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine                    0x2584962f APXGetHostAPI + 83439
    5   com.adobe.ape.engine                    0x25ab813e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine                    0x25ab81a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine                    0x25ab82c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib                  0x9493a83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b13ae78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x9b13af7b pthread_cond_timedwait_relative_np + 47
    3   com.adobe.ape.engine                    0x25ab8017 APXGetHostAPI + 2633687
    4   com.adobe.ape.engine                    0x25ad120e APXGetHostAPI + 2736590
    5   com.adobe.ape.engine                    0x25ab813e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine                    0x25ab81a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine                    0x25ab82c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib                  0x9493a83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b13ae78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x9b13af7b pthread_cond_timedwait_relative_np + 47
    3   com.adobe.ape.engine                    0x25ab8017 APXGetHostAPI + 2633687
    4   com.adobe.ape.engine                    0x25c46168 APXGetHostAPI + 4264232
    5   com.adobe.ape.engine                    0x25ab813e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine                    0x25ab81a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine                    0x25ab82c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 21:
    0   libsystem_kernel.dylib                  0x9493a83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b13ae21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9b0eb42c pthread_cond_wait$UNIX2003 + 71
    3   MultiProcessor Support                  0x27f30eac boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 140
    4   MultiProcessor Support                  0x27f14513 ThreadFunctor::operator()() + 99
    5   MultiProcessor Support                  0x27f1425a boost::detail::thread_data<ThreadFunctor>::run() + 22
    6   MultiProcessor Support                  0x27f30547 thread_proxy + 167
    7   libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 22:
    0   libsystem_kernel.dylib                  0x9493a83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b13ae21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9b0eb42c pthread_cond_wait$UNIX2003 + 71
    3   MultiProcessor Support                  0x27f30eac boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 140
    4   MultiProcessor Support                  0x27f14513 ThreadFunctor::operator()() + 99
    5   MultiProcessor Support                  0x27f1425a boost::detail::thread_data<ThreadFunctor>::run() + 22
    6   MultiProcessor Support                  0x27f30547 thread_proxy + 167
    7   libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 23:
    0   libsystem_kernel.dylib                  0x9493a83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b13ae21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9b0eb42c pthread_cond_wait$UNIX2003 + 71
    3   MultiProcessor Support                  0x27f30eac boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 140
    4   MultiProcessor Support                  0x27f14513 ThreadFunctor::operator()() + 99
    5   MultiProcessor Support                  0x27f1425a boost::detail::thread_data<ThreadFunctor>::run() + 22
    6   MultiProcessor Support                  0x27f30547 thread_proxy + 167
    7   libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 24:
    0   libsystem_kernel.dylib                  0x9493a83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b13ae21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9b0eb42c pthread_cond_wait$UNIX2003 + 71
    3   MultiProcessor Support                  0x27f30eac boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 140
    4   MultiProcessor Support                  0x27f14513 ThreadFunctor::operator()() + 99
    5   MultiProcessor Support                  0x27f1425a boost::detail::thread_data<ThreadFunctor>::run() + 22
    6   MultiProcessor Support                  0x27f30547 thread_proxy + 167
    7   libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 25:
    0   libsystem_kernel.dylib                  0x9493a83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b13ae21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9b0eb42c pthread_cond_wait$UNIX2003 + 71
    3   MultiProcessor Support                  0x27f30eac boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 140
    4   MultiProcessor Support                  0x27f14513 ThreadFunctor::operator()() + 99
    5   MultiProcessor Support                  0x27f1425a boost::detail::thread_data<ThreadFunctor>::run() + 22
    6   MultiProcessor Support                  0x27f30547 thread_proxy + 167
    7   libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 26:
    0   libsystem_kernel.dylib                  0x9493a83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b13ae21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9b0eb42c pthread_cond_wait$UNIX2003 + 71
    3   MultiProcessor Support                  0x27f30eac boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 140
    4   MultiProcessor Support                  0x27f14513 ThreadFunctor::operator()() + 99
    5   MultiProcessor Support                  0x27f1425a boost::detail::thread_data<ThreadFunctor>::run() + 22
    6   MultiProcessor Support                  0x27f30547 thread_proxy + 167
    7   libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 27:
    0   libsystem_kernel.dylib                  0x9493a83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b13ae21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9b0eb42c pthread_cond_wait$UNIX2003 + 71
    3   MultiProcessor Support                  0x27f30eac boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 140
    4   MultiProcessor Support                  0x27f14513 ThreadFunctor::operator()() + 99
    5   MultiProcessor Support                  0x27f1425a boost::detail::thread_data<ThreadFunctor>::run() + 22
    6   MultiProcessor Support                  0x27f30547 thread_proxy + 167
    7   libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 28:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x94938c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x949381f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x93e6d9da __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x93e76b04 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x93e761dc CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x93e76088 CFRunLoopRunInMode + 120
    6   com.apple.Foundation                    0x94a5c0c4 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 378
    7   com.apple.Foundation                    0x94a4fe25 -[NSThread main] + 45
    8   com.apple.Foundation                    0x94a4fdd5 __NSThread__main__ + 1582
    9   libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    10  libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 29:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x9493ab42 __select + 10
    1   com.apple.CoreFoundation                0x93ec4e15 __CFSocketManager + 1557
    2   libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    3   libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 30:
    0   libsystem_kernel.dylib                  0x9493a83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b13ae21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9b0eb42c pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.InDesign.AppFramework          0x14722556 GetPlugIn + 876822
    4   com.adobe.InDesign.AppFramework          0x1471e97a GetPlugIn + 861498
    5   com.adobe.InDesign.AppFramework          0x1471f3c5 GetPlugIn + 864133
    6   com.adobe.InDesign.AppFramework          0x1472098e GetPlugIn + 869710
    7   com.adobe.InDesign.AppFramework          0x147209fa GetPlugIn + 869818
    8   com.adobe.InDesign.AppFramework          0x14720a66 GetPlugIn + 869926
    9   com.adobe.boost_threads.framework          0x01c6840d thread_proxy + 141
    10  libsystem_c.dylib                       0x9b136ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x9b13a6de thread_start + 34
    Thread 31:
    0   libsystem_kernel.dylib                  0x9493b02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9b138ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9b13a6fe start_wqthread + 30
    Thread 32:
    0   libsystem_kernel.dylib                  0x9493b02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9b138ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9b13a6fe start_wqthread + 30
    Thread 33:
    0   libsystem_kernel.dylib                  0x9493b02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9b138ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9b13a6fe start_wqthread + 30
    Thread 34:
    0   libsystem_kernel.dylib                  0x9493b02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9b138ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9b13a6fe start_wqthread + 30
    Thread 35:
    0   libsystem_kernel.dylib                  0x9493b02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9b138ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9b13a6fe start_wqthread + 30
    Thread 36:
    0   libsystem_kernel.dylib                  0x9493b02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9b138ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9b13a6fe start_wqthread + 30

    I think exporting to IDML only works for some errors. I had an Indesign error 4 recently and it didn't work for that - in fact I had to recreate the whole document. There is a file recovery service though at the following url but unfortunately you have to pay a fee:
    http://markzware.com/support/faq/recover-bad-file-service/
    Alternatively, you could try resetting your Indesign preferences.
    My knowledge is quite limited when it comes to reading the crash code that you posted - perhaps someone-else on the forums may be able to be of more help.

  • Trying to export my forms results to excel  error message is adobe can not save as the file is open

    trying to export my forms results to excel, error message is adobe cn not save as the file is open in another location,   however, no other file is open.

    Thanks for continuing the help, but it is a medical realted form and I will just keep it confidential at this time.
    Larry Lakes,  Executive Director
    The HANDLE Institute
    [email protected]
    541-639-1588
    P. O. Box 6264
    Bend, OR  97708

Maybe you are looking for

  • How to get the path of input type="file" tag

    -- im using <input type="file"> tag to get an input file from a local host, it returns only the filename but not the complete path of the filename,,, -- i need to know on how to get the compelete path /directory of the filename using <input type="fil

  • G"Green Screen" codec problem viewing podcast videos in full screen! HELP!

    I love the show "Surface" on NBC so I decided to download the first pilot episode #101 to iTunes for Windows on my computer. When I go to "full screen" mode to watch the program it goes to a "green screen" washout that is common when Quicktime is ins

  • Function @REMOVE doesn't work

    Hello, I'm trying to clear a block of data, but I'd like to remove just one member from the list before clearing. I'm executing the script below, and the member E10.1095 is not excluded. FIX(@DESCENDANTS("C6590000")) FIX(@REMOVE(@RELATIVE("ELQCO",0),

  • ACS 5.4 with 4.x deployment

    Hi guys. Need to solve the further task: I have a large deployment of independent ACS 4.x servers (every server has his own zone of responsibility). And there is a need to deploy two central ACS servers with the whole database from every independent

  • Site-2-Site IPSEC VPN tunnel will not come up.

    Hello Experts, Just wondering if I can get some help on setting up a IPSEC VPN tunnel between a Cisco 2921 and ASA 550x. Below is the config show run | s crypto crypto pki token default removal timeout 0 crypto isakmp policy 1 encr aes authentication