"Error 109" in files returned by customer

My workflow uses FM10 and Acrobat Pro to create .pdfs for sending out to clients. Just had a 'phone call from someone saying he can't open the .pdfs any more, even though he's been using them for a while. Acrobat Pro X brings up the bookmarks list, but then displays the message "There was an error processing this page. There was a problem reading this document (109)."
Any idea where the problem lies and what to do about it? I suspect it may be file-corruption at the client's end, but I'd welcome confirmation before telling him so!

Hi Niels,
Chances are, if you are seeing error 109 when opening a PDF file, the file is corrupt. If you downloaded the file, try downloading it again. If you created the file yourself, try creating it again from the original source. That may be all you need to do to solve this problem.
On the other hand, there may be nothing wrong with the file itself, but your PDF reader may be having trouble making sense of it:
If you are trying to view the PDF in your browser, save the file to your desktop and then try to open it with the stand-alone Acrobat Reader. Sometimes the browser plugins cannot handle large or complex PDFs, or third party software has corrupted the browser plugin, rendering it useless.
You may have a newer PDF file, and an old version of the Acrobat / Reader. Try updating your version of Acrobat/ Reader. This can solve many issues, including security issues known to exist in earlier versions of Acrobat software.
You can also try saving the file as .ps file and then convert it back to pdf and check.
Regards,
Rave

