Building Cascading Lists for Query Screens

hi all:
i tries to follow the tutorial for Building Cascading Lists for Query Screens, but i get the following error:
oracle.jbo.InvalidOperException: JBO-25063: ?? ???? ?????? ?????? getCurrentRowSlot ??? ???? ?????? ????? ??? ??????.     at oracle.jbo.common.ws.WSObject.invalidOperation(WSObject.java:49)     at oracle.jbo.common.ws.WSRowSetIteratorBase.getCurrentRowSlot(WSRowSetIteratorBase.java:500)     at oracle.adf.model.binding.DCIteratorBinding.internalGetCurrentRowInBinding(DCIteratorBinding.java:1628)     at oracle.adf.model.binding.DCIteratorBinding.getCurrentRow(DCIteratorBinding.java:1605)     at oracle.jbo.uicli.binding.JUCtrlListBinding.getSelectedIndex(JUCtrlListBinding.java:516)     at oracle.jbo.uicli.binding.JUCtrlListBinding.toString(JUCtrlListBinding.java:933)     at org.apache.commons.beanutils.BeanUtils.getArrayProperty(BeanUtils.java:558)     at org.apache.struts.taglib.html.SelectTag.calculateMatchValues(SelectTag.java:309)     at org.apache.struts.taglib.html.SelectTag.doStartTag(SelectTag.java:244)     at gonow.jspService(gonow.jsp:12)     [gonow.jsp]     at com.orionserver[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:57)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:350)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)     at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:239)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)     at java.lang.Thread.run(Thread.java:534)

You would have a better chance, that someone answers your question, if you choose the right forum:
JDeveloper and ADF

