EP7 SP11 new behavior with url iview launching external apps

We have a simple URL iView that we deployed to open Lotus Notes (notes:///bookmark.nsf).  When we use this in EP7 SP10 it launches the external Notes client on the end user's PC and leaves the navigation area of the portal blank white.
When we launch the same URL iView in EP7 SP11, we get an error page in the navigation window that says:
     Navigation to the webpage was canceled
     What you can try:
      - Retype the address.
The Notes client still launches, but we'd like to get rid of this new error page that the support pack stack brought us.... Anyone have a suggestion?
Thanks!
Rich

Hi,
Using the url in IE works fine.  It seems to work everywhere but in the portal menu.
I have the appintegrator in the back of my mind, and will start to have a look at it.  We are also considering a OSS message - this must be a bug in the system as far as I can see.
Bjorn

Similar Messages

  • Client Eventing Problem with URL Iview

    Hi,
    I am new to EP and have a basic client eventing question. We are trying to integrate a URL Iview from a partner product with a standard Iview downloaded from Iviewstudio. This standard Iview is capable of handling client events from other Iviews in the standard package. We want to re-use this Iview with the same event (same functionality) to be able to handle events from the partner URL Iview.
    The partner Iview and our portal are on different servers.
    We are using the following Javascript but it doesnt seem to raise the event.
    EPCM.storeClientData('urn:com.sap.bor:BUS0010','objid',LocId));
    EPCM.storeClientData('urn:com.sap.bor:BUS0010','AllKeys','objid');
    EPCM.raiseEvent('urn:com.sap.bor:BUS0010','select','','/irj/servlet/prt/portal/prtroot/...'
    We were able to debug and find that the data was being stored in the Data Bag. However the event is not being raised at all. It seems that it just gets stuck somewhere in the Raise event. We even put a javascript alert after the raise event but it doesnt seem to reach there at all.
    Could you give me a few pointers as to what the problem might be.
    Thanks in advance.
    Message was edited by: Mayank Bhatnagar

    Hi,
    let's have a look at two quotes of the PDK documentation.
    "Using the EPCF from your JavaScript, you can send messages to JavaScript code embedded in other iViews."
    "Isolated iViews are iViews that are not inlined into a portal page, but referenced using an IFRAME. To make the EPCF available in such iViews, the EPCF JavaScript as well as the EPCF applet are included into each generated frame."
    From my point of view, this only can work automatically with content provided by the portal.
    Therefore, this can't work with isolated URL iViews  generated with the wizards. Imagine a google iView, running in an iFrame. Google is called by the portal, but it's simply standard google HTML output - displayed in the portal.
    To provide the capability of the EPCF, the epcf javascript file has to be included in the "partner URL iView"'s source. I tried this and it worked. However, this is not a highly sophisticated solution
    If the partner iView's server is running in a different domain, there are further issues to be considered (keyword: java script origin policy)
    If anybody has corrections or can provide a good solution, don't hesitate.

  • EP 6 to EP 7 with URL Iview

    Hello All
    We are implementing Travel and Expense on EP 7 with ECC 6.0 as the back end. This is the Finance box. We have a separate HR box, ECC 5.0 using EP 6.0.
    We would like to have users logon to the HR/ESS portal, click on Travel and Expenses and be sent to the EP 7 portal to enter expenses. We would like for this to happen in another screen.  We are able to authenticate and display the iview in another screen which is desired. We can even do a preview of the URL Iview in EP 6 and access everything we need.
    The problem is when the user logs onto the ESS portal, clicks on Travel and expense. The new screen is generated, EP 7 with our options is displayed. When you select a Service the system hangs and nothing is displayed. I have noticed that the EP6 url is in the Address field in the browser. Can anyone give me any hints as to what we are missing? Anything would be appreciated
    Points will be awareded!!!!
    Thanks
    Ronnie

    Moved the question over here to Portal Content Development:
    /thread/2033973 [original link is broken]

  • Problem with URL iView regarding fetch mode and SSO to non-sap webapps

    Hi,
    I have created an URL iView which opens an internal webapp. When the fetch mode is set to client-side the page is displayed for the user. But when I set the fetch mode to server-side, the page cannot be displayed by the user.
    No proxy is needed. I tried to open the wepapp direcly on the portal server without any problem. Are there any additional points to be considered?
    On the other hand I want to realize SSO to this webapp (form based authentication) with user mapping. Is it correct, that I have to user server-side fetch mode, when I want to use the POST request method?
    Thanks ahead,
    Bernd

    >
    Bernd Speckmann wrote:
    > On the other hand I want to realize SSO to this webapp (form based authentication) with user mapping. Is it correct, that I have to user server-side fetch mode, when I want to use the POST request method?
    Yes.
    >Are there any additional points to be considered?
    Have a look at System Administration - System Configuration - Service Configuration - Applications - com.sap.portal.ivs.httpservice
    This is used to do the Server side fetch.
    Have fun
    Johannes

  • Integration with url iview

    Hi everyone,
    I have a web application and Portal and My aim is this two systems integration using url iview but I don't want to use Application Integrator.I want to use only URL iview with url parameters. My wish is to enter URL Parameter = uname(static) and Value = portaluid(This value should be get dynamically from portal).Consequently,How can I get dynamically portal userid in the url iview value.Is that possible?

    Hi Mehmet,
    Is there a reason you don't want to use application integrator? Because it is quite simple to create what you want using application integrator.
    I don't think URL iView supports dynamic parameters...
    Check out the Howto document for application integrator here:
    http://help.sap.com/bp_epv260/EP_JA/documentation/How-to_Guides/25_HowToUseAppIntegrator_en.pdf
    Regards,
    Johan

  • Multi-language with URL-iViews

    hi folks,
    I have the following little problem:
    Our EP is mostly based on URL-iViews to static HTML-sites in german. Now, we are planning to extend the EP with an english Version. The Users should see the portal in the language they choose in the portal personalization menu.
    My first thought was to use the portal-content-translation but this doesn't work for URL-iViews, as there is almost no text to be translated.
    Now, my idea is to put a little script between the portal and the HTML-sites that checks the chosen language and redirects the user to the specific version.
    The Problem is, I have no idea how to do that.
    It would be really nice if anyone could tell me how to do this or maybe you have a better solution for my problem.
    Thank you in advance for your efforts.
    Kind regards
    Norbert

    Hello Michael,
    unfortunately that doesn't work.
    If I put an URI like http://yourcontentserver.com/<request.language>/content1.html
    in the URI file of the URL-iView Editor and after that on preview I get the following error: page could not be found
    When I use a PHP-Script to catch the variable like http://yourcontentserver.com/index.php?lang=<request.language>
    I can't put it like that in the URI field cause I can't save it.
    When I use the URL-parameter fields and enter "lang" and "<Request.Language>" I get the following URL as an result:
    http://yourcontentserver.com/index.php?lang=%3CRequest.Language%3E
    As you can see, the variable isn't "translated".
    Maybe you could I didn't understand you right?
    Message was edited by: Norbert Stroh

  • New behavior with JDeveloper 11

    hello world!
    i me using Jdev11 and swing.
    i have a panel divided in 2 part: in the left side i have a table bound to a an editable VO. on the right side a form for editing the current row selected in the jtable (a very basic GUI).
    in jdev 10.1.3 when i insert a row the textfield and the jtable contenent were synchronized, as i type something in textfields the column in jteble where updated on focus lost.
    in the current version this is note the case.i must post data to see the columns of the jtable updated.
    is it possible to make it response as in jdeveloper 10?

    No, he's right. That should work out-of-the-box.
    The entity sends an event to all VOs (through ViewObjectImpl.sourceChanged) containing the entity type. That is then reported to the row. The row reports a row updated. The binding should take care of the repaint.
    We haven't moved to JDev11g yet, but if this no longer works or has a bug, then that's bad news indeed.
    Can you verify (by overriding sourceChanged() ) that the event hits your "table" VO?
    Can you verify that association consistency is "on" for your table VO?
    Sascha

  • My new HD with a cloned system and apps won't boot the G5 when installed. The clone drive is being journal formatted via usb with OS9 checked in disk utility. First time around, I didn't check OS9, and the G5 didn't boot from the clone drive. Advice?

    My system is a G5 PPC with 2x 2Gig 64bit processors (dual core). 6 gig of ram on board, running OSX 10.4.11. I recently discovered the main drive was actually a laptop drive someone had stuffed in there! (The machine was given to me - yes, really). So I bought a nice new WD Caviar Black 500Gig HD. Hooked it up via usb adapter (G5 won't see it internally). Disk Utility saw it, formatted it with Journal option selected, but not OS9 install.
    After that, I cloned the data on the slow laptop drive complete with all the applications onto the Caviar HD.Sure enough, the G5 can see the Caviar HD with everything on it.
    However, when putting the Caviar HD in where the laptop drive once was, the G5 would not see the disk at all.
    So now, I'm reformatting the drive again but this time with OS9 checkbox ticked in Disk Utility. After this, I will install it into the machine alongside the offensively sluggish laptop drive, and as long as the G5 sees the Caviar HD internally, I will clone from there, rather than via USB hookup.
    I hope this way the system will speed up! There's no way the machine is running as it can do with a pokey little laptop drive in it spinning at 5k surely!
    I am assuming the Tiger 10.4.11 is genuine (I think it is - the X symbol is present on the folder), but I don't have the original disk...
    Any suggestions? Has anyone had this experience?

    Hi BDAqua... downstairs away from unit at the moment. It's a Western Digital Caviar Black 500Gig, twin processors, SATA3 / 6, 64Meg cache on-board... nice. Very quite with minimal vibration (slight).
    However as I'm here I can announce I've solved the problem! The G5 had an original Seagate Barracuda HDD on board as a slave drive. I backed up the dat off that onto the Caviar Black via USB adapter. Then Disk Utility wiped the Barracuda safely.
    Then, I installed SuperDuper! to clone the data from the sluggish laptop master drive onto the Barracuda; I also told SuperDuper! to boot the G5 from the newly image Barracuda.
    After it had done the job I switched off the machine (it may well have rebooted - I was downstairs watching England fail at Eurovision Song Contest), took out the laptop drive and started up the G5.
    Mercifully, it rebooted fine! All details and programs are intact and functioning right down to my screensaver.
    I can report that the machine is noticably (considerably in the case of Logic8 and JamPack) faster and swifter at sourcing data.
    Everything is backed up and I now have a speedier G5! Hurrah!!
    I now have a spare 80Gig drive to hand in a caddy (originally a spare backup) that was made about the same time as the G5. It's my guess that it would fit the G5 internally and probably be seen ok by the system.
    It's worth a try. The Caviar Black will have to go into a caddy and become my backup disk. It has a clone of the OS and all apps, so if something goes badly wrong, I'm safe.
    Just a thought: The more advanced Leopard and Snow Leopard OS may struggle in G5's because the OS itself may require faster HDD's that cannot go into the G5 normally? I see many reports of Snow Leopard running like a bag of bones in people's G5's. Perhaps it's something to do with data retrieval speeds?
    I'm sticking with Tiger!
    I hope this story has assisted someone somewhere... and many thanks to all you kind people who offer to help.
    When Humanity's back is against the wall, this is how civilization will restart and re-establish... guys like us solving problems at desks, on PC's and in garden sheds!

  • New PC, with cataloged images on external hard drive

    I have 26,000 images on an external drive (currently designated drive M), almost all tagged and/or rated and indexed in two PSE 11 catalogs on the main PC hard drive.  I am just about to replace my PC.  I assume that when I connect my external drive to the new PC, it is unlikely to be Drive M. How do I maintain access through the catalogs with all the stored information?

    See how to assign the correct drive letter in Windows:
    http://windows.microsoft.com/en-us/windows/change-add-remove-drive-letter#1TC=windows-7

  • Setting english as the default language for a new document with arabic version of CC apps

    first off, appologies for the screen name, the name i'm sure i had registered before with account was suppose dot be looged in as was barred, so i used this in frustration.  Read the book, The Etymologicon to learn more.
    and another note.  why is the font size in the subject on this form gigantic? intentional of cockup?
    Now, to the point.
    Please please enlighten me, I'm sure it's simple but i can't find the answer and have been haphazardly ploughing the net for half the night.
    I have installed the Arabic langauge version of CC software becuase i need to do a lot of bilingual layouts.
    But
    I generally use, and start with english, but the defualt new document is always set to all the arabic settings, which is a nightmare.
    How do i make english the defualt type (and all the paragraph and language options) while retaining the functionaility of arabic version. 
    I've found instructions for CS2-6 but nothing remotely sensible about CC, and presume i'm missing something really really obvious.

    Hi,
    Here you have some interesting tutos about foreign languages in LV :
    Localizing Your LabVIEW Application to Different Languages
    Localize LabVIEW Applications in Multiple Languages
    Let me know what happens.
    Regards,
    Message Edité par Steve Mohamed le 02-27-2009 09:02 AM
    Steve M.
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    >> Vidéo-t'chats de l'été : présentations techniques et ingénieurs pour répondre à vos questions

  • URL Iview in Page

    Hi,
    I have a page having two iview
    1. JSP Dyn Page Iview - static content
    2) JSP Dynpage  Iview - redirect the new url
    when I open the page, I get the content of second url that is comming by redirect url i.e. redirection refereshes the complete page and first iview content vanished.
    Note: I am using window.open(URL,"_self") in redirection JSP dyn Page
    Kindly let me know is there any setting at the page level property or iview to restrict the content to be displayed in the page itself.
    Regards,
    Sanjeev

    Hi,
    I have few drop down list boxes, which are displaying when I execute an url.
    ex: url like http://countrystates.com and drop down list country displays 10 countries and states will be displayed base on selection of country
    When I execute this with URL iView I am getting same content what I expected but after assigning this iView to page I am getting wrong content mean country dropdown size is 10 but with wrong data (same some text is displaying 10 times in dropdown)
    I hope u understood the problem
    Thanks

  • Problem in Url iView creation

    Hi,
    Does anyone know how to resolve this problem.
    We have EP. 7.0 and SRM BP 5.0 installed.
    When i try to create an URLiView i got this error msg:
    <b>Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Could not find portal application com.sap.portal.httpconnectivity.urliviews.
    Exception id: 03:26_02/11/06_0044_8457250
    See the details for the exception ID in the log file</b>
    I can not see the log file so hope to have a hand from you!
    Thank you,
    Points will be rewarded for any help.....

    Hi,
    I have few drop down list boxes, which are displaying when I execute an url.
    ex: url like http://countrystates.com and drop down list country displays 10 countries and states will be displayed base on selection of country
    When I execute this with URL iView I am getting same content what I expected but after assigning this iView to page I am getting wrong content mean country dropdown size is 10 but with wrong data (same some text is displaying 10 times in dropdown)
    I hope u understood the problem
    Thanks

  • Page with two iviews

    Hi all,
    I created in portal (portal content) a new page with two iviews. The first iview it is a bsp site with different links (html links). At the moment if I press a link in this iview WAD web template opens, but it open in the same iview and I wish that it opens in other iview. How can I archieve it?
    thank you in advance
    Erwin

    Hi,
    I think your requirement is, your have two iviews in a page. In one iview you have a link and on clicking the link you want to load the target application in another iview of the same page. If this is your requirement the  follow the following istructions.
    a) In the page of the source iview on clicking the link execute a java script function and raise an EPCM event.
      Code to raise EPCM event
      EPCM.raiseEvent("urn:com.epcf.EPCFProducer", "myAccGetResultsEvent", "ShowResults");
    b) In the page of the second iview subscribe that EPCM event.
      Code to subscribe the EPCM event.
      EPCM.subscribeEvent("urn:com.epcf.EPCFProducer", "myAccGetResultsEvent", eventHandler);
      Write a java script function named eventHandler with one argument  and call your target application from this javascript function.
    For your reference
    https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=epcmsubscribeEventraise&adv=false&sortby=cm_rnd_rankvalue
    https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=epcmsubscribeEventraise&adv=false&sortby=cm_rnd_rankvalue
    Regards
    Shanmukha Rao Banisetti

  • Firefox does not recongnize some downloadable file (e.g., Adobe Flash Player); instead it opens a new tab with nothing in it.

    Firefox cannot download the files I want to download sometimes. For example installing Flash Player. It opens a new tab with URL "http://ardownload.adobe.com/pub/adobe/reader/mac/9.x/9.3.4/enu/AdbeRdr934_en_US_i386.pkg.zip" and title "adberdr.pkg.zip (application/zip object)" on it. It happens when I have to download some dmg or compressed files.

    -> Tap ALT key or press F10 to show the Menu Bar
    -> go to Help Menu -> select "Restart with Add-ons Disabled"
    Firefox will close then it will open up with just basic Firefox. Now do this:
    -> Update ALL your Firefox Plug-ins https://www.mozilla.com/en-US/plugincheck/
    -> go to View Menu -> Zoom -> click "Reset" -> Page Style -> select "Basic Page Style"
    -> go to View Menu -> Toolbars -> unselect All Unwanted toolbars
    -> go Tools Menu -> Clear Recent History -> '''Time range to clear: select EVERYTHING''' -> click Details (small arrow) button -> place Checkmarks on '''Cookies, Cache''' -> click "Clear Now"
    -> go to Tools Menu -> Options -> Content -> place Checkmarks on:
    1) Block Pop-up windows 2) Load images automatically 3) Enable JavaScript
    -> go to Tools Menu -> Options -> Security -> place Checkmarks on:
    1) Warn me when sites try to install add-ons 2) Block reported attack sites 3) Block reported web forgeries 4) Remember Passwords for sites
    -> Click OK on Options window
    -> click the Favicon (small drop down menu icon) on Firefox SearchBar (its position is on the Right side of the Address Bar) -> click "Manage Search Engines" -> select all Unwanted Search Engines and click Remove -> click OK
    -> go to Tools Menu -> Add-ons -> Extensions section -> REMOVE All Unwanted/Suspicious Extensions (Add-ons) -> Restart Firefox
    You can enable your Known & Trustworthy Add-ons later. Check and tell if its working.

  • Code for URL iView.. Please guide :)

    Hello All,
    Need to create an application which consists of a drop-down list & URL iView.
    Depending upon the URL mentioned in the drop downlist, that particular URL iView should open.
    <i>Option</i> -> The Drop-down list may or may not be in 2 seperate iViews.
    I also need to exhibit the Capture fnctionality while coding/showing the URL iViews.
    I would appreciate if you please guide me to how should I proceed & with URL iView APIs.
    Awaiting Reply.
    Thanks and Warm Regards,
    Ritu

    Ritu,
    Split the webpage into two frames.
    Frame1: Dropdown that you will dynamically populate. This will have to be coded using http://help.sap.com/saphelp_nw04/helpdata/en/09/9c0e41a346ef6fe10000000a1550b0/content.htm.
    Next insert java script into your page so that when one of these links is selected, specifically the onChange event, the other frame gets refreshed with the webpage that you would like to have. This page gives a good example of onChange.
    http://docs.sun.com/source/816-6408-10/checkbox.htm
    Best.
    Sumit.

Maybe you are looking for

  • Can I use a Time Capsule as an external hard drive only?

    I want to use a Time Capsule just to back up my Mac every so often, but I don't want to use any of its wifi features or plug it into my modem. How can I do this?

  • Insert HD Movie in PDF on Mavericks

    Hi, I can insert a video or HD movie in Pages and a PDF. The clips play in Pages but does not in the PDF. Previously, there was a tab under "Tools" where we could insert a movie in a PDF and play it. This feature is no longer supported in Mavericks.

  • Moving bookmarks to move pages option

    I edit large pdf documents all the time. I start by bookmarking the pages. Then I move the bookmarks into the order that I want the pages. The tedious part is going back and moving the pages. It would be a huge time-saver if I had the option to attac

  • Server Service refused to start: Access denied

    Hello, I am trying to start a service: - Server Service General: C:\WINDOWS\system32\svchost.exe -k netsvcs Log On: Local System Account This service has no dependency. I am getting an access denied... I am a Local Administrator on this server. Windo

  • PSE12 Editor works with OS 10.6.8, but Organizer does not

    PSE12 Editor works with OS 10.6.8, but PSE12 Organizer does not. Told "may need newer version" of OS. What's the story?