Regarding PDF files open issues

Hi, I am Anurag Tiwari working as a Portal Administrator for Sunchemical Portal. We are facing some issues while opening PDF documents through portal. The PDF documents are able to open without logon to portal, through the 'http' link associated with the document, even though we cleared the PTCache then also it's happening the same. Please can you raise this as a high priority call to provide a better solution to us?Kindly advice us and please revert us back on this. NB: Our Portal version is 4.5, SP1.Thank you.Best Regards,Anurag TiwariPortal Administrator

Paul,
These PDF files are opening at any domain doesn't need any authenticated to portal. One important point is that all our files including the pdf one is in the https response. But other is not opening, only PDF causing this problem. We have checked this with version 5.0.2, this is not happening.
e.g: https://<myportal>.com/portal/PTCache/<file name>.pdf?ID=<document ID>&PTToken=pv_conflate&Name=.pdf, this is the generated URL syntax. Whether the naming convection for PDF documents are single/multi-word with space/underscore between them, doesn't effect.
We thought due to PTCache this might happen, so we cleared the PTCache, still it persist. If this is a configuration issue then please provide us a remedy for patch up.
Our file server and portal server are different. Please help us in this issue; we are not getting any solution on this.
Further, let me know if you need more information.
Thanks & Best Regards,Anurag TiwariPortal Administrator

