Javascript error for detailed navigation tree : 't' is undefined

Hi everybody,
I have a problem on my anonymous role. When i click on the link page of a km navigation IView in the detailed navigation tree, the IView open itself but the navigation tree disappear and i have a Javascript error :
Error :  't' is undefined.
Code :  0
URL :  http://localhost:50000/irj/portal/anonymous?standAlone=true&buildTree=false&NavPathUpdate=false
Could somebody help me please ?

Sorry but it's the same result.
Anybody else?
Somebody could say me if i modify the parameter of the URL somewhere?
http://portal:50000/irj/portal/anonymous?standAlone=true&buildTree=false&NavPathUpdate=false&windowId=WID1182328037651
I talk about the parameter buildTree or NavPathUpdate.
These parameters are added when ai click on the link of the tree.

Similar Messages

  • Javascript error in detailed navigation

    Hi all
    I have workset inside workset, so it looks like folder in the detailed navigation.
    One of my users is try access this folder on his computers but get a javascript error. He can see the other iViews on the root folder, but when he tries to enter a inside folder he gets a javascript error and he can't continue.Any Ideas?
    Thanks
         Omer

    OK, so this is what I figure out, <u>from testing on the user computer</u>.
    When the user who logged to windows is a regular user with the default settings <u>there is no problem</u> (No matter which user logged to the portal).
    When the user who logged to windows is the problematic user, <u>there is a problem in the portal</u> (No matter which user logged to the portal).
    So it must be a setting in the internet explorer, right?
    it's not the security settings, because I add the portal to the trusted sites and the problem persist.But maybe the settings in Tools --> Internet options --> advance are wrong???
    Any other ideas???

  • How to access KM documents from detailed navigation tree area in EP???

    Hello Gurus,
    I want to simulate the portal navigation. I want to show a page also with a detailed navigation tree with links to several KM documents on left frame and a content area for such content files on right frame.
    I have decided to modify standard par file "com.sap.portal.navigation.lightdetailednavigationtree" and I tried to modify JSP to show dinamically several links to KM documents applying logic based on webdynpro tutorial "Using Knowledge Management funcionality in Web Dynpro applications". But a runtime error occurs. I don´t know if I must add sharing references in portalapp.xml for using such classes and also I don´t know the way to do it.
    It would be really grateful if somebody could guide me through this issue or give me another more proper solution.
    Thanks in advance.
    Best Regards.
    Rosa

    Hi javier,
    If u want to access KM documents in some different format then ur default KM navigation Iview.
    Then please have a look at this blog. It will really help you:
    Launching WebDynpro from Universal Worklist
    I hope it helps.
    Please revert back in case of further issues.
    Regards,
    Sumit

  • Tree Renderer for detailed navigation

    Hi,
    does anyone know, which tree renderer is used in detailed navigation?
    I would like to change the behaviour:
    By default, the tree in detailed navigation should show  all items as open.

    Hello Holger,
    The only way to achieve this feature is by implementing your own detailed navigation.
    Check these wonderful blogs:
    EFP: Working with the New Taglibs - Part 2
    EFP: Working with the new Taglibs - Part 3
    Greetings,
    Praveen Gudapati

  • Urgent: Javascript Error in Portal Navigation

    Hi,
    We are using EP 6.0 SP 13.
    We are facing an issue of Java script error in the portal.
    The areas in which the portal is affected are as follows:
    1. When we open the Login page of the portal, the Font Type, Size and
    formatting and the style of "Log in" button is not normal.
    2. After we login, Any component that uses javascript is not working
    3. Whenever we execute any BW report we are getting alert box with
    message:
    "Session Manager will not work!"
    4. When we try to log out, again we get scripting error.
    5. We are also not able to navigate in User Mangement and Content Management.
    Please help as soon as possible.
    Regards,
    Prasad

    Hello Prasad,
    As we are talking about JavaScript errors, it is interesting to know which browser and OS you are using?
    INTERNET EXPLORER 5.5  WINDOWS SERVER 2000/IA32 32BIT 
    Not Released
      31.03.2004     
    INTERNET EXPLORER 6.0  WIN XP 2002 PROF. 32-BIT  Released  31.03.2004     
    INTERNET EXPLORER 6.0  WINDOWS SERVER 2000/IA32 32BIT  Released  31.03.2004     
    INTERNET EXPLORER 6.0  WINDOWS SERVER 2003/IA32 32BIT  Released  27.06.2005     
    INTERNET EXPLORER 7.0  WIN XP 2002 HOME 32-BIT  Released  11.12.2006     
    INTERNET EXPLORER 7.0  WIN XP 2002 PROF. 32-BIT  Released  11.12.2006 
    See the for supported browsers:<a href="https://websmp205.sap-ag.de/~form/handler?_APP=00200682500000001303&_EVENT=RELEASE&00200682500000002804=01200314690900000192&00200682500000003818=WBRPFM&00200682500000003853=Enterprise%20Portal">NW2004_Browsers</a>
    Greetings,
    Praveen Gudapati
    p.s Points are always welcome for helpful answers

  • #multivalue error for detail object in webi report

    Hi,
    I am facing #multivalue error in my webi report.
    I am using 2 queries 
    Query 1
    Account Number
    Cost Center
    Query 2
    Account Number
    Order Number
    Now I want to display Account Namer,Cost Center and Order Number in the report.
    So I merged Account Number from both the queries, and created a detailed object "Order" and associated it with [Query 1].[Account number].
    But Order displays values for some accounts, and displays Nulls and #MULTIVALUE error for some accounts.
    Please through some light on this issue.
    I tried every possible solution from my side, but couldn't get it work. It is happening because there is a 1:N relationship between Account Number and Order. I can not use any aggregate function because it will give only the Max or Min value, but I want list all the value of for each Account Number. Avoid Duplicate Row Aggregation was also checked but it didnot help.
    Thanks.

    Hi Shreya,
    There are few things that you need to consider while displaying the data.
    1 - Can an Account Number be associated to more than one Order Number?  If yes, then your solution will not work and that's the reason you are seeing #MULTIVALUE (i.e. Multiple Order Numbers for the same account number)
    2 - Why would you want to create two data providers?  Would it not be possible for you to bring in all the 3 objects in the same data provider?  The only reason I could think of is that they are not related
    3 - Always make the lower granularity objects common across the data providers.  I do not know about the relation between different entities of your database, but I would suggest something like
    Query 1 - Order Number, Account Number
    Query 2 - Order Number, Cost Center
    and merge Order Number...and create detailed object for either Account Number / Cost Center.  It all depends on the relation between the tables.
    Hope the above pointers help you.
    Regards,
    Srivatsa

  • Javascript Error for Dropdown: oAccessibilityHelper is Undefined

    I have developer a WebDynpro (ABAP) component that has a DropdownByKey.
    The component is embedded in two different compoents that are part of different WD aplications.
    In application A, everything works fine, but in application B, I am getting a JavaScript Error when clicking on the dropdown.
    The error message is "oAccessibilityHelper is undefined".
    What can I do? Why are the two applications behaving differently? I could find no difference so far.

    Because of Web Dynpro's closed rendering system, nothing you do should really be able to cause a JavaScript error.  Anything of a mistake should be caught and reported by the Web Dynpro layer.  So if you have a reproducable JavaScript error you should really search for support notes/open a support ticket.

  • Resource Bundle for Detailed Navigation

    Hi All,
    I am trying to modify the text "Detailed Navigation".I was not able to find the Resource Bundle for that.can any one let me know the location for the resource Bundle for changing the Detailed navigation text.
    Thanks,
    sk

    Hi,
    Up until now, there was no resource bundle for admin properties in a portal component. Properties were defined as component properties in the portalapp.xml (in english). Once you created an iView, you could then translate the properties in the PCD (for example, with translation worklist).
    This will change with an upcoming version -- perhaps 2004s SP14.
    Hope this helps and I understood your situation correctly.
    Daniel

  • JavaScript Error for Web Control Value

    Hi,
    I'm trying to follow the code mentioned in this post:
    https://sharepointantics.wordpress.com/2009/11/24/publishingpage-field-modify-field-output/
    To parse the values of the multifield control.
    When I use the script I get javascript errors: "Uncaught SyntaxError:Unexpected Identifier".
    The string returned from the field value for the line of JavaScript is:
    var inputOptionsString = '<a onclick="OpenPopUpPage('http://portal/teams/Data/_layouts/15/listform.aspx?PageType=4&ListId={85548e8f-58c5-4dea-9278-d7d941bf1cce}&ID=9&RootFolder=*', RefreshPage); return false;" href="http://portal/teams/Data/_layouts/15/listform.aspx?PageType=4&ListId={85548e8f-58c5-4dea-9278-d7d941bf1cce}&ID=9&RootFolder=*">Install</a>; <a onclick="OpenPopUpPage('http://portal/teams/Data/_layouts/15/listform.aspx?PageType=4&ListId={85548e8f-58c5-4dea-9278-d7d941bf1cce}&ID=15&RootFolder=*', RefreshPage); return false;" href="http://portal/teams/Data/_layouts/15/listform.aspx?PageType=4&ListId={85548e8f-58c5-4dea-9278-d7d941bf1cce}&ID=15&RootFolder=*">SQL</a>'
    Could the slashes be the issue, or the single quote in the begging after the
    OpenPopUpPage?
    Thanks,
    Reuvy

    There might not be a need for two Java plugins, in order to remove the vulnerable one:
    # Open in a url bar about:plugins
    # Next to the Java plugin marked vulnerable click "Remove"
    #Restart Firefox
    Javascript is a bit different from Java.
    *[[JavaScript settings and preferences for interactive web pages]]
    The web console is a web developer tool used to look at what makes the webpage. Since the video is not playing, something is blocking it. It can be permissions, an extension, hardware acceleration etc. Usually an error message in the console can give a clue. It is located in Tools > Web Developer > Web Console

  • Javascript error for Inserting Pages from a source

    Below is a script I wrote that isn't functioning properly on my large 200 page document that I need it to. Granted there might be a much easier way to script this, but I'm no expert. I have a 200 page document that needs to be 600 pages, basically every page needs to be copied twice (and obviously placed right after the original. So I have the original PDF, then I copied that PDF to use as a source document to copy from. (To clarify if I'm not being clear, the first 3 pages would be page 1, 2, 3,... it needs to be: 1,1,1,2,2,2,3,3,3 etc)
    var targetpage = 0;
    var sourcepage = 0;
    while(sourcepage < 199)
        this.insertPages({
            nPage: targetpage,
            cPath: "source.pdf",
            nStart: sourcepage,
            nEnd: sourcepage
        targetpage++;
        this.insertPages({
            nPage: targetpage,
            cPath: "source.pdf",
            nStart: sourcepage,
            nEnd: sourcepage
        sourcepage++;
        targetpage=targetpage+2;
    It gives me an error that I have no idea means, nor how to correct after only placing a total of 3 pages - so the doc went from 200 to 203 (2 of page 1 as intended, then 1 page of page 2, then for some reason it stops...
    InvalidArgsError: Invalid arguments.
    Doc.insertPages:9:Batch undefined:Exec
    Why is it stopping? And please don't assume I know what I'm doing Thank you.

    Have you read the Acrobat JS API Reference about the insertPages and the path value and restrictions?
    insertPages now needs to use the "privileged context" when not being run as a console or batch event.
    Safe path
    Acrobat 6.0 introduced the concept of a safe path for JavaScript methods that write data to the local hard drive based on a path passed to it by one of its parameters.
    A path cannot point to a system critical folder, for example a root, windows or system directory. A path is also subject to other unspecified tests.
    For many methods, the file name must have an extension appropriate to the type of data that is to be saved. Some methods may have a no-overwrite restriction. These additional restrictions are noted in the documentation.
    Generally, when a path is judged to be not safe, a NotAllowedError exception is thrown (see Error object) and the method fails.

  • Javascript error for instagram videos only in firefox

    I still have no luck with anyone having a solution to this issue , which started with Firefox 35.1 and today Firefox did a 36.0 update and the issue is still not fixed
    Issue , i try to watch videos from Instagram on a motorcycle forum , and on riders own pages and they wont play weather i click on the link to Instagram itself where the video is , or if its embedded into the forum topic (i do not , nor have i ever had a Instagram account , but was always able to view the videos until the 35.01 update) and the video shows up , but when you click on the arrow in the middle of the video to play it , the video just sits there and does nothing , in the lower corner of the web page , right above my taskbar , i see " javascript;" , so i am guessing its some javascript issue , but Oracal does not show any issues , and it only happens in Firefox , Google Chrome plays the same video fine , this is a example of the videos i am trying to watch but wont play
    https://instagram.com/p/zVwLoxI2wQ/?modal=true&utm_source=partner&utm_medium=embed&utm_campaign=video
    https://instagram.com/p/zBkQs1BPYf/?modal=true&utm_source=partner&utm_medium=embed&utm_campaign=video
    I have tried fixes that have been suggested (this is another post i made but help has been limited) https://support.mozilla.org/en-US/questions/1046495 , but they do nothing (resetting firefox , disabling add-ons , all the normal "try this" solutions do nothing) , any actual solutions to this issue ?? , i would really like to be able to watch these types of videos again , i don't understand why this is even a issue , it worked before 35.01 and since it has not , so the issue IS with Firefox , it needs to be addressed , Thanks .... Jim

    There might not be a need for two Java plugins, in order to remove the vulnerable one:
    # Open in a url bar about:plugins
    # Next to the Java plugin marked vulnerable click "Remove"
    #Restart Firefox
    Javascript is a bit different from Java.
    *[[JavaScript settings and preferences for interactive web pages]]
    The web console is a web developer tool used to look at what makes the webpage. Since the video is not playing, something is blocking it. It can be permissions, an extension, hardware acceleration etc. Usually an error message in the console can give a clue. It is located in Tools > Web Developer > Web Console

  • Error for Search Configuration Tree

    Hi,
    On ATG 10.0.3, trying to setup Search Configuration for Result Redirection & Result Positioning as per ATG doc
    http://docs.oracle.com/cd/E22630_01/Platform.1002/pdf/ATGMerchandisingBusinessGuide.pdf
    Chapter #16 : Defining Search Configurations
    Topic : Creating Search Configurations
    Page #161
    Since "Base Search Configuration" is optional so directly trying to create "Search Configuration Tree" through "Administer Commerce Search" project or "Manager Commerce Assets" projects in under Merchanding tab in BCC. Getting error as following: I guess some configuration is missing.Any solution?
    Encountered null property value:
    component= /atg/search/web/assetmanager/SearchConfigFormHandler
    path= /atg/search/web/assetmanager/SearchConfigFormHandler.fieldRankingProperty.weighting
    null property= fieldRankingProperty
    Encountered null property value:
    component= /atg/search/web/assetmanager/SearchConfigFormHandler
    path= /atg/search/web/assetmanager/SearchConfigFormHandler.relevanceRankingProperty.weighting
    null property= relevanceRankingProperty
    Any help is appreciated.
    Thanks in advance!
    Mani
    Edited by: user11263665 on Jul 27, 2012 1:12 PM

    Hi Mani,
    Were you able to fix this issue? I am also facing the same errors. I have no clue why am getting the error.
    Regards,
    Thiyagarajan

  • How to make all nodes in a detailed navigation tree open automatically??

    Dear All,
    I have added some iViews to two folders and add these two folders to a workset "Time" and then add "Time" to the role of Employee portal user.
    How to make all nodes expanded automatically when this workset is clicked in EP??
    thanks,
    Zita

    Not surprising...it does not work even if you follow the exact way...
    Role ->
             Workset 1
                          -> Page 1
                          -> Workset 2
                                           -> Page 2
                          -> Workset 3
                                           -> Page 3
    When the user clicks on Role which is the Entry Point, I want the user to see Page1 (works alright) and want the tree node Workset 2 open (doesn't work)...I want tree node Workset 3 closed (which is what happens...)
    The thing is Workset 2 has to be open...
    This is what I've done...I've made the Initial State of Navigation Panel set to "Open"...
    What else is to be done????
    Thanks a lot.
    JP

  • Expand folders in Detail Navigation by default

    Has anyone figured out a way to have the folders in details navigation expanded by default the first time the user clicks on the tab? 
    I tried this:
    Expand all folders in the detailed navigation by default on click of Role
    But it didn't work for me.  I have seen other claims that it can be set desktop wide, but no solution.
    Any help would be much appreciated.
    Clark

    Prathamesh,
    First of all thanks so much for your suggestion.  It would have worked perfectly if I was using the lightweight version of the detail navigation.  But is did lead me to download the code for the detail navigation tree par file and I found some interesting things. 
    First of all this should work by changing a parameter on the iview according to the code I found.  See the code below (particularly the set state line). 
        private void openFolder(IPortalComponentRequest request, HashMap dropJScriptsMap, ITree tree, INavigationNode node, ITreeNode treeNode)
            if(treeNode == null)
                return;
            IPortalComponentContext componentContext = request.getComponentContext();
            IPortalComponentProfile profile = componentContext.getProfile();
            Boolean leafNode = null;
            try
                leafNode = (Boolean)node.getAttributeValue("com.sap.portal.navigation.IsLeaf");
                if(leafNode == null)
                    leafNode = Boolean.FALSE;
            catch(NoSuchAttributeException ex)
                leafNode = Boolean.FALSE;
            String openFolder = profile.getProperty("com.sap.portal.navigation.detailedtree.openfolder");
            if(openFolder.equals("true") && leafNode != Boolean.TRUE)
                treeNode.setState("o");
                addNavNodeChildrenToTree(request, tree, node, dropJScriptsMap, true);
    But it only looks to work if the folder is at the top level.  Otherwise it rights children as closed.  See the line for setState in method addNavigationNodesToTree.
                if(newNode.getVisualizationType() == 2)
                    if(parentNode != null)
                        treeNode = tree.addNode(nodeName, title, "F", parentNode);
                    else
                        treeNode = tree.addRoot(nodeName, title, "F");
                    treeNode.setState("c");
                    treeNode.setFolderOpenImage(mm_folderImageUrl);
                    treeNode.setFolderCloseImage(mm_folderImageUrl);
                } else
    So I really have 2 options.  I can redeploy new code with the line just above changed (I didn't plan on modifying the SAP delivered), or I can move my nodes up to a higher level and change the parameters on the iview.
    I hope others might find this useful and perhaps SAP will adopt another iview parameter in the future to completely allow for this as it seems pretty trivial.
    Thanks again.
    ACD

  • Javascript error in Standard MDM IViews on portal

    Hello Xperts,
    I have deployed standard MDM IViews on my  portal.
    In standard Resultset IView, there is a provision of saving results by using My Bags option. When I click on My Bags option and then New Bag, it throws javascript error.
    Details of systems are as below.
    MDM API version 5.5
    Portal Version EP 7 SP07.
    Appreaciate any inputs for this.
    Ashutosh

    Hi Anu,
    Thanks for the reply.
    we are able to login to Data Manager with Mapped ID's and I even tried creating new IViews. Nothing worked.
    As you suggested, will try restarting the portal server.
    Thanks
    Satish

Maybe you are looking for

  • Error Message sending a job to compressor and Blu-Ray

    I am having trouble with a job in FCP 7 and sending it to compressor.  it runs and about 20 minutes until completion I get a failed message.  "Failed: Quicktime Error: 0"  on my m2v file.  What could be causing this issue? I also get a quicktime erro

  • My House PC wont See my Mac on our wireless network

    Sorry if this has previously been discussed, but when i searched for this problem, I kept getting "Mac wont see PC" results in my search. but my problem is the other way around. I can see the PC's in the house in my shared folder and I can access one

  • Component to allow the user to build a list from another list's items

    Hello everybody, I'm looking for a widget that allows the user to create a list by choosing from items from another list. Something like the tool to customize the button bar in MS Office or MS Explorer. You can see an example of what I'm talking abou

  • N97 problems :(

    hello guys my mobile phone (N97) gives those errors ; Security Module Error and Memory Full, i sent it to nokia care point 2 times, i still have the same problem. Nokia Care point says no hardware problem, anyone have the same experience?I  am fed up

  • FND_COOKIE_HAS_NO_ICX_ENTRY MESSAGE와 함께 SSWA에 LOGIN이 안되는 경우

    제품 : AOL 작성날짜 : 2004-11-30 FND_COOKIE_HAS_NO_ICX_ENTRY MESSAGE와 함께 SSWA에 LOGIN이 안되는 경우 =========================================================== PURPOSE Self Service Personal Home Page Mode' 을 'Framework Only'로 변경시 Exception error 발생과 함께 Login이 안되는