Words documents opened from portal display website instead of document

A user is opening Word documents from a newly-created section of our portal to find that the Word document displays the website instead of the text that is supposed to be in the document. Saving the document first and then opening it works fine.
It seems similar to this issue:
WWC-41400 when accessing PowerPoint docs
with the following key differences:
1. It doesn't actually display an error. The screen that appears in the Word document looks somewhat like our login screen, but without the login text.
2. This problem only started happening after we redid a section of our website. The new section contains the same documents, but it was rebuilt on the top level of our navigation rather than where it was before.
3. The user only has this problem with the new section of the website--not the previous implementation of that section and not with the rest of the portal website. It only seems to be the new section we developed.
It doesn't seem like she needs to upgrade Word, as Powerpoint was upgraded in the referenced URL above, because it's working elsewhere in the portal. Are there any issues related to us developing the new section of the website that would cause this? Thank you for any assistance.

If Adobe documents are automatically saved instead of opened, check the Applications panel in Firefox ("Tools -> Options -> Applications") and change the action for PDF documents to either "Use Adobe Reader" if you want to use the application or "Use Adobe Acrobat (in Firefox" if you want the PDF file to open inside a Firefox browser window via the Adobe Acrobat plugin. If you want to be asked what to do with PDF files each time, select "Always Ask" for the action. See* [[Managing file types]] and [[Opening PDF files within Firefox]].
See also [http://kb.mozillazine.org/File_types_and_download_actions]

Similar Messages

  • Web Dynpro Application is not openeing from Portal UWL

    Hi,
    I have developed a WD application which is integrated in the portal. This WD application navigates through several levels of approval by triggering the workflow. Initially USER will create the request launching the WD application from portal and upon clicking the SUBMIT button -> Workflow will be triggered and Work item will be sent to Approver UWL list in the Portal.
    Link will be displayed in the UWL list and upon clicking that link WD application need to be opened where the details will be displayed and can approve the request by clicking on APPROVE button.
    Here, We have created a PFCG role which can be assigned to USER to access the WD application to create the request from portal. But for Approvers, we have not assigned any such roles except UWL role.
    Workflow is working fine, Workitem is displayed in Approvers UWL but when they click on the link -> WD Application is not opening. Configuration in SWFVISU is done.
    I think we are missing some roles which need to be assigned to Approvers. We cross checked by assigning SAP_ALL profile to the Approers and found WD application is getting opened and everything is working fine. But we are not supposed to give SAP_ALL in the PRD.
    Please help what are the other roles that need to be assigned to Approvers.
    Thanks,
    Bharath.

    did you try by assigning pfcg roles to approvers along with Uwl?
    Regards
    Srinivas

  • Document not getting opened from portal

    Dear Team,
    We have a CRM role, in which we have created a BSP application (crm_bsp_frame) for Account Management.
    There we have a Attachments tab, from which we are attaching documents. We are able to attach the documents but when we click on the attached doc, it's not opening neither it's throwing any errors.
    We want to view the attached doc, so how to open it ?
    Kindly please help me in this scenario.
    Regards,
    Nikesh Shah

    Hi,
    Have you set your SMTP server in portal.
    Sysadmin->SysConfig->UM Configuration->Notification E-Mails-
    Thanks & Regards

  • Discoverer Report opened from Portal does not show correct data

    Hi,
    When I try to open a Discoverer report from a portal that I created, it shows stale data but when I click on "Analyze", it shows all the data correctly.
    Does anyone know what the reason could be for this?
    Thank you,
    Santoshi

    I assume you used the Discoverer Portlet Provider. A discoverer portlet is never live data. When you define the portlet you specify how often to 'refresh' the data. If you skipped this step, then you just get the data as-of when you created the portlet.
    Generally you specify the refresh time to be sometime after your usual database load completes.

  • BEx workbook does not open from portal when excel is already opened

    Hi all,
    When I go to the portal and open a BEx workbook from there while excel is already open, then the workbook does not open.
    When I close excel and then open the BEx workbook it all works fine.
    I do not get any error: just nothing happens.
    Any idea how to solve this?
    Versions:
    BI 3.5
    Excel 2003
    ADDITIONAL INFO
    I found this only happens when excel is open with a cell in edit mode. Whenc I then open BEx from the portal I get the error 'please install suitable version'.
    Let my know if you have any advice.
    Message was edited by:
            Arjen de Ruiter
    null

    No solution for this.

  • Null entry (from portal webdynpro)  is not getting updated in R/3?

    Hi Gurus,
    I have a webdynpro application which has user input field where in which user can pass the data and it will get updated once user hit the update button in the view.
    But in some case if user don't enter any value in the above said input box it has to update the r/3 with the blank entry.
    But in my case r/3 system refers the value (which is passed from portal last time) instead of blank entry?
    How to overcome this problem.
    More detailed way:
    If user don't enter any value in the input box then R/3 record has to be updated with the blank entry
    else
    whatever the data user enters in the particular input it has to be updated the r/3 with that value.
    Right now If i pass some value in the input box it properly getting updated in r/3 but next time if I pass the blank entry in the input box it has to update the r/3 with this blank entry (as per the requirement)
    But its not happening like that it referring previously entered data.
    Please help me
    Thanks in Advance
    Dharani

    Hi,
    Suppose you are using a function Module X  which takes input "empno"  ..., and exports name, city , rcode
    Go to se37 ,  check the code ....it can be like this ...
    if empno = .... then
    update .......
    // updated
    else
    // not updated ........
    end if .
    if updated ... u will observer 0 else some other number say 4.
    Now when u  do modelling in your webdynpro application , u can find export parameters know..
    now u can check ...if rcoe = 0 ..updated else ...not updated ...
    by that u can know...
    Thanks,
    Srini

  • Adobe interactive form(ABAP WD)size is increasing & not opening from EP UWL

    Hello All,
    Adobe interactive form (ABAP WD) size is increasing after cleansing data from MDM and the form is not opening from portal UWL.
    Same application is working fine in Dev and Qa environment. In dev and QA the form size is around 150 KB after cleansing data from MDM. Some reason in production it is more than 2 MB. FYI - We have multiple app servers in production.
    /Padmanaban

    Hi Babi,
    In the adobe form layout library Use the Submit(which internally means submit to SAP) button from the Webdynpro Native category.
    Only this button action can connect adobe to web dynpro.
    Whenever we click on this particular button the event will be trigger in the ONsubmit event of interactive form UI element in the webdynpro.There we can write our abap code.Hope this will help you.
    Regards,
    Simi A  M
    Edited by: amsimi on Mar 22, 2011 11:37 AM

  • When I try to install abode - it will download but says i have to close firefox before it will install. also i try to open a word document from a website and it will not open - it will only download

    i install abode - it will download but not install and indicates i have to close firefox before it will download. Also, I try to open a word document from a website - it will download but not open.

    You need to close Firefox to install many plugins, including those from Adobe.
    As for the Word downloads, see the changing downloads action section of this link - https://support.mozilla.com/kb/Managing+file+types

  • Display word documents in portal content

    Hi,
    I have some word documents, which i want to display directly in the portal page. To display the documents I have generated a URL for each document and put this URL into an URL iView.
    But the problem now is, that it always opens a separate window for the word documents, although I have set the property "Open in portal content" in the iview and "Isolation Method - Embedded" in the portal page.
    Does somebody know, which additional settings are needed, to show the documents embedded in the portal page?
    Thanks in advance!
    Regards,
    Lydia

    Hi Lydia,
    The  "Isolation Method - Embedded" will NOT help at all in your case, the "Open in the portal content area" means that
    the iView itself will be opened in the portal content area, instead of a new windows.
    In your case, I agree with Raghu that you should use KM Document iView instead of URL iview, so please consider:
    1. createa separate KM document iViews for every DOC, make sure "Open in the portal content area" is set.
    2. craete a workset and assign the KM Document iViews to this workset
    3. assign this workset to a certain role and assign the role to your user.
    4. login with this user and try to launch the iview, then the DOC file should be opened in the same browser window
    Thanks and best regards,
    Thunder
    Edited by: Thunder Feng on Nov 19, 2010 2:07 AM

  • When I click on link it opens a word document instead of a web page. How do I make it open browser window instead.

    Please give detailed instruction on hat settings I hav to change I make it open to a website instead of a word document file when i click on a link

    Do you mean that you see the HTML code instead of a rendered page?
    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Use a compressed image type like PNG or JPG to save the screenshot.
    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (MAC)
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Displaying Word Document from a Database

    Let me try to explain this.
    I can upload and store a Word Document in an Oracle database
    (BLOB column) but now I need to extract that Word document and
    place a pointer to it on the Web. Can someone explain to me how
    this is done?
    I'm trying to do something like have an image displayed on
    the Web and when you click on it the Word Document is opened.
    Follow me on that? So, if there are 15 Word documents in the
    database, then the web page would have 15 images all pointing to
    each separate Word document.
    Has anyone done this?

    Don't take my word on this, but I think this should work;
    I've done this in the past to send dynamically-generated CSV files
    to the user, which is in a way (at least at the perspective of
    what's being outputted to the user) the same thing.
    First, obviously, you need to retrieve the Word document data
    from the database. We'll say you put that in a variable called
    'wordDoc'.
    <cfset wordDoc = someQuery.wordDataObj />
    Next, we need to set the 'Content-disposition' HTTP header,
    to tell the client's browser that we're sending a file, and that we
    want you to call it somefile.doc by default. We'll do this with the
    <cfheader> tag (note that if you use <cfflush> in the
    application, this tag (and thus, this approach)
    will not work.
    <cfheader name="Content-disposition" value="attachment;
    filename=somefile.doc" />
    Almost there. Now we need to set the Content-type HTTP
    header, to tell the browser what kind of data is coming, and then
    give it the actual file data. We'll use the <cfcontent> tag
    to do both of these things.
    <cfcontent type="application/msword"
    reset="yes">#wordDoc#</cfcontent><cfabort>
    If memory serves, this should be all you need. Note the
    <cfabort> after the closing <cfcontent> tag, I've had
    problems in the past with additional output on the page after these
    tags being appended to what gets sent to the browser, so I use a
    <cfabort> afterwards to make sure nothing more gets sent
    after the data we want. Also, at least with CFMX7, I've noticed
    that debugging output tends to get added in too regardless, so I
    typically put a <cfsetting showdebugoutput="false" /> at the
    top of the file, too.
    I can't guarantee this will work, I haven't tested this
    particular situation, but if it doesn't, it ought to be close. Let
    me know if I'm wrong.
    Attached is what should be the code without my commentary /
    rambling interspersed.

  • When I open a word document attachment in mail for IOS 7.1.1 the previous jpeg is showing on the first page. When I open the attachment from mail in mac OS X the jpeg does not appear. Can anyone help?

    When I open a word document attachment in mail for IOS 7.1.1 the previous jpeg is showing on the first page. When I open the attachment from mail in mac OS X the jpeg does not appear. Can anyone help?

    gonsa47 wrote:
    When I open it in pages or word the correct company logo appears.
    Does the mail app display whatever is in the document without the ability to differentiate between hidden or non hidden images?
    The mail app will not display fillable form fields in PDF files that can be seen in real PDF apps. I say real PDF apps because the form fields in PDF apps will not appear in the iBooks app either. IMO, iBooks is not a real PDF app.
    So, I would say that the mail app cannot differentiate between hidden and non hidden items

  • Need to open word document from flash projector on Windows and Mac

    Hello,
    I'm creating a flash program that will be put on a dvd. And the dvd should function well on both windows and mac.
    I'm trying to open a word document on click of a button. I used geturl but it works only on windows but on mac it only opens a blank browser.
    This is urgent and would be really grateful if I get any help to resolve this problem
    Thanks,
    Sunira

    I kind of doubt you could get Safari to open MS Office files. Short of actually getting MS Office for the Mac, the most workable option might be to get NeoOffice/J (a Mac-friendly version of OpenOffice from http://www.planamesa.com/neojava/en/index.php. It won't display some Office files 100% correctly (depending on how complex they are) but it can open and save them.

  • How to display word document as a HTML document in portal

    Hi
    I developed a portal application in that i am displaying word document using IFrames, from my application i am uploading word document and saving those document in KM
    Requirement is that i need to provide an option to show this word document in html.
    Thanks
    Rudradev.

    Hi Glenn Mendonca
    I thing it is possible
    Even in SDN search results page, we have option called "HTML version" link
    to see the search document in HTML
    see the below url
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.highlightedcontent?documenturi=%2fforums%2fsdn_forums%2fthread%7b74687265616449443d39313633%7d.jspa
    i hope passing doucment as a query parameter to com.sap.km.cm.highlightedcontent?DocumentUri=
    might solve this
    pls give your inputs
    Thanks

  • Unable to view pdf documents opened from a website

    I'm not able to view pdf documents, e.g. bank statements or tax returns, when opened from a website. If the site offers the option to download, I can do that and have no problem opening the downloaded file and viewing in pdf. The problem is when the pdf file opens in another window, or in a window within a window - then I just get a black screen where the pdf document should be. Has anyone encountered this and fixed it? I've already followed any help I can find online, like making sure pop-up blocker is turned off, and that java, java script are enabled, and downloading most recent adobe acrobat. So far, nothing has worked.

    To Apple Discussions!
    Check your browser(s) preferences to see if you have PDF files properly mapped.
    *For FireFox v3.0:*
    FF>Preferences>Applications
    I have Always Ask to open word/text documents.
    Preview is the app I use to view PDF documents.
    *Another suggesion:*
    Strongly recommend that you update your OS to the latest Tiger version - 10.4.11. Your system info confirms you are still using the basic OS 10.4.

Maybe you are looking for

  • HP Web Services enabled, but info sheet not printing

    Hi all Just installed my new LaserJet Pro MFP M128fw and networked it with a static IP to suit my network. Printer is accessible to ALL computers on the network. Can print, scan, copy and fax without ANY problem from any computer. Can ALSO print from

  • How to exclude tablespace in logical standby database

    Dear all, In which way does the creation procedure of a logical standby database differ than the standard ORA9.2 procedure (http://www.oracle.com/pls/db92/db92.to_pdf?pathname=server.920%2Fa96653.pdf&remark=docindex) if I want to exclude a tablespace

  • Material Management view on company code

    Hi All, I created Company code and gave year and posting period as 2008 and 4 but it shoild be 2008 and 2 as according to IN01 Company code(Indian standard prodecure)          Now i am going to change to 2008 and 2 in omsy tcode but system is not all

  • Is there any function to hendle message against user  ?

    is there any function to hendle messages by user  ? i need function that show messages ( error ) by user list . just user in list will pass  , other will get error message . thanks  .

  • Old Ipod, new computer

    I just bought a new computer. I have a 5g 30gig ipod and I want to use the new computer for this ipod. What steps do i take? I've already got itunes on my computer, my biggest concern is if itunes will automatically sync to my ipod, thus giving my an