Isolation Method in the Master Iview

Hi all
I have noticed that the Isolation Method for the Master Iview is hardcoded to "URL". But I need the portal integration of reports to be embedded so the server is fetching the report instead of the client. If Isolation Method=URL then the client will fetch the content from the BOE-server directly, and that is not allowed in our scenario since the end users cannot see the BOE-server, only the SAP Portal.
How to bypass this issue?
Any help will be greatly appreciated. Thanks!
Best regards,
Martin Søgaard

Hi Ingo
I can elaborate. I have external users accessing an SAP Portal in domain A. In this SAP Portal a bunch of Webi reports are integrated using the Master Iview. The BOE server that contains these Webi reports is located in domain B. Now the challenge: The end users can access the SAP portal in domain B (over the web through an SAP Webdispatcher), but they have no access to the BOE server where the reports reside.
If I was able to change the isolation method (this is an property of the BO Master Iview) from URL to Embedded, the Portal would fetch the content and send it to the client. But since the isolation method of the BO Master Iview is hardcoded to URL, the client is instead trying to fetch the content directly from the BOE server. And that server is not exposed to the web... and is not going to be exposed to the web.
So my question is:
1) Why is the BO Master Iview isolation method hardcoded to URL?
2) If it is hardcoded to URL because in Embedded Mode som functionality would be lost, then what is the functionality that would be lost by using Isolation Method = Embedded instead of URL?
3) Is there any obvious workarounds for this issue?
Best regards,
Martin Søgaard