Similar Messages

  • Building Cascading Lists for Query Screens with ADF Business Components.

    I build “Cascading Lists for Query Screens with ADF Business Components”. When I to select master list first working fine, but when I to select master list second returned error : JBO – 25013 : Too many objects match the primary key oracle.jbo.key[CN]. CN dependences with key to detail list (Countries in this case). Please help me.
    Andrew.

    You would have a better chance, that someone answers your question, if you choose the right forum:
    JDeveloper and ADF

  • Building Cascading Lists for Query with ADF Business components and JSP

    I build “Cascading Lists for Query Screens with ADF Business Components”. When I to select master list first – Ok, but when I to select master list second returned error : JBO – 25013 : Too many objects match the primary key oracle.jbo.key[CN]. CN dependences with key to detail list (Countries in this case). Please help me.
    Excuse me for my English.
    Andrew.

    You would have a better chance, that someone answers your question, if you choose the right forum:
    JDeveloper and ADF

  • How to add drop down list for query manager report in sap business one

    Hi Every one,
    I need drop down list for parameter selection in sap business one Query Manager.I have two Parameters 'Sales Order','Invoice'.
    Please suggest.
    Thanks and Regards
    DEV

    Hi,
    you need to use this :
    /*select from [dbo].[OINV] T2*/
    DECLARE @Invoice varchar(100)
    /*where*/
    set @Invoice =/* T2.DocNum  */N'[%2]'
    you can change the tables and the parameter number but you have to write it exactly that way.
    when you run the query within the SBO you will get list of objects ( in this case list of invoices)
    hope it was helpful
    Shachar

  • Table / FM which stores element list for a screen number

    Hi everyone,
    I have a module pool program, with a few screens. I want to make a list of all screen fields used in my program. Is there a table or Function Module which maps this? Say progname-dynpro-fieldname?
    For example, my module pool program is SAPMZPROG, and my screens are 9001 and 9002. In 9001, my fields are ZTAB1-ZFIELD1 and ZTAB1-ZFIELD2. In 9002, fields are ZTAB2-ZFIELD1, ZTAB2-ZFIELD2 and ZTAB2-ZFIELD3. Then my output will be something like:
    "9001"  "ZTAB1-ZFIELD1"
    "9001"  "ZTAB1-ZFIELD2"
    "9002"  "ZTAB2-ZFIELD1"
    "9002"  "ZTAB2-ZFIELD2"
    "9002"  "ZTAB2-ZFIELD3".
    (the output does not give field values, they are actual screen numbers and field names)
    Thanks,
    Shailesh.
    Edited by: Shailesh S Kamath on Jul 8, 2009 8:11 AM
    Edited by: Shailesh S Kamath on Jul 8, 2009 8:12 AM

    Hi,
    You can achieve this by using the SCREEN internal table...
    in your screen 9001 loop at this screen internal tabel and move its 'NAME' field to another internal table.. Do the same for your other screen.. And then merge the two... Hope this is clear...

  • Where used listing for Query Variables

    Can someone tell me how to get this list from the metadata repository or from the transport connector?
    I have read this thread "where used" list for BEx variables but this isn't working for us.
    Is there some config that is required which we have missing?
    We are running BI7 SP19 if this helps.
    Thanks
    Craig

    Arun,
    Yeah I figured as much, but this is why I am thinking we have something missing, config or otherwise.
    Cause all I get when I do this is a new window with just the Variable details and nothing else, no where used list at all i.e.
    Page Creation Date: 17.03.2009 15:12:03
    Technical name: V_FSTMONTH
    Object version: Active version
    System: BWDCLNT200
    Description (Short): 1st of Month to Toda
    Description (Long): 1st of Month to Today
    Last Changed On 17.03.2009 13:25:39
    Last Changed by ARMSTEC
    Is there something I need to get our Basis Team to do ?
    Thanks
    Craig

  • "where used" list for query structures

    Hello Community,
    A structure is a re-useable BEx query object. I'm using the older version of BW 3.5, and we need to be able to identify the following :
    which structures have been used by a given query (using the query's technical name) ?
    which queries already make use of a given structure (using the structure's technical name) ?
    Any useful instructions would be so helpful.
    Thanks!
    Keith Helfrich

    Hi,
    You can get the where used list of the structures bu checking in query designer itself for where used list.
    Other option is : for both parts of your question you can get the infrmation from table RSZELTDIR.
    Here you will get the ELTUID . To find the relation between ELTUID and query technical name (COMPUID), check the my wiki below for exploring the relations below:
    http://wiki.sdn.sap.com/wiki/display/BI/ExploretherelationbetweenBEx+Tables
    -Vikram

  • Is it possible to change fonts in dropdown lists for question screens?

    I'm using Captivate 7, and creating training modules for a client with it. In these training modules, there are random quiz questions throughout. Some of these contain dropdown lists where the user will have to select choices A-D, etc. For some reason, after publishing, the fonts are all different within the dropdown list (Option A is in Times New Roman, Option B-D in Arial). I can't seem to find any option to edit these - does anyone have any insight on how to set these fonts?

    Figured this one out. Using the P1_ROWS item, added a static LOV with the correct values to override the one APEX was providing. The P1_ROWS item goes in the Number of Rows (Item) field in the layout and pagination section of the report.

  • Saved Lists for ABAP Reports

    Can the functionality of saved lists for query be extended to any ABAP report. I am able to extend the functionality to classical abap reports but I am unable to do the same for Interactive reports. Any inputs on this ?
    Ankur Bhandari

    Hi Pratibha,
    If there are too many reports that need to be reproduced in BW then you can club similar reports or belonging to a particular module. And then built datasources for them.
    If there very few reports,
    1. Find out the program behind the ABAP reports
    2. Build a zprogram for the output and put into an FM.
    3. Create a direct update DSO in BW on the FM
    Let me know if it helps or not.
    -Bikas

  • Cascading lists without submit button

    hi all:
    i followed the tutorial for building cascading lists and it works but i need that the detail list will be updated automatically when i change the master list without using a submit button, can anyone tell me how this could be implemented.
    Best Regards

    An example is here:
    http://www.oracle.com/technology/products/jdev/howtos/10g/StrutsValidator/struts_validator_howto.html
    I've never taken it any further than that.
    We opted for a button beside the field [Refresh], with an onRefresh event in a dataforwardaction, but we're using ADF BC/Struts/JSPs. If struts validator is in place, then you need to "short-circuit" the validator at this point, or you'll get a stack of errors that you may not want. Or you could always override the validate() method and filter them out when you see the event_Refresh button was pressed.

  • 10.1.3.2.0 Mac OSX Freezes building class list

    When I launch JDev 10.1.3.2.0 on Mac OSX, the status bar on the bottom of the app says "Building class list for project "ProjectName.jpr" and the animated status bar keeps cycling.
    My CPU is at 100% and the java process is taking most of it.
    If I remove the project from the application and restart JDev, everything is fine. The moment I add the project back into the application tho, it is stuck again.
    This happened when I went to the application properties, and added two more JAR files to the application.
    I have since removed these JAR files from the application, and removed them from the disk where they were... Still does not resolve the problem.
    I have searched the forums, and can see that there was a problem with the preferences in the IDE, and deleting the preferences file fixed the issue - that's not the case for me. I tried to delete the file and restart, but I get the same results.
    Short of reinstalling JDev, I'm not sure what to do...
    Any thoughts?
    Thanks.

    It seems it was my error. After a few hours of debugging, I discovered that I had accidentally added "/" to the JAR Directory path - JDev was trying to search my entire hard drive for JAR files to add. I removed this entry, and all worked again...
    Should the "Add Directory" function not limit itself to the selected directory instead of all sub-directories listed?
    Thanks

  • Cascading lists on uix pages

    Hi,
    there's a how-to topic describing the realization of cascading lists on jsp pages:
    http://www.oracle.com/technology/products/jdev/tips/mills/cascading_lists.html
    Now I tried the same on a uix page. I cannot use a navigation list to drag n' drop the VO there, so I tried using MessageChoice elements.
    The result looks fine on first glance, the second combo being initialized (filtered) with values matching the initial value of the first combo. But changing the value in the first combo causes ArrayIndexOutOfBoundsExceptions (value 0) instead of correctly updating the second combo.
    Can anyone imagine what I'm doing wrong or provide information how to realize cascading lists on uix pages?
    Thanks in advance
    Christian

    Hi I was building cascading lists in a search form with ADFBC and JSF but i can't understand how implement the mechanism to refresh the second list when the first has changed....
    I read the tutorial but I can't find the solution....
    Please anybody can help me....?
    Thanks in advance...

  • Cascading List of Values & Query Panel

    Hello all! ADF BC JDev 11
    I should use Cascading List of Values in Search Query Panel. I build CLOV like in this sample http://www.oracle.com/technology/obe/obe11jdev/11/adfbc_new_features/adfbc.html .
    But when i use it in Search Query Panel it does not work. :(((
    I thik that i need to set partial triger on detail LOV field. How can i do that?
    Help!
    Edited by: Victor_V_S on 23.11.2009 7:45

    Hello,
    Thanks for a nice solution.
    I have a similar situation.
    I have a query panel with auto make name list of values returning make as name and make id into the hidden view attribute.
    Based on this, i have another list of values namely auto model which is also a name field returning a name and id(hidden).
    I tried choosing the auto model name field and editing dependencies as auto make id and later auto make name as well.
    But i get this error in the Weblogic Log every time i selected the auto make LOV or auto model LOV and auto model does not filter based on auto name .
    <SimpleSelectOneRenderer><_getSelectedIndex> Could not find selected item matching value "SomeNameViewCriteria" in QueryRenderer$2[UIXEditableFacesBeanImpl, id=null]
    I have no clue how to handle this.
    Any help is greatly appreciated.
    Thanks.

  • Drop Down List in Query Selection Screen Takes Long Time.

    I open a report, refresh the query and get a selection screen. But when clicked on the drop down list it takes 4- 5 mins for displaying the drop down options.
    How can I speed up the displaying of drop down list in selection screen?
    Could any one please help regarding the setting to enable this?
    Thanks.

    Hi,
    I guess there is a setting to look up the master data tables or use the dimension,which would speed up the time that it takes to display the drop down selections
    Do you have any idea about the setting?
    Thanks.

  • Tables not in Query Builder table list bug?

    In HTML DB version 1.6.0.00.87 we have tables defined in our schema in our workspace. When we create a view and click on the [Query Builder] link, no tables are in the drop down list for our schema. Why? The schema is there. I can go into the SQL Workshop and query the records our of the tables, but they are not listed in the [Query Builder].
    I tried this same function but with my workspace at htmldb.oracle.com. The tables in my schema are listed there.
    Is this a bug that was fixed in version 1.6.1.00.02?

    There is one schema assigned to the workspace. That schema is listed in the pop-up window. Here are the steps I am doing:
    1.) Click on SQL Workshop
    2.) Click on Create Object
    3.) Click on View
    4.) The correct schema is listed in the Schema field. There is only one schema in the drop-down list for the Schema field.
    5.) Click on [Query Builder]. A separate browser window appears with the correct schema. There is only one value in the drop-down list for the schema. "- Select Table -" is in the TABLE field.
    6.) I click on the TABLE field to get a list of tables for the schema. Only "- Select Table -" is listed. No other tables are listed.
    I can cancel the Create View and return to the main page of the SQL Workshop. I can click on Tables to see what table are available. I select the correct SCHEMA and see the list of tables.
    I tried this in the same version of HTML DB (v 1.6.0.00.87) in a different database ie. a different HTML DB repository and received the same results, missing tables in the pop-up page
    I do not know why the tables do not list in the [Query Builder] for the Create View.