Similar Messages

  • Re: PDF file opening issue

    Dear Sheena,
    We really appreciate your quick support here.
    The link you have provided worked as a charm...:-)
    Now what if i have already opened one pdf document on my local system and trying to print the pdf file through c# ??
    I am getting the attached error. If you please help me to resolve this i will be a big fan of yours.
    Pramod koshti.

    Dear Professionals/ Expertise,
    We are using the attached version of the adobe reader. We are trying to print the pdf documents through c#, here we are not able to print the documents silently in the background.
    Moreover, we are getting the error "There was an error opening this document. Access Denied."
    I really appreciate your quick support here. Thanks in advance.
    pramod
    This topic first appeared in the Spiceworks Community

  • PDF File opening issue

    Hi guys,It may be a simple issue, but I am not able to find why it is happening.I am trying to open a file from our file server. File path:Z\Fileshare\folder1\folder2\folder3\folder4\folder5\Filename.pdfEvery time I try to access it I get an error message.If I copy that file to my Desktop or even copy it to a folder back that isZ\Fileshare\folder1\folder2\folder3\folder4\Filename.pdf it works. All other PDF's in the Folder5 works fine. SO I copied the Filename.pdf to my desktop. Created a Test folder under Folder5. Open the Filename.pdf from my desktop and Print as PDF and saved it to Test folder. Navigate to Test folder and tried to open it. GotSame error message.Open Event logs. The only event under Application logs for Acrobat is:
    "The description for Event ID 0 from source Adobe Reader cannot be found. Either the component that...
    This topic first appeared in the Spiceworks Community

    Migrating your database to a new datacenter can be a high-risk and time-consuming process. A database contains state, and can be much harder to migrate as compared to web servers, queues or cache servers.In this blog post, we will give you some tips on how to migrate your data from one service provider to another. The process is somewhat similar to our previous post on how to upgrade MySQL, but there are a couple of important differences.
    This is the seventh installment in the Become a MySQL DBA blog series. Our previous posts in the DBA series include Database Upgrades, Replication Topology Changes, Schema Changes, High Availability, Backup & Restore, Monitoring & Trending.MySQL Replication or Galera?Switching to another service provider (e.g., moving from AWS to Rackspace or from colocated servers to cloud) very often means one would...

  • File Open Issues - document library pdf file to open in new browser window

    Hi
    I have a requirement to open the document library containing pdf file to open in new browser window. So far I have tried following steps but could not get it to work.
    1. Changing Document library advance setting to open the document in browser (have tried others as well).
    2. SharePoint web application setting changed as Permissive instead of Strict. Here the pdf file opens in browser but redirect from document library instead of new window(Also tried adding Target=”_blank” and no change).
    3. Executed the powershell script to adding MIME type to see if it works but no change.
    $webApp = Get-SPWebApplication http://SharePointSite
    If ($webApp.AllowedInlineDownloadedMimeTypes -notcontains "application/pdf")
    Write-Host -ForegroundColor White "Adding PDF MIME Type..."
    $webApp.AllowedInlineDownloadedMimeTypes.Add("application/pdf")
    $webApp.Update()
    Write-Host -ForegroundColor White "Added and saved."
    Else
    Write-Host -ForegroundColor White "PDF MIME type is already added."
    4. Open the Doc library and modified ALLItems.aspx to add Target= “_blank”
    5. I have already tried solutions suggested in the link:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/9db08c4a-b53c-419a-84f8-001c194d1311/how-to-open-sharepoint-document-library-pdf-file-in-new-window?forum=sharepointadminlegacy
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/530e2ea1-d77d-491c-935f-04f536e439a5/open-a-pdf-document-to-a-new-browser-in-the-document-library-web-part?forum=sharepointadminlegacy
    http://mindsharpblogs.com/todd/archive/2005/08/16/654.html
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/7b6091df-4657-4799-ba02-259ebd7e4b7c/pdf-doesnt-open-in-document-library?forum=sharepointadminlegacy
    Appreciate if there are any working solution from any of you. Many Thanks

    I found a solution which works only in the development. No idea when I compared, Browser MIME type is enabled, STRICT browser type is configured for web application. on the document library advance setting, default to open in new browser. Both configurations
    are identical but I am able to open pdf file in new window in my developing using jquery script
    http://blog.ithinksharepoint.com/2011/02/21/open-pdf-files-from-a-document-library-in-a-new-window/ but the same does not work on production server :(
    Any help experts?
    Thanks

  • Using browser javascript to copy selected text from a pdf file opened in Air app.

    I have posted this question on reader forum as well, but I think it is more suited here...
    I am trying to create a note-taking application in air. I want to extract selected text from pdf file as a string object or to the clipboard.
    Obviously, all pdfs in my local storage will not be scripted to recieve postMessages and act accordingly, and that is not practical either. So, my problem is, how can I copy the selected text in the pdf file (opened as an object in htmlloader within my Air app) to clipboard or directly in another control by say clicking a button in air application? I suppose, this is possible using javascript, however, I don't know which reader methods are exposed to the wrapper htmlloader control. In short, I want to execute app.execMenuItem("Copy") command through htmlloader javascript. Any alternate solutions are also welcome.
    This is similar to passing inbuilt commands/methods/functions (of adobe reader) to pdf-reader plugin embedded in a webpage via javascript. This is possible in IE where the pdf is rendered as activex object, and hence JSObject interface of pdf document/reader is accessible to the browser javascript. I have also read that this same JSObject is accessible to VB as interface for IAC, so as the Air is Adobe's own product, I was wondering if equivalent of JSObject is accessible to htmlloader control as well.
    Thanks in advance...
    Mits

    Thank you Thom for your reply...
    from
    http://www.adobe.com/devnet/acrobat/javascript.html
    ...Through JavaScript extensions, the viewer application and its plug-ins expose much of their functionality to document authors, form designers, and plug-in developers...
    As it is explicitly mentioned, that the functionality of adobe reader are exposed for plugin development, I thought someone here might have used external javascript to execute some safe methods in adobe reader. The functionality (i.e. external javascript interface-JSObject) is already available for VB programmers to develop IAC. Further, the Acrobat SDK example called "AcroPDFinHML" shows how one can embed a pdf-reader in a html page and execute some safe methods (like gotonextpage(), zooming etc.) in IE as ActiveX plugin. I have checked it myself for adobe reader 9, and it works perfectly, so there is no security issue as such to implement the same for another browser (like in my case, the htmlloader control in flex/air app).
    I intend to create a note taking application in air, where it is very much required that I should be able to copy selected text from various pdf documents, that are open in my app, and subsequently paste/collect/save the collected notes and process them afterwords (offcourse, from the pdfs that allow me copying text). However, it is not happening for me here. As the pdfs are opened through adobe reader plugin, it does not register the copy command executed by my air app. It registers the system level copy command (by keyboard shortcut Ctrl+C), but my air app has no way to execute the system level copy command programmatically. So I am kind of stuck here...
    Thanks again for your reply. Having known what am I intend to accomplish, any other (may be alternative) solutions will be appreciated nonetheless...
    Mits

  • Why can't I scroll or use MMB to open pages in new tab, when I have a PDF file opened in FF4?

    If I have a PDF file opened in firefox 4, I am for unknow reason unable to open pages in new tabs with MMB or scroll thepage up or down. The scroll function isn't working at all, and it seems like I'd be scrolling the PDF file, not the page of my current tab.

    Hi aK'
    Nice, memorable user name!
    -1712 is a timed out error. One reported cause (with other applications) is that the application is attempting to open a large number of files, or a file that no longer exists.
    Try holding down the shift key when launching preview. This prevents the application from attempting to open windows that were not closed before quitting the application.
    Regards,
    Barry

  • UNABLE TO OPEN AN HYPERLINK INSIDE OF A WEB PDF FILE OPENED INSIDE OF IE 11

    Hello, We have gone to the website
    http://www.salonrenovationmaisonneuve.com/en/exposants
    and download the file to open Inside of IE. Once the file is open, none of the links either e-mail or web site works. However, if we open the same file Inside of Google Chrome, the links work. So, we want to know if we are missing something in IE or a plugin.
    The PDF file opens with no problem but the links are not enabled. The file works in an Apple Machine and Google Chrome. However, if we download the file physically inside of the computer and then open the file with Adobe Reader, the links all work! Any ideas
    how to solve this issue? Thanks Miguel Moreno
    Miguel A. Moreno Alfa Logos inc. Tel. 514-253-2548

    Any ideas how to solve this issue?
    Try using Protected Mode Off.  Then you will be at the same level of security that those other programs are running at.  You could also try elevating the iexplore.exe task.  That would turn off Protected Mode in that task automatically but then
    you would be running also with Administrator level authority which might be excessive.
    Robert Aldwinckle

  • PDF files open very slowly or not at all.

    I am experiencing an issue on a clients network where most pdf files open extremely slow or not at all. This issue is being experieced by both pc and mac uses, computers on and off the domain. Any one connected to the network. Has anyone seen an issue like this before. We are currently having Cisco troubleshoot the internet router but are not currently seeing any issues there. The isp has indicated that the circuit has tested cleanly. The issue is even seen when trying to download the pdf, it just seems to hang around 80-90 percent of the download.
    Any help on this issue would be greatly appreceiated.

    It MAY be that Adobe software slowness problems are caused by having a network
    printer as default... with the cure being to always have a local printer as a
    default (you don't have to USE it, just have it set to local as default) and
    this may be accomplished by using an Adobe Generic Printer Driver
    http://www.adobe.com/support/downloads/product.jsp?product=pdrv&platform=win

  • PDF files open in wordpad and are illegible?

    PDF files open in wordpad and are illegible? What to do?

    To permanently fix the issue go to Edit - Preferences - General and click the Select Default PDF Handler button, and then select Reader from the list and click OK.

  • Problem keeping .pdf file open - "volume externally changed..."

    I use Adobe Acrobat daily in my real estate business. I save or print a .pdf file of pretty much every document I use. Every day, I run into this problem: I'll have a .pdf file open for reference, and no matter what length of time I have the file open, whether 5 minutes or 30 minutes or anywhere in between, when I try to look back at the file and scroll down or up or even just click on the page somewhere, a little dialogue box pops up that says: The volume of the file has been externally altered so that the opened file is no longer valid." Then I click "OK" and try to navigate the file, and all my information in the file is blanked out, it's just a blank white page. I can exit out of the file and reopen and all my information is visible again, but after a bit of time, the same thing happens again. Very frustrating and time consuming, to have to keep exiting and reopening the file just to read it. I work on a shared drive of about 6 computers, but no one else is looking at the same file as me at the same point in time that I am accessing the file, so I know that's not the problem...Any help in this matter would be greatly appreciated! Just FYI, I am running Windows 7, and the version of Adobe Acrobat I am running is Adobe Acrobat 8.3.1 Professional.

    Is the issue happening with all PDFs that you access? Or some of them? Could you try and get a new PDF from the web and try opening it and see if it might be a problem with the PDFs as such.

  • When I try to open a pdf file I get an error message stating "There was an error opening the document.  The file is damaged and could not be repaired."  Other pdf files open fine.

    When I try to open a pdf file I get an error message stating "There was an error opening the document.  The file is damaged and could not be repaired."  Other pdf files open fine.

    You need to get a new copy of the PDF.

  • My pdf files open in media player how do I default it to adobe reader

    My pdf files open in media player how do I default it to adobe reader.   I have win 7 enterprise servic pack 1

    You'll have to change the file association of PDF files back to Adobe Reader; see http://windows.microsoft.com/en-in/windows-vista/change-which-programs-windows-uses-by-def ault

  • How do I make a link found in a .pdf file open in Firefox?

    When I have a .pdf file open in Adobe Reader, the link opens in Google Chrome.  How do I make it open in Firefox?

    Use Firefox as your default browser.

  • Whenever there is a pdf file open in one of the tabs then I can't use the scrolling (of my touchpad) in any other tab in FF4. How can this be corrected?

    Even if one of the open tabs contain a .pdf file opened in it, then I can't scroll the pages down in any other tab. Irrespective of which tab is active, the pages in the pdf get scrolled. :(
    I've tried to reinstall the Firefox, but that hasn't helped. In fact the problem continues even after I've done a complete system format.

    My workaround for this problem is to open the tabbed pdf document into a new Firefox window (Right-Click tab --> Move to New Window) which unlocks scrolling capabilities for all tabs in your original window.

  • When I have a pdf file open, I used to be able to click on "Bookmarks" tab on left side and allow me to click on each individual page and delete if I needed to.  Now when I click on the Bookmarks tab, that section is empty.  How can I get it to show each

    when I have a pdf file open, I used to be able to click on "Bookmarks" tab on left side and allow me to click on each individual page and delete if I needed to.  Now when I click on the Bookmarks tab, that section is empty.  How can I get it to show each page again?

    Hi chrismarks1,
    I think you may be confusing bookmarks with thumbnails. If you click the Page Thumbnails icon (the one above the Bookmarks icon), then you can delete a page by clicking its thumbnail, and clicking the Delete Pages icon (the trashcan icon). Just make sure that you're viewing the PDF file in Acrobat (rather than Acrobat Reader), as you can't delete pages from Reader.
    Best,
    Sara

Maybe you are looking for

  • How do I back up iPhone to new Mac without losing all my music?

    My old MacBook Pro died and I bought a new one.  i need to sync and back up my iPhone to iTunes on the new Mac, but my friend says that since there is no music in the Mac, it will erase all the music on my iPhone and I will lose it.  A lot of my musi

  • Export BLOB data to a Word Document.

    Dear All, I am facing a problem during reading a blob data to a word file. My procedure work fine fine. But when I am about to open the Word Document. It gives me a message that "the document name or path is not valid. 1. Check the file permission fo

  • Dynamic class loading from JARs in web application

    Hello, I'm working on a web project in which we would like to dynamically load plugins without server restart. We have developed our own ClassLoader in order to load the plugins from a path or with a user interface upload function. The class loader h

  • Is there anyway to see/sort/seperate the  photos that I have not organized into albums?

    I have recently combined many Iphoto libraries into one and I am trying to organize my photos.  I started making albums after I imported and would would like to continue.... but I cant tell where I left off... and the giant import has now been turned

  • USB Broad Band Internet Connection

    Hi i have 2 wireless connections i connect to at same time, a wireless router that connects to my internal network and a broad band internet connection through a 3G usb, when i use the usb alone i can access the internet but when i connect also to th