Error: expected exactly one item, got 0 items

Dear all,
I've been facing the problem for long time. Please let me know the solution.
Problem is as follows:
BEA-382510: ALSB Assign action failed updating variable "stateResponse": com.bea.wli.common.xquery.XQueryException: Error parsing XML: {err}FORG0005: expected exactly one item, got 0 items
This is happening between proxy service and business service. Business service is giving response and when it gets transformed to proxy service i'm getting this error.
This is my XQuery:
declare namespace xf = "http://tempuri.org/XQueryProject/xquery/Reference/GetStateProvinceResponse/";
declare namespace ns0 = "http://www.cit.com/";
declare namespace ns1 = "http://www.cit.com/ecommerce/stateprovincelistresponse";
declare namespace ns3 = "http://tempuri.org/GetStateProvinceListResponse.xsd";
declare namespace ns2 = "http://com/cit/ecommerce/reference/services";
declare function xf:GetStateProvinceResponse($getStateListRequestTypeResponse1 as element(ns0:GetStateListRequestTypeResponse))
as element(ns2:getStateProvinceListResponse) {
<ns2:getStateProvinceListResponse>
let $GetStateListRequestTypeResult := $getStateListRequestTypeResponse1/ns3:GetStateListRequestTypeResult
return
<ns1:StateProvinceListType>
for $state in $GetStateListRequestTypeResult/ns3:state
return
<ns1:state>
<ns1:code>{ data($state/ns3:code) }</ns1:code>
<ns1:name>{ data($state/ns3:name) }</ns1:name>
<ns1:fullName>{ data($state/ns3:fullName) }</ns1:fullName>
</ns1:state>
</ns1:StateProvinceListType>
</ns2:getStateProvinceListResponse>
declare variable $getStateListRequestTypeResponse1 as element(ns0:GetStateListRequestTypeResponse) external;
xf:GetStateProvinceResponse($getStateListRequestTypeResponse1)
Thanks in abvance,
Ganesh

I just found your post as i was searching for solution for the same error. The variable you are assigning has null value.. that solved my problem.
Edited by jkinbox at 02/11/2008 4:17 PM

Similar Messages

  • Error parsing XML: {err}FORG0005: expected exactly one item, got 0 items

    Hi ,
    Good Morning to all
    in osb replace action am using xquery transformation resource.
    source code of xquery is :
    ====================================================================================
    (:: pragma bea:global-element-parameter parameter="$addition1" element="ns0:Addition" location="../wsdl/NewWSDLFile.wsdl" ::)
    (:: pragma bea:global-element-return element="ns1:process" location="../bpelprocess1_client_ep.wsdl" ::)
    declare namespace ns1 = "http://xmlns.oracle.com/POProcessing/AdditionOSB/BPELProcess1";
    declare namespace ns0 = "http://www.example.org/NewWSDLFile/";
    declare namespace xf = "http://tempuri.org/ServiceCallout/trans/route/";
    declare function xf:route($addition1 as element(ns0:Addition))
    as element(ns1:process) {
    <ns1:process>
    <ns1:value1>{ data($addition1/value1) }</ns1:value1>
    <ns1:value2>{ data($addition1/value2) }</ns1:value2>
    </ns1:process>
    declare variable $addition1 as element(ns0:Addition) external;
    xf:route($addition1)
    =====================================================
    at the time of running "error is Error parsing XML: {err}FORG0005: expected exactly one item, got 0 items " in replace action.
    how to resolve this problem...
    Thanks & Regards
    venky

    The reason for the error is the xquery is not able to find the values in the input... Check the input and namespaces...
    Try...
    <ns1:value1>{ data($addition1/ns0:value1) }</ns1:value1>
    <ns1:value2>{ data($addition1/ns0:value2) }</ns1:value2>Cheers,
    Vlad

  • Error: Enter exactly one partner of type requester

    Hi experts,
    I am creating a BID, when a tyr publish the BID a getting the error "Enter exactly one partner of type requester".
    How could I solve this problem ?
    Thanks,
    André
    We are using SRM 4.0 -
    Suporte Packages: SAPKA64017 and Server SAPKIBKS09.

    Hi
    SRM 5.0 is an inteligent  system .Requestor populates automatically when you create a bid inviatation.
    When you create a Bid inviatation , in header partner data must automatically populates your name
    EDUARDO ANDRADE 12345 as a  requester . it is standard.
    it may be first time you create a bid inviatation . just search your name as a requestor.
    I recommend you to add your name as requester.
    i believe in the next time onwards it will populate EDUARDO ANDRADE  automaticallly. if it not so it could be a bug
    howerever check bbp_pd 428 in SE91 and did you influence any error message ?
    regards
    Muthu

  • Error:   expected 241664 bytes, but got 65536

    Dear All,
    I am getting the following error when I run an application to assign properties to documents on KM:
    #1.5#001321CCE41F00DC00000144000088A8000456ADC2016101#1221204191125#com.sapportals.wcm.protocol.webdav.server.WDServlet#sap.com/irj#com.sapportals.wcm.protocol.webdav.server.WDServlet#index_service#15729##INBRC_IN7_21412850#index_service#b465de40808a11dd88de001321cce41f#SAPEngine_Application_Thread[impl:3]_107##0#0#Error##Plain###serving request (-> 500) - java.lang.IllegalStateException: GET on http://inbrc:50200/irj/go/km/docs/KM/PROJECTS/HM/020%20ASAP%20Deliverables/024-%20Final%20Preparation/040-%20Authorization/Roles_HM/Roles-final-all/All%20SSC-Roles-28-July-02.xls expected 241664 bytes, but got 65536
    What could be the problem? Is there any size restrictions for documents on KM? If yes, how can this be increased?
    Thanks and Regards,
    Shyam.

    Dear Bobu,
    I have already cheched that. I commented that part of the code where it was trying to modify/set the properties. Then i tried just to print the size of the documents. I used the following code:
    ICollection currentFolder = (ICollection) ResourceFactory.getInstance().getResource(rid,irCtx);
    if (currentFolder != null)
         IResourceList children = null;
         children = currentFolder.getChildren();
         IResourceListIterator it = children.listIterator();
         while (it.hasNext())
                                            com.sapportals.wcm.repository.IResource childRes =it.next();
         IPropertyFilter predecessorFilter;
         IPropertyMap propMap;
         propMap = childRes.getProperties();
         long si =0;
         com.sapportals.wcm.util.content.IContent content = childRes.getContent();
         si = content.getContentLength();
         wdComponentAPI.getMessageManager().reportSuccess("size"+si);
    Even this is also giving the same error. So I think its clear from this that the error has not got anything to do with the properties. It seems the system cant retrieve the file.
    This is the complete trace for one file:
    #1.5#001321CCE41F0069000000160000CC7C000456EB920E1D95#1221469674562#com.sapportals.wcm.protocol.webdav.server.WDServlet#sap.com/irj#com.sapportals.wcm.protocol.webdav.server.WDServlet#index_service#590##INBRC_IN7_21412850#index_service#c1015220830411ddcf5d001321cce41f#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###serving request (-> 500) - java.lang.IllegalStateException: GET on http://inbrc:50200/irj/go/km/docs/KM/PROJECTS/AD/010%20Project%20Management/012%20-%20Planning%20Phase/010%20-%20Project%20Plan/07_03_18_AD%20Effort%20Cost%20Estimate%20final.xls expected 108544 bytes, but got 65536
         at com.sapportals.wcm.protocol.webdav.server.WDGetHandler.copy(WDGetHandler.java:653)
         at com.sapportals.wcm.protocol.webdav.server.WDGetHandler.internalHandle(WDGetHandler.java:558)
         at com.sapportals.wcm.protocol.webdav.server.WDGetHandler.handle(WDGetHandler.java:257)
         at com.sapportals.wcm.protocol.webdav.server.WDServlet.doGet(WDServlet.java:763)
         at com.sapportals.wcm.protocol.webdav.server.WDServlet.service(WDServlet.java:454)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sapportals.wcm.portal.proxy.PCProxyServlet.service(PCProxyServlet.java:331)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sapportals.portal.prt.core.broker.ServletComponentItem$ServletWrapperComponent.doContent(ServletComponentItem.java:110)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Thanks,
    Shyam.

  • OSB - XQuery - line 24, col 1 {err}FORG0005: expected 1 item, got 2 or mor

    In the below XQ, I am trying to learn making calls to local functions. I have tweaked my earlier XQ, which had a local variable defined [in xf:getCost() function] as XPath to Quantity. Now, I have modified the XQ to make a call to xf:getQty() from xf:getCost(), to get the desired Quantity.
    On executing the below code I get Error occurred while executing XQuery: line 24, column 1: {err}FORG0005: expected exactly one time, got 2+ items. Either the XQuery is invalid or .... Request Help
    xquery version "1.0" encoding "Cp1252";
    (:: pragma parameter="$anyType1" type="xs:anyType" ::)
    (:: pragma type="xs:anyType" ::)
    declare namespace xf = "http://tempuri.org/purchaseOrder/";
    declare function xf:getCost()
    as xs:double {
    let $po := <purchase-order>
    <red-tape/>
    <order-item product="p010" price="10.50" quantity="3"/>
    <order-item product="p020" price="18.10" quantity="8"/>
    <order-item product="p020" price="11.10" quantity="8"/>
    </purchase-order>
    let $s1 := $po/order-item/@price
    let $s2 := $po/order-item/@quantity
    let $s3 := sum(for $el at $i in $s1 return $s1[$i] * xf:getQty($i))
    return $s3
    declare function xf:getQty($index as xs:decimal)
    as xs:decimal {
    let $po := <purchase-order>
    <red-tape/>
    <order-item product="p010" price="10.50" quantity="3"/>
    <order-item product="p020" price="18.10" quantity="8"/>
    <order-item product="p020" price="11.10" quantity="8"/>
    </purchase-order>
    return ($po/order-item/@quantity[$index])
    xf:getCost()

    return ($po/order-item[$index]/@quantity)
    not
    return ($po/order-item/@quantity[$index])

  • OSB - XQuery - line 7, col 2: {err}FORG0005: expected exactly 1 item, got 0

    Hi,
    I am trying to execute the below sample XQuery. Eclipse designer does not show any error. However on executing the XQuery, I get the following error "+Error executing the XQuery transformation: line 7, column 2: {err}FORG0005: expected exactly one item, got 0 items+". Appreciate your help.
    xquery version "1.0" encoding "UTF-8";
    declare namespace xf = "http://tempuri.org/OSB%20Project%201/Ids/";
    declare function xf:Ids()
    as element() {*
    *     let $abc := <catalog><product dept="MEN"><number>784</number><name language="en">Cotton Dress Shirt</name><colorChoices>white gray</colorChoices><desc>Our favorite shirt!</desc></product></catalog>*
    *     for $product in $abc/catalog/product*
    *     let $name := $product/name*
    *     where $product/@dept = "ACC"*
    *     order by $name*
    *     return $name*
    xf:Ids()

    Thanks, for the answer.
    I just tweeked my XQuery:Var = $abc a little and ended up with same issue. Request your help again.
    xquery version "1.0" encoding "UTF-8";
    declare namespace xf = "http://tempuri.org/OSB%20Project%201/Ids/";
    declare function xf:Ids() as element(*)? {
    let $abc := +<catalog><product dept="MEN" xmlns="http://datypic.com/prod"><number>784</number><name language="en">Cotton Dress Shirt</name><colorChoices>white gray</colorChoices><desc>Ou<i>favorite</i> shirt! </desc></product><product dept="ACC"><number>563</number><name language="en">Floppy Sun Hat</name></product><product dept="ACC"><number>443</number><name language="en">Deluxe Travel Bag</name></product><product dept="MEN"><number>784</number><name language="en">Cotton Dress Shirt</name><colorChoices>white gray</colorChoices><desc>Ou<i>favorite</i> shirt! </desc></product><product dept="WMN"><number>557</number><name language="en">Fleece Pullover</name><colorChoices>navy black</colorChoices></product></catalog>+
    --(:<catalog><product dept="ACC"><number>784</number><name language="en">Cotton Dress Shirt</name><colorChoices>white gray</colorChoices><desc>Our favorite shirt!</desc></product></catalog>:)--
    for $product in $abc/product
    let $name := $product/name
    where $product/@dept = "ACC"
    order by $name
    return $name
    xf:Ids()

  • URGENT:SC creation: "Enter exactly one partner of type Sold-to Party" ERROR

    Hi all,
    we have a very urgent problem.
    We are migrating to Production environment and in contract and SC creation we get the error:
    "Enter exactly one partner of type Sold-to Party".
    In Test environment this error never appear.
    We are trying to debug without success till now.
    SAP SRM 5.0 with ECS.
    Thanks
    #Bill J.

    Hi
    We have faced a similar problem in our previous Implementation.
    What I recommend you, in the BBP_DOC_CHANGE_BADI Implementation, go into BBP_SC_CHANGE & BBP_CT_CHANGE methods,
    and write the following lines..
    SORT et_partner by partner_id partner_fct.
    DELETE ADJACENT DUPLICATES  from et_partner COMPAIRING partner_id partner_fct.
    Hope it will help.
    Regards
    - Atul

  • Error "One or more items can't be copied" when backing up to USB hard drive

    I just bought a 160 GB USB2 external hard drive for use with my PowerBook. It seems to work just fine for the most part, as long as I'm working with one or two files at a time.
    One motivation for the purchase, however, was backups. The first thing I wanted to back up was my home folder. Feeling like the savvy Macintosh user I logged out of my account and logged back in as the root user, and dragged my Home folder to the external HD. After watching it "prepare" to copy for a few minutes it started. Then stopped almost immediately with the warning "One or more items can't be copied. Do you want to skip them and copy the remaining items?"
    Seeing as how I didn't know which items stopped the copy, I didn't want to skip them. A backup with holes is not a backup.
    Thinking I'd bitten off too much, I started moving one folder at a time. Music, Documents, etc. But each folder ran into the same error.
    I've tried dragging folders over from inside my own account, thinking that perhaps root (yes, I know this sounds absurd) didn't have privlidges. No go, I still run into the error, even when copying files I know aren't in use (my Music folder, for example, when iTunes isn't running).
    I have way too much in that folder to drag individual files for backup. Can someone please tell me what I am doing wrong? I have another 10 days to return this HD, and if I don't get this working soon I see no reason to keep it.

    This problem can occur for several reasons. One, is that you aren't logged in as the root user. Keep in mind that your admin account does not convey root user privileges. Second, when trying to copy system files that are in use you will get that error. Third, you cannot make a proper clone of your system using drag and drop. Instead do the following:
    First, prep the external drive properly:
    1. Open Disk Utility in the Utilities folder of your Applications folder.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    3. Set the number of partitions from the dropdown menu (use 1 partition unless you wish to make more.) Set the format type to Mac OS Extended (Journaled, if supported.) Click on the Partition button and wait until the volume(s) mount on the Desktop.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled, if supported.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process will take 30 minutes to an hour or more depending upon the drive size.
    Next, create the clone:
    1. Open Disk Utility from the Utilities folder.
    2. Select the startup volume from the left side list.
    3. Click on the Restore tab in the DU main window.
    4. Drag the startup volume to the Source entry field.
    5. Select the backup volume from the leftside list and drag it to the Destination entry field.
    6. Double-check you got it right, then click on the Restore button.
    Keep in mind that according to Apple you cannot start up OS X from a USB drive. If one of your goals was to be able to boot from the external drive, then you should have purchased a Firewire drive.

  • Error message: "One or more items can't be copied."

    So I just upgraded from my old 256 USB stick to a 1GB iPod Shuffle. Now I can listen to music and transport my files between home and work in one device... or so I thought.
    I tried to copy some important files to my shuffle today and I get the following error message:
    "One or more items can't be copied. Do you want to skip them and copy the remaing items?"
    So I click yes so skip the bad items, but instead it skips all the items and I can't copy my important stuff onto the shuffle. This doesn't seem to be a problem with my old 256 USB stick... anyone know how to fix this problem?

    Can you be more specific about the filetype? any odd characters in the file names? is it music or data?
    There's some filetypes you can't copy to an ipod. See this KB article
    http://docs.info.apple.com/article.html?artnum=61476

  • How can I delete the duplicates, and leave only one exact copy of an item in my iTunes library?

    Howw can I delete the exact duplicaztes in iTunes, and leave only one exact copy of an item?

    I've written a script called DeDuper which can help remove unwanted duplicates. See this thread for background.
    tt2

  • CHILD form error FRM-30100: Block must have at least one primary key item.

    Hi friends,
    I have increased the DML array of the child block from 1 to 10, but it throws me error:
    FRM-30100: Block must have at least one primary key item.
    Block: CEC_ADJUSTMENT_RECON
    Form: CEC_ADJ
    FRM-30085: Unable to adjust form for output.
    How does a form know that the table does not have primary key? Is it referring to it?
    Thanks a lot                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    I dont understand why do you increase the DML array size..
    Because it says in the HELP
    Specifies the maximum array size for inserting, updating, and deleting records in the database at one time.
    A larger size reduces transaction processing time by reducing network traffic to the database, but requires more memory.  The optimal size is the number of records a user modifies in one transaction.
    The FRM-30100 comes not because of the above property..
    If your query data source type is other than TABLE, it is a must to set at least one database field's PRIMARY KEY ITEM PROPERTY in the block to be a YES.

  • Trying to copy files and getting this error message, One or more items can't be copied because you don't have permission to read them. this is really annoying, can someone pls help..?

    i have two network drive and i am trying to copy a file from my mac mini to one of the network drives, but i keep getting this error message "One or more items can’t be copied because you don’t have permission to read them." i have no idea why this is since i have always been able to copy stuff back and forth. i checked my file sharing permissions and it is set to read and write for admin (me), none for everyone and read for guests. can someone please, this is very annoying and this is the second time it has happened to me.

    neither move nor copy is working. both way gives same error message. what i would like to do however is move the file. yes i am logged in as a the admin and the issue is affecting not just that particular file in my system but others as well. i looked at get info and no the file is not locked but under permission, it says everyone and read only. it will not let me change this setting from get info however when i look under system preferences for file sharing, my setting is read and write for admin (me), none for everyone and read for guests.

  • Error ERR-1802 Unable to find item

    I was using HTML DB to execute a query. The region expected an item and based on
    that item to retrieve a Clob and output to the GUI. Here is the PL/SQL code:
    begin
    if :P11_X_ID is null then
    return;
    end if;
    for x in (
    select column_value
    from table( query_cfile( cursor( select theClob from demo where id =
    TO_NUMBER(:P11_X_ID) )
    ) ))loop
    htp.prn(x.column_value);
    end loop;
    end;
    When I first time ran a page I was able to get the page back without any issue;
    however when I entered the second ID, I got "Error ERR-1802 Unable to find item
    id "187846523855309166"
    OK
    Unexpected error". Then I tried running the same page on different browser
    (switch from firefox to IE ) and entered the second ID I was able to get the
    page back. The same problem happened for the second browser, that is, if I
    entered another ID to search, I got the same error.
    And I turned on the trace using p_trace=YES
    grep -in err stra_ora_10201.trc
    83: error_template,
    205: where parameter in ('NLS_LANGUAGE', 'NLS_TERRITORY',
    'NLS_SORT')
    221:alter session set NLS_TERRITORY = "AMERICA"
    600: process_error_message,
    634: process_error_message,
    873:ERROR #34:err=1 tim=2122883685
    968: value="wwv_flow.find_item_err2"
    979: value="wwv_flow.unexpected_err"
    1038:select error_page_template
    1102: value="wwv_flow.err"
    1113: value="wwv_flow.err"
    1304: value="wwv_flow.find_item_err2"
    1315: value="wwv_flow.unexpected_err"
    1358: value="wwv_flow.err"
    1369: value="wwv_flow.err"
    1549: value="wwv_flow.find_item_err2"
    1560: value="wwv_flow.unexpected_err"
    1603: value="wwv_flow.err"
    1614: value="wwv_flow.err"
    1818:ERROR #34:err=1 tim=2122883705
    1874: value="wwv_flow.find_item_err2"
    1885: value="wwv_flow.unexpected_err"
    1928: value="wwv_flow.err"
    1939: value="wwv_flow.err"
    2143:ERROR #34:err=1 tim=2122883713
    2199: value="wwv_flow.find_item_err2"
    2210: value="wwv_flow.unexpected_err"
    2253: value="wwv_flow.err"
    2264: value="wwv_flow.err"
    2757: error_template,
    2879: where parameter in ('NLS_LANGUAGE', 'NLS_TERRITORY',
    'NLS_SORT')
    2895:alter session set NLS_TERRITORY = "AMERICA"
    3274: process_error_message,
    3308: process_error_message,
    3575: error_message,
    3582: nvl(error_display_location,'ON_ERROR_PAGE')
    error_display_location
    3640: value="wwv_flow.no_page_to_branch_err"
    Since the error happened on Cursor #34, here I retrieved the #34 from the trace
    file:
    =====================
    PARSING IN CURSOR #34 len=461 dep=1 uid=63 oct=2 lid=63 tim=1069307285981395
    hv=698873200 ad='5bdf916c'
    INSERT into wwv_flow_data (
    flow_instance,
    item_id,
    item_element_id,
    item_name,
    name_length,
    item_value,
    session_state_status,
    flow_id
    ) values (
    :b6,
    :b5,
    :b4,
    :b3,
    length(:b3),
    :b2,
    'I',
    :b1)
    END OF STMT
    PARSE #34:c=0,e=132,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,tim=1069307285981373
    BINDS #34:
    bind 0: dty=2 mxl=22(21) mal=00 scl=00 pre=00 oacflg=03 oacfl2=1 size=24
    offset=0
    bfp=4063ffe8 bln=22 avl=11 flg=05
    value=3707546874081609208
    bind 1: dty=2 mxl=22(21) mal=00 scl=00 pre=00 oacflg=13 oacfl2=1 size=24
    offset=0
    bfp=0ae3d23c bln=22 avl=09 flg=09
    value=1486322312855973
    bind 2: dty=2 mxl=22(21) mal=00 scl=00 pre=00 oacflg=13 oacfl2=1 size=24
    offset=0
    bfp=0ae3e0d0 bln=22 avl=02 flg=09
    value=1
    bind 3: dty=1 mxl=32(08) mal=00 scl=00 pre=00 oacflg=13 oacfl2=1 size=32
    offset=0
    bfp=0ae3e13c bln=32 avl=08 flg=09
    value="P11_X_ID"
    bind 4: dty=1 mxl=32(08) mal=00 scl=00 pre=00 oacflg=13 oacfl2=1 size=32
    offset=0
    bfp=0ae3e13c bln=32 avl=08 flg=09
    value="P11_X_ID"
    bind 5: dty=1 mxl=128(02) mal=00 scl=00 pre=00 oacflg=13 oacfl2=1 size=128
    offset=0
    bfp=0adbb4e0 bln=128 avl=02 flg=09
    value="57"
    bind 6: dty=2 mxl=22(21) mal=00 scl=00 pre=00 oacflg=03 oacfl2=1 size=24
    offset=0
    bfp=4063ffc4 bln=22 avl=03 flg=05
    value=105
    =====================
    PARSING IN CURSOR #35 len=119 dep=2 uid=0 oct=3 lid=0 tim=1069307285985274
    hv=3286148528 ad='5bfee648'
    select c.name, u.name from con$ c, cdef$ cd, user$ u where c.con# = cd.con# and
    cd.enabled = :1 and c.owner# = u.user#
    END OF STMT
    PARSE #35:c=0,e=176,p=0,cr=0,cu=0,mis=0,r=0,dep=2,og=4,tim=1069307285985249
    BINDS #35:
    bind 0: dty=2 mxl=22(22) mal=00 scl=00 pre=00 oacflg=08 oacfl2=1 size=24
    offset=0
    bfp=407975e0 bln=22 avl=04 flg=05
    value=32720
    EXEC #35:c=0,e=514,p=0,cr=0,cu=0,mis=0,r=0,dep=2,og=4,tim=1069307285986292
    FETCH #35:c=0,e=88,p=0,cr=2,cu=0,mis=0,r=0,dep=2,og=4,tim=1069307285986517
    STAT #35 id=1 cnt=0 pid=0 pos=1 obj=0 op='NESTED LOOPS (cr=2 r=0 w=0 time=78
    us)'
    STAT #35 id=2 cnt=0 pid=1 pos=1 obj=0 op='NESTED LOOPS (cr=2 r=0 w=0 time=74
    us)'
    STAT #35 id=3 cnt=0 pid=2 pos=1 obj=31 op='TABLE ACCESS BY INDEX ROWID CDEF$
    (cr=2 r=0 w=0 time=70 us)'
    STAT #35 id=4 cnt=0 pid=3 pos=1 obj=53 op='INDEX RANGE SCAN I_CDEF4 (cr=2 r=0
    w=0 time=62 us)'
    STAT #35 id=5 cnt=0 pid=2 pos=2 obj=28 op='TABLE ACCESS BY INDEX ROWID CON$
    (cr=0 r=0 w=0 time=0 us)'
    STAT #35 id=6 cnt=0 pid=5 pos=1 obj=49 op='INDEX UNIQUE SCAN I_CON2 (cr=0 r=0
    w=0 time=0 us)'
    STAT #35 id=7 cnt=0 pid=1 pos=2 obj=22 op='TABLE ACCESS CLUSTER USER$ (cr=0 r=0
    w=0 time=0 us)'
    STAT #35 id=8 cnt=0 pid=7 pos=1 obj=11 op='INDEX UNIQUE SCAN I_USER# (cr=0 r=0
    w=0 time=0 us)'
    =====================
    PARSING IN CURSOR #35 len=84 dep=2 uid=0 oct=3 lid=0 tim=1069307285988552
    hv=2458412332 ad='5b779008'
    select o.name, u.name from obj$ o, user$ u where o.obj# = :1 and o.owner# =
    u.user#
    END OF STMT
    PARSE #35:c=0,e=142,p=0,cr=0,cu=0,mis=0,r=0,dep=2,og=4,tim=1069307285988532
    BINDS #35:
    bind 0: dty=2 mxl=22(22) mal=00 scl=00 pre=00 oacflg=08 oacfl2=1 size=24
    offset=0
    bfp=407975e0 bln=22 avl=04 flg=05
    value=32720
    EXEC #35:c=0,e=431,p=0,cr=0,cu=0,mis=0,r=0,dep=2,og=4,tim=1069307285989485
    FETCH #35:c=0,e=187,p=0,cr=5,cu=0,mis=0,r=1,dep=2,og=4,tim=1069307285989805
    STAT #35 id=1 cnt=1 pid=0 pos=1 obj=0 op='NESTED LOOPS (cr=5 r=0 w=0 time=169
    us)'
    STAT #35 id=2 cnt=1 pid=1 pos=1 obj=18 op='TABLE ACCESS BY INDEX ROWID OBJ$
    (cr=3 r=0 w=0 time=74 us)'
    STAT #35 id=3 cnt=1 pid=2 pos=1 obj=36 op='INDEX UNIQUE SCAN I_OBJ1 (cr=2 r=0
    w=0 time=37 us)'
    STAT #35 id=4 cnt=1 pid=1 pos=2 obj=22 op='TABLE ACCESS CLUSTER USER$ (cr=2 r=0
    w=0 time=75 us)'
    STAT #35 id=5 cnt=1 pid=4 pos=1 obj=11 op='INDEX UNIQUE SCAN I_USER# (cr=1 r=0
    w=0 time=16 us)'
    EXEC #34:c=0,e=8619,p=0,cr=8,cu=10,mis=0,r=0,dep=1,og=4,tim=1069307285991108
    ERROR #34:err=1 tim=2122883685
    =====================
    Here is the version:
    SQL> select * from v$version;
    BANNER
    Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
    PL/SQL Release 9.2.0.4.0 - Production
    CORE 9.2.0.3.0 Production
    TNS for Linux: Version 9.2.0.4.0 - Production
    NLSRTL Version 9.2.0.4.0 - Production
    My page is very simple, it contains one region, one item, one
    button (click to search).
    Would you please advise what next step should be?
    Thanks in advance,

    SQL> desc demo;
    Name Null? Type
    ID NOT NULL NUMBER(38)
    THECLOB CLOB
    The query just took the CLOB content and divided it into table of varchar2(4000) base on chr(10). The query worked well in PL/SQL when I replaced htp with dbms_output.
    The branching was the default one, "Redirect To Page 11 (the same page)". I only created one region, one item and one button. That branching was automatically created.
    Below was the output when I turned on the debug mode.
    0.00: A C C E P T: Request=""
    0.01: Fetch flow info
    0.01: alter session set nls_language="AMERICAN"
    0.02: alter session set nls_territory="AMERICA"
    0.02: ...Setting NLS Decimal separator="."
    0.02: Fetch session state from database
    0.03: ...Check instance 936431675924660583 owner
    0.03: ...Fetch iconbar, page, computation, process, ...
    0.03: Fetch session header information
    0.03: ...fetch page attributes: f105, p11
    0.04: ...Check security schemes
    0.04: Save form items and p_arg_values
    0.05: Saved session state: 1486322312855973 "P11_X_ID" changedValue="49"
    0.05: Show ERROR page...
    0.06: Processing point: AFTER_ERROR_HEADER Home
         Error      ERR-1802 Unable to find item id "26896009627"
    OK      
    0.07: Processing point: BEFORE_ERROR_FOOTER
    Unexpected error
    0.08: ...Determine if user ADMIN with SGID 504322868864112 can develop application 105 in workspace 504322868864112
    Edit ApplicationEdit Page 11NewSessionNo DebugHide Edit LinksShow Edit Links
    0.09: Saved session state: 26896009627 "" newValue=""
    0.09: Show ERROR page...
    0.10: Processing point: AFTER_ERROR_HEADER Home
         Error      ERR-1802 Unable to find item id "27133775492"
    OK      
    0.11: Processing point: BEFORE_ERROR_FOOTER
    Unexpected error
    0.11: ...Determine if user ADMIN with SGID 504322868864112 can develop application 105 in workspace 504322868864112
    Edit ApplicationEdit Page 11NewSessionNo DebugHide Edit LinksShow Edit Links
    0.13: Saved session state: 27133775492 "" newValue="N"
    0.13: Show ERROR page...
    0.14: Processing point: AFTER_ERROR_HEADER Home
         Error      ERR-1802 Unable to find item id "17708687878"
    OK      
    0.15: Processing point: BEFORE_ERROR_FOOTER
    Unexpected error
    0.15: ...Determine if user ADMIN with SGID 504322868864112 can develop application 105 in workspace 504322868864112
    Edit ApplicationEdit Page 11NewSessionNo DebugHide Edit LinksShow Edit Links
    0.16: Saved session state: 17708687878 "" newValue=" "processing of sql statements""
    0.17: Show ERROR page...
    0.18: Processing point: AFTER_ERROR_HEADER Home
         Error      ERR-1802 Unable to find item id "79615715229400664"
    OK      
    0.19: Processing point: BEFORE_ERROR_FOOTER
    Unexpected error
    0.19: ...Determine if user ADMIN with SGID 504322868864112 can develop application 105 in workspace 504322868864112
    Edit ApplicationEdit Page 11NewSessionNo DebugHide Edit LinksShow Edit Links
    0.20: Saved session state: 79615715229400664 "" newValue="22467871247389"
    0.21: Show ERROR page...
    0.22: Processing point: AFTER_ERROR_HEADER Home
         Error      ERR-1802 Unable to find item id "187846523855309166"
    OK      
    0.22: Processing point: BEFORE_ERROR_FOOTER
    Unexpected error
    0.23: ...Determine if user ADMIN with SGID 504322868864112 can develop application 105 in workspace 504322868864112
    Edit ApplicationEdit Page 11NewSessionNo DebugHide Edit LinksShow Edit Links
    0.24: Saved session state: 187846523855309166 "" newValue=""

  • Error occurred while publishing the content item to the Knowledge Directory

    We are receiving the following error upon publishing non-binary content items to the knowledge directory:
    Error occurred while publishing the content item to the Knowledge Directory. Contact your portal administrator.
    Ironically, in the KD, we call see all content items located in Publisher when we are in Edit mode -- even though they haven't been published to the KD yet. In Browse mode, we can't see any content items.
    Has anyone see this error before? What could be the cause?
    We are using ALUI 6.1.

    Hi,
    If you are seeing the documents in the Knowledge Directory and in edit mode, but not browse mode then check/try the following. What exactly were you doing when you got the error? Were you in Publisher or in the Knowledge Directory and running the Simple Submit task?:
    1. Try to approve the documents in edit mode.
    2. Go to the Administrative->Intrinsic Operations and run the following jobs.
    --> Search Update 1
    3. Make sure you have proper permissions on the folder in the Knowledge Directory and Publisher Folders.
    4. Check the permissions on the Content Source for the Knowledge Directory
    I need a little more information to get your better help.
    tnx
    James

  • Error ERR-1002 Unable to find item ID for item "" in application "11501"

    Hi All,
    I am new to Apex, still a beginner. Please need your help on this.
    We recently upgraded to Apex 4.1 from Apex 3.0. The database version is 10.2.0.4.
    I am getting this below error.
    Error ERR-1002 Unable to find item ID for item "" in application "11501".
    Unexpected error, unable to find item name at application or page level.
    This error specifically occurs when two sessions are opened from the same browser, and the same page is accessesed. This was not occuring before in 3.0.
    Thanks,
    Sarvesh

    Hi,
    i have the exact same problem and situation. (but i dont use Oracle Apps, only APEX).
    Migrated from APEX 2.2 to APEX 4.1
    Application is (unfortunately) used and opened in Internet Explorer with more than one session/tabs by users.
    In APEX2.2 this was working, in APEX4.1 i get the following error:
    Error ERR-1002 Unable to find item ID for item "" in application "111".
    Unexpected error, unable to find item name at application or page level.
    Technical Info (only visible for developers):
    is_internal_error: true
    apex_error_code: WWV_FLOW.FIND_ITEM_ID_ERR
    component.type: APEX_APPLICATION_AUTH
    component.id: 29961616743801399
    component.name: CUSTOM_LDAP
    error_backtrace:
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    0x1893e7410 676 package body APEX_040100.WWV_FLOW_ERROR
    0x1893e7410 1008 package body APEX_040100.WWV_FLOW_ERROR
    0x147cb1b58 742 package body APEX_040100.WWV_FLOW
    0x147cb1b58 4729 package body APEX_040100.WWV_FLOW
    0x147cb1b58 7094 package body APEX_040100.WWV_FLOW
    0x18a3e9208 247 procedure APEX_040100.F
    0x18ab6c258 31 anonymous block
    So i thought this is an issue with the authentication scheme (that was migrated, too). I dropped it and recreated it, but same problem.
    When i look to the URL after the re-login, it is:
    https://<server>/f?p=111:3:1139701000375375::::,4753713078141275:
    The strange thing is the part of ",4753713078141275:"
    What is APEX doing here?
    => i figured out that this is a Page Item ID. I have the hidden item P3_REPORT_TYPE which interal ID is 4753713078141275.
    I use the hidden item to conditionally display some regions on the page.
    Or is the problem before the comma, the "NULL" value ",47..." ?
    Can anyone help me or explain what is the problem here to get a solution?
    Thanks and regards,
    Matthias
    Edited by: matze on 24.05.2012 10:05
    Edited by: matze on 24.05.2012 10:30