Similar Messages

  • Best isolation method for Web Dynpr iViews ?

    I'm going to develop some Web Dynpro iView to be integrated into the SAP EP.
    THese iViews should work with KM APIs.
    I read into the HelpOnline it's possible to chose between Embedded or the URl isolation method.
    As far I know te web Dynpro tecnology offers the special client able to render just the changes and not the whole page....but i expect i have to set anyway an isolation method.
    I would like to know which in your opinion the best isolation settings method for the WebDynpro iView.
    regards and thanks in advance

    Hi Mauro,
        URL isolation method is better for several reasons:
    1. Performance: In Embedded Isolation method iView content is collected at the server side and sent to the client with the entire page, which obviously degrades performance.
    2. PageBuilder limitations: Page does not add scrollbars to iViews is one such limitation.
    3. A page may contain several form-type iViews. If the isolation method is set to Embedded, one iView may lose the information in its input fields when another form on the page is submitted.
    Regards,
    Satyajit.

  • Horizontal scroll bar disappears in URL isolation method iview

    Hello Experts,
    I am facing a strange problem. In MSS --> Reporting, when the report is generated, it is shown in a new window. That iview is basically having URL isolation method which has been disabled i.e. it cannot be changed(It is an iview created by SAP). The problem is the scroll bars. The report is basically a R3 report which has scroll bars but when it is displayed in the iview, the horizontal scroll bar disappears.
    The requirement is to have both the scroll bars.
    The horizontal scroll bar appears for a while when we manually resize the window.
    I have checked the windows parameters also in which the scroll bars are set to 1 through code in WD java(not in the iview properties).
    Please help !!
    Thanks & Regards
    Vikash
    Edited by: modish on Jan 25, 2012 8:00 AM

    Vikash,
    Header and footer can be handled from the property 'tray' of the page and iview. But this is not a matter of concern. Try the following to see if the report is getting generated-
    1) Try toying with the properties of page- 'authentication scheme', 'initial state-open', 'isolation method-embedded','metadata for navigation hierarchy-cacheable'.
    If the above do not help-
    1) Preview your iView from the admin console.
    2) Right click on the opened up window (where the report is getting displayed) and select properties.
    3) Copy the address URL from that.
    4) Create a URL iView for the above copied URL
    5) Use this new iView to see if it resolves your problem. OR assign this to a page and then see it that helps.
    Its really strange to believe the above, but it actually helped me in one scenario. Let's give it a try and then I can explain further its reasoning.
    Regards,
    Atul

  • Iview Isolation Method property

    Hi,
    The page contains 6 iviews, I created new iview and assigned to this page if refresh this iview complete page refreshing, I don’t want this complete page refreshing only iview should refresh, for this reason I set isolation method property of iview is URL but data is not displaying, if I set property EMBEDED data is displaying but refreshing complete page. Please any body tells the solution.
    Thanks

    hi,
    It is not advisable for a particular iview to have isolation property as URL and others as embeded. You can do a round-about. You can place the particular iview for which u need to set isolation method as URL in a page and add this page to the main page where other iviews are placed.
    Hope it helps...
    Regards,
    Ganesh N

  • Content of iview disappear when using imbedded isolation method

    Hi
    I have a strange problem with one of me iviews....
    I have developed an iview that uses marquee html tag in order to show moving text in a left to right direction.
    I set the Iview isolation method to url and added it to a page, the problem is whenever I choose the text inside I get a scroll bar that hides some of the text.
    In order to get rid of the scroll bar I changed the iview isolation method to imbedded but then the content of the iview disappear for some users.
    I guess it has to do with explorer definitions , because on my explorer I can view the iview content.
    I have compared all explorer definitions between me and the user that cant view content but still he and some others cant view content.
    do any of u have some suggestions???
    Thanks
    Nitsan

    Hi Harish,
    If you are looking in for some javascript code just see if this can help you.
    <script language="Javascript">
    function ToPrint() {
    self.print();
    </script>
    and the button define it as
    <hbj:button
    id="Print"
    text="Print"
    tooltip="Print"
    onClientClick="ToPrint()"
    design="STANDARD" />
    This should print the contents. Instead of window.print(), self.print() should work.
    Hope this helps,
    Regards,
    Uma.

  • URL Isolation Method for iViews

    Hi All,
    I am using EP 6.0, and in one of the Pages I have included 3 iViews. Since the operations of these 3 iViews are mostly independent and does not require an entire Page to re-loaded I have made the Isolation method for all the 3 iViews as URL Isolation.
    Now the problem is whenever there is a call to the entire page, the contents are loaded based on the input parameters which comes as a part of Request Object. The page passes on the Request paramter to the iViews. But for URL Isolation, the request paramater does not contain any of the parameters that are set.
    If the Isolation method is set to Embedded Iviews, all the three iViews get the same request object, unlike in the URL Isolation. Also in this case the request parameters passed to the page are available in the iviews.
    My query is :-
    Is there a way I can pass the input parameters to all the 3 iViews, when the whole page is loaded.
    Thanks
    Ankur

    Hi Ankur, check this topic at sap help
    http://help.sap.com/saphelp_nw70/helpdata/en/b5/8d977463334342be192228d2824fe1/content.htm
    “Parameters to Pass from Page Request” Property
    An iView that is set to the URL isolation method is isolated from the page request and does not automatically receive the parameters from the page request.
    The Parameters to Pass from Page Request property lets you define a set of URL-based parameters that should be forwarded from a portal page request to the iFrame displaying the current iView.
    Use this property to define page request parameters as follows:
    Property Value
    Description
    Asterisk (*)
    Passes all parameters
    Empty field
    Does not pass any parameters
    Asterisk, comma and parameters separated by a comma (*,param1,param2)
    Passes all parameters except for those listed.
    Parameters separated by a comma (param1,param2)
    Passes the listed parameters.

  • The Isolation Method property of the object you added has been set to read

    Hai ,
    when iam going to assign VC Iview to Page .facing strange issue
    The Isolation Method property of the object you added has been set to read-only. The value must remain URL for the object to run in the page.
    already for my vc iview isolation method properties set to URL .
    Still iam facing this issue
    any input to solve this isue
    please any one brief me about isolation method property whts the use
    Regards ,
    venkat p

    Hi ASR,
    Please check page object is locked or not. if it locked then unlock it from system administraiton >> monitoring >> portal >>object locking. remove if page object is locked.
    Refer to Page Editing :  http://help.sap.com/saphelp_nw70/helpdata/en/a3/badf3d48b05d5ae10000000a11405a/frameset.htm
    Hope it helps
    Regards
    Arun

  • Using generic master Iviews - How change title on the preview??

    Hi All,
    We're using r/3 4.7, mss 60.1.20.  I'm using the generic master iviews to create specidic java iviews.  I'm using a sap query and the generic jsp's provided. 
    One of the examples provided is 'Communication'.  So i copied it and put in my own sap query name.  I put in a title in the Tile field but the title when i preview it is sitll 'Communication'.  Does anyone know why this is or how i can change it?
    Also is there a way of creating fresh iveiw based on master iviews?  there doesn't appear to be an option for it in the iview template..
    Thanks in advance,
    Liz.

    Thanks Linda. I understand that about the default settings.  I was wanting to see different optimization speeds based on different internet connection speeds, not just 56kps.  I was hoping there would be an option to select different download speeds so you can see how quickly a file would download based on 56kps verse a DSL line.  I don't appreciate this restriction as most people are using high speed internet connections.

  • Isolation Method Techniques

    Hi Experts,
    Can anybody please tell me where should i use URL ISOLATION METHOD and where to use
    EMBEDDED ISOLATION technique while defining it in an iview.
    Thanks a lot.

    Did you read the help pages? http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/881b2767731e1ee10000000a42189d/frameset.htm

  • Isolation Method URL and Style Sheets

    We have a number of Java iViews we have developed that use the standard portal CSS file(s) for display.
    We have not put an explicit link reference in the HTML output of the iViews, instead, we were using an 'isolation method' of embedded - the iView was picking up the CSS from the main page as you would expect.
    We now want to change the Isolation Method to URL to remove the full screen refresh when events are fired. Using URL removes the CSS links from page, can anyone advise me of the best way of explicitly adding them to a Java iView?
    I've seen a post or two suggesting using a full path reference (including host names and port numbers) I would rather avoid this if I can. I would also like to ensure the iViews work if the user changes their theme

    Hi Tom,
    This code is copied from the masthead par file. Maybe you can use it
    private String GetThemeURLPath(IPortalComponentRequest request)
         ILAFService iLAFService = (ILAFService)request.getService(ILAFService.KEY);
        String currentTheme = iLAFService.getCurrentTheme(request).getThemeName();
        String url = iLAFService.getRelativeThemeRootURLPath(request, ILAFService.PORTAL_THEME) + "/" + currentTheme + "/prtl";
         return url;
    cheers,
    Noë

  • Default Framework page Isolation method changed

    We changed the Isolation method to URL instead of embedded on all of the iviews in the Default Framework page.
    Now we cannot view the Portal Content Directory.  Is there any method to fix this by going to a URL.
    We tried - http://myServer:50000/irj/portal?NavigationTarget=ROLES://portal_content/administrator/content_admin/worksets/com.sap.portal.content_admin_ws/com.sap.portal.content_admin_wsExplorer and it did not work.
    Thanks in advance,
    D. Maupin

    Hi,
    You can resolve by using the steps below:
    1. Create a transport package for the Default framework page  in a system where the properties are correct . Export the epa file and save locally
    2. Login to the Portal where the properties have been messed up.
    3. On the same Browser window change the URL to
    http://<server>:<port>/irj/servlet/prt/portal/prtroot/com.sap.portal.pcd.admintools.import.default
    This should open the Import Transport application
    4. Import the local transport .
    5. Logout and login again to the portal.
    Thanks
    Prashant

  • Get folio content id from the master content id

    Hi,
    I am newbee for the UCM, Is there any service or API to get the association details(Folio content id and dID) from the master using java. My requirment is getting association details about the particular file.
    Please suggest me to achive this.
    Thanks,
    Karthikn

    Hi Revathi Raju,
    have a look at this thread
    [WD4A: pass portal logged in userID to WebDynpro ABAP IView.|WD4A: pass portal logged in userID to WebDynpro ABAP IView.]
    or you can create a FM in ABAP and get the SY-UNAME and in the application wherever you want you can call that method and get the SY-UNAME.
    Hope this helps.
    Cheers-
    Pramod

  • The Web template does not exist in the master system

    We are using a Web Template (ZPORTAL) as an access point to other web templates and to 0ANALYZER. We recieve an abort when the use logs on for the first time and is presented with the password change window. When they change the password and click ok, the following message is recieved: The Web template "ZPORTAL=" does not exist in the master system. After the abort, they go back to the ZPORTAL again in which case no abort occurs and they are able to navigate the web template. This only happens when they have to change their password. Has anyone else seen this?

    Make sure the template exists in the system which is configured in the iView property.
    There should be a one to one mapping between BI and EP systems.
    You cannot connect 2 BI system to one EP system and configure BI JAVA

  • Error when activating the master data

    Hi
    I am getting the following error when activating the master data. when using IDOC as transfer method in transfer rules
    <b>Error while creating table 'EDISEGMENT' entry '/BIC/CIRB0CLASS_NUM_TEXT'</b>
    If anyone came across this kind of problem plz share the solution.
    Regards
    Annie

    Hi
    I solved the problem. AFter changing from PSA to IDOC, i just saved first and activated. it got activated. But thanks for the response.
    There are no short dumps in ST22
    Regards
    Annie

  • Hi, I can't put a pontuaction mark in a password to acess one of my accounts (I can't remember the master password, so I can't change the previous one). MacBook Pro 10.6.8 Could you please help me?

    Hi, I can't insert a pontuaction mark in a password (which I did until yesterday) to acess one of my accounts. I don't remember the master password, so I can't change that one. I have a MacBook Pro and 10.6.8. Could you help me, please.

    What I'd do in this situation:
    connect both macs to same LAN
    turn them on
    login to new mac
    go network, find your old mac
    connect using "connect as" button (up right of window)
    use credentials from login you can't access - mean user name and password. If you still can't add that ~ you can copypaste password there from any text editor
    You will get full access to all data of that blocked account - just copy all you need
    Other way:
    connect both macs to same LAN
    turn them on
    login to new mac
    on new mac run "migration assistant" from Utilities folder
    tell there that you want import account data from other mac
    follow instructions of migration assistant
    thus you'll import account to new mac - but probably with filewault enabled and same password, I didn't check this in such situation
    Try first method first )

Maybe you are looking for