Can't find navhztlddmenufuncs.js under imageserver\plumtree\portal\private\js

Can't find navhztlddmenufuncs.js under imageserver\plumtree\portal\private\js. Where should i get it from?
Thanks

This message is occuring because you are using a version of ASP.NET which is newer than was available at the time of the 2.1 Web Controls release (1.1SP1). Normally this portlet would not function, however I expect you have another portlet on the page which is running in an older version so it is using the older includes (which are fine in this case).
What you need to do is generate a WebUIValidation.js for the newer framework. You can do this by going to your portlet server and running JSGenerator.exe (located in plumtree\ptwc\2.1\bin) - this should detect the new framework (1.1.4322.2032), so select this. Then click generate - it will generate a new WebUIValidation.js file & tell you where to put it. I believe this should also be covered in the documentation with the web controls.

Similar Messages

  • I can't find my subscription under my account

    I want to cancel my subscription,
    but I can't find the plan under my account.

    Cancel the Cloud http://forums.adobe.com/thread/1439535?tstart=0 may help

  • Can't find my phone under devices in the Sidebar

    I can't find my iPhone under Devices in the Sidebar. Any help? It worked for my iPod nano generation 6

    butter sock wrote:
    I can't find my iPhone under Devices in the Sidebar. Any help? It worked for my iPod nano generation 6
    On computer iTunes menu > View > Show Sidebar.

  • Can't find resource for bundle com.plumtree.portlet.util.PortletResourceBundle

    Hi,
    I'm trying to integrate Business Objects XI portlets and I received this error:
    An error has occuredCan't find resource for bundle com.plumtree.portlet.util.PortletResourceBundle, key jsp.ExplorerView.CorporateDocuments Can't find resource for bundle com.plumtree.portlet.util.PortletResourceBundle, key jsp.ExplorerView.CorporateDocuments java.util.MissingResourceException: Can't find resource for bundle com.plumtree.portlet.util.PortletResourceBundle, key jsp.ExplorerView.CorporateDocuments at java.util.ResourceBundle.getObject(ResourceBundle.java:314) at java.util.ResourceBundle.getString(ResourceBundle.java:274) at com.businessobjects.portlets.jsr168.enterprise.common.ExplorerHelper.getResourceString(Unknown Source) at jsp_servlet._jsp.__errormessage._jspService(__errormessage.java:206) at weblogic.servlet.jsp.JspBase.service(JspBase.java:33) at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315) at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:622) at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:412) at com.plumtree.portlet.impl.PortletRequestDispatcherImpl.include(PortletRequestDispatcherImpl.java:118) at com.businessobjects.portlets.jsr168.enterprise.explore.Explorer.doView(Unknown Source) at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:235) at javax.portlet.GenericPortlet.render(GenericPortlet.java:163) at com.plumtree.portlet.servlet.PortletServlet.service(PortletServlet.java:277) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6452) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118) at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3661) at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2630) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) Does anybody know what could be wrong? What am I missing?Thanks a lot!Claudia

    hi Clinton,
    I'm using the last version available in the Product center (I think it is 1.03).
    The portlet.xml file is the one that comes with the BO portlets (see below).
    Thanks a lot!
    <?xml version="1.0" encoding="UTF-8"?>
    <portlet-app xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"
    version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"
    id="BusinessObjects Enterprise Portlets">
    <!-- id attribute is added for IBM WSRP , it will be deleted in the feature after IBM release its WPS -->
    <portlet>
    <portlet-name>BOPortlet</portlet-name>
    <display-name xml:lang="en">ListPortlet</display-name>
    <portlet-class>com.businessobjects.portlets.jsr168.enterprise.explore.Explorer</portlet-class>
    <!-- jsp URL starts-->
    <init-param>
    <name>Help Path</name>
    <value>/jsp/help/</value>
    </init-param>
    <!-- jsp URL ends-->
    <!-- General Appearance settings -->
    <init-param>
    <name>Show toolbar in footer</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Show unavailable documents</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Allow subscription</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Allow searching</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Rows per page</name>
    <value>50</value>
    </init-param>
    <init-param>
    <name>Row separator</name>
    <value>lines</value>
    </init-param>
    <init-param>
    <name>Separator_Color_Front</name>
    <value>#FFFFFF</value>
    </init-param>
    <init-param>
    <name>Separator_Color_Back</name>
    <value>#F0F8FF</value>
    </init-param>
    <init-param>
    <name>Selected row bgcolor</name>
    <value>#4682B4</value>
    </init-param>
    <init-param>
    <name>Allow Paging</name>
    <value>true</value>
    </init-param>
    <!-- Navigation settings -->
    <init-param>
    <name>Custom sub-location</name>
    <value>23</value>
    </init-param>
    <init-param>
    <name>Remember active location for user</name>
    <value>false</value>
    </init-param>
    <init-param>
    <name>ActiveLocation</name>
    <value>23</value>
    </init-param>
    <init-param>
    <name>Open document in new window</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>ShowNavigationDropDown</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Allow Personal Inbox access</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Allow Personal Documents access</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Allow Personal Categories access</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Allow Corporate Documents access</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Allow Corporate Categories access</name>
    <value>true</value>
    </init-param>
    <!-- Columns settings -->
    <init-param>
    <name>Show Alerts</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Show Type</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Show From</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Show Updated</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Show Availability</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Show Folder</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Show Category</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Show Keyword</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Show Author</name>
    <value>true</value>
    </init-param>
    <!-- Logging settings -->
    <init-param>
    <name>Logging</name>
    <value>none</value>
    </init-param>
    <init-param>
    <name>Enable Logging</name>
    <value>true</value>
    </init-param>
    <expiration-cache>0</expiration-cache>
    <supports>
    <mime-type>text/html</mime-type>
    <portlet-mode>view</portlet-mode>
    <portlet-mode>edit</portlet-mode>
    <portlet-mode>help</portlet-mode>
    </supports>
    <supported-locale>en</supported-locale>
    <supported-locale>fr</supported-locale>
    <supported-locale>ja</supported-locale>
    <supported-locale>zh_CN</supported-locale>
    <supported-locale>es</supported-locale>
    <supported-locale>it</supported-locale>
    <supported-locale>zh_TW</supported-locale>
    <supported-locale>ko</supported-locale>
    <supported-locale>de</supported-locale>
    <supported-locale>nl</supported-locale>
    <resource-bundle>com.businessobjects.portlets.jsr168.enterprise.common.Strings</resource-bundle>
    <portlet-info>
    <title>BOPortlet</title>
    </portlet-info>
    <portlet-preferences>
    <preference>
    <name>Submit on Click</name>
    <value></value>
    <read-only>false</read-only>
    </preference>
    <preference>
    <name>Show toolbar in footer</name>
    <read-only>false</read-only>
    </preference>
    <preference>
    <name>Show unavailable documents</name>
    <read-only>false</read-only>
    </preference>
    <preference>
    <name>Allow subscription</name>
    <read-only>false</read-only>
    </preference>
    <preference>
    <name>Allow searching</name>
    <read-only>false</read-only>
    </preference>
    </portlet-preferences>
    </portlet>
    </portlet-app>

  • HELP!!! I can't find my files under "all my files" on my mac.

    I can't even see them under spotlight. The tags are removed but I can see them on the original files. The original files are in their designated folders but i can't see them under "all my files". I can't even find them when I search them through spotlight. PLEASE HELP!!!!!!

    Spotlight: How to re-index folders or volumes - Apple Support

  • Can't find zoom effect under effects video transition.

    I'm using V6.0.5 for Mac. I wanted to use zoom effect on a movie clip but can't find the zoom effect under Effects > video transition tab. I dunno what's wrong.

    This was corrected in I believe CC 2014.
    It wasn't really 'corrected' as much as the Windows version was intentionally hobbled.  (Blasphemy!)

  • I can't find my webservice under the wsnavigator

    Hello,
    I have created my firs web service following the steps explained in [http://help.sap.com/saphelp_nw04/helpdata/en/f5/30c5aca7f92f418d889b99ccc9ee08/frameset.htm|http://help.sap.com/saphelp_nw04/helpdata/en/f5/30c5aca7f92f418d889b99ccc9ee08/frameset.htm] and deployed it but when I try to test it in the wsnavigator I can't find it.
    Anybody has any idea of what is missing? As I said, is my first webservice and maybe I forget to do something (anyway, I have checked all with my mates and nobody has found nothing wrong).
    Thanks
    Mireia

    By the way, I have created a dummy WD application to test the Bean and calling the methods of my session bean from the WD works fine, but in the wsnavigator thw WS didn't appear.
    I tried to enter the URL to the WSDL and I get the following error:
    Cannot download WSDL from http://xxxx:50100/ExpedientesWS/Config1?wsdl: Invalid Response Code: (404) Not Found. The request URL was:"http://xxxx:50100/ExpedientesWS/Config1?wsdl". Check, whether the URL is correct, and the Web Service that you are requesting is up and running.
    Thanks

  • Can't find my MP4 under Itunes

    I am trying to sync, a film to my MP4 but cannot find it under Itunes, where it's supposed to appear.

    cannot find it under Itunes, where it's supposed to appear
    Do you mean an mp4 player?
    If it's not an iPod, it won't (and it's not "supposed") to appear in iTunes.
    You can drag the film from iTunes to the mp4 player on the desktop.
    If the film was purchased from the iTunes Store, it will not play on any player except an iPod.

  • Firefox can't find my printer under linux

    Even though it is shown in about:config firefox shows no printer when I want to print something.
    This has been a problem for some time. Why don't you guys concentrate on getting Firefox right rather than adding more useless crap. I would just like to be able to print, I don't need the other crap. Why write 10,000 lines of code to automatically find a printer when people can open up the preferences and just type in their printer. I realize most Firefox users are dumb asses, but surely they know which printer they have. This is Microsoft windows thinking, where you believe the software has to do everything and the user just has to sit there with a blank stare while the computer decides for them everything they need.

    Firefox simply ain't a usable browser under linux anymore, try chrome or something
    else but firefox has become a disaster. SLow, no print support , every other week a new version with unwanted new buggy features without ever fixing the bugs in existing versions and keeping the existing bugs in new versions alive.

  • HT1420 CAN NOT FIND "AUTHORIZE COMPUTER" UNDER "STORE

    I cannot find an option for "authorizing computer" under "store" on the menu. This computer (Lenovo) is not finding my music from my ipad or ipod and it is asking me to "authorize" the computer. Help would be appreciated.
    I have gone ot the dropdown menu - no option.
    I have gone to the main store page- no luck
    I have gone into my account and can find no link to let me know how to "authorize", I "deauthorized" my ipad as advised in another post - no luck in finding a place to reauthorize both
    Help!!!!

    Authorization and Deauthorization
    Macs:  iTunes Store- About authorization and deauthorization.
    Windows: How to Authorize or Deauthorize iTunes | PCWorld.
    In iTunes you use the Authorize This Computer or De-authorize This Computer option under the Store menu in iTunes' menubar. For Windows use the ALT-S keys to access it.
    More On De-authorizing Computers (contributed by user John Galt)
    You can de-authorize individual computers, but only by using those computers. The only other option is to "de-authorize all" from your iTunes account.
      1. Open iTunes on a computer
      2. From the Store menu, select "View my Account..."
      3. Sign in with your Apple ID and password.
      4. Under "Computer Authorizations" select "De-authorize All".
      5. Authorize each computer you still have, as you may require.
    You may only do this once per year.
    After you "de-authorize all" your authorized computers, re-authorize each one as required.
    If you have de-authorized all computers and need to do it again, but your year has not elapsed, then contact: Apple - Support - iTunes - Contact Us.

  • Can't find photo option under iCloud settings.

    I recently updated my software to 8.1.1 and now when I look under iCloud settings, there is no longer a photo option. Any idea why?Can't

    iOS 5 is required and your older iPod can't be upgraded to it.

  • I can't find document setup under file in CS5. Help!

    I've looked everywhere...even in the Keyboard Shortcuts and menus, and it is not hidden. It is nowhere to be found.  Help!

    I dont know what specific settings you are looking for under the "old document setup", but here is a few options with the NEW look of CS5/CS6:
    To create a new document completely:
    File >New
    or:
    under Image> Image size:
    you can alter the size of the image you opened in Photoshop, as well as the document size.
    or:
    under image>canvas size, you can expand the canvas to a new size.
    I hope this is what you were looking for, if not just reply here to this post about a specific setting you seem to be missing.
    -janelle

  • HT4623 I. Can't find system update under general to update where can I find it

    Iam trying to update my ios but once I go under general I'm suppose to see system update and I can't .I have iPad one. Please if you know anything about this let me know.

    The option is only available in iOS 5 and later.
    See the chart below to determine whether you can upgrade your device and what you can upgrade to. If you do not have a Software Update option present on your iDevice, then you are trying to upgrade to iOS 5 or higher. You will have to connect your device to your computer and open iTunes in order to upgrade.
    IPhone, iPod Touch, and iPad iOS Compatibility Chart
         Device                                       iOS Verson
    iPhone 1                                      iOS 3.1.3
    iPhone 3G                                   iOS 4.2.1
    iPhone 3GS                                 iOS 6.1.x
    iPhone 4                                      iOS 6.1.x
    iPhone 4S                                    iOS 6.1.x
    iPhone 5                                      iOS 6.1.x
    iPod Touch 1                               iOS 3.1.3
    iPod Touch 2                               iOS 4.2.1
    iPod Touch 3                               iOS 5.1.1
    iPod Touch 4                               iOS 6.1.x
    iPod Touch 5                               iOS 6.1.x
    iPad 1                                          iOS 5.1.1
    iPad 2                                          iOS 6.1.x
    iPad 3                                          iOS 6.1.x
    iPad 4                                          iOS 6.1.x
    iPad Mini                                     iOS 6.1.x
    =====================================
    Select the method most appropriate for your situation.
    Upgrading iOS
       1. How to update your iPhone, iPad, or iPod Touch
       2. iPhone Support
       3. iPod Touch Support
       4. iPad Support
         a. Updating Your iOS to Version 6.0.x from iOS 5
              Tap Settings > General > Software Update
         If an update is available there will be an active Update button. If you are current,
         then you will see a gray screen with a message saying your are up to date.
         b. If you are still using iOS 4 — Updating your device to iOS 5 or later.
         c. Resolving update problems
            1. iOS - Unable to update or restore
            2. iOS- Resolving update and restore alert messages

  • Can't find extensions folder under Bridge CC App support folder

    Trying to be able to make contact sheets in Bridge CC instead of Photoshop and can't because there is no extensions folder under Bridge CC to copy the file to.

    and can't because there is no extensions folder under Bridge CC to copy the file to.
    Yes there is but you have to read the instructions carefully and choose the right library. For more detailed help just provide more details about system and versions.

  • Can't find apple tv under devices

    Had to restore my first gen Apple TV.  Now, can't get anything back.  Says to connect to iTunes under devices, but it's not showing up.  All shows and movies no longer showing up.

    I'm assuming that the new AppleTV is the latest version 2 (the black one)?
    If so, then it does not appear in the devices list, it uses Home Sharing (found in iTunes, under "Advanced").
    The early (white) AppleTV's appear in the devices list. I personally prefer this, so I bought another original ATV, and put the new one in the garage.
    I found the Original version worked more reliably as well (the new one keeps loosing my library, and needs a power-off restart to fins it again).
    Hope this helps.
    Bob.

Maybe you are looking for

  • Use special characters in a DTD

    Hello, I created a DTD amd want to use some special characters in this DTD. E.G. I want to define: <!ATTLIST element value (val1|val 2|<val3>|%val4) #REQUIRED> I tried the following but the parser does not accept without errors: <!ATTLIST element val

  • Since upgrading to Maverics, can no longer sync Contacts via cable!

    Since upgrading to Maverics, can no longer sync Contacts via cable! As I am not willing to put my Contacts data on iCloud, I am no longer able to update Contacts between MacBook, iPhone and iPad.  This greatly reduces the value of these products. Any

  • Need to fix child's age in Apple ID

    I was setting up family sharing today and created an Apple ID for both of my children (ages 12 and 7).  I am certain that I set their birthdates correctly, but now that everything is finished my 12 year old is showing up under FAMILY MEMBERS as being

  • What is the best practice for removing IMAPMail files from Thunderbird Profiles folder?

    I removed some old IMAP accounts via Account Settings > Remove Account. But I see that the IMAP files (Inbox, Drafts, Sent, .msf, .sbd, etc.) for the accounts are still in /Library/Thunderbird/Profiles/*.default/ImapMail. What is the proper way to de

  • WD MyCloud - Time Machine Couldn't Complete The Backup; how to fix?

    I use Time Machine to backup my 3TB iMac (v. 10.8.5) with a 4TB WD MyCloud drive. It has worked fine for a few months, until I one day received the message "Time Machine couldn't complete the backup to "*******". An error occurred while copying files