Error when Open PDF from Email

When I open a PDF-File from an email, there is always an error "schwerwiegender Fehler" (German version) and the acrobat close down.
When I download/save first the pdf local harddisk and open after, normally I don't have that error (sometimes happen).
I reinstall already once adobe acrobat with the latest version. It doesn't work. By the way I have Adobe CS3 completely installed. I guest here is a problem

When I open a PDF-File from an email, there is always an error "schwerwiegender Fehler" (German version) and the acrobat close down.
When I download/save first the pdf local harddisk and open after, normally I don't have that error (sometimes happen).
I reinstall already once adobe acrobat with the latest version. It doesn't work. By the way I have Adobe CS3 completely installed. I guest here is a problem

Similar Messages

  • CS6: DistributedCOM Error id: 10016 when open pdf from web page in Win8.1

    For example here below I've got the issue: 
    http://modemwifi.it/wp-content/uploads/asus-dsl-n55u.pdf
    Adobe Acrobat X pro V 10.1.8:
    DistributedCOM Error id: 10016 when open pdf from web page.
    Nome registro: System
    Origine:       Microsoft-Windows-DistributedCOM
    Data:          04/11/2013 19:09:19
    ID evento:     10016
    Categoria attività:Nessuna
    Livello:       Errore
    Parole chiave: Classico
    Utente:        PC-PIERO\Piero
    Computer:      Pc-Piero
    Descrizione:
    Le impostazioni delle autorizzazioni impostazioni predefinite del computer non concedono l'autorizzazione di Attivazione in Locale per l'applicazione server COM con CLSID
    {B801CA65-A1FC-11D0-85AD-444553540000}
    e APPID
    {2EAF0840-690A-101B-9CA8-9240CE2738AE}
    all'utente Pc-Piero\SID Piero (S-1-5-21-3453328585-262132574-2759341577-1001) dall'indirizzo LocalHost (tramite LRPC) in esecuzione nel SID del contenitore di applicazioni Non disponibile (S-1-15-2-1430448594-2639229838-973813799-439329657-1197984847-4069167804-1277922394). Per modificare tale autorizzazione di sicurezza, è possibile utilizzare lo strumento amministrativo Servizi componenti.
    XML evento:
    < Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-DistributedCOM" Guid="{1B562E86-B7AA-4131-BADC-B6F3A001407E}" EventSourceName="DCOM" />
        <EventID Qualifiers="0">10016</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8080000000000000</Keywords>
        <TimeCreated SystemTime="2013-11-04T18:09:19.468877700Z" />
        <EventRecordID>14806</EventRecordID>
        <Correlation />
        <Execution ProcessID="768" ThreadID="776" />
        <Channel>System</Channel>
        <Computer>Pc-Piero</Computer>
        <Security UserID="S-1-5-21-3453328585-262132574-2759341577-1001" />
      </System>
      <EventData>
        <Data Name="param1">impostazioni predefinite del computer</Data>
        <Data Name="param2">Locale</Data>
        <Data Name="param3">Attivazione</Data>
        <Data Name="param4">{B801CA65-A1FC-11D0-85AD-444553540000}</Data>
        <Data Name="param5">{2EAF0840-690A-101B-9CA8-9240CE2738AE}</Data>
        <Data Name="param6">Pc-Piero</Data>
        <Data Name="param7">Piero</Data>
        <Data Name="param8">S-1-5-21-3453328585-262132574-2759341577-1001</Data>
        <Data Name="param9">LocalHost (tramite LRPC)</Data>
        <Data Name="param10">Non disponibile</Data>
        <Data Name="param11">S-1-15-2-1430448594-2639229838-973813799-439329657-1197984847-4069167804-1 277922394</Data>
      </EventData>
    < /Event>
    How can I solve this problem?
    Thanks

    // I got this from an Action (I�m using Struts)
    java.sql.Blob file=(java.sql.Blob)request.getAttribute("PDFfile");
    String filename=(String)request.getAttribute("filename");
    try{
      int iLength = (int)(file.length());
      response.setHeader("Content-type", "application/pdf");   
      response.setHeader("Content-Disposition", "inline; filename=\""+filename+"\"");
      response.setHeader("Expires","0");
      response.setHeader("Cache-Control","must-revalidate, post-check=0, pre-check=0");
      response.setHeader("Pragma","public");
      response.setContentLength(iLength);
      ServletOutputStream os = response.getOutputStream();
      InputStream in = null;
      in = file.getBinaryStream();
      byte buff[] = new byte[1024];
      while (true) {
          int i = in.read(buff);
          if (i<0) break;      
          os.write(buff,0,i); 
      os.flush();
      os.close();
    } catch(Exception ex){
       out.println("Error while reading file : " + ex.getMessage());
    }and now it�s running !!! I�m not using response.setContentType(...) and I do this in response.setHeader("Content-type", "application/pdf"). And I use response.setHeader("Content-Disposition", "inline; filename=\""+filename+"\"") instead of response.setHeader("Content-Disposition", "attachment; filename=\""+filename+"\"");

  • Win32 exception error when opening file from RH6 in RH7

    I received the following error when opening a help file
    (.xpj) that was developed in RoboHelp 6 in RoboHelp 7:
    An unhandled win32 exception error occurred in RoboHTML.exe
    [4692].
    This occurred after receiving the notice to upgrade the
    project since it was created in an older version. After selecting
    Upgrade, I received a runtime error message prompt. After clicking
    OK, I received the message above.
    Does anyone know how to resolve this issue so that I can open
    the project without any problems in RH 7?

    Thanks a lot for replying.
    waldemar.hersacher wrote:
    I have Acrobat Reader 5.1 at home and 6 at work and both work fine with the LV 7.1.1 bookshelf and help file.
    Yep, I just uninstalled Adobe Reader 7.0 and installed version 6.0.1. The links now work perfectly, so evidently this is a problem with Adobe Reader 7.0. I'd still like to solve the problem, though, as I really like version 7.0. (Something has finally been done about the program's lengthy start-up time!)
    You can reach the PDF-Files also by using Help>>Search the LabVIEW Bookshelf. Does this link work for you?
    It works perfectly.
    javascript:AcrobatLink('../manuals/lvuser.pdf');
    This is a call to a java script function located in pdf.js.
    Other reasons:
    The Active-X control of Reader 7 has a bug.
    Your Internet security settings will not allow this operation. The Active-X will be loaded but will have no access to the file and yo get a wrong error message.
    Fair enough. If that is indeed the case, which Internet security setting should I try changing? I haven't done anything unusual to any of those settings. And where is pdf.js located? I tried searching for it but could not find it.
    Your advice is greatly apreciated.

  • Acrobat error when opening pdf email attachments

    I have a user who has the latest version of Adobe Acrobat and Reader installed on his PC running Windows 7 Pro SP1 which is up to date on patches.
    He was unable to open any pdf documents attached to email and was getting an error from Acrobat saying it couldn't open them. I changed the default file association for .pdf file from Acrobat to Reader and now he can open most pdf attachments. The only ones he is having a problem with are ones that come from his bank in what he was told by his banker are secure emails.
    What happens when he clicks on the pdf attachment in the emails from his bank is that he gets a popup with Adobe Acrobat in the title bar of the popup and the message that says "Cannot use Adobe Reader to view PDF in your web browser. Reader will now exit. Please exit your browser and try again." The buttons to click on are OK and Cancel. If he clicks OK, the popup goes away and the pdf then opens in Reader.
    So while he can view the pdf, he gets the annoying popup that he has to click through. Is there any way to get rid of that error message popup so when he clicks on the pdf in the secure emails, that it just opens without error like the pdf's do from non-secure emails?
    Jonathan

    Post your question in the forum for Adobe Reader.

  • Error when opening PDF files from SAP.

    Hi Gurus
    I have posted this question in ABAP Development section also. Please read the below text.
    We are having a strange intermittent problem with Adobe Reader. When we try to open PDF files from SAP Frontend we get an error pop-up. The pop-up does not have any text. The title of the pop-up has "Adobe Reader". There is a blue question mark and an OK button.
    This issue occurs few times a day in Windows Vista.
    This issue does not occur in Windows XP.
    Since past few weeks, we have been trying to find some error/warning/atleast some text in log files of SAP, OS, Adobe Reader, Registry entries, Event Viewer. So far, we have not found anything.
    SAP is not able to help as this issue occurs intermittently and said when they tried, the issue did not occur. They made two attempts and in each attempt they tried 10 times to reproduce the issue. This issue occurs intermittently.
    Environment
    SAP R/3 4.7 EE SAP_Basis 620 Support Package 61
    Windows Vista Enterprise
    Adobe Reader 9.0 and Adobe Reader 9.1 (tried with both versions)
    SAPGUI 710 Patch 12 (latest patch). It also occured in Patch 11.
    Please suggest
    Thank you
    Pavan

    Now I got to capture the screenshot, however not able to attach/upload here but it says:
    'Reading Untagged Documents'
    lets say i tried to open 6 page document then it said:
    'This 6-page document is untagged and must be prepared for reading. While the document is being
    analyzed, your assistive technology will not be able to interact with this application. '
    then it asked for Reading options
    then a checkbox for to confirm 'Always use the settings from the Reading Preferences (Do not show this dialog again)
    then 'OK/START' and 'cancel' buttons
    It seems, this is the problem with Adobe w.r.t Vista.
    thanks
    Bhudev

  • I have adobe reader but cant open pdfs from emails. Why?

    Getting very frustrated as recently cant open pdfs sent to me by emails although I have Adobe reader app on my tablet. Comes up with message Open file failed. Help please
    Donut1950

    donut1950,
    Would you provide more information about your problem so that we can troubleshoot?
    What is the version of your Adobe Reader for Android?
    What is the version of Android OS?
    What is the mail app do you use to read email on Android?
    When you try to open an PDF attachment, do you see the dialog "Compete action using" with the Adobe Reader icon?  Does the dialog have "Always" and "Just Once"?
    Could you tell us the exact error message that you see when you try to open an PDF attachment?
    Does the problem happen with ONE particular PDF attachment?  Or does it happen with any PDF attachments all the time?

  • Save As Dialog Not Showing when opening pdf from Outlook 2010

    Hi
    I have recently had to change the default documents folder on a windows 7 machine (Right Click Documents, properties,  include folder, set save location). Since this change, when opening an attached pdf document in outlook 2010 and viewing with adobe reader, if i click Save as from the file menu, no os dialog appears and therefore user cannot choose a place to save the document.
    As a work around the user can right click the attachment save the docment to a location, once opened, ther save as dialog is usable.
    I have uninstalled and re-installed reader to the laterst version, but with no luck.
    Any ideas?
    Jason Congerton

    This looks like a new behavior of Outlook 2010 and isn't specific to PDFs. You will need to "save as" the document. There is a thread at Microsoft forums about this with some possible workarounds:
    http://social.technet.microsoft.com/Forums/en-US/outlook/thread/927d678d-b55b-4732-93cb-f1 3ed1dacf96/

  • Scanning causes error when opening PDF

    Every time I scan or print with my HP Officejet 5610v, I can then no longer open a pdf by finding a file in the finder.
    When I try I get the following error:
    The document “iPhone intro.pdf” could not be opened. Acrobat cannot open files in the “Adobe PDF document” format.
    I can still open pdf doc by opening Acrobat and clicking open and then find the file but that is a pain.
    I have deleted my printer/scanner software and re-installed a new driver and tried updating my acrobat but to no avail.
    Anyone have any other thoughts?
    Thanks for the help.

    Use the forum for Adobe Reader.

  • ArialUnicodeMS is missing error when opening PDF

    Hi
    I have Adobe Reader v9.0 on Windows XP SP3
    When I try to open PDF document I get this error:
    "Cannot find or create the font 'ArialUnicodeMS'. Some characters my not display or print correctly"
    The document then open in gibrish.
    Please advise.
    Thank's

    Use the forum for Adobe Reader.

  • Run Time Error When opening PDF File on Computer

    I am getting a run time error when I try to open up PDF's on my computer.  The error message reads, "The application has requested the runtime to terminate in an unusual way.  When I click ok the error box I get a message that says adobe reader has stopped working and the program has been closed.  FYI I am using the latest version of adobe reader

    Operating system is Windows Vista Home Premium..
    Version of Adobe Reader is 10.1.13.
    Any thoughts on what the issue is?

  • Captivate 5: msvcr90.dll error when opening projects from CP4

    Hi,
    I have a problem during a few days and I don't know how to solve it.
    I'm running a SO Win XP (with SP3) and I have been using Captivate 4 without any problem for months Last week I installed Captivate 5 (I deleted CP4 from the computer - not enough space for both versions)
    CP5 works fine when I open a new project on this version or opening a project .cptx file previously created with CP5. My problem appears when opening a project previously created with CP4 (file with extension .cp). The CP5 tries to update the file but suddenly an error forcing to close the CP5 appears.
    The details of the error are the next:
    AppName: adobecaptivate.exe     AppVer: 5.0.2.630     ModName: msvcr90.dll
    ModVer: 9.0.30729.4148     Offset: 00030655
    Other computer in the office (running Windows 7) is working correctly, without the problem I have in my win XP machine.
    Any idea to try to solve it?
    Many thanks in advance. Regards.

    Was there a solution to this problem as I encounter it in Captivate 5.5.0.257 when trying to edit a slide containing audio files for a captivate 5.5 project. The project can be previewed and it playes all the slides but none of the audio. If I click a slide in the filestrip which has audio Captivate will crash and show the error reporting screen. If l click on the audio in the library it will also crash captivate
    The audio folder in the library has 5 items all called Narration1 with a use count fo 1 but with different sizes. even right clicking on the audio here will crash captivate. The other entries in the library don't case a crash
    I have tried the project on 2 different computers but both will crash captivate if I try to select a slide with audio or use the library to try to select the audio

  • SIMBL Error when opening Safari from the desk tray

    I get a SIMBL Error when I open Safari from the desk tray. The error reads:
    SIMBL Error: Safari 3.0.4 version 523.12 has not been tested with plugin PCB (null) (v19).
    Any idea on the origin of this error? I have recently turned on parental controls -- could that have anything to do with the PCB plugin? Where do I see a list of installed Safari plugins?

    The PCB error is related to a Parental Control Bar plug-in which is incompatible with the recently updated Safari
    http://www.parentalcontrolbar.org/
    To eliminate the error, ...
    "This is probably installed under Macintosh HD > Library > Application Support > SIMBL > Plugins > PCB.bundle. If you simply remove this, Safari should be happy. (If you installed it somewhere else, then just use Spotlight to find PCB.bundle.)" Taken from Apple Discussion Board, Topic : Safari 3.0.4: Plugin-not-loaded alert window
    I have not re-installed the plug-in so cannot comment as to whether it is updated for Safari 3.04. Otherwise, error disappeared.

  • Can't open PDF from email

    I uploaded adobe reader, tried to open a PDF from my email and it doesn't give me the "open in" option, only the print option

    Please try looking at this document: http://forums.adobe.com/docs/DOC-2532

  • Error when opening PDF

    Hello,
    I'm having problems when trying to open PDF documents. When I go to open a PDF it tells me it can not open because it is not a valid PDF document but, I am positive that it is a valid PDF document that opens in other apps. How do I fix this??
    Thanks you.

    What is your operating system?  Reader version?
    Can you open that PDF in a text editor, then copy and paste the first two or three lines here in the forum?

  • Page size error when creating PDF from Excel 2013

    Hello,
    I am using Acrobat Pro XI, and am creating a PDF from Excel 2013.  I have updated Acrobat to the latest version (11.0.4).  I am using the Acrobat CreatePDF add-in inside Excel to convert a spreadsheet to PDF.  However, when I create the PDF, the page size doubles from 8.5" x 11" to 17" x 22".  I have checked the print settings inside Excel to insure that the content fits onto an 8.5" x 11" page.  I also checked the Preferences->Advanced Preferences of the Create PDF add-in and confirmed that the default page size is set to 8.5" x 11".  Does anyone know why it is creating the PDF with a 17" x 22" page size?  Also, can the page be resized back down to 8.5" x 11" within Acrobat Pro XI? 

    Hello - this did not happen when I printed the file to the Adobe PDF printer.  It correctly sized the sheet as 8.5" x 11".  Thanks for the suggestion.  Also, it will properly print out to the physical printer. 
    The main problem is when I am combining several PDFs into one document, I have some sheets sized at 8.5" x 11" and some at 17" x 22", so the document looks strange when viewing it online.  I am still not sure why the Create PDF add-in creates a different sized PDF than the Print to PDF function. 

