Problem using 'selected' attribute of dropDown component

Valid Assumptions:
1. Developer is not a novice
2. Problem has been verified by third party
3. Using Netbean 5.5 plus Visual Web Pack 5.5
Problem:
The 'selected' attribute of the webuijsf:dropDown throws 'Component Error'
<webuijsf:dropDown... selected="#{address$CreateUI.addressFormBean.accessLevel}" />where:
a. 'selected' is the object that represents the selection made from the available options
b. 'accessLevel' is java.lang.String with get/setter methods
ERROR:
javax.el.ELException: javax.faces.el.PropertyNotFoundException: javax.el.PropertyNotFoundException: Target Unreachable, 'addressFormBean' returned null
     at javax.faces.component.ValueExpressionValueBindingAdapter.getType(ValueExpressionValueBindingAdapter.java:129)
     at com.sun.webui.jsf.util.ValueTypeEvaluator.evaluateValueBinding(ValueTypeEvaluator.java:138)
     at com.sun.webui.jsf.util.ValueTypeEvaluator.evaluateValueType(ValueTypeEvaluator.java:111)
     at com.sun.webui.jsf.util.ValueTypeEvaluator.getValueType(ValueTypeEvaluator.java:90)
     at com.sun.webui.jsf.util.ValueTypeEvaluator.getValueType(ValueTypeEvaluator.java:67)
     at com.sun.webui.jsf.component.ListSelector.processSelections(ListSelector.java:278)
     at com.sun.webui.jsf.component.ListSelector.getListItems(ListSelector.java:122)
     at com.sun.webui.jsf.renderkit.html.ListRendererBase.renderList(ListRendererBase.java:376)
     at com.sun.webui.jsf.renderkit.html.ListRendererBase.renderListComponent(ListRendererBase.java:168)
     at com.sun.webui.jsf.renderkit.html.DropDownRenderer.encodeEnd(DropDownRenderer.java:78)
     at com.sun.webui.jsf.renderkit.html.AbstractDesignTimeRenderer.encodeEnd(AbstractDesignTimeRenderer.java:40)
     at com.sun.webui.jsf.renderkit.html.SelectorDesignTimeRenderer.encodeEnd(SelectorDesignTimeRenderer.java:131)
     at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:848)
     :Thanks in advance.

What object type for dropdown's items? selected property's type has to match dropdown's value.

