Open portal from a link in Word

Hello,
I currently have a strange issue.
First the scenario: I have a SP17 portal, inside the portal I have an ITS (6.20) iView running an EWT. Inside this EWT I have the option to click a button which opens a Word document in a new Window. Inside this Word document I have a link that links back to the portal looking something like: http://portal.domain.com:50000/irj/portal?navigationtarget=...
So basically I have 3 windows:
1. Original portal window
2. Word opened from portal and hence runs in the same session
3. New window showing new portal content and also runs in same session
All these three windows runs in the same session and hence share the same MYSAPSSO2 cookie.
If I do this on a computer with Office 2000, clicking the link in Word just opens a new window and showing what I want in the portal. With the same user in window 3 as in window 1.
If I use Office 2003, the portal presents the user with a portal logon page. But now the strange things happens. If the user presses F5 in this new window (window 3) the user gets directly access to the content, as supposed.
How do I get rid of this annoying and unnessecary logon page? Usermanagement is pretty much left as default, and all iViews and roles uses the "default" authentication scheme.
Best regards,
Thomas Mouritsen

Hi Thomas,
At least this kind of issues with office documents has a long history. Even if the exact scenario you are describing is not listed, check out SAP note 549610 - maybe it helps also in your case.
Another approach to understand what happens is to use some tool like HTTPWatch to see what's the difference between the first and the second (refreshing) request to window 3.
Anyhow, I wouldn't wonder if that helps to understand the problem - but not to solve it. But in this case, just open an OSS message with your gathered knowledge about the issue and maybe the note given above will be extended...
Hope it helps
Detlev

