Web Dypro URL iview in portal

Hi All,
I have to give a link in the mails to the user for a Web dynpro application url running in a portal. Could you please tell me how to get that url for a particular WD application.
For example when we post the request in the forum we get <b>formid and thread id</b> which directly takes us to the form in SDN portal.
Regards,
Rakesh

Hi,
You can use WDPortalNavigation to navigate to another iview.
WDPortalNavigation.navigateAbsolute(
"ROLES://portal_content/com.xx.test.sv.WPM_SV/com.xx.test.userid.Iview_transaction",
WDPortalNavigationMode.SHOW_EXTERNAL,
"toolbar=no,menubar=no",
(String)null,
WDPortalNavigationHistoryMode.NO_HISTORY,
"My Target Title",
input);
When you create the iview for your Web Dynpro application,
in the Quick Info dialog box, ID field, you will see a URL
which starts like this :
pcd:portal_content/com.pg.test.sv.WPM_SV/com.hp.test.userid.Iview_transaction
Replace pcd with ROLES:// .
For details read through WDPortalNavigation documentation.
Regards,
Subramanian V.

Similar Messages

  • Controlling visibility of Web Dynpro Java iView in portal WDJ page

    I should be able to use the WDPortalUtils interface in my Web Dynpro Java DC application to get the name of the iView in my Portal WDJ page using IWDPageService method getVisibleIViews(). My intent is to add another iView to this page and programmatically control the visibility of each iView from my WDJ application.
    -> Instructions I have found through my online research indicate I should not have to specify a sharing reference because I am using the WDJ framework, but I tried it anyway. It didn't work.
    -> I have added DC epbc.prtapi._api public part to my used DC's, and specified dependency at both Build time and Run time.
    -> My portal page template is of type Web Dynpro Proxy Page.
    -> My iView template is of type Web Dynpro Proxy iView.
    -> The Page Content view of my page shows the 'visible' checkbox set for my iView.
    The following statements in the wdDoInit() method of my DC's view controller should return the portal name of my iView:
    IWDPageService pageService = (IWDPageService) WDPortalUtils.getService(WDPortalServiceType.PAGE_SERVICE);
    String[] iViews = pageService.getVisibleIViews();
    I get no compile time errors or runtime errors when I execute these statements.
    BUT...
    Instead of a String array, I get back a memory space pointer.
    Example: [Ljava.lang.String;@664e664e
    What am I missing?

    Hi Jennifer,
    That's what this forum is all about; finding solutions to hard-to-solve issues, which might also help someone who may face the same issue in the future. So I hope my input is valuable
    The last thing I can think of is the method is been called before the portal page has been rendered completely, which may lead to the faulty results.
    Is it possible to move the getVisibleIviews() to a method which is called later in the phase (for instance, at the bottom of wdDoModify or wdDoPostProcessing) or, even better, in an onAction event handler when a button is clicked?
    If this doesn't work I'm afraid I'm running out of options and i would file an OSS message with SAP
    Hope this helps!
    Robin

  • URL-iView eats Portal ;)

    Hi,
    i got a problem with the URL-iView. When i try to integrate a page which uses a "frame-killer" java script into the portal, the pages resizes to fullscreen immediately. just as an example: <a href="http://asplib.net/Samples/AspLibSamples/FrameKiller.aspx">Link</a>
    does anyone know any way to block this "top.location = self.location;"
    i tried some ways, but afaik its only possible when you develeop your own iview. even then you'd have to rewrite the toplocation, with the former url (which i dont know)
    is there anyone with a workaround?
    thanks alot
    michael
    Message was edited by: Michael Brenner, fixed link

    I am not too sure what you mean by this, but I suspect it won't work. The main reasons being
    1) If you tried to "simulate" the inframing, it sounds like you mean read the HTML in from the website and then write it out to an iframe. This is similar to the "pumped" isolation mode that has now been deprecated. I thought about this, however, if you then have to be able to navigate around this website within the frame, then you will no longer have any control over the HTML, and I would suspect that the javascript that replaces the top window would be in every page, so as soon as you navigate within this website the same thing will happen.
    2) I don't believe that you are going to be able to replace the "top". Basically the "top" object always refers to the top most window. I doubt that you are going to be able to replace this object with the iframe. Also, this might have some subsequent consequences with other areas of the portal, as it could conflict with the portals javascript functionality.
    Like I said, I think that the only obvious method would be to change the javascript in the target application. Other than this, I don't believe that there is much that can be done
    D

  • Unable to login into url iview on portal

    Hi,
    I have created a url iview which works fine when I preview (after login) it but when I open it in portal under  a defined role it stops at the login step. I have tried the same login which I used for previewing the iview but it doesn't go beyond the login screen.Kindly help.
    Regards,
    Reinuka.

    Hi Reinuka,
    If it is working in mozila, then it might be IE8 is not compatible for your portal server version.
    Please check the product availability matrix in the service market place for browser compatibility.
    [http://service.sap.com/pam|http://service.sap.com/pam]
    Best Regards
    Arun Jaiswal

  • Web dynpro URL in external Portal

    Hi Friends,
    when I call the web dynpro in portal iview the url is.
    http://server:8002/sap/bc/webdynpro/sap/zfind_material like the application server
    in the intranet.
    But when I call from external this URL does not work.
    How can I adapt the URL for external use?
    Thanks for you help.
    RG. Jimbob
    Edited by: jimbob on Feb 4, 2010 10:52 PM

    Hi,
    Yes that's right. Externally you cannot resolve the internal server host name. You will need to setup a secure reverse proxy that does URL rewriting in order to turn an external URL into the internal one after you have navigated the firewall and proxy. Check on SDN for information about implementing an external portal. There is a lot of information that should help you.
    BRgds,
    Simon

  • URL Iview in portal window, substituting the Portal window

    Hi there,
    we are trying to open an ITS Transaction via the Portal (EP 6.0 SP2 Win32). The user though should not see the Portal at all. We want some sort of redirect from the reverse proxy, which also does the portal authentication (NTLM) into the ITS.
    Regards,
    Bodo

    Hello Bodo,
    you've marked your question as solved. Can you describe in detail what was the solution?
    Regards
    Gregor

  • Dynamic URL Iview

    Hi
    We need to show language specific content to the user logged in. We have different URL for each language.
    We are using URL iviews in portal.
    If a Arabic user logs into portal I want him to see the Arabic page by default. If a English user logs on I want him to see the English page by default.
    I wanted to know whether it is possible to change the URL dynamically depending on the user profile.
    Rgds
    NagaKishore V

    Hi
    My req is
    We are using url iviews for in portal. We have web pages for different languages.  Req. is when a user with Arabic as language preference logs in he should see the web pages in Arabic. If the user preference is Japanese he should see Japanese pages. We dont want to maintain mulitiple iviews for each language. The webpage urls are in this format
    For englisj ;--  www.xxx.com/yyy/en
    for japanese - www.xxx.com/yyy/jp
    for arabic - www.xxx.com/yyy/ar
    Since only the last 2 characters are differeent and rest of the url is same, Is there is a way where we can create 1 iview and depending on the user preference he is navigated to that page.
    Regards
    NagaKishore V

  • BSP vs URL iview

    One can access a BSP application using an URL iview from portal.
    I would like to know when does one use a BSP iview(application/alias)
    What are the contrasts/comparisions.?

    Hi Rita,
    BSP is a application specific iView. The Parameters which you give are Start Page.
    URL iView is a generic iView which we can use to access URL in the web in the Portal.
    If you have access to Portal you can create both the iViews and if you can see the properties of each you will see a lot of changes like the System, Style Sheet etc.
    to conclude BSP iView is created for the BSP applications which we write in our R/3 system. and URL iView is for the external web URL's which we would like to have it in Portal.
    go through the link for URL iView:
    [url iView|http://help.sap.com/erp2005_ehp_03/helpdata/EN/4c/eee2bedf3b4082b14a933e5ee63472/frameset.htm]
    Cheers-
    Pramod
    -reward Points if helpful.

  • Variables in URL iview

    Hi.
    We are going to create URL iview in Portal 60 SP15.
    When we create URL iview, We want to use variable for URL parameter. (For example <User.UserID>)
    Any idea ?
    Regards, Arnold.

    hi,
    under configuring url parameters you can see that
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ef/98dc60ad8243139402836e11abb2ba/frameset.htm
    If you set the parameter as a variable that can be personalizable by end users , then this value will be the parameter’s default value. However, if you set the parameter as not personalizable, then this value is the fixed value of the parameter.
    Regards,
    Ganesh N

  • Open web page from URL iview in maximized window

    Hi,
    I would like to open a web page in a <b>maximized</b> browser window, using an URL iView.
    I know how to open a window in a separate window, I just can't get it maximized.
    N.B. I do <b>NOT</b> want to open in <b>fullscreen</b> mode, i.e. I want a title bar and menus.
    Does anyone know how to do it?
    I tried to play around with the "window function" property of the iView, but no luck so far. I can't specify a fixed width and height of the target window at design time, as these values may vary at runtime.
    regards
    Lothar

    Hi Lothar,
    Yes, That will require Java Coding, Its true. Basically what the problem here is that to maximize we are trying to fetch the Screen resolution dynamically through Portal that Portal is not allowing us. Thats why I feel that we should go for Java Programing, Create a Par, Deploy it in the server and then create iView for that.
    For Creating the Abstract Portal Component for Opening a Maximized Window You should do following steps.
    1. Open Your NWDS
    2. Create a project ie Portal Application
    3. Create Portal Object ie Abstract Portal Component.
    Now here is the piece of code that may help you
              response.write("<SCRIPT language=javascript>");
              response.write("function onOpenWindow()");
              response.write("{");
              response.write("window.open('http://abc.com','windowName','width=screen.availWidth,height=screen.availHeight,resizable=yes')");
              response.write("}");
              response.write("</SCRIPT>");
              response.write("<a href = \"javascript:onOpenWindow()\">abc.com</a>");
    Paste this code in doContent...
    I think it may help you
    Thanx & Regards
    Anish

  • Error in BEx Web Application Iview in Portal

    Hello All,
    I am trying to access a query from the BI NW2004s (Ver 7.0)in EP 7.0 and i have created a BEx Web application Iview and have specified the proper Query/Template , but i am not able to preview the output on Iview and getting the following error in Iview
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    iView not found: com.sap.ip.bi.web.portal.integration.launcher.
    Exception id: 05:52_11/10/06_0006_17835450
    See the details for the exception ID in the log file
    Further to add is that when i access the same BI application using the URL Iview, it's wokring absolutely fine. Can somebody identify the problem with the BEx Web Application Iview and suggest a suitable remedy for the same??.
    Thanks in advance.
    Regards,
    Sarabjeet.

    Hello,
    You can download these components from Service Market Place (service.sap.com/swdc) and:
    Download -> Support Packages and Patches -> Entry by Application Group -> "Support Packages and Patches" -> "SAP NetWeaver" -> "SAP NETWEAVER" -> "SAP NETWEAVER 2004S" -> "Entry by Component" -> "BI Java":
    BI BASE SERVICES 7.00
    BI WEB APPLICATIONS 7.00
    You have to download the SP that equals your APAP SP.
    Normally, these SCAs will be installed with installation of "BI Usage Type" of the J2EE engine.
    Regards, Karol Kalisz
    SAP BI Development

  • Authentication in an application placed in an URL iview in the portal

    Hi all gurus!
    I have a delicate problem: we have an application that we have deployed on the same WAS as the portal runs on and that application is presented through an URL iview in the portal.
    We want to use the LogonTicket created by the portal for authentication in the application and a colleague of mine put a "*" (asterisk) for requested roles in the web xml file. The problem is that the users had to be administrators in the portal in order for it to work and that is not very suitable. If you removed the admin role from the users the authentication stopped to work.
    Does anyone have a step by step guide on which files to configure and how to do it properly? I have googled the problem and also searched the forum but I haven't found any solutions. My colleague followed this description and that didn't help:
    [http://e-docs.bea.com/wls/docs70/webapp/security.html]
    I forgot to mention: it's 7.1 portal we are using.
    All the best!
    Benny

    Hi Sridhar.
    Thanks for the links. I followed them but I can see that SAP either are general in their instructions or, if specific, talking about Visual Admin, in any case they couldn't give a complete assistance.
    Never the less I have managed to come a bit further by creating a UME role from within Identity Management in the portal and adding the application of interest to the role under the tab "Assigned Actions".
    So now I'm also logged into the application when I logg on to the portal, I can see that in the portal logs. But, when I'm going to take the last step which invokes the call of a service I get a new error.
    Here are two entries from the "Default trace" and beneath are two entries from the "SAP Log". I comment further in a separate answer since I otherwise exceed the maximum character length...
    com.sap.security.core.server.jaas.
    Default Trace
    Message: Authentication failed. For details see log entry 0016D4475ED5021D0000000100000A84 in security log.
    [EXCEPTION]
    javax.xml.ws.soap.SOAPFaultException: Authentication failed. For details see log entry 0016D4475ED5021D0000000100000A84 in security log.
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.JAXWSUtil.processFault(JAXWSUtil.java:407)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.call_SOAP(SOAPTransportBinding.java:1164)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.callWOLogging(SOAPTransportBinding.java:818)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.call(SOAPTransportBinding.java:759)
    at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.processTransportBindingCall(WSInvocationHandler.java:167)
    at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.invokeSEISyncMethod(WSInvocationHandler.java:120)
    at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.invokeSEIMethod(WSInvocationHandler.java:83)
    at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.invoke(WSInvocationHandler.java:64)
    at $Proxy1882.purchaseRequestCreate(Unknown Source)
    at com.q2d.jpetstore.model.PurchaseRequestFacade.createPurchaseRequest(PurchaseRequestFacade.java:43)
    at com.ibatis.jpetstore.presentation.OrderBean.newOrder(OrderBean.java:157)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.struts.beanaction.ActionInvoker.invoke(ActionInvoker.java:16)
    at org.apache.struts.beanaction.DefaultActionInterceptor.intercept(DefaultActionInterceptor.java:5)
    at org.apache.struts.beanaction.BeanAction.execute(BeanAction.java:246)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:140)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:37)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:471)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:291)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:396)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:385)
    at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:48)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:76)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:240)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:78)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:43)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:42)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:462)
    at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:250)
    at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:45)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:115)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:96)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    Date: 2009-07-06
    Time: 17:17:58:616
    Category: com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding
    Location: com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding
    Application: com.sap/wstore2EAR
    Message: process()
    [EXCEPTION]
    com.sap.engine.interfaces.webservices.runtime.ProtocolException: Authentication failed. For details see log entry 0016D4475ED5021D0000000100000A84 in security log.
    at com.sap.engine.services.wssec.srt.protocols.ProviderSecurityProtocol.logThrowable(ProviderSecurityProtocol.java:1074)
    at com.sap.engine.services.wssec.srt.protocols.ProviderSecurityProtocol.afterDeserialization(ProviderSecurityProtocol.java:710)
    at com.sap.engine.services.webservices.espbase.server.runtime.ProtocolProcessor.protocolsAfterDeserialization(ProtocolProcessor.java:156)
    at com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment.preProcess(RuntimeProcessingEnvironment.java:421)
    at com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment.process(RuntimeProcessingEnvironment.java:246)
    at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPostWOLogging(ServletDispatcherImpl.java:176)
    at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPostWithLogging(ServletDispatcherImpl.java:112)
    at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:70)
    at SoapServlet.doPost(SoapServlet.java:51)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:140)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:37)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:471)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:291)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:396)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:385)
    at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:48)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:76)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:240)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:78)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:43)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:42)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:462)
    at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:250)
    at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:45)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:115)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:96)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    Caused by: com.sap.engine.services.wssec.policy.exception.VerifyException: [_policy1000] Authentication failed. For details see log entry 0016D4475ED5021D0000000100000A84 in security log.
    at com.sap.engine.services.wssec.srt.protocols.ProviderSecurityProtocol.authenticate(ProviderSecurityProtocol.java:250)
    at com.sap.engine.services.wssec.srt.protocols.ProviderSecurityProtocol.afterDeserialization(ProviderSecurityProtocol.java:682)
    ... 45 more
    Date: 2009-07-06
    Time: 17:17:58:613
    Category: com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment
    Location: com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment
    Application: sap.com/WebShopEAR

  • URL iview with HTML file located in Portal server.

    I created URL iview pointing to HTML file located in the Portal server. When I try preview it is not working. We wanted to use this iview to create space between two iviews.
    This is going to be blank iview.
    I saved the HTML file same as where index.html file of webas is located.
    Please let me know what is missing here. What kind of path I need to give in the URL of the iview.

    Hi Nagesh,
    Are you saying that you created a HTML file on the file system of the portal server or did you create the HTML file within a KM repository on the portal?
    If it is the 1st option you should have the HTML file hosted under a webserver such as IIS or Apache and then use the URL that the website is created under.
    If it is a file within KM then open the properties of the HTML document that you have created and use the Access Link value as the URL for the iView.
    Please let me know if you need further clarification.
    Regards
    Daniel

  • URL iView in Web Page Composer

    Hi,
    I have created a URL iView in the PCD and I wanted to embed this iView in the container of the Web Page Composer page.
    I have created an entry point to the PCD folder that contains the URL iView.  The PCD URL to the iView is
    http://abc.abc.net:50000/irj/servlet/prt/portal/prtmode/default/prtroot/pcd!3aportal_content!2fcontentlib!2fcommercial!2fiviews!2fcollaboration_wpc!2fiviews!2fpetroleum_tmu!2fcom.bhpb.com.gen.url_iview
    The URL iView is a simple URL iView that redirects to http://www.google.com
    When I drag and drop the URL iView to the container, I saw from the container properties that the URL to the iView is change to
    http://abc.abc.net:50000//irj/servlet/prt/portal/prtmode/default/prtroot/pcd!3aportal_content!2fcontentlib!2fcommercial!2fiviews!2fcollaboration_wpc!2fiviews!2fpetroleum_tmu!2fcom.bhpb.com.gen.url_iview
    A additional "/" has been added to behind the port 50000.  This is weird.....!!!!
    It is causing me problems as we have an IIS Proxy that does redirection reading behind the URL characters after the port 50000.
    Can anyone explain????
    Thanks.
    Mike Lee

    Hello Arun,
    See http://help.sap.com/saphelp_nw73/helpdata/en/e2/44dc299bf548578ef9830c0c1c0f0b/frameset.htm
    Regards,
    Lorcan.

  • How to View Smart Forms in Portal Using Url Iview?

    I am trying to view a smart form in the portal using url iview but not able to define proper url address. can any one help me out with relevant example?

    Hi,
      Go through Re: Web Dynpro and Smart Forms.
    Regards,
    Satyajit.