Similar Messages

  • Problem using select-options?

    Hi all,
    I am using select-options, in this 3 are selectoptions and 1 is normal.
    i am getting select-option value using..
    *cust code
      rt_KUNNR = wd_this->m_sel_opt->get_range_table_of_sel_field(
                                 i_id = 'KUNNR' ).
    but which method i ahve to use to get normal which is not of select-options.
    i am doing like this...
    *cust code
      rt_YEAR = wd_this->m_sel_opt->get_range_table_of_sel_field(
                                 i_id = 'GJAHR'
                                  ).  // I think this method is wrong place i used.
      assign rt_YEAR->* to <fs_GJAHR>.
      move <fs_GJAHR> to F_YEAR.
    *cust code
      rt_KUNNR = wd_this->m_sel_opt->get_range_table_of_sel_field(
                                 i_id = 'KUNNR' ).
      assign rt_KUNNR->* to <fs_kunnr>.
      clear S_KUNNR.
      loop at <fs_kunnr> into S_KUNNR.
        wa_kunnr-sign   = S_KUNNR-sign.
        wa_kunnr-option = S_KUNNR-option.
        wa_kunnr-low    = S_KUNNR-low.
        wa_kunnr-high   = S_KUNNR-high.
        append wa_kunnr to it_kunnr.
      endloop.
    But it is giving dump.. Field symbol has not yet been assigned.  at kunnr. but kunnar is select-option.
    Any helps...
    Thanks
    venkat.

    Hi Lekha
    thanks for your reply,
    i tried this...
    data : rt_YEAR TYPE REF TO data,
             <fs_gjahr> TYPE table,
             fs_year TYPE TABLE OF FYAC. // Fiscal year only year(4).
    call method wd_this->m_sel_opt->GET_SELECTION_FIELD(
                                 EXPORTING
                                 i_id = 'GJAHR'
                                 IMPORTING
                                 ET_RESULT =  rt_YEAR ).
      assign rt_YEAR->* to <fs_gjahr>.
      move <fs_gjahr> to fs_year.
    rt_year is still initial, and getting dum field symbol is not assigned. any helps???
    Thanks,
    Venkat.

  • XSQL: problems using id-attribute-column

    Hi,
    I want to use id-attribute-column to put the records from a specific column in an attribute of an generated element of the same xsql:query. It works, but the query returns not only the attibutevalue in the attribute, bit also in an element.
    How can I get rid o that extra element.
    Can you please help me with this?
    Greetings, Martijn

    The attribute "id" is set properly but isn't shown in html
    because there is no html-element corresponding to UIColumn.

  • Problem using SELECT-OPTIONS in an InfoSet with a field of data type UNIT.

    I have created a simple InfoSet that links MARA with MARM. In the 'Selections' section of the InfoSet I have a variable named 'ZMEINH' defined as
    Description: UOM
    Selection Text: UOM
    Format FOR: MARM-MEINH
               EXTRAS: DEFAULT 'PAC' OPTION EQ SIGN I.
    When I ran a query to allow selections on the MEINH field, instead of 'PAC' being the default, there was "***" showing in the UOM selection and if I attempted to execute the query it gave me a message that "Unit *** is not created in languague EN'.  If I overide the "***" and enter 'PAC', I get the list of records that I expect.
    I assume this is because MEINH has a data type of "UNIT".
    How can I do a conversion so I can define a default value 'PAC' for MARM-MEINH in the infoSet that will carry through to any queries I created.
    Thank you very much for any help.
    Richard Salisbury

    Thank you both for you help!
    In our T006 there actually is a PAC and not a PAK. The T006A had as DE-PAK though.
    I had this same type of language problem when trying to match an "order type". German is the "base" language in our system so maybe that means that raw data is stored with the German constant?
    Anyway, I changed it to PAK and it works. When under a time schedule, that is what counts.
    Thank you again for the quick response!
    Richard Salisbury

  • OSB 11g - Conditional Branch Problem using attribute selection

    Folks,
    Came across a problem using OSB Conditional Branch using attribute selection, it fails & is most likely a bug. It was bug in ALSB2.5 but read in forums was fixed in ALSB 2.6
    things I am doing -
    1. In the Msg Flow, Conditional branch is @ the start of the flow
    Xpath :- ./cm:processLineItem/cm:lineItem/@actionCode
    In-Variable: - body
    Label: - MODIFY
    Operator:- =
    Value:- 'Modify'
    It fails with BEA-382000 error Code
    <con:errorCode>BEA-382000</con:errorCode>
         <con:reason>
         com.bea.wli.sb.stages.StageException: {bea-err}TYPE003: Runtime Type Mismatch
         </con:reason>
    What could be wrong with Xpath or is it a Bug ?
    Thanks,
    Abhijeet

    Hi Abhijeet,
    Your case is re-producible. It may be a bug.
    BTW, I have noticed a strange behaviour -
    1. If there is only one attribute then it works fine (<cus:lineItem actionCode="Modify")
    2. If the attribute which you want to refer in selection, is in the last then also it works fine (<cus:lineItem priorityRanking="201" quantity="1"> actionCode="Modify")
    So I will suggest you to raise a case with support and meanwhile as a workaround I would suggest you to use actionCode attribute in the last of lineItem node. So your XML should be like -
    <soapenv:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <cus:processLineItem xmlns:com="http://vodafone.com.au/ebo/vha/CommonComponents" xmlns:cus="http://vodafone.com.au/cm/ocv/ebm/CustomerOrder" xmlns:cus1="http://vodafone.com.au/ebo/vha/CustomerManagement">
    <com:header>
    <com:createDateTime>2008-09-29T11:49:45</com:createDateTime>
    <!--Optional:-->
    <com:webUser>test</com:webUser>
    <com:channel>string</com:channel>
    <com:applicationName>string</com:applicationName>
    <com:businessIdentifier>string</com:businessIdentifier>
    <!--Optional:-->
    <com:entityIdentifier>string</com:entityIdentifier>
    <!--Optional:-->
    <com:sourceIdentifier>string</com:sourceIdentifier>
    <!--Optional:-->
    <com:statusCode>Success</com:statusCode>
    <!--Optional:-->
    <com:messageIdentifier>string</com:messageIdentifier>
    </com:header>
    <cus:lineItem priorityRanking="201" quantity="1" actionCode="Modify">
    <!--You have a CHOICE of the next 3 items at this level-->
    <!--Optional:-->
    <cus1:product ID="string">
    <!--Zero or more repetitions:-->
    <cus1:attribute>
    <com:name>test</com:name>
    <com:value>test1</com:value>
    </cus1:attribute>
    </cus1:product>
    </cus:lineItem>
    </cus:processLineItem>
    </soapenv:Body>
    Regards,
    Anuj

  • How i can set the selected item of a dropDown component from java code

    Hi
    Thank you for reading my post
    How i can set the slected item of a DropDown component from backing beans java code ?
    it is binded with a database , so one field determine its display and one other field determine its value , I want to set the selected item of this combobox
    In back code i have both value and display values to use them .
    can some one give me some help ?
    Thanks ,

    See code sample 3 at http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/helloweb.html
    See also, the selection components row in the table under http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/helloweb.html
    It says
    One way to preselect items is to call setSelectedValue(Object[]) or setSelectedValue(Object) from the prerender() method. You pass in the return values of the items that you want preselected. Be sure to verify that getSelected() returns null before setting the default options, or you will overwrite the user's selections on a post-back.

  • How Attributes declared in Component level can be used in All the views

    How Attributes declared in Component level can be used in All the views
    For Example :
    say :             context type ref to if_wd_context_node.
    is declared at component controller level and check box public is checked !!
    How can we use this any view in same WDP Component..
    For suppose : in this case
    We want to get the ref of child node using above declared attribute..
    How is it possible?
    Say in detail

    You can do this by doing the exact same like you did with the if_wd_context_node.
    1. Define attribute in Comp Controller and set it PUBLIC.
    2. Access the attribute over the reference of the comp controller, i.e. wd_this within the comp controller itself or wd_comp_controller within somewhere else in the component.
    So if you have, lets say, this defined as attribute in your comp controller:
    Z_MY_TABLE_REF  [X] TYPE REF TO [X] PUBLIC   CL_WD_TABLE.
    And then you want to catch the reference into a local variable within a method or the like within a view:
    DATA: lo_my_table_ref TYPE REF TO CL_WD_TABLE.
    lo_my_table_ref = wd_comp_controller->z_my_table_ref.
    Lekha has already said so as well, I don't really understand where the problem is
    Cheers, Lukas

  • Problem with attributes in custom component

    Hi All,
    I am creating a simple jsf PanelGrid custom component....in that component I am adding two new attributes....
    when I use that tag in my jsf application it is rendering fine in the client side....but the parent class that is PanelGrid component's attributes are not inheriting to my custom panelgrid....
    can any one tell me how can I use the attributes of the super class PanelGrid??
    Thanks...

    Have you configured the attributes in the tag library descriptor?

  • How to hide input fields on selection screen using variant attribute

    Hello all,
    I want to know how to hide input fields on selection screen using variant attribute conpletely.
    As you know, when setting the attribute of variant "Hide field" checked, the field is temporarily hidden, but when clicking "All Selections(F7)" button on the selection screen, the fileds become appeared.
    I want to hide the field completely. Di you know how to do ?
    Thank you for your support.
    Regards,
    Hideki Kozai

    Use this attribute hide field and save the variant. Then create transaction for this program setting default variant for parameter Start with variant . The user who runs it will have it by defualt set.
    Otherwise
    in PBO simply use LOOP at screen and output = 0 for this field. This will ensure that field is invisible in any case.
    Regards
    Marcin

  • Table component uses outdated attributes

    The text editor's table plugin [The table component] uses outdated markup for centering items vertically in a table cell:
    It renders: <td valign="middle">
    instead of using the modern:
    <td style="vertical-align:middle">
    This breaks the layout. I need to find out how to update the table plugin for the text editor.
    Anyone knows how to fix this?
    Thanks in advance,
    David

    I got a patch from Adobe support:
    You can do this change in [1] around line 672. You can change it to [3].
    Note that isIE is declared in [2] around line 67. You can remove the setAttribute all together if you want to use style attribute for all browsers.
    [1] /libs/cq/ui/widgets/source/widgets/form/rte/commands/Table.js
    [2] /libs/cq/ui/widgets/source/ext/source/ext-core/src/core/Ext.js
    [3]
    if (config.valign) {
                if (config.valign != noneConfig) {
    com.setAttribute(dom, "valign", config.valign);
                    if (!CQ.Ext.isIE){
    dom.style.verticalAlign = config.valign;
                } else {
    com.removeAttribute(dom, "valign");
                    if (!CQ.Ext.isIE){
    dom.style.verticalAlign = "";
    Regards,
      Pierre Chamoun

  • Problem with table-indexes when using select-options in select

    Hello experts,
    is it right that table-indexes will not be used if you take select-options to select data from the database?
    in detail:
    i have build up an table-index for one of our db-tables and test it via an test-programm. The first test with '=' comparisons worked fine. Every key of the index was used; checked via ST05!
    e.g.:    SELECT * FROM TABLEA INTO ITAB WHERE keya = '1' AND keyb = '2' AND keyc = '3'.
    Now i startet the test with select-options
    e.g.:   SELECT * FROM TABLEA INTO ITAB WHERE keya IN seltabA  AND keyb IN seltabB AND keyc IN seltabC.
    First of all i just filled the seltabs with only 1 value:    eg:  seltabA=      SIGN = 'I'   OPTION = 'EQ'   LOW = '1'     etc.
    Everything worked fine. Every key of the index was used.
    But now, I putted more than one entries in the seltabs e.g.
    seltabA:      SIGN = 'I'   OPTION = 'EQ'   LOW = '1'
                       SIGN = 'I'   OPTION = 'EQ'   LOW = '2'   
                       SIGN = 'I'   OPTION = 'EQ'   LOW = '3'
    From now on, the indexed was not used completely (with all keys).
    Isn't that strange? How can i use select-options or sel-ranges with using the complete table-indexes?
    Thanks a lot,
    Marcel

    Hi Hermann,
    i hope this helps:
    this is the first one, which uses the complete index:
    SELECT                                                                     
      "KOWID" , "LIFNR" , "KLPOS" , "ORGID" , "KOART" , "MATNR" , "GLTVON" ,   
      "GLTBIS" , "WERT" , "ABLIF" , "FAKIV" , "AENAM" , "AEDAT" , "AFORM" ,    
      "HERSTELLER" , "ARTGRP" , "OE_FREITXT" , "ARTFREITEXT" , "STATUS" ,      
      "TERDAT"                                                                 
    FROM                                                                       
      "/dbcon/01_con"                                                       
    WHERE                                                                      
      "MANDT" = ? AND "LIFNR" = ? AND "ORGID" = ? AND "KOART_BASIS" = ? AND    
      "STATUS" = ? AND "GEWAEHR_KOWID" < ? AND ( "STATUS" = ? OR "STATUS" = ? OR
      "STATUS" = ? )  WITH UR                 
    RESULT: 5 IXSCAN /dbcon/01_con05 #key columns:  4
    And the second one, which does not use the complete index! The 3 ranges are filled each with 2 values. Remember; when i fill them each with only one value, the result is the same as you can see above(/dbcon/01_con05 #key columns:  4):
    SELECT                                                                     
      "KOWID" , "LIFNR" , "KLPOS" , "ORGID" , "KOART" , "MATNR" , "GLTVON" ,   
      "GLTBIS" , "WERT" , "ABLIF" , "FAKIV" , "AENAM" , "AEDAT" , "AFORM" ,    
      "HERSTELLER" , "ARTGRP" , "OE_FREITXT" , "ARTFREITEXT" , "STATUS" ,      
      "TERDAT"                                                                 
    FROM                                                                       
      "/dbcon/01_con"                                                       
    WHERE                                                                      
      "MANDT" = ? AND "LIFNR" IN ( ? , ? ) AND "ORGID" IN ( ? , ? ) AND        
      "KOART_BASIS" IN ( ? , ? ) AND "GEWAEHR_KOWID" < ? AND ( "STATUS" = ? OR 
      "STATUS" = ? OR "STATUS" = ? )  WITH UR                                  
    and here the access-plan
       0 SELECT STATEMENT ( Estimated Costs =  5,139E+01 [timerons] )                                                                               
    5     1 RETURN                                                                               
    5     2 NLJOIN                                                                               
    5     3 [O] TBSCAN                                                                               
    5     4 SORT                                                                               
    5 TBSCAN GENROW                                                                               
    5     6 <i> FETCH /dbcon/01_con                                                                               
    7 IXSCAN /dbcon/01_con05 #key columns:  2   
    As you can see, only 2 keys were taken for indexed selection!
    Any idea?
    Kind regards,
    MArcel
    Edited by: Marcel Ebert on Jul 28, 2009 5:25 PM

  • Problem in using Select Single

    Hi Experts,
    This is Prabhakar
    The following requirement is giving littlebit trouble to me. Here I don't know how to use Select single for selecting maktx field from MAKT table and how to link it to MARC and MBEW tables. How i will write code using without headerline.
    <b>Requirement is :</b>
    What this is asking is to create a report that contains the following fields in both the Selection Screen and in the report output:
    •     Material Number  -  MARC-MATNR
    •     Material Description  -  *
    •     Warehouse Cycle Count Indicator  -  MARC-ABCIN
    •     Standard Cost  -   MBEW-STPRS**
    •     Profit Center  -  MARC-PRCTR
    Use the following code to get Material Description (RESULT is the material that results from selecting from MARC):
    FORM GET_MATERIAL_DESCRIPTION.
      CLEAR MAKT.
      SELECT SINGLE MAKTX INTO MAKT-MAKTX FROM MAKT
                          WHERE MATNR = RESULT-MATNR
                          AND   SPRAS = SY-LANGU.
    ENDFORM.                               " GET_MATERIAL_DESCRIPTION
    For now, select standard price with the following criteria:
          SELECT SINGLE STPRS
                 FROM MBEW
                WHERE MATNR = RESULT-MATNR
                AND   BWTAR = SPACE.
    There is another field in the key to MBEW – it is BWKEY, and it is related to plant.
    So, first select from MARC, and with the results of MARC, select from MBEW

    Hi,
    It is advisable that dont include Material Description(MAKTX_ and Cost(STPRS), as, if you miss a single letter in material description in the selection screen you will not get your required data, Cost is also same like that so many materials will having same cost and validating will become difficult. If you include these two unnessesarily you are increasing your program complexity. See the code below which satisfy your requirement with good performance.
    Hope This Info Helps YOU.
    <i>Reward Points If It Helps YOU.</i>
    Regards,
    Raghav
    TABLES : mara,marc,mbew,makt.
    DATA : BEGIN OF itab OCCURS 0,
           matnr LIKE  marc-matnr,
           prctr LIKE  marc-prctr ,
           abcin LIKE  marc-abcin,
           maktx LIKE  makt-maktx,
           stprs LIKE  mbew-stprs,
           END OF itab.
    DATA : BEGIN OF itab1 OCCURS 0,
           matnr LIKE marc-matnr,
           stprs LIKE mbew-stprs ,
           END OF itab1.
    DATA : BEGIN OF itab2 OCCURS 0,
           matnr LIKE mara-matnr,
           maktx LIKE makt-maktx,
           END OF itab2.
    *Selection Screen
    SELECTION-SCREEN BEGIN OF BLOCK b1.
    SELECT-OPTIONS : s_matnr FOR marc-matnr,
                     s_prctr FOR marc-prctr,
                     s_abcin FOR marc-abcin.
    SELECTION-SCREEN END OF BLOCK b1.
    *Validations of the selection-screen
    AT SELECTION-SCREEN.
    PERFORM selection_screen_validation.
    START-OF-SELECTION.
      SELECT matnr
             prctr
             abcin
             INTO TABLE itab
             FROM marc
             WHERE matnr IN s_matnr
             AND abcin IN s_abcin
             AND prctr IN s_prctr.
    if not itab[] is initial.
      SELECT matnr
             maktx
             INTO TABLE itab2
             FROM makt
             for all entries in itab
             WHERE matnr = itab-matnr
             AND spras = sy-langu.
    endif.
    if not itab[] is initial.
      SELECT matnr
             stprs
             INTO TABLE itab1
             FROM mbew
             for all entries in  itab
             WHERE matnr = itab-matnr.
    endif.
    sort itab by matnr.
    sort itab1 by matnr.
    sort itab2 by matnr.
    clear : itab, itab1, itab2.
      LOOP AT itab.
        READ TABLE itab2 WITH KEY matnr = itab-matnr BINARY SEARCH .
        if sy-subrc eq 0.
          itab-maktx = itab2-maktx.
        endif.
        READ TABLE itab1 WITH KEY matnr = itab-matnr BINARY SEARCH .
        if sy-subrc eq 0.
          itab-stprs = itab1-stprs.
        endif.
        MODIFY itab.
        clear: itab, itab1, itab2.
      ENDLOOP.
    END-OF-SELECTION.
      LOOP AT itab.
        WRITE : /  itab-matnr,
                   itab-maktx,
                   itab-abcin,
                   itab-stprs,
                   itab-prctr.
      ENDLOOP.
    *&      Form  selection_screen_validation
    *       text
    *  -->  p1        text
    *  <--  p2        text
    form selection_screen_validation .
    data : v_matnr type mara-matnr,
           v_prctr type cepc-prctr,
           v_abcin type t159c-abcin.
    ** validations for material number
    if not s_matnr[] is initial.
       select matnr from mara
                    into v_matnr
                    up to 1 rows
                    where matnr in s_matnr.
       endselect.
       if sy-subrc = 0.
          message e001 with ' Material '.
       endif.
    endif.
    ** validations for Profit Center
    if not s_prctr[] is initial.
       select prctr from cepc
                    into v_prctr
                    up to 1 rows
                    where prctr in s_prctr.
       endselect.
       if sy-subrc = 0.
          message e001 with ' Profit Center '.
       endif.
    endif.
    ** validations for Cycle Count Indicator
    if not s_abcin is initial.
       select abcin from t159c
                    into v_abcin
                    up to 1 rows
                    where abcin in s_abcin.
       endselect.
       if sy-subrc = 0.
          message e001 with ' Count Indicator '.
       endif.
    endif.
    endform.                    " selection_screen_validation

  • Mapping with dropdown component

    Hi,
    I have a view with a dropdownbyIndex component. The entries available in the dropdown list are comming from a bapi result.
    In order to do this, the property "texts" of the compopnent is pointing to a model attribute of my context which is mapped to my custom controler .
    This works fine and when executing I see all possible values coming from my bapi.
    Now the problem is that I need to get the selected value of the list to be an input parameter for another bapi I import in my model.
    How to do this ?
    My view context have a node "MyList" and under this a property "MyProp" but it is already bound in my custom controler to the bapi_input that get the list to display.
    If I try to set manually the bapi_input (wdContext.myNode.currentElement.setMyProp("toto")), a null pointer exception occurs at runtime.
    Thanks,
    Sylvain

    Hi,
    Thanks for your answers.
    I solved my problem using :
         Bapisditm items = new Bapisditm();
         items.setMaterial(wdContext.nodeArticle().currentArticleElement().getMatnr());
         inputPO.addOrder_Items_In(items);
    The problem was coming from the fact that the bapi was requiring input tables.
    Sylvain

  • Problem in selecting different drives while DB installation in Cluster.

    Hello,
    We are installing ECC 6.0 (AS ABAP), MS SQL 2005, Windows 2003 SR2, MSCS Cluster (One cluster, two nodes, Active/Passive)
    Directory Structure
    Drive / Cls Group / Used for
    C: Local Disk
    D: Local Disk
    E: (SAN) SAPDBGRP     MSSQL
    F: (SAN) SAP PRD                     SAP Global files
    G: (SAN) SAPDBGRP     Datafiles
    H: (SAN) SAPDBGRP     Transaction log files
    Q: (SAN) MSDTC          Quorum Resource
    - installed windows and MSCS cluster. Tested successfully.
    - installed SQL Server 2005 database server software (installed on both the nodes)
         - Server software installed by default in C:\program files\...
         - In parameter window "Cluster Group Selection"
           provided parameter value as "Data Files = E:\Microsoft SQL Server\"
           (for Data file for master, model and msdb)
    - installed Central Services Instance for ABAP (ASCS) on First Node
    - Configured he First MSCS Node (where it created the SAP cluster group)
    - Installing the Database Instance  (Resources in SAPDBGRP cluster are E: G: H: drives)
         - Parameter Window "MS SQL Server > Database Files"
         - Path for Datafiles - Default E: Changed to G:
         - Path for Tran log  - Default E: Changed to H:
    If default E: drive is selected, goes to next step
    If changed to G: or H: drive, error message comes <b>"Caught EKdException in Modulecell: no Element found"</b>
    Installation Log File (last 8 to 10 statements are displayed hear)
    =========================================================
    INFO 2007-04-06 17:25:57
    Execute step dAskForFilesConfig of component
    |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB
    |ind|ind|ind|ind|2|0|MssDbLayout|ind|ind|ind|ind|3|0.
    ERROR 2007-04-06 17:26:44
    FKD-00037  Query did not return a result.
    ERROR 2007-04-06 17:26:44
    FKD-00038  Query did not return a result.Select attribute NeededSpace, statement: WHERE Name  =  'G'
    ERROR 2007-04-06 17:26:55
    FKD-00037  Query did not return a result.
    ERROR 2007-04-06 17:26:55
    FKD-00038  Query did not return a result.Select attribute NeededSpace, statement: WHERE Name  =  'G'
    ERROR 2007-04-06 18:02:29
    FKD-00037  Query did not return a result.
    ERROR 2007-04-06 18:02:29
    FKD-00038  Query did not return a result.Select attribute NeededSpace, statement: WHERE Name  =  'H'
    ERROR 2007-04-06 18:02:37
    FKD-00037  Query did not return a result.
    ==========================================================
    Please guide.
    Ghanshyam
    Hello,
    Problem solved, G: & H: were added to the SQL Server resources dependency.
    Thanks for everybody's help.
    Message was edited by:
            Basis Team

    Hi,
    My problem of Drive selection got solved after I put drives (E,F,G) in db cluster group.
    I did not face any problem which you have mentioned. Following are the cluster related parameters required while installation, (other than the normal parameters)
    Installation Steps (MSCS Cluster,One Cluster, Active-Passive)
    SQL Server S/w Installation
    Automatically installs on Both the Nodes.
    Database Instance
    Before starting DB instance, check SQL Server for Disk Recources
    Manually add the disk G: & H: to Resources Type to SQL Server if not available Check Dependencies          
         in SQL Server resource: E:, G:, H:     
         Profile directory     :
    SAPCIGRP\sapmnt\prd\sys\profile     
         Local MSSQL Server     : sqlcluster     
         Path for Datafiles     : G:     
         Path for Logfiles     : H:     
         TempDB drive     : E:     
    Configure the MSCS Node-B               
    Move resources to Node-B               
         Instance Type     : AS ABAP     
         SAPSID          : PRD
         Instance Number     : 00
         Virtual Host Name     : SAPCIGRP
         Support of multiple SAP : No
    Enqueue Replication Server Node-A          
         SAPSID          : PRD
         Instance Number     : 00
         Virtual Host Name     : SAPCIGRP
         ER Instance Number     : 10
         ER Drive          : D:
    Enqueue Replication Server Node-B          
    Move resources to Node-B          
         SAPSID          : PRD
         Instance Number     : 00
         Virtual Host Name     : SAPCIGRP
         ER Instance Number     : 10
         ER Drive          : D:     
    Central Instance on Node-A               
    Move resources to Node-A               
    Check the permissions of SAPMNT share                
         Profile directory     :
    SAPCIGRP\sapmnt\prd\sys\profile     
         Central Instance Number : 01     
         Host Transport Dir     : SAPCIGRP     
         DDIC password different : No     
         SOLMAN Key     : XXXXXXXXXXXX     
    Dialog Instance on Node-B          
    Move resources to Node-B               
         Profile directory     :
    SAPCIGRP\sapmnt\prd\sys\profile     
         Central Instance Number : 01     
    Other are regular parameters which you provide for standard installation. I could successfully install SAP in MSCS cluster.
    <b>IMP: You Must upgrade your kernel to DW105, or your failover / failback will not work.</b>
    Ghanshyam

  • DropDown component warning message - please help?

    Hi,
    I am using a DropDown component on my page. The issue is that the contents of the component are set based on another selection on the page.
    So when the user makes a selection that changes the contents of the DropDown widget ( by calling defaultOptions.setOptions( options[ ]) I get the following warning message:
    "com.sun.rave.web.ui.component.DropDown::The current value of component form1:dropDown does not match any of the selections.
    Did you forget to reset the value after changing the options?"
    Anyone know a way that I can get rid of the warning? I tried disabling the component and setting the selected value to null.
    thanks,
    jj

    Microsoft Windows XP Home Edition Service Pack 2 (Build 2600)
    Dell Inc. Inspiron 6000
    iTunes 6.0.2.23
    CD Driver 2.0.4.3
    CD Driver DLL 2.0.3.2
    LowerFilters: Cdr4_xp (6.1.1.17),
    UpperFilters: Cdralw2k (6.1.1.17), pwd_2k (6.1.1.18),
    Video Driver: Mobile Intel(R) 915GM/GMS,910GML Express Chipset Family\Intel(R) 915GM/GMS,910GML Express Chipset
    IDE\DiskHTS548060M9AT00_______________________MGBOA5EA, Bus Type ATA, Bus Address [0,0]
    IDE\CdRomTSSTcorpCDRW/DVD_TSL462C_______________DE01___, Bus Type ATA, Bus Address [0,0]
    If you have multiple drives on the same IDE or SCSI bus, these drives may interfere with each other.
    Some computers need an update to the ATA or IDE bus driver, or Intel chipset. If iTunes has problems recognizing CDs or hanging or crashing while importing or burning CDs, check the support site for the manufacturer of your computer or motherboard.
    Current user is administrator.
    Failed loading CD / DVD drives, error -43. Try doing a repair install on iTunes from the "Add or Remove Programs" control panel.
    The last failed audio CD burn had error code -128(0xffffff80). It happened on drive on -128(0xffffff80) media at speed 0X.
    okay thats what i got when i hit the CD diagnostics. hope that helpss!

Maybe you are looking for

  • Multiple iPad sync on one computer fail

    I am confused about how to maintain two iPads on one computer.  Try it and I get dialog boxes threatening to erase all the content on one iPad.  Do I creat multiple libraries? That seems risky in light of the "threat" message in the dialog boxes. Is

  • Sub folders content are not getting displayed using KM Navigation iView.

    Subfolder contents are not being displayed for KM Nvaigation ivew Posted: Feb 15, 2006 1:01 PM        Reply      E-mail this post  Hi I created CM repository and did all settings.i could able to see the folder and subfolder contents under Content adm

  • Multiple screens in one frame

    Hi all, I'd like to know how to be able to display multiple screens within one frame. Depending on the choice made on the first screen, the second screen should be either "View Default" or "Modify Default." The modifying will involve a number of othe

  • CL_APPOINTMENT

    Good morning, after a leave request is approved, we want to make a calendar entry in outlook. We find the class CL_APPOINTMENT. On the whole it works, but we are not able the change the "show as" property. The appointment should appear as absent in t

  • JAI - problem displaying additional pages from multi-page image

    Hi, I have 10 page multipage tiff images. And i would like to show the images one-by-one on a ScrollingImagePanel. I have a Main frame with two panels. Panel1 which shows the ScrollingImagePanel. And Panel2 has two buttons. LOAD Button show the 1st p