Similar Messages

  • Safari doesn't open maximized from a link in email

    When I open Safari from a link in the email program I use (Eudora Pro), the webpage doesn't open maximized-fills only about half of the monitor screen. Any ideas on how to troubleshoot this problem. I did right-click on the Safari icon and changed the setting to open Safari maximized-still doesn't open it completely from a link.

    Hi Swarup,
                     You know to tell which mail format are you using, whether is Outlook or Lotus. SAP Connectors need to be installed for the same depending upon the mail type.
    Regards,
    Abhishek Raj.

  • Firefox will not open page from a link in an email since updating windows messenger

    i use microsoft outlook for email which requires Windows Messenger to make connection with my MSN account. I was forced to update Messenger. Since updating links in emails to web sites will only open my firefox homepage, and will not open the page the link is for

    Anyone? I'd really like to stay with Firefox, but this problem is annoying....

  • When opening .doc from website link, FF appends .docx extention to file & does not open in Word 2010, with incorrect file format error. Pls Help

    I'm using Firefox v12 to open a hyperlink from a website that points to a filename.doc MS Word Document for download.
    We are then asked to open the file with MS Word (Default), which our installed version is MS Word 2010.
    Firefox then renames the file appending a .docx to the filename e.g filename.doc.docx. MS Word 2010 opens with error 'incorrect file format', which is correct as Firefox has renamed it.
    Is there a fix or workaround for this?

    Hello Jscher2000,
    I can save the file and it opens fine.
    It's when I open it directly, Firefox appends the 'docx' extenstion to the filename.
    If I continue to reopen from the web link, Firefox renames the file as so
    mydoc.doc-1.docx
    mydoc.doc-2.docx
    mydoc.doc-3.docx
    I can open a .doc from a Microsoft site ok.
    I have the feeling it's the way the web server is reporting the mime type to Firefox.
    The link in question works fine in Internet Explorer.
    best regards,
    Youngielinux.

  • Cannot open pdf from a link in web page

    Hi,
    I have a link in a web page that gets a Blob(pdf file) from Oracle database and returns the pd file.
    The code in my jsp is :
    // 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("Cache-Control","no-cache");
      response.setHeader("Content-Disposition", "attachment; filename=\""+filename+"\"");
      response.setContentType("application/pdf");
      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());
    }When I click the link, a popup windows asks if I want to save the file or open it. If I save it, there is no problem, I can open the file and see the content but if I try to open the content, I get an error in Acrobat Reader ("error opening the document.File not found"). Does I need to have a "physical file" to be able to open it ?
    Another question : What I have to do to open the pdf file in the browser and not in the acrobat reader ? I have IE 6.0 and acrobat reader 6.0. Doeas I need to put some pluggin in IE ?
    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+"\"");

  • How to open files from web links in safari

    II can't figure out to get a file downloaded from a web link into numbers, pages, etc.

    Matt-
    I think the App that uses the files must have its own web access to be able to download.  Perhaps another App that has web download capability can act as an intermediary using the "Open In" option.
    One candidate might be GoodReader.  It has some web download and file transfer capability, and does have the Open In option.  However, it apparently must be able to read a file before you can get to the Open In option.
    Another approach is to use iTunes on your computer.  With the iPad connected to the computer, run iTunes and select the iPad under DEVICES.  Click on Apps at the top of the window and scroll down to File Transfer.  If an App appears there, data files can be synced to it by selecting it and dropping the files in a folder in the right hand window.
    Fred

  • Cannot open PDFs from a link in another PDF

    Hello, I am having a strange issue on some of my users' adobe readers. (2 users on windows 8.1 PCs)
    I have created an "app choser" (see below image) which is basically an "easy one page choser" for the different "fillable forms" I have created which has been working perfectly up until this week. Basically there is 12 buttons and when the user presses one of these buttons,  the chosen fillable form / app opens which they can then fill in and send on as required.
    However the 2 users that are having problems, cannot open the forms at all. They click on the button but nothing at all is happening. Adobe reader is just not registering that there are links at all.
    The "app choser" works on all my users PC's except 2, so I know its not a location error or to do with updates etc.. Does anyone have any clues or ideas.
    I have already tried going into preferences - trust manager - internet access from PDF - change settings - Allow PDF files to access websites...... but this made no difference at all.
    thanks
    Sara

    doesnt matter i've fixed it. if anyone else is having the same issue then I fixed it by doing the below:
    Edit - preferences- Security enhanced -
    unclick "enable protected mode at startup" - restart adobe reader
    bizarrely i've not had to unclick this on any of my other users PC's (on both windows 7 & 8.1), but was necessary for some reason on the ones having trouble with opening PDF links from the "app chooser PDF".

  • Cannot Open pdf from a link inside a web page.

    I cannot open a pdf that is in link in a web page.  I get an error message saying "cannot find file ... Make sure that path or Internet address is correct"it is looking for the PDF on our network and also when I open the Web page from a flash drive on the same computer where the web page and PDF are in the same folder, it asks if I trust the site and I choose Allow and the PDF does not open then either. But when i do the latter on a different machine, open the folder and web page from a FD where they are in the same folder, it asks if I trust the site and I choose Allow, it opens the PDF.
    Adobe Acrobat 8 Standard 8.1.3
    Internet Explorer 8.0.6001.18702
    Windows XP Professional  Version 2002 Service Pack 3
    Any ideas as to what is going on here?

    Here is the markup in the web page for the link to the PDF:
    "<a
     href="MANUAL/station%20manual.pdf">Fuel Station Manual</a>"

  • Mac won't open pdfs from web links.

    I am running Mac OS  v 10.5.8 and it suddenly stopped displaying PDFs that are opened via web links.  All I see is a grey screen with the file title.pdf at the top, no error message.  Has anyone experienced this or aware of a fix?  Soooooo frustrating.
    Thanks!

    Alternatively, you can select any PDF file from Finder, hit Command-i, or right click on the file and select Get Info.
    From there, change Open With to Safari.
    Then hit the button Change All.
    And done.

  • Firefox 4.0 does not open website from email link

    I installed Firefox version 4.0 today. Ever since doing so I am unable to open a website from my Windows Mail email program. Version 3.6 did not have this problem.
    Firefox is my default browser.

    I had the same problem do this
    http://www.raymond.cc/blog/archives/2011/03/23/enable-save-tabs-on-exit-for-firefox-4/
    I do what this guy said and it is allright again

  • Trouble with a PDF opening correctly from a link

    When I click the link to a certain pdf on a web page, a new window opens but I get the error message "The file is damaged and could not be repaired." I click OK, then close that window. I go back to the link, click on it again, and sometimes the pdf opens fine at that time, and sometimes it takes one more time for it to open correctly. Other people have opened the pdf the first time with no trouble at all. I can open other pdf links on the same web page without a problem. Any thoughts? 

    Hi Kim,
    It seems the document had Reader extended rights. Those form are created using different feature and when a person save the document with Data those rights will not remain intact with the form.
    Means you cant make any changes with the form.
    Regards,
    Ajlan Huda.

  • I want to open files from a link but I don't want to save it

    Hello,
    I use firefox mostly as a browser and everytime I click on a link on the web to open a file that file opens but it also goes to my download folder.
    The dialog box opens and asks do I want to save or open and even when I put open it saves to my download folder.
    Anyone know how to fix this.  My download folder is overflowing.
    Blaine

    Downlaods folder is a temporary internet files folder pretty much. you could just clean it out every once in a while.  if you download google chrome you can just open it with google chrome. i dont think that thats an option with firefox but i could be wrong.
    Hope i helped!
    -Brenden

  • Hi, got my macbook pro today and i wonder if you can save/convert or just open files from pages in Microsoft word? i know you can open word files in pages but can you do the opposite?

    I just wonder how it works.

    No, ypu need PAges to open Pages documents. Pages can open Word documents. Do you have Pages? If so which version?

  • Word Viewer will not open documents from Sharepoint 2013 in IE11

    I've run into an issue while trying to open documents from SharePoint 2013 after upgrading to IE11. My organization uses Word Viewer with the compatibility pack and all other Word documents (local files, intranet hosted) will open with no problems. When
    trying to open a Word document from SharePoint the Word Viewer will open, but the file does not. We have verified that all Windows Updates are installed. We have tried opening SharePoint in Compatibility View and Enterprise Mode. We have re-downloaded the
    latest version of Word Viewer and reinstalled it along with the compatibility pack. If we open the SharePoint site in Explorer view and then open a Word document it will open in Word Viewer with no problem. Excel and PowerPoint documents open from SharePoint
    with no problem. This is only affecting Word documents with Word Viewer. When using the full version of Word the documents open fine. Within SharePoint we have tried activating the site collection feature "Open Document In Client Applications by Default"
    but it made no difference. We're completely at a loss how to make this work as there doesn't seem to be much information specifically pertaining to issues with Word Viewer.

    Hi Victoria.
    1. The PCs do not have Microsoft Office installed, nor are we using the Office Web Apps. "Word Viewer" means the Microsoft Word Viewer application available here (http://www.microsoft.com/en-us/download/details.aspx?id=4) that is available
    free for read-only viewing of Word documents.
    2. There are no errors when I open Word docs in Word Viewer. The Word Viewer application launches after clicking a Word document link in Sharepoint, but there is no file open in it. When that happens the IE11 Sharepoint window on the taskbar is flashing
    yellow, but when I click back to it there are no messages or alerts to click on.
    3. This issue does occur with all Word documents (.doc, .docx) in SharePoint. However, it does not occur when opening Word documents in the Word Viewer when they are local files or through IE11 from a non-SharePoint website like our local intranet.
    Those files will open with no problem in Word Viewer.
    4. I will try to get a screenshot, but we are working on creating images for deployment and I don't currently have a machine configured the same way. I'll work on reconfiguring one and post a screenshot.
    Thank you for your help!

  • Automatic Linking from Excel 2013 to Word 2013 not working.

    I use Word and Excel to create reports about certain real estate properties.  When I have a new job, I just rename the old files and continue working.  I also have active links from Excel into Word that are set to automatically update.  I
    used to use Office 2003 and all worked fine.  Now in 2013, after I rename and convert the files to the 2013 file formats, the links do not update automatically.  Here are my steps:
    1. Copy the 2003 Excel and Word files to a new folder (these files link properly, where if I make a change in Excel 2003 it automatically flows to Word 2003)
    2. Rename the Excel and Word files to the new job name and convert them to 2013 file formats.
    3. Open the now 2013 Word file and do not update Excel links (as it is still linked to old 2003 file).
    4. Break all links in Word 2013 to the Excel 2003 files.
    5. Insert new active Hyperlinks in Word 2013 to the Excel 2013 files making sure that it is set to "automatic updates".
    HOWEVER, now the links will NOT automatically update.  If I have both Word and Excel 2013 files open and make changes in Excel, you do not see them in Word.  You have to right click on the area and choose "Update
    Links".  Is there anywhere else that controls the automatic update features?

    Hi,
    I actually can reproduce this problem on one Office 2013 machine, but on the other machine with Office 2013, it automatically updates the link as it should.
    You can create a new Word document and a new Excel file, copy the content from the old files to the new files, re-create the link, check if the link can automatically update.
    Regards,
    Melon Chen
    TechNet Community Support

Maybe you are looking for

  • Firefox constantly crashes on my htc droid incredible

    i have an HTC Droid Incredible and have been using firefox for a while. all of a sudden, when i try to use firefox on my phone, it opens for a few seconds then the screen turns white then takes me to a page that says FireFox has crashed and allows me

  • How do I find duplicate photos in iPhoto

    I have so many duplicates in iPhoto that my library files is way too large by thousands of photos. I need to find a way to weed out duplicate photos. Anyone know how? Thanks, Barb

  • How do I get iTunes to play my music?

    My computer was recently repaired under AppleCare which required the replacement of the mother board. Now iTunes thinks I have a new computer, a computer that is not authorized to play the music I downloaded before the mother board was changed. How d

  • Getting rid of MyWebSearch - not toolbar, just search engine

    It's not a huge deal, but it's quite annoying: I believed I got rid of MyWebSearch from my computer completely (it's not on my add-remove programs list) and there isn't even a toolbar that I can see on Firefox or IE. However, whenever I try to search

  • GL Integration Web Service Errors

    Hi All We have completed all the necessary configuration of the DRM web service, updated the relevant values in the GL etc. However, when we try to run the request set in Gl to import values and hierarchies we hit the error below. Has anyone seen thi