Maybe you are looking for

  • Problem installing win7 in bootcamp via usb

    Hi, I switched my early 2011 MBP's superdrive with a Corsair SSD a couple of months ago and managed to install windows 7 on it with a usb key and bootcamp using the VMWare method (A long and tricky process, but it worked). Everything was working well

  • Interesting observation/ possible bug

    I am still investigating this issue, but here is something discovered using the WCS templates to push out a wlan config to WLC 4402 controllers. I created a new wlan template with wpa security, etc and broadcast ssid turned off (unchecked), saved it

  • Customer service is awful!!!

    You win. I give up. You're customer service is worse than your neglected equipment. Time for me to seek a more accessible and reliable phone company. In my case a functioning landline is a matter of life or death. Your unreliable service and support

  • Burning a photo CD

    I am trying to burn a photo CD for commercial processing.  When I drag the folder with the exported files to the CD, all that turns up is the word "alias" and nothing is copied.  How do I get the files to copy to the CD before burning?  I printed and

  • Local jndi lookup - present in 1 appln, lookup in 2nd appln (same server)

    Hi, I have deployed 2 applications ( A.ear, B.ear ) on the same server. There is ejb( has only local interface no remote interface ) which is present in A.ear. Now I want to do a local jndi lookup of the ejb in 2nd application (B.ear ) Can we do this