MII 12.1 Navigation not working

Hi,
We are working on MII 12.1 version deployed on NW 7.1 CE.
We have created the role and user assigned to it. In MII-Navigation page, we have setup the Home page for this role.
But when the user login into system by using
http://<server>/XMII/Menu.jsp, it is not navigate to the corresponding home page. But is navigate to MII Menu page which contains only Support tab alone.
and also, we need to deploy customized Login page for each application like
http://<server>/Test/Login.jsp. But we didnt find SDM to deploy these JSP pages.
How to solve these issues?
Regards,
Senthil

Hi,
I can suggest following things may be usefull to you.
After logon to redirect to your test page you can try below URL for logon:
http://<Server:Port>/logon/logonServlet?redirectURL=CustomFilePath (ex test.irpt)
after login it will navigate to test.irpt
For custom User Login I am not sure but I think you have to do it in SAP NW check out following links may be usefull
[https://cw.sdn.sap.com/cw/docs/DOC-108383]
[https://cw.sdn.sap.com/cw/docs/DOC-101074?treeid=DOC-99734]
[https://cw.sdn.sap.com/cw/docs/DOC-108383?treeid=DOC-99854]
Hope this help!!
Regards,
Manoj Bilthare

Similar Messages

  • Pie chart with two measures and date dimension navigation not working

    Hi Experts,
    Pie chart with two measures and date dimension navigation not working. Any help is appreciated.
    Thanks
    V

    Hi Deepak,
    I had time dimension in the RPD.
    I have stacked bar chart with same time dim like year & month in the report. when I go to legand and set navigation it is working fine. But not with pie chart.
    I am not not sure what is the problem. When I click on Pie chart it is not navigating to the target report. Can it be any other issues..???

  • Voice navigation not working on iOS 6 maps 4S

    Voice navigation is not working, no voice
    Coming out of maps  on iPhone 4S maps on iOS 6/6.0.1
    I have tried everything . Help needed!

    Sure it's availble in the country you're trying to use such? Read here:
    http://www.apple.com/ios/feature-availability/

  • Navigation not working in Weblogic Server but working from JDeveloper.

    Hi
    I created a simple application with some page navigations (some declarative and some dynamic using Managed Bean).
    The navigation works fine when I run from JDeveloper. (Local System)
    So I deployed the application to the WebLogic server (Local system with a domain configured with ADF.)
    The pages are getting rendered correctly, bu on button clicks, the navigation is not happening from any of the pages.
    Could I have missed something or is there a way to track what the problem might be?
    JDev : 11.1.1.3
    Web Logic Server : 11gR1 (1.3) which comes with JDeveloper
    Thanks for any help.
    Sameer

    Hi John
    I am not using task flows. I just have some jspx pages defined in the unbounded task flow adfc-config.xml connected with navigation.
    I run from JDEveloper by right clicking on the jspx files.
    The URL when run from jdeveloper is as follows.
    http://127.0.0.1:7101/SessionsPOC-ViewController-context-root/faces/MainPage
    From Weblogic server I am using the link given in the Testing tab of the weblogic administration console.
    The URL is as follows.
    http://10.9.73.103:7001/SessionsPOC-ViewController-context-root (default)
    http://10.9.73.103:7001/SessionsPOC-ViewController-context-root/MainPage.jspx
    Actually, the URL given in the weblogic testing tab is not runnable. I am changing the link as follows to be able to run it.
    http://10.9.73.103:7001/SessionsPOC-ViewController-context-root/faces/MainPage.jspx
    I have defined the MainPage.jspx in the web.xml 's Welcome page. But it is not taking it I guess.
    Also, I am able to run the other page by giving the following url. But the navigation buttons are not working in that page also.
    http://10.9.73.103:7001/SessionsPOC-ViewController-context-root/faces/SecondPage.jspx
    Thanks
    Sameer

  • Filter and navigation not working properly

    Hi Gurus,
    I have two reports - report1(source) and report2(target) report.
    In report1, it shows two columns - Market_ID, Amount_sold
    In report2, it shows two columns - Market_ID, Reasons(where Market_ID is made prompted)
    In report1, I have made the Value Interaction as 'Navigate' and the target as 'path of report2' in Column properties ->Column Format
    But, when I click on Market_ID(report1), it is NOT showing the details of that particulat Market_ID(report2).
    It is showing the details of whole Market_ID in report2. That means, the filter is not working properly.
    Is there any method in which the report2 shows the details of particular Market_ID which is selected from report1(market_ID)?
    Best Regards,
    J

    yes you can,
    in your source add a master_name column and in that make the navigation.
    in the master_id column go to column format and style options and check the Use Custom CSS style option and type,
    display: none
    now in your source the master_id column will get hidden. in your target make the master_id prompted.
    now click on the master_name in your source, your target will get filtered by the corresponding msater_id
    thanks,
    Karthick
    Edited by: kart on Jun 7, 2010 11:52 AM

  • Table of Contents navigation not working

    I am using Captivate 6.  I have a separate TOC, with only 4 items.  'Self paced Learning' and 'Enable Navigation' are both checked. However, when I publish to SWF, or preview, the navigation does not work.
    Due to IT team desktop image restrictions, I can only check this in IE8, using Flash 11.1.102.55.
    Any suggestions?
    Kayellsa

    I'm having the same exact problem.  I do not have the Navigate Visited Slides only option checked.  I want the user to be able to just skip to a section.  I've noticed it works to an extent, but easliy gets hung up.  So if I click to a section, the project either gets stuck or it continues to play, but audio dissapears.

  • Internal Navigation not working in PDF

    Hi,
    I have a PDF document (parent) which gets rendered in IE8 & IE9 without any issue. However the parent pdf has hyperlinks to other pdf files which are located on a network share in my intranet.
    The issue is when we click on the hyperlink for the pdf documents from the parent PDF document it does not open (no error is obtained). If the parent PDF is saved in the local file system then the hyperlinks start working. Note that permission is not an issue here since the network share has full rights for all accounts.
    Any help appreciated.

    Hi John
    I am not using task flows. I just have some jspx pages defined in the unbounded task flow adfc-config.xml connected with navigation.
    I run from JDEveloper by right clicking on the jspx files.
    The URL when run from jdeveloper is as follows.
    http://127.0.0.1:7101/SessionsPOC-ViewController-context-root/faces/MainPage
    From Weblogic server I am using the link given in the Testing tab of the weblogic administration console.
    The URL is as follows.
    http://10.9.73.103:7001/SessionsPOC-ViewController-context-root (default)
    http://10.9.73.103:7001/SessionsPOC-ViewController-context-root/MainPage.jspx
    Actually, the URL given in the weblogic testing tab is not runnable. I am changing the link as follows to be able to run it.
    http://10.9.73.103:7001/SessionsPOC-ViewController-context-root/faces/MainPage.jspx
    I have defined the MainPage.jspx in the web.xml 's Welcome page. But it is not taking it I guess.
    Also, I am able to run the other page by giving the following url. But the navigation buttons are not working in that page also.
    http://10.9.73.103:7001/SessionsPOC-ViewController-context-root/faces/SecondPage.jspx
    Thanks
    Sameer

  • Adfc-config navigation not working

    Hello,
    I have created the following navigation in the adfc-config.xml:
      <view id="partError">
        <page>/partError.jspx</page>
      </view>
      <view id="estimation-home">
        <page>/estimation-home.jspx</page>
      </view>
      <view id="estimation-chart">
        <page>/estimation-chart.jspx</page>
      </view>
      <control-flow-rule id="__9">
        <from-activity-id id="__10">estimation-home</from-activity-id>
        <control-flow-case id="__13">
          <from-outcome id="__14">fill-estimation</from-outcome>
          <to-activity-id id="__12">estimation-chart</to-activity-id>
        </control-flow-case>
      </control-flow-rule>And I am calling the outcome as:
    <af:commandLink id="cl1" action="fill-estimation" partialSubmit="true" text="Test"/>But it is not working.
    If I define the navigation in the faces-config.xml:
      <navigation-rule>
        <from-view-id>/estimation-home.jspx</from-view-id>
        <navigation-case>
          <from-outcome>fill-estimation</from-outcome>
          <to-view-id>/estimation-chart.jspx</to-view-id>
          <redirect/>
        </navigation-case>
      </navigation-rule>It works. I am unable to find what I am doing wrong. Any suggestion would be very helpful to me.

    Hello Frank,
    Before I was launching the first page as:
    1. Defined index.jsp and added jsp:redirect to the estimation-home.jspx.
    2. Added index.jsp as the welcome page in web.xml.
    After the point you asked me, form that, I came to know I am doing this in wrong way, that's why the navigation is not working.
    Now
    1. I have changed my index.jsp to add
    <meta http-equiv="refresh" content="0;url=./pages/estimation-home" />2. Removed the navigation from faces-config.xml and defined it in adfc-config.xml.
    It is working now.
    Thank you very much.
    Best regards,
    Tapas

  • Object based navigation not working in FPN

    Hi All,
    We are having issue with Object Based Navigation in FPN. 
    System details are, Central Portal 7.01 sp 06 and Child (SRM) Portal 7.01 SP 07.
    We are using the standard business package iView Check Status, which is working fine in Producer Portal and the same is not working in Central Portal.
    Kindly help us on this.
    Regards,
    Venkatesh K

    Hi Venkatesh,
    Before gettign into the isue there is some limitation given by sap on this reagrds of OBN with fpn:
    1.A content developer may create an OBN source iView to call the OBN service to run code that processes a number of target iViews and displays them for the user to choose from, during runtime, in a context menu accessible from the source iView.
    When in remote delta link mode, the federated portal network does not support this implementation of OBN, regardless or whether the source iView calling the OBN service was created in NetWeaver 7.1 or in NetWeaver 7.0 and then upgraded to 7.1.
    2.The user on the consumer side may have additional roles that the respective user on the producer does not have.
    Conversely, OBN does not search for targets in roles that the user has on the producer, which do not exist on the consumer.
    Note also: In remote role assignment mode all content editing is done on the producer, including the editingobject-based navigation, such as the removal and addition of implementations and changes in priority
    so as per your perspective issue can i clearly knwo abou the issue your getiing ,as it is working fine in Producer Portal and not in central portal right?
    Once check for the remote delta link which might help you to resolve your issue,Hope this information helps you or take near to the issue any more queries get back !
    Thanks&Regards
    AswinChandraGirmaji

  • Flash Navigation Not Working (the swf works, but the external links don't)

    I used Illustrator and Flash Catalyst to make a navigation bar for my website, but it's not working... I click links and nothing happens. I click one of the links to the sub-menu (the "careers" button and "advertising" button go to other menus) and those work fine, but the links themselves aren't working, even though they were when I first uploaded it...
    I've double and triple checked, and they all have the right links associated with them in FC, so any ideas on what I should do to fix it?
    The site: http://www.sorean.net
    ALSO: Anyone not using Firefox, if you could see if they work for you, I'd much appreciate it.
    Anyway, you click on the logo to bring the main menu back up if you're in a sub menu... But I've had to put text-based links above the navigation so that it wouldn't be a huge inconvenience while I'm trying to make it work.
    Any help or suggestions are greatly appreciated.
    - Amanda

    I figured it out... I was trying to use the navigation on multiple layers (sub-folders) of my site, but putting a full URL makes the external links NOT work
    like "http://mydomain.com/file.swf" instead of just "file.swf" but when I changed it to NOT include my domain, it works great. ... SO, I did have to put a copy of the swf in each sub-folder, but that's ok, 'cause as long as it works, I'm good. I'm so excited.

  • HTMLDB 1.6 Popup LOV navigation not working

    Hi all,
    I've recently migrated from 1.5 to 1.6.
    The pop-up LOV's navigation buttons (ie: Next) do not work. I click them but nothing happens. Any ideas?
    This happens regardless of the query used...
    Thanks...

    Thanks! That did solve the problem;
    The problem resides in the Popup LOV template. Under the field "Next button text" the default value is Next &gt(ampersandgt) <-- substitution is occuring on the screen);
    And "Prev Button text" value is &lt(ampersandlt); Previous
    If you remove the "&lt" or "&gt" from each of these the pagination works properly.
    I decided to look into a different template, my template was Template 3, business look. I checked out Template 9 and it used a different value "< Previous" I pasted this into my template and it worked. Looks like the "& gt or lt substitution " conflicts here...

  • Adobe Pro Footnote Navigation not working.

    Adobe Pro Footnote Navigation is not working when PDFs are combined but work as separate PDFs before combined.
    For example: If I click on the footnote "1" it does not link to bottom of page. How do I go about fixing that?
    Any help would be greatly appreciated.

    Hello,
    Would it be possible for you to share a sample files (i.e individual files before combining)?
    Regards,
    Anoop

  • Report navigation not working when accessed through IFrame in mozilla

    Hi,
    We integrated a OBIEE report in our web application and displaying through IFrame.
    We have functionality to navigate and show a report when user clicks on graph.
    This is working fine in IE6 but it is not working in Mozilla firefoxv3.x.
    And the code snippet looks like below:
    <iframe src="http://10.4.10.10:9704/analytics/saw.dll?PortalPages&amp;PortalPath=/shared/Nexant123/_portal/DAC Exceptions&amp;nquser=Administrator&amp;nqpassword=Administrator" >     </iframe>
    Error we are getting:
    Error: Permission denied to get property Window.getAnswersWorkspaceSyndicate
    Source File: http://10.4.80.160:9704/analytics/res/b_mozilla/viewhelper.js
    Line: 653
    Line in viewhelper.js creating problem:
    653: if (bPortal && parent && parent.getAnswersWorkspaceSyndicate)
    654: {
    655: var tSyn = parent.getAnswersWorkspaceSyndicate();
    656: if (tSyn && tSyn.newWorkspaceModule(tForm.action + "&" + saw.convertFormToString(tForm)))
    657: return;
    658: }
         NQWSubmitFormWithView(tForm,tNavInfo.sViewID,null);
    -Gopal.

    Hi Joe,
    Thanks for the reply but after appending "Dashboard" in the URL instead of PortaPages this doesn't work.
    The actual URL is like this:
    http://10.6.90.120:9704/analytics/saw.dll?Dashboard&PortalPath=/shared/nexant123/_portal/usage&Page=Summary%20Report%20for%20Customer&NQUser=Administrator&NQPassword=Administrator&Action=Navigate&P0=1&P1=eq&P2='Service%20Delivery%20Point'.'SDP%20Id'&P3=1
    Could you please forward me the snippet you are using or some websites where I can find the OBIEE Iframe integration steps.
    -Gopal.
    Edited by: Gopal D on Jan 18, 2010 3:01 AM
    Edited by: Gopal D on Jan 18, 2010 3:01 AM

  • Report navigation not working properly for the union report

    i have a report which is union and i need to navigate to another report(detailed).the filters are not carried out to the detailed report .Please suggest me on how to get the filters ar e correctly applied on detailed report.I have prompted the fileds in the detailed report.

    Hi,
    Please refer to the below thread.
    Re: OBIEE-UNION Request navigate is not working (Parameter value is not passed)
    Hope it helps!
    Thansk

  • E52 - navigation not working offline?!

    Hi,
    I just downloaded OviMaps3.03 and tried to use the navigation. After a few seconds it asks me to allow for access to the online shop. As I'm living in Belgium (where data plans suck and are far too expensive), I declined, then it stopped the navigation (going back to the map with no more guidance).
    How to get the navigation functionality without data plan?
    Thanks for any idea and sorry for my english.
    Manu
    Solved!
    Go to Solution.

    No prob.
    If you are using 3.01 then you would need to purcahse a license for navigation to work.
    As you are using an E52 you can upgrade to Maps 3.03 with the free navigation. Just follow the instructions at www.nokia.com/maps.
    KR
    Chris
    Although i work for Nokia, my opinions are my own!
    Got a Maps query? Check our Maps FAQ's

Maybe you are looking for

  • Can I use my Apple TV as an WLAN Access Point?

    In my Basement I have a LAN Connection but no WIFI and no Cellular. Therefore I would highly appreciate if I could use connect my iPad via WLAN with the Apple TV and to get Internet access which is routed thru the Apple TV. So I am looking forward fo

  • Why do I get disc not ejected properly error message

    Why do I keep getting disc not ejected properly error message since updating my operating system to 10.8.2?

  • VerifyError #1025 - default xml namespace and getter function

    I have narrowed the problem down to a a few lines. I have created a simple example of the problem... // TestClass.as package { import flash.events.EventDispatcher; public class TestClass extends EventDispatcher { private var _testVar:String; public f

  • Flash Paper dans un document flash

    Allo tout le monde, J'ai converti mes fichiers pdf en flash paper 2 format swf : ça au moins c'est très facile ! Méthode: - Ouvrir un fichier pdf - Aller à la fonction imprimer - Choisir l'imprimante qui est Flash Paper 2 et pouf !, tout ce fait auto

  • Class path error in connection to jdbc system

    Dear all, I m trying to create a jdbc conection to access the a system "jdbc" in the portal database.I have included four jar files namely Generic connector.jar Helper.jar Extended connector.jar com.sap.portal.ivs.connectionserviceapi.jar bt still i