Consolidator not showing up on Navigator

I've been trying to install Lite on Palm and the consolidator. According to the documentation, the Navigator should have a new folder called Consolidator. I don't see such folder, however.
Another problem is during the cosolidator server installation, the dos sqlplus session suddenly prompts for a username and password in the middle of plsql package installation.
Any ideas?
-Ernest

Hi,
Welcome to the wonderful world of Oracle Lite! I had to struggle thru these probs as well. I think the navigator interface to the consolidator exists only in theory :).
Well, basically the consolidator interface
is implemented via Java stored procs.
So u can use sqlplus to run java stored procs to accomplish the tasks needed.
See your oracle lite docs for details on how to do this.
As far as the install, you will need to edit the batch file consolidator_install.bat
(in the consolidator20 folder under ora8lite)
and change the usernames/passwords to the ones that you created during the oracle lite install process. Also check the file consolidator.ini to verify the parameters are accurate. Then run the batch file, it basically installs a bunch of java stored procs in the database (where your consolidator server points to).
I have been able to successfully create clients, subscriptions and publications.
I still haven't been able to sync ORACLE with my palm as I keep getting a "cannot create Java VM" error.
Vikas

Similar Messages

  • MovieClips actions not showing in the navigator of Actions panel

    I'm using Mac and Flash CC
    MovieClips actions not showing in the navigator of Actions panel
    Steps i tried..
    1) new Symbol
    2) open actions panel
    3) input stop() in the actions
    4) symbol definitions not showing in the the actions navigator..
    i can add scripts for stage and can be selected from the actions panel..
    see screenshot..
    anyone has idea what matter with this issue? many thanks.!!!

    I can only speak for myself, but your explanation of what you did and whatever problem you are having is not clear to me.  The image doesn't appear to show anything as an issue.  What are you trying to do and what do you expect to see?

  • Firefox does not show url in navigation toolbar while loading webpage (in new tab)

    Firefox 3.6 when opening a link in new tab the url does not show in navigation toolbar while loading the web page. All ypu see is "Type a Web Adress" until the page load.
    Before with my older version the URL was visible in navigation toolbar even before page started loading. How can I get this back?

    A couple of possible causes. First check for an incompatible add-on, for details of how to do that see the [[troubleshooting extensions and themes]] article.
    Another possible cause is a problem with the file that stores bookmarks. One of the symptoms is the URL not being updated in the Location Bar as you browse. For details on this see [http://kb.mozillazine.org/Locked_or_damaged_places.sqlite locked or damaged places.sqlite].

  • URLs not showing up in Navigation Bar

    I've upgraded to Firefox 4 a few weeks ago and just recently the Navigation bar started to not work properly. I can type in a URL and it will work but whenever I click on a link the new URL does not show up in the nav bard. When I right click an image and ask to see the Image URL, it won't show up...just the basic web address. When I open a new tab, the address in the nav bar is from the last website I visited and will not update to any new website I visit. It's really weird. This just started a few days ago. Anyone have any idea on how to fix this?

    Sounds like you have a corrupted '''places.sqlite''' file. See: http://kb.mozillazine.org/Locked_or_damaged_places.sqlite

  • HT5429 How can I use this app in India? It does not show me precise navigation direction here at all?

    How do I use new apple maps (GPS) upgraded in the iOS 6 of my 4S model. It is neither showing me precise location of my whereabouts nor giving me driving directions to the defined locations. I even tried putting very prominent locations near me, but it said maps server not responding. How to solve this problem? can I get the older version of maps?

    The Apple Maps app will get better over time. And we will see this with each subsequent iOS upgrade. It will take time. There is nothing we can do, execept wait. Sorry.
    Remember, when the original Apple/Google maps came out in the original iPhone, five plus years ago, it was garbage and pretty much unusable.

  • Pages not showing up in navigation

    Hello,
    I am having a problem where some of my pages that I add to the navigation model are not displaying in my application at run-time.
    See below for source code. The allresources.jspx page is not displaying at run time and I don't know why.
    My default-navigation-model.xml:
    <?xml version="1.0" encoding="US-ASCII" ?>
    <navigationDefinition description="Default Navigation"
    id="default-navigation-model"
    name="Default Navigation"
    xmlns="http://xmlns.oracle.com/adf/rcs/catalog" visible="#{true}"
    definitionFilter="">
    <contents>
    <customFolder id="pages"
    factoryClass="oracle.webcenter.page.view.rc.PageServiceContextFactory"
    visible="#{true}" insertFolderContents="true">
    <attributes>
    <attribute value="Page Hierarchy" attributeId="Title" isKey="false"/>
    <attribute value="/adf/webcenter/pagegroup_qualifier.png"
    attributeId="IconURI"/>
    </attributes>
    <parameters>
    <parameter id="path">/oracle/webcenter/portalapp/pagehierarchy/pages.xml</parameter>
    <parameter id="pageTemplate">/oracle/webcenter/portalapp/pagetemplates/pageTemplate_globe.jspx</parameter>
    </parameters>
    </customFolder>
    <url visible="#{true}"
    url="page://oracle/webcenter/portalapp/pages/allapplications.jspx"
    factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    id="allapplications">
    <attributes>
    <attribute isKey="false" value="Applications" attributeId="Title"/>
    </attributes>
    <contents>
    <url visible="#{true}"
    url="page://oracle/webcenter/portalapp/pages/IOLapp.jspx"
    factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    id="IOLapp">
    <attributes>
    <attribute isKey="false" value="International Online" attributeId="Title"/>
    </attributes>
    <parameters>
    <parameter id="pageTemplate">/oracle/webcenter/portalapp/pagetemplates/applicationTemplate.jspx</parameter>
    </parameters>
    </url>
    </contents>
    </url>
    <url visible="#{true}"
    url="page://oracle/webcenter/portalapp/pages/allresources.jspx"
    factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    id="allresources">
    <attributes>
    <attribute isKey="false" value="Resources" attributeId="Title"/>
    </attributes>
    </url>
    <url id="allcommunities"
    url="page://oracle/webcenter/portalapp/pages/allcommunities.jspx"
    visible="#{true}"
    factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory">
    <attributes>
    <attribute value="Communities" attributeId="Title" isKey="false"/>
    </attributes>
    <parameters>
    <parameter id="pageTemplate">/oracle/webcenter/portalapp/pagetemplates/generalPageTemplate.jspx</parameter>
    </parameters>
    </url>
    </contents>
    <schema resourceBundle="oracle.adf.rc.attribute.nls.AttributeBundle">
    <descriptor multivalue="false" shortLabelKey="TITLE.SHORT_PROMPT_KEY"
    labelKey="TITLE.PROMPT_KEY" attributeId="Title"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false" shortLabelKey="ACCESS_KEY.SHORT_PROMPT_KEY"
    labelKey="ACCESS_KEY.PROMPT_KEY" attributeId="AccessKey"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false" shortLabelKey="DESCRIPTION.SHORT_PROMPT_KEY"
    labelKey="DESCRIPTION.PROMPT_KEY" attributeId="Description"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false" shortLabelKey="ICON_URI.SHORT_PROMPT_KEY"
    labelKey="ICON_URI.PROMPT_KEY" attributeId="IconURI"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="true" shortLabelKey="SUBJECT.SHORT_PROMPT_KEY"
    labelKey="SUBJECT.PROMPT_KEY" attributeId="Subject"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false"
    shortLabelKey="REDIRECT_FLAG.SHORT_PROMPT_KEY"
    labelKey="REDIRECT_FLAG.PROMPT_KEY" attributeId="Redirect"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false" shortLabelKey="TARGET_FRAME.SHORT_PROMPT_KEY"
    labelKey="TARGET_FRAME.PROMPT_KEY" attributeId="Target"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false" shortLabelKey="TOOL_TIP.SHORT_PROMPT_KEY"
    labelKey="TOOL_TIP.PROMPT_KEY" attributeId="ToolTip"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false" shortLabelKey="MODIFIED.SHORT_PROMPT_KEY"
    labelKey="MODIFIED.PROMPT_KEY" attributeId="Modified"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false"
    shortLabelKey="CHANGE_FREQUENCY.SHORT_PROMPT_KEY"
    labelKey="CHANGE_FREQUENCY.PROMPT_KEY"
    attributeId="ChangeFrequency" searchable="true"
    endUserVisible="true"/>
    <descriptor multivalue="false" shortLabelKey="SIGNIFICANCE.SHORT_PROMPT_KEY"
    labelKey="SIGNIFICANCE.PROMPT_KEY" attributeId="Significance"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false" shortLabelKey="EXTERNAL_ID"
    labelKey="EXTERNAL_ID" attributeId="ExternalId"
    searchable="true" endUserVisible="true"
    resourceBundle="oracle.webcenter.navigationeditor.view.resource.NavigationEditorBundle"/>
    </schema>
    </navigationDefinition>

    I am in JDeveloper 11.1.1.5
    Here is my re-formatted code
    <?xml version="1.0" encoding="US-ASCII" ?>
    <navigationDefinition description="Default Navigation"
    id="default-navigation-model"
    name="Default Navigation"
    xmlns="http://xmlns.oracle.com/adf/rcs/catalog" visible="#{true}"
    definitionFilter="">
    <contents>
    <customFolder id="pages"
    factoryClass="oracle.webcenter.page.view.rc.PageServiceContextFactory"
    visible="#{true}" insertFolderContents="true">
    <attributes>
    <attribute value="Page Hierarchy" attributeId="Title" isKey="false"/>
    <attribute value="/adf/webcenter/pagegroup_qualifier.png"
    attributeId="IconURI"/>
    </attributes>
    <parameters>
    <parameter id="path">/oracle/webcenter/portalapp/pagehierarchy/pages.xml</parameter>
    <parameter id="pageTemplate">/oracle/webcenter/portalapp/pagetemplates/pageTemplate_globe.jspx</parameter>
    </parameters>
    </customFolder>
    <url visible="#{true}"
    url="page://oracle/webcenter/portalapp/pages/allapplications.jspx"
    factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    id="allapplications">
    <attributes>
    <attribute isKey="false" value="Applications" attributeId="Title"/>
    </attributes>
    <contents>
    <url visible="#{true}"
    url="page://oracle/webcenter/portalapp/pages/IOLapp.jspx"
    factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    id="IOLapp">
    <attributes>
    <attribute isKey="false" value="International Online" attributeId="Title"/>
    </attributes>
    <parameters>
    <parameter id="pageTemplate">/oracle/webcenter/portalapp/pagetemplates/applicationTemplate.jspx</parameter>
    </parameters>
    </url>
    </contents>
    </url>
    <url visible="#{true}"
    url="page://oracle/webcenter/portalapp/pages/allresources.jspx"
    factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    id="allresources">
    <attributes>
    <attribute isKey="false" value="Resources" attributeId="Title"/>
    </attributes>
    </url>
    <url id="allcommunities"
    url="page://oracle/webcenter/portalapp/pages/allcommunities.jspx"
    visible="#{true}"
    factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory">
    <attributes>
    <attribute value="Communities" attributeId="Title" isKey="false"/>
    </attributes>
    <parameters>
    <parameter id="pageTemplate">/oracle/webcenter/portalapp/pagetemplates/generalPageTemplate.jspx</parameter>
    </parameters>
    </url>
    </contents>
    <schema resourceBundle="oracle.adf.rc.attribute.nls.AttributeBundle">
    <descriptor multivalue="false" shortLabelKey="TITLE.SHORT_PROMPT_KEY"
    labelKey="TITLE.PROMPT_KEY" attributeId="Title"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false" shortLabelKey="ACCESS_KEY.SHORT_PROMPT_KEY"
    labelKey="ACCESS_KEY.PROMPT_KEY" attributeId="AccessKey"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false" shortLabelKey="DESCRIPTION.SHORT_PROMPT_KEY"
    labelKey="DESCRIPTION.PROMPT_KEY" attributeId="Description"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false" shortLabelKey="ICON_URI.SHORT_PROMPT_KEY"
    labelKey="ICON_URI.PROMPT_KEY" attributeId="IconURI"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="true" shortLabelKey="SUBJECT.SHORT_PROMPT_KEY"
    labelKey="SUBJECT.PROMPT_KEY" attributeId="Subject"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false"
    shortLabelKey="REDIRECT_FLAG.SHORT_PROMPT_KEY"
    labelKey="REDIRECT_FLAG.PROMPT_KEY" attributeId="Redirect"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false" shortLabelKey="TARGET_FRAME.SHORT_PROMPT_KEY"
    labelKey="TARGET_FRAME.PROMPT_KEY" attributeId="Target"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false" shortLabelKey="TOOL_TIP.SHORT_PROMPT_KEY"
    labelKey="TOOL_TIP.PROMPT_KEY" attributeId="ToolTip"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false" shortLabelKey="MODIFIED.SHORT_PROMPT_KEY"
    labelKey="MODIFIED.PROMPT_KEY" attributeId="Modified"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false"
    shortLabelKey="CHANGE_FREQUENCY.SHORT_PROMPT_KEY"
    labelKey="CHANGE_FREQUENCY.PROMPT_KEY"
    attributeId="ChangeFrequency" searchable="true"
    endUserVisible="true"/>
    <descriptor multivalue="false" shortLabelKey="SIGNIFICANCE.SHORT_PROMPT_KEY"
    labelKey="SIGNIFICANCE.PROMPT_KEY" attributeId="Significance"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false" shortLabelKey="EXTERNAL_ID"
    labelKey="EXTERNAL_ID" attributeId="ExternalId"
    searchable="true" endUserVisible="true"
    resourceBundle="oracle.webcenter.navigationeditor.view.resource.NavigationEditorBundle"/>
    </schema>
    </navigationDefinition>

  • SharePoint 2013 Blog Site not showing current navigation(Left Navigation)

    I have created a blog site but blog pages are not showing my current navigation, it has got its own left navigation, Can i show left (current) navigation? I am trying to find the page layout being used for blog items but unable to find.

    Hi,
    By design, there is a left navigation in the blog site. Like the following image show.
    Please check whether there is CSS style in site to hide the left navigation.
    If you don’t want to use the default navigation, we can also customize a new one.
    We can use SharePoint designer 2013 to modify it(In /_catalogs/masterpage/seattle.master ).
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • PDF Portfolio SDK setup - Navigator project wizard in Flex Builder 4.6 does not show

    Hello, Experts
    I am trying to build PDF Custom Navigator using Adobe PDF Portfolio SDK; however, for some reason, when performing step 3 of installation, Navigator project wizard in Flex Builder  (  4.6 ) would not show;
    The plugins have been extracted to:
    C:\Program Files\Adobe\Adobe Flash Builder 4.6\eclipse\plugins
    The NavigatorSupport folder has been extracted to:
    C:\Program Files\Adobe\Adobe Flash Builder 4.6\eclipse and ( just in case ) to
    C:\Program Files\Adobe\Adobe Flash Builder 4.6\
    any advice would be greatly appreciated
    Best Regards,
    -Alex

    as per Joel's recommendation, used 4.5 instead - that worked just fine

  • Bookmark Toolbar entries not showing up in blank space allocated for them under Navigation Toolbar.

    Using Firefox 3.6.13 and 4.0b8. Both are not showing up my Bookmark Toolbar entries. The item does exist. I've used Firefox for years and that toolbar has always showed up. Confirmed that it still exists and was not inadvertently trashed by viewing item and listing when opting to Manage Bookmarks. The item is checked off for display in the menu drop-down (View-Toolbars-Bookmark Toolbar), the space where it would normally display my entries shows up directly under the Navigation Toolbar, but it is blank with no entries displayed.

    In the View menu select Toolbars, and then Customize to open the customize toolbar dialog. With the customize toolbar dialog displayed, there should be an icon with the label "Bookmarks Toolbar Items" on the bookmarks toolbar. If it is not there, drag and drop the icon called Bookmarks from the customize toolbar dialog onto the bookmarks toolbar. There will be 2 icons called Bookmarks, the one you want will have an icon that looks like a sheet of paper (it does on Windows, I believe it is the same on the Mac).

  • Tab navigation does not show at all in FP 10 it shows in FP9

    Hi,
    I have module that is loaded at runtime,
    it has simple tab navigation with 3 children,
    in FlashPlaer 9 Debug, tab navigation shows fine, even
    thought for some reason it looks like linkbar :)
    also numericStepper looks like inputBox and ComboBox has no
    arrow, (they all look fine in FB 3.2)
    in Flash player 10 tab navigation does not show at all, is
    there any obvious thing that I am missing ?
    I am guessing something terribly wrong with flex styles, but
    I am not overriding any styles,
    my environment :
    vindows Vista 64 bit (although I use jvm 32)
    project is build with latest flex sdk :flex_sdk_3.3.0.4589
    P.S: I cant attach image here, so I will record video
    tomorrow, if that will help.
    thanks in advance
    Levan

    bump :)
    anybody , please please :)

  • Navigation menu not showing up

    Hi,
    I am creating a site using iWeb and have uploaded it to my web host and all runs fine... except for the navigation menu, which is kinda important. I know i could make my own, but I would like to use the default one anyway.
    So everything looks fine in iWeb. Here is a screenshot showing the default navigation menu (I am using the darkroom theme)
    But when I publish to my server and view through safari (have also tried Firefox and get the same results), this is what I see where the navigation menu should be:
    There is no light grey horizontal box, no writing, just a black dot point. The dark grey on the sides is normal, its not in the iweb screenshot because my window wasn't very wide.
    I tried disabling the menu, re-publishing (which removed the dot point), enabling it again and re-publishing but I still get the same issue.
    Any ideas on why I can't get the menu??
    Cheers.

    I had the same issue.  It's a cache settings problem.  I resolved it this way:
    Go to Firefox > Preferences > Advanced > Network
    On that screen under the 'Cached Web Content' section, UNCHECK the 'Override automatic cache management' check box. 
    Then quit Firefox entirely and restart it.  Should do the trick.
    Peace out
    SL

  • While navigating the pages in Menu Not showing correct jspx

    Hi ,
    We develop 10 ADF Pages and attached those pages to Menu . Now while going to page A its not showing pagA.jspx in address Bar ( though its showing correct Page ) But when navigating to PageB
    its showing PAgeA.jspx in ( Address Bar ) but its showing correct pageB content . Why this behave like this ...??
    Edited by: [email protected] on Jul 22, 2009 9:15 AM

    This is not an ADF issue - this is a core JSF way of working.
    Why would your end user care about the address anyway?
    You can set your navigation case to be redirect to get around this.

  • KM Navigation iview not showing contents

    Hi,
       I am using the KM Navigation iview to show contents in the desktop innerpage below detailed Navigation.When the propert 'height type = Automatic' its not showing any content its showing a single white line.But when i change the 'hieght type= Fixed ' then i could able to see the content with the scroll bar.I know i can change the height,but i cant do it each and everytime when i add the content to the location in KM.
    I need the property to be Automatic.
    Can anybody provide some help on this issue?
    Naga

    Hi Prathamesh,
      I am using KM Navigation iview i could not find the Fech mode property.The fetch mode property will be available for URL iview.
    Hi Atul,
        I changed it to Automatic max height :5000.Still no use.
    When i change the Layout set then i could able to see the content with the property 'Height Type :Automatic'.Currently i am using 'portal favorites explorer' layout set.
    Naga

  • Navigation Menu not showing in mobile

    I'm working on this website and when I view the site on my iPhone, the navigation menu is not showing.  Any advice on what is preventing the menu from showing?
    Thanks in advance for your help,
    Michael

    That was it Ben.  This site is actually one I designed several years ago and the customer just wanted to make some changes to color scheme and add a few new tabs.  Figured I would add a dropdown menu to better accommodate the additional pages and found a nice nav menu online.  I didn't see that the styles had media queries.  I have not begun to code them myself yet, only have worked with responsive formats with Wordpress.

  • Problem with guided navigation - Reports not showing up

    Hi All,
    We have a dashboard page that has a number of sections based on guided navigation. The problem is that the reports in the sections do not show up even when there are results for the guiding reports unless the page is refreshed. However, the section borders are showing up. Is there any solution for this problem?
    Thanks in advance,
    Radhika

    Hi Radhika,
    As I mentioned earlier i have created 2 reports, but your case is some thing different and you are using the same report for condition also and in the section also.
    What we have done is , suppose we want a report in a section to be displayed when my *# Service requests* >20 then
    We have created a report with *# Service Requests* with filter condition greater than 20. which we will to define the condition.
    and another separate report we to put in the section will be created.
    Just try this, not sure is this going to help you.
    Regards,
    Somu