Similar Messages

  • Error when uploading file : Return code = 6 in LSMW

    Hello All,
    Getting the bleow mentioned error in LSMW.
    Error when uploading file Return code = 6 )
    Is it related to access. please suggest.

    did you define the file in step 7 without any error and allocate in step 8 without any error before? 
    I mean in the same system where you execute the read step.
    Make sure you have the file not open when you execute the read step.

  • Error "[-109]: Lob file dropped" sometimes ...

    I get the error
      [-109]: Lob file dropped
    when I try to insert a record containing a BLOB. Strange as it seems, the error seems to occur depending on some parameters which I can not identify, the inserting of certain records in my app does always yield this error, inserting of some other records (into the same table) using the same piece of code would always succeed. But I can not identify what makes the difference.
    I found the thread Lob file dropped where there was the suggestion to look at the diagnosis files, so I did this, but saw no oddity at all - this is the knldiag.err file just after the -109 error occurred:
    Date       Time       TID(hex) Typ MsgID Label    Message-Text
    2008-01-10 13:13:57                               --- Starting GMT 2008-01-10 12:13:57           7.6.00   Build 037-121-149-748
    2008-01-11 14:01:47                               ___ Stopping GMT 2008-01-11 13:01:47           7.6.00   Build 037-121-149-748
    2008-01-11 14:01:48                               --- Starting GMT 2008-01-11 13:01:48           7.6.00   Build 037-121-149-748
    2008-01-15 10:41:04                               ___ Stopping GMT 2008-01-15 09:41:04           7.6.00   Build 037-121-149-748
    2008-01-15 10:41:05                               --- Starting GMT 2008-01-15 09:41:05           7.6.00   Build 037-121-149-748
    My DB is a 7.6.00.37 engine.
    How can I tackle this problem?
    TIA,
    Alex

    Hi Alexander,
    the issue could be related to the PTS 1148762 which was implemented in the version 7.6.02 B15. So I would recommend you to update your database to the actual 7.6.03 version.
    Best regards,
    Oksana Alekseious

  • Error when uploading file :( Return code = 6 )

    Hello All,
    Getting the bleow mentioned error in LSMW.
    Error when uploading file Return code = 6 )
    Is it related to access. please suggest.

    Hi,
    If the Sy-Subrc is 0 then Success,
             Sy-SUBRC is 4 then failure,
             Sy-SUBRC = 6 then the user might be not access to read the file.
    This is due to authorization issue.

  • LSMW Error When Uploading file (Return Code 1)

    Hi SAP peeps,
    Just upgraded from ECC6 EHP5(SAPKH60507) to EHP7(SAPKH61707), and trying to copy over an LSMW into EHP7 using export/import Project...
    The export/import works fine from eg. EHP5 to EHP5, but the import into EHP7 is getting an error... It's not even getting to the point where the .TXT file is even imported into the new system. It's getting stuck trying to select the damn file off the local machine...
    I've debugged it and this is what it's doing in EHP7:
    In FM /SAPDMC/LSM_PROJECT_IMPORT2, it's doing a call to CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG
    This is supposed to return 1x row for the .TXT file I've selected for Import (file from prior Export)
    The file entry resides in: CHANGING       FILE_TABLE              = l_filetable
    However, in EHP7, it seems to have a bug in it such that there are 2x rows in l_filetable - the 1st of which is BLANK!
    The subsequent read of this table and call to FM 'GUI_UPLOAD' is not very happy about this:     read table l_filetable index 1 into l_filename.
         CALL FUNCTION 'GUI_UPLOAD' EXPORTING FILENAME                      = l_filename  .......
    Exporting/Importing from EHP7 to EHP7 also has the issue - so seems to be specifically related to EHP7 Import functions...
    I've also debugged EHP5, and this BLANK row doesn't appear in the table l_filetable, and therefore the issue does not occur...
    Could this be Unicode related somehow? If so, what to do and how to fix?  The EHP5 was made Unicode compliant before the upgrade started as it was a mandatory pre-req...
    Any ideas? Anyone seen this before? Any thoughts appreciated... Can't find any SAP OSS notes related to this either... :\
    Cheers,
    Nick

    Hello,
    Please implement the SAP note 2066358 and test again.
    Regards,
    David

  • LSMW Error When Uploading file (Return Code = 7)

    Hi all,
    I got this message in step 9 'Read Data'. I've checked everything about file i'm doing as always. The fle is not open during the steps and file format is Text (tab delimited). Could you please tell me what is the problem?
    Regards

    RC 7 = unknown error
    you can just be sure that it is not one of the other listed errors:
    file_open_error               = 1
    file_read_error               = 2
    no_batch                      = 3
    gui_refuse_filetransfer       = 4
    invalid_type                  = 5
    no_authority                  = 6
    unknown_error                 = 7
    bad_data_format               = 8
    header_not_allowed            = 9
    separator_not_allowed         = 10
    header_too_long               = 11
    unknown_dp_error              = 12
    access_denied                 = 13
    dp_out_of_memory              = 14
    disk_full                     = 15
    dp_timeout                    = 16
    OTHERS                        = 17
    you may have to debug the read program. Click personal menu, then activate the box in from of display read program.
    you get a new step 9, which gives you the source for the read program. there you can set breakpints for the debugger, which will start when you execute the read step (which is then step 10)

  • Error during Custom Build - error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

    Hi All,
    I was trying to develop C++ web service using GShop with Visual Studio 2005.I refered a tutorial :-
    http://guruce.com/blogpost/hosting-webservices-on-windows-embedded-compact-windows-ce-using-gsoap .
    AS per the tutorial i proceeded. But, i stuck-up when making a custom build with Helloworld.wsdl.Here is the output :
    1>------ Rebuild All started: Project: HelloWorldWebService, Configuration: Debug Pocket PC 2003 (ARMV4) ------
    1>Deleting intermediate and output files for project 'HelloWorldWebService', configuration 'Debug|Pocket PC 2003 (ARMV4)'
    1>Performing Custom Build Step
    1>'D:\Test' is not recognized as an internal or external command,
    1>operable program or batch file.
    1>Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"
    1>Build log was saved at "file://d:\Test Code\HelloWorldWebService\HelloWorldWebService\Pocket PC 2003 (ARMV4)\Debug\BuildLog.htm"
    1>HelloWorldWebService - 1 error(s), 0 warning(s)
    ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
    As given in the tutorial i kept my custom build command line as : -
    $(SolutionDir)\gsoap-2.8\gsoap\bin\win32\wsdl2h.exe -s $(InputPath) -o $(ProjectDir)$(InputName).h
    and outpouts : $(InputName).h
    I kept GSHOP in the project filder :- D:\Test Code\HelloWorldWebService
    Kindly help.
    Jyotiranjan

    Hi Jyotiranjan,
    I’m glad to hear that you got it working.
    Thank you for sharing your solutions
    experience here. It will be very beneficial for other community members who
    have similar questions.
    Best regards,
    Lucy
    Lucy Liu [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Return The remote server returned an error: (403) Forbidden error for some file types

    hi
    am using below code to get the byte array 
    byte[] myDataBuffer = client.DownloadData((new Uri(sourceUrl)));
    for source of type .txt/.jpg no problem with accessing.but the file type with .master/.wsp/.cs
    it is returning "The remote server returned an error: (403) Forbidden error for some file types" Error.how can i get rid of this.please help me
    Thanks in Advance

    Hi,
    It seems there is something wrong with your code, from your code the account and key are the same, because their appsetting name are the same.
    string account = ConfigurationManager.AppSettings["StorageAccountName"];
    //string account = CloudConfigurationManager.GetSetting("StorageAccountName");
    //string key = CloudConfigurationManager.GetSetting("StorageAccountAccessKey");
    string key = ConfigurationManager.AppSettings["StorageAccountName"];
    string connectionString = String.Format("DefaultEndpointsProtocol=https;AccountName={0};AccountKey={1}", account, key);
    return CloudStorageAccount.Parse(connectionString);
    If you use CloudConfigurationManager.GetSetting, please consider set azure project as the startup project, if not, this value will be null, this resulted in solution being started as a web project that didn't run inside the Azure emulator. Since CloudConfigurationManager.GetSetting
    tries to get setting by contacting Azure (or Azure emulator in this case), and it is not running, it returns null.
    Best Regards,
    Jambor
    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.

  • Cannot delete file from error 109

    I tried to open a document and got an error 109.  the error message keeps flashing and even though I click CLOSE, it won't close.  This keeps me from closing or deleting the document or doing anything else on my MAC

    Hi isabelsingh,
    It sounds like that particular PDF may be damaged. Do you get the error with other PDFs? What version of Acrobat or Reader are you using? And, are you on Mac OS or Windows?
    If you'd like, you can try sending me the file, and I'll see if I can open/Save As on my end. Let me know, and I'll send you a private message with my email address so you can send the file along.
    Best,
    Sara

  • Read file in Acrobat 8 but error 109 and white pages in Acrobat 9

    Hi,
         I have this problem:
    I generate with vb net a pdf file that I can read without problem in Acrobat 8, but when I try to read it with Acrobat 9.3 I receive the error 109 and I can see only the first page, while other pages are white.
    Can anyone help me?
    Thanks
    Gabeluna

    Hi, thanks for the answer
    but  it doesn't resolve the problem...

  • Write to text file returns no error even if the underlying file is deleted

    Hi,
    I'm using a CompactRIO and writing to a text file underneath the C drive.
    I'm running into an unexpected situation when I am trying to error check my file handling.  I assumed that if the underlying file being written to that was created by open/create/replace vi and written to with the "Write to Text File" vi, would return an error if I delete the file from underneath it in the file system., yet there is no reported error and the function carrys on seemingly successfully writing to a file that has been deleted.  
    Anyone know why this happens and how to potentiallly remedy?

    Ouch, this obviously isn't ideal but is probably down to the filesystem on the CompactRIO.
    I would consider putting in a check - doing something like getting the file position from the file might return an error if the file no longer exists.
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • There is error 'No such file or directory' during loading custom authentica

    Hi,
    I am working on OBIEE authentication using Hyperion shared services. I did the necessary changes in config file, like modifying config.xml to enable HSSauthenticator and enabling external authentication to instanceconfig.xml. However BI Server is unable to load the driver file for the Hyperion custom authenticator. Here is the error message.
    There is error 'No such file or directory' during loading custom authentication module '/opt/local/usr/home/Oracle/OracleBI/web/bin64/libsawobisauthenticatorproxy643r.so'.
    2011-06-26 21:04:05
    [nQSError: 13011] Query for Initialization Block 'Hyperion EPM' has failed.
    I have set the env variable LD_LIBRARY_PATH to this path but still I am getting the same error msg. I also have full previleges on this file. Would be really great if anyone can tell me why I am unable to load this driver file on to server. Thanks in advance

    I think I figured out. Instead of giving path thru bin64 , I gave it thru bin folder, which is a 32bit file. I think they installled a 32bit OBIEE.

  • Run adadmin option Check fo missing files returns errors

    Hi
    Run adadmin option 2. Maintain Applications Files menu
    and 5. Check for missing files
    Returns error
    Unable to verify files for iSupplier Portal.
    AD Administration error:
    The following file is missing:
    /m01/TEST/apps/apps_st/appl/pos/12.0.0/admin/driver/posfile.drv
    EBS Version:R12.1.3
    As the files are intact and existed in old server where as in production i didnot find andy files except only three files exited in POS_TOP i.e log mesg out
    as compare to old server: i.e. admin help html java log mds media mesg out patch sql xml
    Please suggest should i copy the files form old server/backup to POS_TOP
    Thanks
    Alig

    Duplicate post -- adadmin error when run check for missing files
    The other post was created on "May 11, 2011 1:10 AM" and this one on "May 11, 2011 2:08 AM" so this is the one which should be locked.
    Thanks,
    Hussein

  • HT5071 Please Help! how do I fix this error: "The title of the Table of Contents in portrait view is placeholder text : Book Title. Please redeliver your corrected full book file with a custom preview file. "

    Urgent.
    I have been not approved of this error
    been back and forth with Apple
    The title of the Table of Contents in portrait view is placeholder text : Book Title. Please redeliver your corrected full book file with a custom preview file. The book will not go live in the store without a matching custom preview file."
    1st, how do you clarify the Table of Contents issue. No idea what I am doing wrong
    2nd what is a customr preview file?  I uploaded a sample book already.
    Please advise ASAP
    my email: [email protected]
    thanks

    I double check my table of content and I do not have a place holder... so I don't understand the error.

  • Error when creating ZIP file (return value 2 when IGS was called)

    Hello All
    I attempted to Schedule a Query to the Portal folders and executes fine.  However when it's scheduled to and email, I am getting this message
    'Error when creating ZIP file (return value 2 when IGS was called)'
    Any ideas?
    Thanks ...BK

    Hello Kai
    Thanks very much for the info.  how would I know what patch the IGS is?
    Thank you.
    Regards..BK

Maybe you are looking for

  • Regarding Safari; (screen goes crazy when I press the Top Sites bottom)

    Regarding Safari; When I open safari everything works fine, but when I press the top sites bottom, the screen goes crazy for a second and then goes to the top sites. It is not fading or dimming from one screen to the other like it use to do. any suge

  • ITunes Freezes on Shutdown - "Program Not Responding" error

    Hi, newbie here. Running Windows XP and iTunes 7.7 When I try to close iTunes it just freezes and I have to use the Windows Task Manager to quit the program. What is the fix for this ? Any help appreciated.

  • Changing sequence aspect ratio in FCP

    My Video/Audio settings were NTSC DV 48k I had wide screen SD clips in bins of my project When creating a new sequence and dropping 16X9 SD clip FCP would open a dialogue box asking me: "For best performance your sequence and external video should be

  • Activity Generated in CRM  through an incoming Email

    Hi,     Im new to CRM.Can anyone one help me in this issue.     When an User sends a Email with HTML attachment to CRM System, an Activity is generated at CRM end. But when i try opening the Attachment in the Activity,it doesn't open.It works fine fo

  • Printer now will not come out of sleep mode with new MiFi 5510L

    I have a HP 3522 All In One wireless printer networked via my MiFI router that goes into sleep mode as it is supposed to after a set period of idle time but the only way I can get it back on line/wake up is to unplug it and plug it back in.  While as