Can MDAC installation cause navigation problems within the portal?

Hello,
I have a client who having problems loading page links in our second level navigation.  Evertime time she clicks on node to expand the tree of links, she gets a "loading" message.  I see this all the time but this message doesn't go away. She also gets a javascript error on the page stating it cannot find the specify module.  She notice the problem around the time of her MDAC file installation.  Do anyone know if this can cause a problem for navigation on the portal?
Thank you,
Francis

You made this bed by over complicating your site. Simple solution, take your pages out of sub-folders.  Nobody but you cares about the .html extensions. IMO, it's a very poor reason for using sub-folders.
About linking & navigation:
http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-7c44a.h tml
Presently, you must be using document relative link paths.  Either switch to Site Root Relative links which will likely work on your remote server but fail to test locally.  Or use absolute URLs (http://).  The downside with this is that DW won't be able to manage links for you.
Nancy O.

Similar Messages

  • Bandwith problems within the Portal

    Hi SAP Experts,
    I have the following problem:
    We have Portal users which go online with the modem and we have users which access the internet through a dial-up connection. I would like to have the "modem users" to work on a standard framework page and the "dial-up users" to work on a light framework page.
    I would like to integrate this within the Master Rule Collection. It should sound like the following:
    If the user has a high bandwith => go with the standard framwork page
    If the user has a low bandwith => go with the light framework page.
    Do you guys know if this is possible? If yes, how does the Portal know if the user has high- or low bandwith?
    Thanks in advance and best regards
    I will give u good points because I have really troubles solving that problem.
    Alex

    Hi,
    Please check these links:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.highlightedcontent?documenturi=%2fhelp%2fsdn_help_nw04s%2fsaphelp_nw04s%2fhelpdata%2fen%2fed%2ff794f201654cc8bdd6968e350800d9%2fcontent.htm
    MastHead Change & Portal Desktop
    Master Rule Collection
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8d9d9c90-0201-0010-e9a4-ed82031e1908
    Hope it helps.
    Regards,
    Mona

  • Windows 8.1 PC, using reader, when searching a folder containing approx 100 doc's. If i search for a word, no results are returned. only the doc names can be found but nothing from within the doc. This is a new problem and was not the case before.

    Windows 8.1 PC, using reader, when searching a folder containing approx 100 doc's. If i search for a word, no results are returned. only the doc names can be found but nothing from within the doc.
    This is a new problem and was not the case before.

    Works perfectly fine for me with the latest Reader version (11.0.09).
    You write that it worked "before"; before what?  An update?  Update from what version to what version?

  • How can I start a new paragraph within the same table cell?

    In Numbers, when adding text within a table frame, how can I start a new line within the same frame (rather than advancing to the next cell)?  I'd like to enter a mini-list of several items of various lengths of data.

    While Wayne's answer solves your problem, another possibility is to uncheck the box at the bottom of the Table inspector for "Return key moves to next cell." If that is unchecked, the return key types a paragraph return within the cell (the same as Option Return with the box checked).
    With that box unchecked, Shift Return types a soft return (new line without a paragraph break).

  • UWL Help - How can i create my own task within the Enterprise Portal

    Dear all,
    I am currently working with UWL .
    I have tried the customization and those stuffs associated with UWL , and it is working properly.
    My current issue is , how can create my own task within the Portal ( not using Ad Hoc  Workflow , which is present in Portal) ?.
    If i can create my own task within portal by API or using another method , then How can i add that task link within the drop down box that is present in the Collaboration launch pad and Mytask Workset.?
    Is there any API regarding  UWL (which is useful for creation of custom tasks in Portal using Developer Studio by means of Portal Application Creation) ?
    How can i add that custom task in the drop down ?.
    I have tried the customization of existing UWL.
    I shall be grateful to those who can help me to solve this issue with links regarding the  solution of my problem's.
    with regards
    Kishor Gopinathan

    Hi Kishore,
    I am trying to do the same thing. When i am creating Collaboration Task, it has standard templates in the dropdown like "Single Step" and "Multi-Step" etc., If i want to create my own Custom Task Template and display in that dropdown, how can i do that? Your help is really appreciated.
    Thanks
    Vijay

  • How can i add a navigation rule at the runtime of JSF?

    Hello,
    how can i add a navigation rule at the runtime of JSF. Maybe i should use the method "addNavigationRule()" in class "FacesConfig", but i do not know, how can i obtain the instance of class "FacesConfig". Can anybody help me?
    Thank you very much!!!

    Just curious: Why whould you want to add navigation Rules at run time. I believe the navigation rules should be set to begin with - "by s/w Architect Design".
    Else you can always use Redirect / Forward.

  • Within moments of subscribing I discovered interference with my REckon Elite Tax and Ledger software.  I can no longer produce a PDF within the software and this is inpeding my work flow.

    Within moments of subscribing I discovered interference with my REckon Elite Tax and Ledger software.  I can no longer produce a PDF within the software and this is inpeding my work flow.

    Hi elizabethc8523575,
    Elizabeth Christodoulou wrote:
    Within moments of subscribing I discovered interference with my REckon Elite Tax and Ledger software.  I can no longer produce a PDF within the software and this is inpeding my work flow.
    Please elaborate your issue. What kind of interference have you observed?
    Regards,
    Rahul

  • Can we put multiple Database Polling within the asynchronous process

    Hi,
    Can we put multiple Database polling within the the same asynchronous BPEL process.
    There will be multiple Receive activities to receive the data from the poller.
    Saptarishi

    Hi Peter,
    I am using 10.1.3.4 and cannot use ESB/mediator.
    For the 2nd option,
    I have tried to put multiple receive's to poll data from a table but it does not work(it waits at the 2nd Receive). Let me try to elaborate the issue a bit.
    I have created a table for polling.
    The table has 3 columns :- transaction_id, status, is_read
    is_read is kept to implement the logical delete strategy of DB polling.
    What I need to do is to maintain a single instance of BPEL to maintain a transaction(which is uniquely identified by transaction_id).
    The BPEL should track the different stages of the transaction, i.e whenever a new row is inserted in the table with the updated status for a transaction, it must find the correct instance(by co-relating the transaction_id) and go to the next step (wait for the next receive activity) until all the steps of the transaction is completed.
    In the code, I created a correlation set consisting of transaction_id(only). The property transaction_id has an alias to the inbound variable's payload.
    In the first Receive, I checked the "create instance" checkbox. Also the correlation set is initialized.
    From next Receive onwards the correlation set is checked.
    The polling frequency is 5 secs.
    The first Receive works fine and the process is instantiated. But it waits at the 2nd Receive indefinitely.
    It will be very helpful if you can try this once. If you feel this is not the right approach, please guide me.
    Thanks and Regards,
    Saptarishi

  • If my iphone 5 has a problem within the first 30 days will apple replace it with a brand new one or will i get a refurbished model.

    if my iphone 5 has a problem within the first 30 days will apple replace it with a brand new one or will i get a refurbished model??

    If it is replaced under warranty, it will be replaced with a unit from the "replacement stock", which either will be a refurb or new (no way to distinguish these) and the S/N will indicate a replacement unit.
    The "30 day" rule varies from county to country, and applies only to returns, not replacement.

  • My iPad has a software problem within the first year, but I am in South Africa.

    My iPad has a software problem within the first year. When I bought it, I took an Apple care plan with it. At the moment I am in South Africa for my internship and when I go to a premium reseller, they are not able to fix my iPad or change it because they say that they are not an official Apple store. What should I do now? I stay here till the end of December and I would like to use it during my internship.

    We're regular users like you and know no secret magick Apple engineer incantation. If you care to detail what the problem is, we will do our best to help.

  • How to add Navigation Level to the Portal?

    Hi All,
    How to add Navigation Level to the Portal?
    for example:
    1st Level is the Role
    2nd Level is Worksets/Folders
    I want that the 3rd Level will contain more Worksets/Folders and will be under the 2nd level and not in the "Detailed Navigation".
    I tried to change the "Number of display levels" in the framework page but it didn't help.
    Attached a picture with the required result (of course, for my roles)
    http://img457.imageshack.us/my.php?image=toplevelnavigation7xy.jpg
    Thanks, Omri

    Hi Omri,
    in fact, almost one year ago we did something similar on a project basis, but as already stated here, this was done by modification. What we did was providing a dropdown box within the masthead, containing the first level, and the second and third level now have been displayed where normally the first and second level are. That was a ten days solutions, some very fine granulated work. But nice
    Anyhow, nowadays this can be more easy using the LightFrameworkPage (if that's OK for your purpose) and the Navigation Tag Library, see http://help.sap.com/saphelp_nw04/helpdata/en/42/f35146a7203255e10000000a1553f7/frameset.htm for details.
    Hope it helps
    Detlev

  • How to keep navigation with in the portal when accessing third party applic

    Hi
      I am trying to integrate Peoplesoft applications into portal.I am able to access the PS applications,but when i try to navigate through the Peoplesoft pages,page is not opening in Content area.Peoplesoft page is opening in the browser rather than in the content area.
    As for my concren in navigation at oneplace its leaving the portal environment to other Ps serevers environment.As PS link is pointing to PS server.
    How to overcome this problem.I want to open all peoplesoft pages within the portal content area.
    regards
    Usman

    Anyone to answer this question.Urgent.
    regards
    Usman

  • Translation problem in the portal screen

    Hi Experts,
    We are facing problem in the portal screen where some texts are displaying in-correct languages.
    Basically all the text should come in Chinese if we login in Chinese language, but it is coming in English
    For e.g. In Follow on Documents screen u2013 Value (filed label) is coming in English instead of Chinese,
    Similarly some Chinese text is wrongly translated.
    Help us how to do the translation or should we need to apply any OSS notes for this?
    Should we need to use translation SOTR_EDIT to do the translation?if then how to do it?
    Regards
    Paul

    Hi,
    What is the SRM version ? Please also check the language setting in your browser.
    For wrong translation, you can correct it in the translation tools like SE63.
    Regards,
    Masa

  • How can I extract a km-iView out the portal to redefine it?

    Hello folks,
    I want to redefine the com.sap.km.cm.navigation-iView to serve generic access to the users home drive by using the <User.UserID>-variable. Therefore I have to extract/download the iView out of the Portal. I wasn't able to find KM-Content in Systemadministration->Support->Portal Runtime->Browse Deployment. What do I have to do?
    How can I extract a km-iView out the portal to redefine it?
    Regards
    Steffen

    Just as an example:
    package com.btexx.proxy;
    import com.sapportals.portal.prt.component.*;
    import com.sapportals.portal.prt.pom.IEvent;
    import com.sapportals.wcm.repository.ResourceException;
    import com.sapportals.wcm.repository.ResourceFactory;
    import com.sapportals.wcm.service.IServiceTypesConst;
    import com.sapportals.wcm.service.urlgenerator.IURLGenerator;
    public class Example extends AbstractPortalComponent
         protected void doOnNodeReady(IPortalComponentRequest request, IEvent event){
              String uname = request.getUser().getLogonUid();
              String path = "/userhome/"+uname;
              String rndLayoutSet = "ConsumerExplorer";
              String explorerServletPath = "/irj/servlet/prt/portal/prtroot/com.sap.km.cm.navigation";
                   try {
                        IURLGenerator ug = (IURLGenerator) ResourceFactory.getInstance().getServiceFactory().getService(IServiceTypesConst.URLGENERATOR_SERVICE);
                        explorerServletPath = ug.getExplorerServletPath();
                   } catch (ResourceException e) {
              request.redirect(explorerServletPath+path+"?rndLayoutSet="+rndLayoutSet);
        public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
    + portalapp.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <application>
      <application-config>
        <property name="SharingReference" value="usermanagement, knowledgemanagement"/>
      </application-config>
         <components>
              <component name="Example">
         <component-config>
              <property name="ClassName" value="com.btexx.proxy.Example"/>
              </component-config>
                   <component-profile>
                        <property name="com.sap.portal.reserved.iview.Redirect" value= "true"/>
                   </component-profile>
              </component>
         </components>
    <services/>
    </application>
    all the best,
    dimitry

  • Create Web Service within the Portal

    Hi, all.
    I want to use SAP Portal for generating Portal web services on a base of some external procedures.
    But to use NWDS in such way as to implement this procedure in EJB and create a web service for it seems not the best solution for me.
    Are there any other ways to do it? For example, are there any utilities that can help me to generate a web service within the Portal?
    Regards, Sergey.

    Hi,
      Follow the steps given in the following link to create portal service.  
      <a href="mhtml:https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0b57e590-0201-0010-a29f-abd37a436f54!http://localhost/Documents%20and%20Settings/i024527/Desktop/Linda/start.htm">how to create portal service</a>
    Rds,
    Shanthakumar.
    Assign points for useful answers.

Maybe you are looking for

  • File download using jsp

    I am trying to download a file from the server using jsp but it always shows the file in the browser.I want a Save/Open dialog box to allow the user to save this file in the local system. any feedback is welcome. thanks in advance vinod

  • Payment with clearing in Cash journal

    Hi all 1.Is there any way to make payment with clearing of vendor payment through cash jounal? 2.Is there any way to deduct TDS while making advance payment to vendor through cash journal? Regards Prakash.

  • Use navigateToURL to open a local pdf...

    I have a problem with the following code. I have been searching since yesterday for solutions to open pdfs in a browser window from within flash. I've found various forum posts about using navigateToURL and it looks like people have success. It seems

  • On my skype when I try to use it my husband's computer shows up as offline and it is not.  What am I doing wrong.  I just downloaded skype app to my ipad.

    When I try to contact my husband's apple laptop from my ipad it shows my husband as offline.  I just downloaded the skype app and have not used it successfully.  What have done wrong?

  • ITUNES 7 FAILURE

    I have the same problem...but worse. I have significantly more music/video on my ipod than on my computer. Thus I always keep iTunes on manual update. All was fine until I downloaded iTunes 7 and plugged in my ipod. It began to analyze all my songs f