Maybe you are looking for

  • Critical Help:  Xcelsius 2008 (crashes on snapshot and preview mode?)

    I just upgraded to Xcelsius 2008................. everything seemed to work fine until I built my first model with Xcelsius 2008. For some reason, I can not place the Xcelsius 2008 into "Preview" mode.......... when it goes into preview mode is leave

  • Lockbox BAI2 - EDI 820 Payment Advice

    Hello All, Thanks very much for your time. We currently have lockbox with BAI2 format file coming in from the bank for all our customers. As an enhancement, we want to implement lockbox payment advice to come directly from the customer through EDI 82

  • Photo count incorrect

    Guys I'm having an issue with the photo count on my iOS devices. I'm using photo stream (NO iCloud Photo Library (Beta)!!) on my iPhone 5 and iPad mini retina. I wanted to clear space after importing the photos to my mac. The photos are now gone from

  • Java.sql.Statement.setFetchSize(int) option for non-scrollable result sets

    Hello! Our tests indicate that fetch size option mentioned makes visible difference in performance for non-scrollable result sets also. In the same time, it seems there is no way to set this option for such result sets at TopLink level, and default f

  • Workshop Database Controls

    We are using workshop as our development tool for a new project. Are there any guidelines concerning when to use a Database Control vs an EJB for database updates? How do Database Controls differ from entity EJB's in terms of transaction management?