WDPortalNavigation.navigateAbsolute error

Hi All,
I have created an application which I have integrated with portal. When I click a link on the first page, it should navigate to a page in the next workset.
I am using the following code to achieve this:
WDPortalNavigation.navigateAbsolute("ROLES://portal_content/other_vendors/.....FinanceManagement", WDPortalNavigationMode.SHOW_INPLACE, null, null, WDPortalNavigationHistoryMode.NO_DUPLICATIONS, null, null, null, null, true, true);
where the first parameter is my iview pcd location.
But when I click it gives me an error that Page cannot be found.
Can anyone help?
Regards,
Malita

Hi,
I understood like same page is assigned to two roles and you want to the complete path for both the roles. Correct me if i am wrong. In this case do the samething you did for the page.
Go to the roles in Portal Content: open the object. Expand the role>Workset>Page. Select the page here. Now click on preview.  There in the right hand side corner click on the button and select details. Here you will get the full path of that page in that role.
Regards,
Charan

Similar Messages

  • WDPortalNavigation.navigateAbsolute is not working correctly.

    Hi All,
    I have a  page in portal.When the user clicks on this page then a web dynpro java application iview will be called.
    In this an wd java application runs. It checks for some data base entry and if that entry exist then we navigate to a new page in the portal.I have used
    WDPortalNavigation.navigateAbsolute api in my wd java component.
    The issue is
    I am getting an error while using this api  WDPortalNavigation.navigateAbsolute.
    The code which I have written is
    WDPortalNavigation.navigateAbsolute("my pcd  address",WDPortalNavigationMode.SHOW_INPLACE,WDPortalNavigationHistoryMode.NO_HISTORY,"");
    The error is
    NavigationNode.addExtConnectorKeytoEnv: Exception
    [EXCEPTION]
    java.lang.NullPointerException: while trying to invoke the method java.util.Hashtable.remove(java.lang.Object) of a null object loaded from local variable 'env'
    at com.sapportals.portal.navigation.NavigationNode.addExtConnectorKeytoEnv(NavigationNode.java:491)
    at com.sapportals.portal.navigation.NavigationNode.getRelatedSeeAlsoNodes(NavigationNode.java:1194)
    at com.sapportals.portal.navigation.NavigationNode.getRelatedSeeAlsoNodes(NavigationNode.java:1256)
    at com.sapportals.portal.navigation.TargetsiView.doOnNodeReady(TargetsiView.java:116)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:390)
    at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher$1.service(RequestDispatcherFactory.java:168)
    at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:270)
    at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher.handleEvent(RequestDispatcherFactory.java:158)
    at com.sap.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:242)
    at com.sap.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:342)
    at com.sapportals.portal.prt.pom.AbstractNode.addChildNode(AbstractNode.java:345)
    at com.sapportals.portal.pb.PageBuilder.createAndAddEmbeddediView(PageBuilder.java:197)
    at com.sapportals.portal.pb.PageBuilder.createiView(PageBuilder.java:469)
    at com.sapportals.portal.pb.PageBuilder.createAndAddiViews(PageBuilder.java:280)
    at com.sapportals.portal.pb.PageBuilder.doOnNodeReady(PageBuilder.java:711)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:390)
    at com.sapportals.portal.pb.PageBuilder.handleEvent(PageBuilder.java:878)
    at com.sap.portal.prt.component.CachablePortalComponent.handleEvent(CachablePortalComponent.java:429)
    at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher$1.service(RequestDispatcherFactory.java:168)
    at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:270)
    at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher.handleEvent(RequestDispatcherFactory.java:158)
    at com.sap.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:242)
    at com.sap.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:342)
    at com.sapportals.portal.prt.pom.AbstractNode.addChildNode(AbstractNode.java:345)
    at com.sap.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:465)
    at com.sapportals.portal.prt.connection.ServletConnection._handleRequest(ServletConnection.java:224)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:101)
    at com.sap.portal.prt.dispatcher.DispatcherServlet.service(DispatcherServlet.java:132)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:202)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:103)
    at com.sap.portal.http.EnrichNavRequestFilter.doFilter(EnrichNavRequestFilter.java:49)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    at com.sap.portal.prt.dispatcher.CustomHeaderFilter.doFilter(CustomHeaderFilter.java:58)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    at com.sap.portal.http.EnrichNavRequestFilter.doFilter(EnrichNavRequestFilter.java:49)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:432)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)
    at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:278)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
    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.SessionSizeFilter.process(SessionSizeFilter.java:26)
    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:57)
    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: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.server.Processor.chainedRequest(Processor.java:475)
    at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)
    at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    Please help me to resolve this issue.
    REgards,
    Anand

    Hi Samuli,
    The above mentioned problem is resolved by referring to the KBA. I have awarded points to you.
    But I am facing one more error in my log.
    Once the user clicks on the web dynpro iview the application on portal runs fine but in the log I am getting an error message for that user. It just shows the system.err and I dont get any details in the log.
    PFA the error log
    WD java application name is – dc-wd-stc-bi-disclaimer.
    This error we get only when user clicks on the web dynpro iview referring to this application in portal.

  • WDPortalNavigation.navigateAbsolute() does not work in QA environment

    I have used WDPortalNavigation.navigateAbsolute()  to navigate to a different iview in the portal.  It works fine in Dev, but the same code is not displaying the iview in QA environment.  I confirmed that I views exists in QA and it executes from the navigation path.  The PCD Path matches as imported in QA.  It is erroring out only when executed through a button click in Web Dynpro using WDPortalNavigation.navigateAbsolute().
    I dont know if there are any settings that I need to change.  Any help is greatly appreciated.
    Here is the code I have that works perfectly in Dev.
    WDPortalNavigation.navigateAbsolute("ROLES://pcd:portal_content/com.abc.portal/com.abc.iviews/com.abc.iviews.folders.planning_queries/com.abc.iviews.planning.init_pln_na",WDPortalNavigationMode.SHOW_EXTERNAL_PORTAL,"","","");
    Thanks

    Hi,
    Have you got solution to your problem. If yes, then please share with me.
    Regards,
    Anubha

  • Problems with WDPortalNavigation.navigateAbsolute

    I have a problem with the instruction WDPortalNavigation.navigateAbsolute
    My projjects are follow:
    I have a component A and a component B in a component Master 1, and the same component A and a component C in another component Master 2.
    In the component  Master 1 I have a context that is  binding by component A.  In the component Master 2 i have te component A too, The componente A  binding the contex  tooo. the problem is that i want to navigate from Component B that is in the Component Master 1 to Component C that is in the Component master 2.
    I am trying navigate with WDPortalNavigation.navigateAbsolute  sentence, it is works, because i can see the component C's iview but when i want to use data of  component's context, i can't  because i get an error that says, the context doesn't initialize.
    i am use componentization concept in the master 1 andy master 2.
    in the master 1 i have as "used web dynpro components" the component A and component B
    in the master 2 i have as "used web dynpro components" the component A and component C
    in a few works a want to navigate from component B to component C using WDPortalNavigation.navigateAbsolute sentence
    Anybody can help me please.

    HI arhei Pisarenka.
    I 'am doing the copy of a project and i found this navigation in the code with the WDPortalNavigation.navigateAbsolute sentence, then i did the copy to anothers project and it no function, in the original project it works but in my project didn't.
    What i can do?
    thanks

  • Calling Webdynpro Application using WDPortalNavigation.navigateAbsolute

    Hi All
    I have created a custom application for address in Personal Information. The application contains Overview, Edit, Review and Save , Completed view (Same as in standard ESS components)
    There is a link <b>Back to Overview</b>. On click of the link, i need to go back to <b>Overview</b> view.
    How can i perform this ?
    I am using
                   WDPortalNavigation.navigateAbsolute(
                        urlToTargetApp,
                        WDPortalNavigationMode.SHOW_INPLACE,
                        WDPortalNavigationHistoryMode.NO_HISTORY,
                        null
    What should be the value of  urlToTargetApp ?
    Pls help.
    Regards
    Sonal Mangla

    Hi Satyajit.
    Thanks for the inputs
    Actually i need to refresh the application so that it takes me to the first view.
    Previously i was using Exit plug to URL to go back to first view.
    But after upgrade from EP6 to EP7 and ESS 100 to ESS600, i am getting
    <b>com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Exit-Plug must no be triggered with an URL when running in portal. Use portal navigation instead to navigate to another application</b>.
    Can u tell me what is the replacement of exit to URL plug ?
    Please guide me further.
    Message was edited by:
            Sonal Mangla

  • Show bspiView without TLN. (WDPortalNavigation navigateAbsolute )

    Hi
    Im trying to open a bspiView (in a new browser window) from my Web Dynpro application using WDPortalNavigation.navigateAbsolute. I want the iView to be rendered without TLN, detailed navigation and so forth. Just the iView!
    WDPortalNavigation.navigateAbsolute has an argument for WDPortalNavigationMode.SHOW_EXTERNAL which, according to the documentation, should show my iView "in a new browser window that has no portal frame". The thing is; it doesn't! Ive tried using ".SHOW_EXTERNAL_PORTAL" and ".SHOW_EXTERNAL" and there is no difference. We're using SP15. Can anyone help me? Is there a better solution?
    Thanks in advance
    Carl Schultze

    Hi Carl Schultze,
    Try the following method:
    IWDWindow windowName = wdComponentAPI.getWindowManager().createExternalWindow(<path to the iView>,<title>,false);          
              windowName.removeWindowFeature(WDWindowFeature.MENU_BAR);
    // There are many features you can remove like Address bar, Status bar, tool bar . . .
    // And also you can set the size, position, etc for the window.          
              windowName.open();
    Hoping that this helps.
    Thanks and regards
    RK

  • WDPortalNavigation.navigateAbsolute not working in nws04s sp14

    HI ALL,
    I am trying to navigate to a page which has webdynpro iview form a webdynpro application, on clicking a button it has to navigate to hat page in portal ,but nothing is happening onclicking the button, below is the code.
    public void onActionGo2(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionGo2(ServerEvent)
         WDPortalNavigation.navigateAbsolute(
              "ROLES://portal_content/org.test.dev.folder.test_development/Kumar/Roles/TestManagerRole/Overview/MXssMenuPg",
              WDPortalNavigationMode.SHOW_INPLACE,
              (String) null,
              (String) null,
              WDPortalNavigationHistoryMode.NO_DUPLICATIONS,
              (String) null,
              (String) null,
              "Name=" );                              
        //@@end
    In the API its given as "The assumption is that this navigation target uses the SAP application launcher" what does this mean. please provide your valuable answers.
    Thanks,
    pkv.

    Hi pkv,
      For launching a new external window use the following API
    WDPortalNavigation.
    navigateAbsolute("ROLES://portal_content/org.test.dev.folder.test_development/Kumar/Roles/TestManagerRole/Overview/MXssMenuPg",
                     WDPortalNavigationMode.SHOW_EXTERNAL,
                     WDPortalNavigationHistoryMode.NO_HISTORY,
                     null);
    Open the required ivew and double check if the path is portal_content/org.test.dev.folder.test_development/Kumar/Roles/TestManagerRole/Overview/MXssMenuPg
    If the path is correct then the action will launch the iview.
    Regards,
    Sanyev

  • Pass parameters via POST in WDPortalNavigation.navigateAbsolute method

    Hi,
    how can i pass parameters via POST method from WD Application using WDPortalNavigation.navigateAbsolute method
    Should i pass the parameters as part of the NavigationTarget URL or they should be passed via different parameter?
    Thanks,
    Yuly Roberman

    What is the procedure to pass parameters via POST using WebDynpro ?
    I am required to pass XML Data via POST.
    I have gone through the following :
    a) http://help.sap.com/saphelp_nw04/helpdata/en/9e/a073001903c9419592b14c2aa63669/content.htm
    b) Inter Navigation Application in Web Dynpro
    However, I could not find any reference to do the same via POST.
    Can anyone throw light on the same ?
    Best Regards,
    Subramanian V.

  • WDPortalNavigation.navigateAbsolute working for admin only

    Dear All,
    In an application, we have to give links of different iviews. On click on the link, the required iview is opening in new window. But this is working only for those who has Super Admin access in portal.
    Please help so that it can be enabled for normal users also.
    Regards,
    Vaibhav

    Hi Vaibhav,
                      The iview you are showing as pop up, will be assigned to a particular role (Check in Portal Content). Check if the normal users are assigned to that role or not.... If not, you have to assign the normal user group to this role...
    Consider awarding points if this is help ful...
    Thanks & Regards
    Ramesh.

  • Error in code of relative navigation

    Hi Experts,
    I am using relative navigation for the first time. Dont know why i am facing the following error while I am typing the method for relative navigation in the component controller of my project:
    "The method navigateRelative(String, int, String[],WDPortalNavigationMode, String,String WDPortalNavigationHistroyMode, String, String, Boolean, Boolean) in the type WDPortalNvigationModenot applicable for the arguments (String)".
    The method defined has return type "string".
    Were m I going wrong here, can anyone help me with this??
    The code I have keyed in the component controller is
    WDPortalNavigation.navigateRelative("ROLES://portal_content/Kmaithani/java_local_testztestrfc_test_kmaithani_ztestrfc_ZtestrfcApp");
    Moreover i read that we have two additional parameters "levelsUp" and "path" which we have to feed in the same code. can you please tell me how n what values we have to put in for these two parameters? Do we have to simply append these values in the above code?
    Please help me out with the issue.
    Regards,
    Kaustubh

    HI
    May be bez of you are not passing correct parameters
    follow this code which is running on my side
    WDPortalNavigation.navigateAbsolute("ROLES://portal_content/com.yash.re.pocre/com.yash.re.portfoliomanagement/com.yash.re.overview", WDPortalNavigationMode.SHOW_INPLACE, WDPortalNavigationHistoryMode.ALLOW_DUPLICATIONS,"");
    Thanks

  • Problem shile fetching values from navigateAbsolute

    hi,
    i need to pass a value which has "+" in end...
    for example:
    String Name = "aditya+" ;
    WDPortalNavigation.navigateAbsolute(iviewpath,WDPortalNavigationMode.SHOW_INPLACE,
    null,null,WDPortalNavigationHistoryMode.NO_HISTORY,null,null,
    "Name=" +Name );     
    but when i fetch the value..
    IWDProtocolAdapter protocolAdapter = WDProtocolAdapter.getProtocolAdapter();
    IWDRequest request = protocolAdapter.getRequestObject();
    String Name = request.getParameter("Name");
    i get name = aditya
    it doesnt give me "+"...
    i believe it is taking + as an operator rather than string
    can anyone help in finding out solution..
    Thanks and Regards,
    Aditya Deshpande

    Hi, Aditya
    This looks like a bug
    My suggestion is to escape "+" character in some way (for example, with "\u002b") when making parameters string, and unescape when retrieving parameter values. I guess not only plus character can produse such effect.

  • Suspend doesn't work with WDPortalNavigation postParameters=true

    Hi,
    I am having problems resuming a Webdynpro application within the portal using postParameters=true for WDPortalNavigation.navigateAbsolute.
    From application A, I call resumable application B as follows:
    WDPortalNavigation.navigateAbsolute(
         "ROLES://...ResumableAppB", //location resumable app in pcd role
         WDPortalNavigationMode.SHOW_INPLACE,
         WDPortalNavigationHistoryMode.NO_HISTORY,
         wdContext.currentReturnElement().getCompleteString(), //remark: very long string of parameters
         true, //postParameters
         true);
    It goes wrong if:
    - the string contains 1 parameter or more it calls the webdynpro and creates a new session.
    It works if:
    - the string is empty
    - I change postParameters to false (I have too many parameters for a GET scenario)
    - I start with application A, call the resumable application B from A, return to calling application A and call resumable application B again (this looks like a nice workaround, but it should work without ... grrr)
    Anyone any ideas or suggestions?
    Greetings,
    Vincent

    Hi,
    bugs filed by Oracle internal are not public. Just for the records, the bug number is 14375155
    Frank

  • WDPortalNavigation : Hiding Dynamic Nav Panel in popup window

    Hello,
    I am using Absolute Navigation - Portal - SAP Library to open a specific page on Portal from my Web Dynpro Java application.
    Platform:
    Portal : EP CE7.3 Ehp1 SPS9
    NWDS: CE7.3
    In target Portal page that I am trying to open in new window, there is some content added as "Dynamic Navigation". And this Dynamic Navigation panel is by-default expanded in this popped up window.
    Is there any way I can set it to 'collapsed' by-default in this popup window?
    I tried using all navigation modes available. But couldn't find any option to do this.
    Code extract:
    WDPortalNavigation.navigateAbsolute(
      actionURL,
      WDPortalNavigationMode.SHOW_HEADERLESS_PORTAL,
      "height=700,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,titlebar=no,toolbar=no",
      taskWindowName,
      WDPortalNavigationHistoryMode.NO_DUPLICATIONS,
      targetTitleText,
      null,
      null,
      null,
      true,
      true
    Please help.
    Thanks & Regards,
    Amey Mogare

    Yes. I'm using a classical frameworkpage. I opened it >Desktop Inner page > Dynamic Navigation iView > set "Initial State of navigation panel = closed".
    Saved everything and retried opening the page via WDPortalNavigation.
    Navigation panel was still expanded when this window opened.

  • Calling an Portal Webdynpro iView from another Webdynpro iView - Error

    Hi,
    I have modified the DefaultFramework Page by adding an Alert iView (based on WebDynpro) and assigned this modified framework page to all users. It works fine.
    The Alert iView on the Left hand side (right above the Detailed Navigation) consists of links to different WebDynpro iViews in the same Portal.
    I have used LinkToAction UI element, on event of click
    i am executing this piece of code.
    onActionClick (com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent)
    WDPortalNavigation.navigateAbsolute("ROLES://portal_content/folders/X.Iview", WDPortalNavigationMode.SHOW_INPLACE, (String)null, (String)null, WDPortalNavigationHistoryMode.NO_DUPLICATIONS, "Called iView Name", (String)null, (String)null);
    I have picked up the iView name from the Portal(exact PCD location).
    It is not working. Once in a while it worked. But now it is not loading at all.
    Please let me know your thoughts on the same.
    Thanks
    Senthil

    Hi,
    Got it solved. User has authorization to execute the page.Their roles were not added in Permission list of that Page.
    Added the roles. Now it works fine.
    Thanks
    Senthil

  • Calling an Portal iView from Webdynpro - Error

    Hi,
    I have two iViews in a page in my Portal. Both of them are WebDynpro iViews.
    The iView on the Left hand side consists of links to different WebDynpro iViews in the same Portal.
    I have used LinkToAction UI element, on event of click
    i am executing this piece of code.
    onActionClick (com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent)
      WDPortalNavigation.navigateAbsolute("ROLES://portal_content/folders/X.Iview",                    WDPortalNavigationMode.SHOW_INPLACE,               (String)null, (String)null,               WDPortalNavigationHistoryMode.NO_DUPLICATIONS,          "Called iView Name",                         (String)null,                              (String)null);     
    I have picked up the iView name from the Portal(exact PCD location).
    This is not giving me consistent results.
    Please let me know your thoughts.
    Thanks
    Senthil

    Hi,
    Had some permission issues in the loading iView, got that sorted. Now it works fine.
    Thanks
    Senthil

Maybe you are looking for