Maybe you are looking for

  • Windows 8.1 update Developer Preview from Microso...

    If i update Windows 8.1 update for Nokia Lumia 925 from  Developer whether it affects the warranty of the device. If any problems whether  nokia will support us. I have device having warranty for another 9 months. If i update it now whether we will g

  • Nano does not appear in Itunes. Most of the time.

    Ah, I need help. I received my Ipod nano on Tuesday, and here it is Saturday, and it still isn't working properly. What it can't do: - Itunes does not recognize the Ipod Nano; under preferences, it says that no Ipod is connected - Cannot be found in

  • How to organize in iPhoto 6???

    I need help organizing my pictures in iPhoto 6... When I need to send a picture or just browse in my directory of pictures I have to take a guess in which folder the picture i'm looking for is in. For example I have a "Modified" and "Originals" folde

  • After ML install nothing but gray screen and spinning gear

    I have tried a lot of fixes... Won't boot in safe mode, ran disk permissions and repair, tried single user mode and the fsck several times,  reset ram...reinstalled ML.... What is next ??..

  • Generate xml using FOR XML PATH from table with hierarchy

    I need to create xml from a table like: EL1 EL2 EL3 Attr01 Attr02 Attr03 Attr04 E10,    ,    ,a,b,c,d E10,E1010,    ,a,b,c,d E10,E1010,E101010,a,b,c,d E10,E1010,E101020,a,b,c,d E10,E1010,E101030,a,b,c,d E10,E1020,    ,a,b,c,d E10,E1020,E102010,a,b,c,