Adding third level to my menu

I have a menu that I am working on:
http://www.newbuild.twsco-specgas.com/index.html
It was a mega menu (Modified jQuery Superfish) that someone helped me build for an intranet application. I am copying and carrying over to this new website, while giving it a major overhaul (simplication).
My conundrum is how to add a third level. It seem like html code and subsequent css styling but it has me stumped. Can someone look at the "About TWSCO" drop down and see if they can discern what my failure is?
Thanks!!
Rob

Hi Robert. Could you change the text color to something othere than white so we can see it
#sf-menu li.sfHover ul a, #sf-menu ul li a, #sf-menu ul li a:visited { 
    background: url("") repeat scroll 0 0 transparent; 
    border: medium none;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: auto;
    padding-right: 3px;
    padding-top: 3px;
    position: relative;
    text-align: left;
    text-transform: none;
    width: auto;
Unfortunatel I am having no success at getting my 3ed level to work

Similar Messages

  • How to create second or third level  of  menu bar in se41 ?

    Hi All
      How to create second or third level  of  menu bar in se41 ?
      I created it once but forgotten , do anybody remember ?
    Regards
    Jaman
    Message was edited by:
            ABAP Techie

    Hi..,
    Once you have created a menu bar, you enter the individual menu entries. Each menu can contain up to 15 entries.
    A menu can contain any of the following:
    Function names (with function code and text)
    Submenus (pull-down menus)
    Separators
    You may include submenus up to three levels deep.
    Menu functions that logically belong together are grouped together using separators. This makes the menu easier to use. Separators also make long menus easier to read by dividing them into smaller parts.
    Defining Menu Functions
    To add functions to a menu that is already open in the Menu Painter:
    Open a menu list in the menu bar by double-clicking the menu title.
    The system opens the menu. The menu entries list contains the two columns Code and Text.
    In the Code column, enter a function code (this may be up to 20 characters long).
    If you want to enter a function code that is longer than the input field, you must first change the displayed length of the field in the user settings. (Choose Utilities ® Settings ® User-specific.)
    Enter the function text in the Text column.
    The name you enter here appears in the menu at runtime. You can also determine the contents of function texts at runtime (see Defining Dynamic Function Texts).
    Repeat steps 2 and 3 for each item in the menu.
    Creating Cascading Menus
    To add a cascading menu (sub-menu) to a menu:
    Leave the Code column blank.
    Enter a menu name in the Text column.
    Double-click the cascading menu to open it.
    The system opens the menu entry list for the cascading menu.
    Complete the menu as you would any other.
    Inserting Separators
    Place the cursor on a line.
    Choose Edit ® Insert ® Separator.
    If you want to insert a separator between two existing menu entries, place the cursor on the line before which you want to insert the separator.
    Editing Menu Entries
    You can cut, copy, paste, and delete menu entries.
    Place the cursor on a line.
    Choose Edit ® Entry ® Cut (or Copy, or Paste, or Delete).
    If you double-click a function code, the Function Attributes dialog box appears. Here you can, for example, change the icon assigned to a function.
    regards,
    sai ramesh

  • Third level Menu CSS?

    HI folks,
    I'm working on a third level menu and I need a CSS fix for this, and I'm not sure I understand why it is dropping down  instead of flying out...
    To see the menu in action, go here : http://bendannie2.businesscatalyst.com/Sale  and hover over  the On Sales menu.  The third level menu is dropping down and when I try to move it right with a left margin, the container box remains in place and only the text  li     moves right...
    And it really shouldn't display until I'm hovering over the Cartier Jewelry link...
    TIA,
    Jeff
    The code so far is:
    nav ul ul {
        background: #FFFFFF/*url(images/nav-current.png) repeat-x scroll center top*/;
        opacity:0.8;
    filter:alpha(opacity=90); /* For IE8 and earlier */
        -moz-box-shadow: 0px 3px 5px 0px rgba(68,68,68,0.7);
        -webkit-box-shadow: 0px 3px 5px 0px rgba(68,68,68,0.7);
        box-shadow: 0px 3px 5px 0px rgba(68,68,68,0.7);
        left: -999em;
        list-style: none outside none;
        margin: 0;
        padding: 4px 0 0;
        position: absolute;
        top: 89px;
        width: 12em;
    nav li:hover ul,
    nav li.sfhover ul{
        left: auto;
    nav ul ul ul li{
        background: none;
        border-bottom: 1px solid #6699FF;
        list-style: none;
        margin: 0 0 0  0px;
        padding: 0;
    nav ul ul li{
        background: none;
        border-bottom: 1px solid #6699FF;
        list-style: none;
        margin: 0 0 0 -20px;
        padding: 0;
        nav ul ul li a:link,
        nav ul ul li a:visited{
        color: #3399FF;
        display: block;
        font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif, "Bitstream Vera Sans";
        font-size: 12px;
        padding: 8px 5px;
        text-decoration: none;
        nav ul ul li a:active,
        nav ul ul li a:hover{
        background: #e4e4e4;
        color: #3366FF;
        padding: 8px 5px;

    HI folks,
    I'm working on a third level menu and I need a CSS fix for this, and I'm not sure I understand why it is dropping down  instead of flying out...
    To see the menu in action, go here : http://bendannie2.businesscatalyst.com/Sale  and hover over  the On Sales menu.  The third level menu is dropping down and when I try to move it right with a left margin, the container box remains in place and only the text  li     moves right...
    And it really shouldn't display until I'm hovering over the Cartier Jewelry link...
    TIA,
    Jeff
    The code so far is:
    nav ul ul {
        background: #FFFFFF/*url(images/nav-current.png) repeat-x scroll center top*/;
        opacity:0.8;
    filter:alpha(opacity=90); /* For IE8 and earlier */
        -moz-box-shadow: 0px 3px 5px 0px rgba(68,68,68,0.7);
        -webkit-box-shadow: 0px 3px 5px 0px rgba(68,68,68,0.7);
        box-shadow: 0px 3px 5px 0px rgba(68,68,68,0.7);
        left: -999em;
        list-style: none outside none;
        margin: 0;
        padding: 4px 0 0;
        position: absolute;
        top: 89px;
        width: 12em;
    nav li:hover ul,
    nav li.sfhover ul{
        left: auto;
    nav ul ul ul li{
        background: none;
        border-bottom: 1px solid #6699FF;
        list-style: none;
        margin: 0 0 0  0px;
        padding: 0;
    nav ul ul li{
        background: none;
        border-bottom: 1px solid #6699FF;
        list-style: none;
        margin: 0 0 0 -20px;
        padding: 0;
        nav ul ul li a:link,
        nav ul ul li a:visited{
        color: #3399FF;
        display: block;
        font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif, "Bitstream Vera Sans";
        font-size: 12px;
        padding: 8px 5px;
        text-decoration: none;
        nav ul ul li a:active,
        nav ul ul li a:hover{
        background: #e4e4e4;
        color: #3366FF;
        padding: 8px 5px;

  • Add third level submenu to spry menu bar

    I want to add a third level submenu to my Horizontal Spry
    Menu Bar. I have read that I cannot do this in design mode but
    rather have to program it in using the code view. Does anyone know
    how to accomplish this? Thanks so much!

    Its OK! I've just found an answer:
    http://forums.adobe.com/message/1049136#1049136
    PS. I did searching before I posted - but I didn't spot this till afterward

  • Need 3rd level for ul menu

    The following code is for my pop out side menu. I need three levels and can only get two to work. The third level is under "Protective Clothing". Thanks for any help.
    <div id="menu">
        <ul>
         <ul>
          <li><a href="first_aid.html" title="First Aid">&raquo; First Aid</a>
            <ul>
              <li><a href="biohazard.html" title="Biohazard">Biohazard</a></li>
              <li><a href="burn.html" title="Burn Relief">Burn Relief</a></li>
              <li><a href="cpr_firstaid.html" title="whatever:hover file">CPR First Aid</a></li>
              <li><a href="eyewash.html" title="Emergency Eye Wash/Showers">Emergency Eye Wash/Showers</a></li>
              <li><a href="fa_kits_cabs.html" title="First Aid Kits & Cabinets">First Aid Kits & Cabinets</a></li>
              <li><a href="instruments.html" title="Instruments">Instruments</a></li>
              <li><a href="bandages.html" title="Bandages">Bandages</a></li>
              <li><a href="tablets.html" title="First Aid Tablets">First Aid Tablets</a></li>
              <li><a href="topicalsl.html" title="Topicals">Topicals</a></li>
              <li><a href="heat_stress.html" title="Heat Stress Relief">Heat Stress Relief</a></li>
              <li><a href="outdoor_exp.html" title="Outdoor Exposure">Outdoor Exposure</a></li>
              <li><a href="pest_control.html" title="Pest Control">Pest Control</a></li>
            </ul>
          </li>
          <li><a href="aed.html" title="AED's/Defibrillators">&raquo; AED's/Defibrillators</a>
            <ul>
             <li><a href="aed_philips.html">Philips</a></li>
              <li><a href="aed_cardiac_science.html" title="Cardiac Science">Cardiac Science</a></li>
              <li><a href="aed_zoll.html" title="Zoll">Zoll</a></li>
              <li><a href="aed_heartsine.html" title="HeartSine">HeartSine</a></li>
              <li><a href="aed_defibtech.html" title="Defibtech">Defibtech</a></li>
            </ul>
          </li>
          <li><a href="emerg_prepared.html" title="Emergency Preparednes">&raquo; Emergency Preparedness</a>
            <ul>
             <li><a href="aed_philips.html" title="AEDs">AEDs</a></li>
              <li><a href="emerg_oxygen.html" title="Emergency Oxygen">Emergency Oxygen</a></li>
              <li><a href="trauma_bags.html" title="Trauma Bags & Back Packs">Trauma Bags & Back Packs</a></li>
              <li><a href="back_boards.html" title="Back Board">Back Boards</a></li>
              <li><a href="pandemic_flu.html" title="Pandemic Flu">Pandemic Flu</a></li>
              <li><a href="terrorism.html" title="Terrorism">Terrorism</a></li>
              <li><a href="roadside_kits.html" title="Roadside Kits">Roadside Kits</a></li>
              <li><a href="eid.html" title="EID">EID</a></li>
              <li><a href="instruments.html" title="Instruments & Personal Items">Instruments & Personal Items</a></li>
            </ul>
          </li>
          <li><a href="pers_safety.html" title="Personal Safety">&raquo; Personal Safety</a>
            <ul>
              <li><a href="comm_sys.html" title="Communication Systems">Communication Systems</a></li>
              <li><a href="con_space.html" title="Confined Space">Confined Space</a></li>
              <li><a href="ergonomics.html" title="Ergonomics">Ergonomics</a></li>
              <li><a href="eye_pro.html" title="Eye Protection">Eye Protection</a></li>
              <li><a href="fall_pro.html" title="Fall Protection">Fall Protection</a></li>
              <li><a href="foot_pro.html" title="Foot Protection">Foot Protection</a></li>
              <li><a href="chemResist.html" title="Gloves">Gloves</a></li>
              <li><a href="hand_face_pro.html" title="Hand & Face Protection">Hand & Face Protection</a></li>
              <li><a href="hearing_pro.html" title="Hearing Protection">Hearing Protection</a></li>
              <li><a href="pro_clothing.html" title="Protective Clothing">Protective Clothing</a></li>
                          <ul>
                              <li><a href="hi_vis.html" id="hi_vislink" title="High Visability Safety Apparel">&raquo; High                              Visability Safety Apparel</a></li>
                              <li><a href="rainwear.html"id="rainwearlink" title="Rainwear">&raquo; Rainwear</a></li>
                              <li><a href="dis_wear.html" id="dis_wearlink" title="Disposable Wear">&raquo; Disposable Wear</a></li>
                              <li><a href="services.html" title="Services">&raquo; Training & Services</a></li>
                          </ul>
             <li><a href="resp_pro.html" title="Respiratory Protection">Respiratory Protection</a></li>
           </ul>
          </li>
           <li><a href="signs.html" title="Signs & Shipping Supplies">&raquo; Signs & Shipping Supplies</a>
            <ul>
              <li><a href="signs.html" title="Signs">Signs</a></li>
              <li><a href="shipping.html" title="Shipping Supplies">Shipping Supplies</a></li>
            </ul>
          </li>
                <li><a href="safety_maint.html" title="Safety Maintenance">&raquo Safety Maintenance</a>
            <ul>
              <li><a href="can_drum.html" title="Can & Drum Accessories">Can & Drum Accessories</a></li>
              <li><a href="electrical.html" title="Electrical Safety">Electrical Safety</a></li>
              <li><a href="equip_cases.html" title="Equipment Cases">Equipment Cases</a></li>
              <li><a href="fire.html" title="Fire Safety">Fire Safety</a></li>
              <li><a href="floor.html" title="Floor Matting">Floor Matting</a></li>
              <li><a href="lock_out.html" title="Lockout Tagout & Security">Lockout Tagout & Security</a></li>
              <li><a href="mirrors.html" title="Safety & Security Mirror">Safety & Security Mirrors</a></li>
              <li><a href="cabinets.html" title="Safety Cabinets">Safety Cabinets</a></li>
              <li><a href="cans.html" title="Safety Cans">Safety Cans</a></li>
              <li><a href="contain.html" title="Secondary Containment">Secondary Containment</a></li>
              <li><a href="sorbents.html" title="Sorbents & Spill Control">Sorbents & Spill Control</a></li>
              <li><a href="traffic.html" title="Traffic Safety Supplies">Traffic Safety Supplies</a></li>
              <li><a href="training.html" title="Training Programs">Training Programs</a></li>
            </ul>
          </li>
           <li><a href="janitorial.html" title="Janitorial">&raquo; Janitorial, Paper & Soap</a>
            <ul>
              <li><a href="cigarette.html" title="Cigarette Recepticles & Butt Cans">Cigarette Recepticles & Butt Cans</a></li>
              <li><a href="cleaning.html" title="Cleaning Products">Cleaning Products</a></li>
              <li><a href="paper_soap.html" title="Paper & Soap">Paper & Soap</a></li>
              <li><a href="waste.html" title="Waste & Recycling Containers">Waste & Recycling Containers</a></li>
              <li><a href="wipers_rags.html" title="Wipers & Rag">Wipers & Rags</a></li>
            </ul>
          </li>
          <li><a href="services.html" title="Services">&raquo; Training & Services</a></li>
       </ul>
      </li>
    </ul>
    </div><!--end menu-->

    <li><a href="pro_clothing.html" title="Protective Clothing">Protective Clothing</a></li>(this)
                          <ul>
                              <li><a href="hi_vis.html" id="hi_vislink" title="High Visability Safety Apparel">&raquo; High Visability Safety Apparel</a></li>
                              <li><a href="rainwear.html"id="rainwearlink" title="Rainwear">&raquo; Rainwear</a></li>
                              <li><a href="dis_wear.html" id="dis_wearlink" title="Disposable Wear">&raquo; Disposable Wear</a></li>
                              <li><a href="services.html" title="Services">&raquo; Training & Services</a></li>
                          </ul>(here?)
             <li><a href="resp_pro.html" title="Respiratory Protection">Respiratory Protection</a></li>
    You must allow for the possibility that I might be wrong here but I'll have a go anyway.  These nested lists confuse the heck out of me, but I'm wondering if that red <li> is in the wrong place and should be after the blue </ul>
    It wouldn't take you much effort to test that out but if I have made you too cautious, there's a chance that someone will maybe correct us both?
    All the best
    Martin
    [Edit] On my IE browser my color edits did not work so I made them bold and a bit bigger.  Hope that works! - and added words!

  • Table of content, third level leader lines

    Hello i have atable of content that works properly now, except for the fact that third level chapters, dont have leader lines to the page number
    1 blabla .............5
    1.1 blasecond.....7
    1.1.3 third lvl 9
    I want that third lvl style to also have leader line,
    i tried following this article http://docs.info.apple.com/article.html?path=Pages/3.0/en/c3pg49.html
    but the leader menu is disabled...
    thank you
    charles.

    Hi Charles,
    If you select the text of the TOC level you're trying to edit, go to the Text Inspector, click on "Tabs," and then go down to "Tab Stops" and select the number that's within the box, the option should no longer be greyed out.
    Hope that helps! Let me know if it doesn't.

  • HP 8500 won't give the option to perform a third level print head cleaning

    I'm not sure why I care since every time I clean the heads the printer is actually worse but the printer never gives me the option to go to level three cleaning.
    The steps
    * Go to clean print head option in the menu
    * Printer goes through cleaning process possibly being momentarily interuppted by the check device process
    * printer goes to aligning printer because no matter what is printed it always goes to aligning printer afterward 
    * printer fails align and I hit ok
    * printer allows the me to start the second level of cleaning and I start it
    * repeat from 2nd step
    I'm never given the option to go to the third level.
    I have a nice 20 minute video of this. and that's only one cycle....
    This happened before and after I updated to the latest firmware.
    In regards to my first statement.  I started cleaning the print heads because the magenta stopped printing and after cleaning heads several times no colors or black print anymore.  I few days later somehow the printer started prininting again very poor quality and again no magenta so again cleaning the heads caused it to stop printing at all.

    Hey @Taylor2813,
    Welcome to the HP Support Forums!
    I understand that you're experiencing print quality issues with your HP Officejet 8500 All-in-One. I would like to work with you today. I did want you to be aware that it is generally not a good idea to run many cleans on your product. Level 1 and Level 2 just run a similar cleaning process. If you want to run a third level cleaning you could manually go into the menu on the printer and simply run another clean. Because the cleaning process uses ink to flush the ink system on your product, should you need to run a third clean on the product be aware that it will be just using a lot of ink for the process. Generally the rule of thumb is: should the first clean and second clean not make a difference don't continue as it will just waste ink.
    Because the cleans you have been running up to this point have made no difference and actually caused your issue to become worse, I do believe that your issue actually lies with your printheads. You have two printheads in your printer. One is the Black and Yellow and the other is the Cyan and Magenta. They control the ink going on your paper. If the Printheads are defective you will experience print quality issues. If the issue just affects Magenta than you may just have a defective Magenta printhead (should a new Magenta cartridge not resolve your issue). However, if the issue affects all colours and black than it would be a defect with both printheads.
    For your reference I will include the Print Quality Troubleshooting document for both versions of the Officejet 8500 series:
    HP Officejet Pro 8500A A910a: Fixing Print Quality Issues
    HP Officejet Pro 8500 A909a: Fixing Print Quality Issues
    In both of those documents you can see that should the cleaning not resolve the issue after 3 attempts than it is time to replace one or both printheads.
    Should you want to look into ordering printheads I suggested calling our Technical Support.
    HP Technical Support can be reached at : 1800-474-6836
    If you live outside the US/Canada Region, please click the link below to get the support number for your region.
    HP Worldwide Contact
    Please let me know if this information is useful. I wish you luck with resolving this print quality issue!
    X-23
    I work on behalf of HP
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    Click the "Kudos, Thumbs Up" on the right to say "Thanks" for helping!

  • Third level Drill Down report

    Hi,
    I have a requirement to create the report using Crystal Reports 2008 up to 3 levels of drill-down. I tried to create it but I can create up to only 2nd level of drill-down.
    Is it possible to create 3rd level of drill-down. If yes, please let me know how to create it.
    Thanks in advance.
    Regards,
    Neel.

    Hi Neo,
    I use on-demand sub-reports.
    Example:
    If main report is for Customer summary which shows the amount received from customer.
    Then for 2nd level of drill-down I will insert an on-demand sub-report. This sub-report will show the sales order numbers for that particular customer.
    Now for third level of drill-down, I want show the details of sales orders (i.e., all the sales order lines of that particular sales order). So I am trying to insert a sub-report in existing sub-report, but here the sub-report option in the menu is already disabled.
    Regards,
    Neel.

  • Does adding third party ram void the warranty?

    Will adding third party RAM, like Crucial, void the original Apple warranty or Apple Care warranty extension? Does the latency rate matter? Am adding a second stick of 512 mb ram to new iMac G5 (rev B actually). Is this ram ok for my iMac rev B as a second stick?
    "Crucial 512MB 184-Pin DDR SDRAM DDR 400 (PC 3200) Unbuffered System Memory Model CT6464Z40B"

    Adding third-party RAM to your machine won't void the warranty unless you damage the machine during the installation. That module matches the specifications your iMac calls for.
    (9216)

  • Implementing tree control in third level navigation

    Hello
    1. Is it possible to Implement a tree control inside third level navigation ?
    2. How can I make selecting one of the nodes change the display in another iview on the same page ?
    (How do they pass data to one another)
    3. Is it possible to select several nodes at once ?
    P.S
    Is there a how to guid out there ?
    Thanks
    Ziv.

    Hi,
    I undestand you want to hide/show tree nodes on demand.
    in the standard DTN (detailed navigation) it isn't possible.
    There are two options -
    1. As suggested you can modify the DTN provided by SAP - all the code is under com.sap.portal.navigation.detailedtree.par and the iView name is also com.sap.portal.detailedNavigationTree
    2. create this tree from scratch, and put it on the left side instead of the DTN or as a dynamic navigation iView.
    For creating navigation iViews by yourself, you can start from here:
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/0174a642406db7e10000000a422035/frameset.htm
    Regards,
    Tal.
    Edited by: Tal Haviv on Aug 15, 2008 12:55 PM

  • RMAN can't SET NEWNAME for datafiles added after Level 1

    Version: 11.2.0.3
    Platform : Solaris 10
    I have the most recent Level 0 , Level 1 and post-L1 Archive logs of the source DB.
    I am trying restore, recover in a different machine using plain RMAN (not RMAN DUPLICATE) into a new datafile location.
    After the Level 1 backup was taken, 2 datafiles (namdata01.dbf, finaldata01.dbf) were added ( this got 'recorded' on the subsequent post-L1 archivelogs )
    Before I ran restore and recover, I restored the latest control file from the most recent L1
    RMAN> restore controlfile from '/u01/CATALOGTST/rmanBkpPieces/SNTCDEV_L1_0cnjqk54_1_1_20120829.rmbk' ;Understandably, this control file doesn't have info about the 2 datafiles added after L1 .Wish I could restore control file from archive log :)
    So, I cataloged the archive logs as well using CATALOG command.
    RMAN> catalog start with '/u01/CATALOGTST/rmanBkpPieces';
    using target database control file instead of recovery catalog
    searching for all files that match the pattern /u01/CATALOGTST/rmanBkpPieces
    List of Files Unknown to the Database
    =====================================
    File Name: /u01/CATALOGTST/rmanBkpPieces/SNTCDEV_full_07njqj6j_1_1_20120828.rmbk
    File Name: /u01/CATALOGTST/rmanBkpPieces/SNTCDEV_full_08njqj8u_1_1_20120828.rmbk
    File Name: /u01/CATALOGTST/rmanBkpPieces/SNTCDEV_L1_0bnjqk3d_1_1_20120829.rmbk
    File Name: /u01/CATALOGTST/rmanBkpPieces/SNTCDEV_L1_0cnjqk54_1_1_20120829.rmbk
    File Name: /u01/CATALOGTST/rmanBkpPieces/arch_1_13_790513173.arc
    File Name: /u01/CATALOGTST/rmanBkpPieces/arch_1_14_790513173.arc
    File Name: /u01/CATALOGTST/rmanBkpPieces/arch_1_15_790513173.arc
    File Name: /u01/CATALOGTST/rmanBkpPieces/06njqj6h_1_1
    File Name: /u01/CATALOGTST/rmanBkpPieces/09njqj90_1_1
    File Name: /u01/CATALOGTST/rmanBkpPieces/0anjqk3b_1_1
    File Name: /u01/CATALOGTST/rmanBkpPieces/0dnjqk56_1_1
    Do you really want to catalog the above files (enter YES or NO)? YES
    cataloging files...
    cataloging done
    List of Cataloged Files
    =======================
    File Name: /u01/CATALOGTST/rmanBkpPieces/SNTCDEV_full_07njqj6j_1_1_20120828.rmbk
    File Name: /u01/CATALOGTST/rmanBkpPieces/SNTCDEV_full_08njqj8u_1_1_20120828.rmbk
    File Name: /u01/CATALOGTST/rmanBkpPieces/SNTCDEV_L1_0bnjqk3d_1_1_20120829.rmbk
    File Name: /u01/CATALOGTST/rmanBkpPieces/SNTCDEV_L1_0cnjqk54_1_1_20120829.rmbk
    File Name: /u01/CATALOGTST/rmanBkpPieces/arch_1_13_790513173.arc                         -------------------> arch logs that contain info on the new datafiles
    File Name: /u01/CATALOGTST/rmanBkpPieces/arch_1_14_790513173.arc                         -------------------> arch logs that contain info on the new datafiles
    File Name: /u01/CATALOGTST/rmanBkpPieces/arch_1_15_790513173.arc                          -------------------> arch logs that contain info on the new datafiles
    File Name: /u01/CATALOGTST/rmanBkpPieces/06njqj6h_1_1
    File Name: /u01/CATALOGTST/rmanBkpPieces/09njqj90_1_1
    File Name: /u01/CATALOGTST/rmanBkpPieces/0anjqk3b_1_1
    File Name: /u01/CATALOGTST/rmanBkpPieces/0dnjqk56_1_1
    RMAN> EXITDuring Recovery , RMAN applied the archive logs and managed to create the datafiles successfully. But it can't restore the datafiles to the new location specified in the SET NEWNAME location. Luckily , I had created the original path and these 2 datafiles got restored there.
    RMAN can't seem enforce SET NEWNAME for datafiles added after Level 1 backup despite cataloging.
    Does SET NEWNAME .... thing work only for RESTORE ?
    Log of restore and recover
    $ cat restore-recover.txt
    run
    set newname for database to '/u01/app/CLONE1/oradata/sntcdev/%b' ;
    set newname for tempfile '/u01/app/oradata/sntcdev/temp01.dbf' to '/u01/app/CLONE1/oradata/sntcdev/temp01.dbf' ;
    restore database;
    switch datafile all;
    switch tempfile all;
    recover database;
    $
    $ rman target / cmdfile=restore-recover.txt
    Recovery Manager: Release 11.2.0.3.0 - Production on Sun Sep 16 21:27:49 2012
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    connected to target database: SNTCDEV (DBID=2498462290, not open)
    RMAN> run
    2> {
    3> set newname for database to '/u01/app/CLONE1/oradata/sntcdev/%b' ;
    4> set newname for tempfile '/u01/app/oradata/sntcdev/temp01.dbf' to '/u01/app/CLONE1/oradata/sntcdev/temp01.dbf' ;
    5> restore database;
    6> switch datafile all;
    7> switch tempfile all;
    8> recover database;
    9> }
    10>
    11>
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    Starting restore at 16-SEP-12
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=18 device type=DISK
    channel ORA_DISK_1: starting datafile backup set restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    channel ORA_DISK_1: restoring datafile 00001 to /u01/app/CLONE1/oradata/sntcdev/system01.dbf
    channel ORA_DISK_1: restoring datafile 00002 to /u01/app/CLONE1/oradata/sntcdev/sysaux01.dbf
    channel ORA_DISK_1: restoring datafile 00003 to /u01/app/CLONE1/oradata/sntcdev/undotbs01.dbf
    channel ORA_DISK_1: restoring datafile 00004 to /u01/app/CLONE1/oradata/sntcdev/users01.dbf
    channel ORA_DISK_1: restoring datafile 00005 to /u01/app/CLONE1/oradata/sntcdev/example01.dbf
    channel ORA_DISK_1: restoring datafile 00006 to /u01/app/CLONE1/oradata/sntcdev/cisdata01.dbf
    channel ORA_DISK_1: reading from backup piece /u01/RMAN_bkp/BKP_sntcdev/SNTCDEV_full_07njqj6j_1_1_20120828.rmbk
    channel ORA_DISK_1: errors found reading piece handle=/u01/RMAN_bkp/BKP_sntcdev/SNTCDEV_full_07njqj6j_1_1_20120828.rmbk
    channel ORA_DISK_1: failover to piece handle=/u01/CATALOGTST/rmanBkpPieces/SNTCDEV_full_07njqj6j_1_1_20120828.rmbk tag=TAG20120828T234834
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: restore complete, elapsed time: 00:01:35
    Finished restore at 16-SEP-12
    datafile 1 switched to datafile copy
    input datafile copy RECID=8 STAMP=794179772 file name=/u01/app/CLONE1/oradata/sntcdev/system01.dbf
    datafile 2 switched to datafile copy
    input datafile copy RECID=9 STAMP=794179772 file name=/u01/app/CLONE1/oradata/sntcdev/sysaux01.dbf
    datafile 3 switched to datafile copy
    input datafile copy RECID=10 STAMP=794179772 file name=/u01/app/CLONE1/oradata/sntcdev/undotbs01.dbf
    datafile 4 switched to datafile copy
    input datafile copy RECID=11 STAMP=794179772 file name=/u01/app/CLONE1/oradata/sntcdev/users01.dbf
    datafile 5 switched to datafile copy
    input datafile copy RECID=12 STAMP=794179772 file name=/u01/app/CLONE1/oradata/sntcdev/example01.dbf
    datafile 6 switched to datafile copy
    input datafile copy RECID=13 STAMP=794179772 file name=/u01/app/CLONE1/oradata/sntcdev/cisdata01.dbf
    renamed tempfile 1 to /u01/app/CLONE1/oradata/sntcdev/temp01.dbf in control file
    Starting recover at 16-SEP-12
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting incremental datafile backup set restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    destination for restore of datafile 00001: /u01/app/CLONE1/oradata/sntcdev/system01.dbf
    destination for restore of datafile 00002: /u01/app/CLONE1/oradata/sntcdev/sysaux01.dbf
    destination for restore of datafile 00003: /u01/app/CLONE1/oradata/sntcdev/undotbs01.dbf
    destination for restore of datafile 00004: /u01/app/CLONE1/oradata/sntcdev/users01.dbf
    destination for restore of datafile 00005: /u01/app/CLONE1/oradata/sntcdev/example01.dbf
    destination for restore of datafile 00006: /u01/app/CLONE1/oradata/sntcdev/cisdata01.dbf
    channel ORA_DISK_1: reading from backup piece /u01/RMAN_bkp/BKP_sntcdev/SNTCDEV_L1_0bnjqk3d_1_1_20120829.rmbk
    channel ORA_DISK_1: errors found reading piece handle=/u01/RMAN_bkp/BKP_sntcdev/SNTCDEV_L1_0bnjqk3d_1_1_20120829.rmbk
    channel ORA_DISK_1: failover to piece handle=/u01/CATALOGTST/rmanBkpPieces/SNTCDEV_L1_0bnjqk3d_1_1_20120829.rmbk tag=TAG20120829T000356
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:03
    starting media recovery
    archived log for thread 1 with sequence 13 is already on disk as file /u01/CATALOGTST/rmanBkpPieces/arch_1_13_790513173.arc
    archived log for thread 1 with sequence 14 is already on disk as file /u01/CATALOGTST/rmanBkpPieces/arch_1_14_790513173.arc
    archived log for thread 1 with sequence 15 is already on disk as file /u01/CATALOGTST/rmanBkpPieces/arch_1_15_790513173.arc
    channel ORA_DISK_1: starting archived log restore to default destination
    channel ORA_DISK_1: restoring archived log
    archived log thread=1 sequence=12
    channel ORA_DISK_1: reading from backup piece /u01/CATALOGTST/rmanBkpPieces/0dnjqk56_1_1
    channel ORA_DISK_1: piece handle=/u01/CATALOGTST/rmanBkpPieces/0dnjqk56_1_1 tag=TAG20120829T000454
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:01
    archived log file name=/u01/archLogs/arch_1_12_790513173.arc thread=1 sequence=12
    archived log file name=/u01/CATALOGTST/rmanBkpPieces/arch_1_13_790513173.arc thread=1 sequence=13
    creating datafile file number=7 name=/u01/app/oradata/sntcdev/namdata01.dbf
    archived log file name=/u01/CATALOGTST/rmanBkpPieces/arch_1_13_790513173.arc thread=1 sequence=13
    archived log file name=/u01/CATALOGTST/rmanBkpPieces/arch_1_14_790513173.arc thread=1 sequence=14
    archived log file name=/u01/CATALOGTST/rmanBkpPieces/arch_1_15_790513173.arc thread=1 sequence=15
    creating datafile file number=8 name=/u01/app/oradata/sntcdev/finaldata01.dbf
    archived log file name=/u01/CATALOGTST/rmanBkpPieces/arch_1_15_790513173.arc thread=1 sequence=15
    unable to find archived log
    archived log thread=1 sequence=16
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 09/16/2012 21:29:51
    RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 16 and starting SCN of 1004015
    Recovery Manager complete.
    $
    $
    $ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.3.0 Production on Sun Sep 16 21:30:04 2012
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select name from v$datafile;
    NAME
    /u01/app/CLONE1/oradata/sntcdev/system01.dbf
    /u01/app/CLONE1/oradata/sntcdev/sysaux01.dbf
    /u01/app/CLONE1/oradata/sntcdev/undotbs01.dbf
    /u01/app/CLONE1/oradata/sntcdev/users01.dbf
    /u01/app/CLONE1/oradata/sntcdev/example01.dbf
    /u01/app/CLONE1/oradata/sntcdev/cisdata01.dbf
    /u01/app/oradata/sntcdev/namdata01.dbf           ----------------------> restored to old location ignoring SET NEWNAME ....
    /u01/app/oradata/sntcdev/finaldata01.dbf         ----------------------> restored to old location ignoring SET NEWNAME ....
    8 rows selected.
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    $ cd /u01/app/oradata/sntcdev            # -----------------------------> the old location
    $
    $ ls -alrt
    total 243924
    drwxr-xr-x   3 oracle   oinstall     512 Aug  5 10:55 ..
    drwxr-xr-x   2 oracle   oinstall     512 Sep 16 20:59 .
    -rw-r-----   1 oracle   oinstall 104865792 Sep 16 21:29 namdata01.dbf
    -rw-r-----   1 oracle   oinstall 19931136 Sep 16 21:29 finaldata01.dbf

    RMAN> run
    2> {
    3> set newname for database to '/u01/app/CLONE1/oradata/sntcdev/%b' ;
    4> set newname for tempfile '/u01/app/oradata/sntcdev/temp01.dbf' to '/u01/app/CLONE1/oradata/sntcdev/temp01.dbf' ;
    5> restore database;
    6> switch datafile all;
    7> switch tempfile all;
    8> recover database;
    9> }RMAN executes the commands in the run block stepwise. In your case, starting from "set newname for database..." and lastly executing "recover database...".
    Let me interpret it for you.
    1. You restored the controlfile from the L1 backup which does not have any information about the 2 newly added datafiles. You cataloged the backuppieces and the archives to this controlfile, which means that the controlfile would now be aware that the required backups and archives are in this cataloged location.
    2. You set newname for database to the desired location, thereby this command is executed restoring the database from the L0 and L1 backups. (These 2 backups do not have any information about the newly added datafiles and hence the 2 files would still not be restored).
    3. You execute restore database which restores the files from L0 and L1 backup.
    4. Switch datafile all, this renames all the files that were restored in the previous steps to the desired name/location that was mentioned in step 2.
    5. Recover database: This is where the archivelogs come into picture. The data in the archives would be created & recovered. The newly added datafiles are now created & recovered but RMAN does not go back to STEP 2 and STEP 4 to re-execute the commands in STEP2 and STEP4 to restore it to the desired location (STEP 2) and Rename it (STEP 4). The files will have to renamed later by moving them manually to the location that you require.
    So, RMAN does not execute the SET NEWNAME for datafiles which were added after the backup as the information about these files do not exist in the RMAN backuppieces.

  • Index third level entry issue

    I have a word document with Index marking. The index marking has three levels. When we import the word document into InDesign CS5 or later it shows up correctly without any mistake.
    However, when we export the content as RTF format the third level entry is missing completely. First two levels (level 1 and level 2 index entries) were appeared in the exported RTF.
    I need all the index entries must be appeared in the exported RTF format. Can anyone help me out in this issue would be great!!!

    Hi Becky,
                There are only 2 level navigation allowed by the Web Client UI framework.
    Please refer to the UI Guidelines by SAP at the below link:
    [UI GUIDELINES FOR CRM WEBCLIENT USER INTERFACE|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/302d8152-002b-2b10-34bd-9ff3c712dd4b]
    Thanks,
    Rohit

  • [svn] 696: Added package level and class level javadoc, where is was missing.

    Revision: 696
    Author: [email protected]
    Date: 2008-02-29 11:49:08 -0800 (Fri, 29 Feb 2008)
    Log Message:
    Added package level and class level javadoc, where is was missing.
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/AnonymousObjectGraph.jav a
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/Array.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/AtEmbed.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/AtResource.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/LineNumberMapped.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/Model.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/MovieClip.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/Primitive.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/Script.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/XML.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/XMLList.java
    Added Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/package.html

    Hi,
    The javadoc is generated to directory /home/usr/doc and I have added a package.html as mentioned. But no change found.
    There is also no package directory in the /doc.
    My original problem is that in the index.html, there are three frames, the right hand side frame showing the overwiew. In the overview page, there is the table of packages with two columns, the left columns showing the package name, while the right column showing blank.
    How to generate comments to the right column in the table in the right hand side frame in the index.html?
    Thanks,
    Wing

  • No third level chooser

    Hi
    I've just bought a second hand Mac Mini G4 and I'm using a standard USB Logitech mouse and keyboard (no cordless or other special features). I have reinstalled it and instaled all updates. But I have no third level chooser, meaning I can't write @, pipe and etc. Other special danish characters such as æ,ø and å works fine, but just no third levels. I'm a Mac Newbie (used to Linux), so i dont know if it's something obvious I'm missing. But i'm starting to get tired of copy/paste @.
    I tried setting the keyboard as ISO or ANSI, it doesn't matter.
    BTW a second thing i'm curious about. Is there a .conf file for NIC-settings?
    Best Regards
    /Lars
    Mac Mini G4 Mac OS X (10.4.6)

    Well the "keyboard" viewer showed where the @ is and etc. It's not a fix, but a workaround so i can write those character. I'll still be searching for a better solution and will post it if i find it. But thank you for your help...
    Regarding Mac Software from Logitech.
    I got a UltraX keyboard with no Logitech software.
    http://www.logitech.com/index.cfm/downloads/software/GB/EN,CRID=1797,contentid=8 054
    Do NOT try to install other Logitech software for testing. I did that and i couldn't click with my mouse and the keybord hardly reacted on my input, so it was useless. So i had to reinstall, you've live and learn.

  • [Solved] XFCE4 - enable keyboard third level

    Hi. I'm having problems using my keyboard's third level characters.
    The graphical tool doesn't have this configuration (gnome does).
    I tried editing my ~/.config/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <channel name="keyboard-layout" version="1.0">
    <property name="Default" type="empty">
    <property name="XkbDisable" type="bool" value="false"/>
    <property name="XkbModel" type="string" value="latitude"/>
    <property name="XkbLayout" type="string" value="us"/>
    <property name="XkbVariant" type="string" value="dvp"/>
    <property name="XkbOption" type="string" value="lv3:ralt_switch"/>
    </property>
    </channel>
    but no luck.
    What else can i do?
    Last edited by petter (2009-12-13 11:49:55)

    petter wrote:
    I googled for a solution to this issue again (after using gnome for a year). This thread was the first result, but the solution given (with HAL) is no longer valid (HAL is no longer installed as of xorg-server v.1.8). So, after finding a suitable solution i thought i should post an update.
    $ sudo vim /etc/X11/xorg.conf.d/10-evdev.conf
    Section "InputClass"
            Identifier "evdev keyboard catchall"
            MatchIsKeyboard "on"
            MatchDevicePath "/dev/input/event*"
            Driver "evdev"
            Option "XkbLayout" "us"
            Option "XkbVariant" "dvp"
            Option "XkbOptions" "lv3:ralt_switch"
    EndSection
    I can confirm that this is a good working solution for third level keys.
    Using an Acer Aspire 7250 here, with Norwegian keyboard.
    Pressing right alt now allows me to use third levels symbols on keys.
    (the laptop came with Windows 7 originally, and third level symbols could originally be used with ctrl + alt + key).
    If someone knows how to change this:
    lv3:ralt_switch
    into a code that allows me to use ctrl + alt again, please let me know

Maybe you are looking for

  • Saving to normal.dot in Word for Mac

    Hi! I don't know if this question belongs here but I couldn't seem to find any other forum for it. So... how do I save to normal.dot in Word for Mac? I can't find the normal.dot template. Hope someone can hekp - thanks

  • Voice icon, button or image

    I am looking for a modern Windows 8 stile (Metro stile) Icon, button or image of voice. Person speaking- I want it to match the rest of the app. Is there any place in Siean where I can find something like this? Does Microsoft have any other place for

  • Second podcast... problems in iTunes

    Yesterday I made my second podcast. (Now in Garageband) I uploaded it to iWeb. feed://web.me.com/renevandenabeelen/FREAKS_Rock-Pop-%26-Soundtracks/Freaks/rss.x ml In iTunes both podcasts are visable (search for: freaks), but there's no sound. (And no

  • Calendar synchronization with the iPhone software oracle

    Hello, I am currently on probation and now my mission is to synchronize with Oracle Calendar iphone someone can help me I only galley I found this tutorial on Internet http://blog.zenone.org/2009/02/sync-oracle-calendar-to-google-calendar.html but I'

  • Transaction logs off on  MSSQL Server-2008

    Hi,   I want to off the transaction logs in mssql server-2008 like archive mode off in oracle,auto over write on in maxdb database. Thanku