Maybe you are looking for

  • Leaving one Family Plan to start a new one?

    Here is my situation:   I am currently in a Family Plan with my parents and brother.  I am eligible for my 20-month upgrade this month and plan on upgrading to an iPhone.  My fiancee currently has an iPhone with AT&T and her contract is up next July,

  • Itunes install hangs due to ringtones.xib error?

    When I try to upgrade or uninstall then reinstall Itunes 7.7, I get an error statement that reads: error writing to file C:\program files\itunes\itunes.resources\ko.lproj\ringtone.nib\objects.xib. Verify that you have access to that directory I have

  • TBIT's PI 7.0 or PI7.1

    Hi Frnds, I required TBIT's 7.0 or 7.1. I want to write XI certification, Please forward TBIT Docs,Its really helpful to me. <email id removed> Thanks , Raj Edited by: Bhavesh Kantilal on Oct 30, 2008 7:17 AM

  • Re: Cannot receive Skype contacts.

    I am having a similar problem with my Skype account. I am running version 5.7 on my iPhone and the latest version (I downloaded it on Nov. 13th) my laptop. On neither one am I recieving contact request from a friend nor is he recieving any of mine. T

  • I am unable to add jpeg attachments to my iPhoto album

    I am unable to add jpeg attachments to a received email to my iphoto album by click on the save/iPhoto pull dowen menu.  In prior systems a simple click would open iPhot and add the photos directy to it as a new event.  Now I have to open them in qui