Maybe you are looking for

  • Playing Tracks one At a Time In ITunes

    Hi. I am a totally blind person who uses ITunes. I noticed that when playing a track from an album I have purchased from the ITunes store, it plays the rest of the tracks from that album as one playlist, rather than just playing one track at a time.

  • Two FACT Tables, Some Common and Non-Common Dimensions

    Hello all, a question i am sure you have faced in the past but still wanted to get your feedback. I have a few FACT tables and some dimensions that are shared (common dimensions). Rest of the dimensions are related to one or the other FACT tables. Wh

  • Language Problem In Oracle?

    Hi, I have installed oracle 10.2.0.1 DB on Windows XP Professional.I set the following parameters related to database language and character set while creating the DB. NLS_LANGUAGE AMERICAN NLS_TERRITORY AMERICA NLS_CHARACTERSET RU8PC866 NLS_NCHAR_CH

  • Word macro search via LDAP for User info into Doc

    I'm looking for a macro that will help me create Userinfo in a doc when i start a new doc. Exampel surename lastname and Deparment. Adress City and phone and some more. Where can i find som info about this. The info need to be connected to the logged

  • SOLMAN_DIRECTORY :Mass downloading of documents not possible in solution manager

    We have maintained various solutions in solution directory under solution structure in solman 7.10 SP10 . Tcode to access solution directory: SOLMAN_DIRECTORY Various test cases and documents are stored under this structure. We can only download sing