Error 12031 when repeatedly searching

Hi
If I repeatedly search from the Search Results page, on the third search, the search goes away for about 50 seconds and then comes back with "An Error Occurred" and clicking on the details I get "Unexpected Response from Server.  The
status code of the response is 12031.  The status text of the response is "".
If I now go back to the home page and enter the third search again, it works OK.
If I go back to the home page between searches and search from the home page, everything is OK.
The error only occurs when I repeatedly search from Search Results page.
looking at the url for the search, the search box just seems to append to the search url.  It does does not clear the previous "k=......" from the url before it adds the new search so I get
http://xxxxxx/sites/search/Pages/results.aspx?k=9114580#k=2434258
I am running SP2013 SP1.  I have three app servers running all of the search components and three web servers.
Regards
Nigel
Nigel Price NJPEnterprises

Hi,
According to your post, my understanding is that you wanted to clear the previous "k=......" from the url before it adds the new search.
By design in SharePoint, as long as the query originated from the search start page, and you have not changed it, then this will work as your query will be part of the URL with ?k=query.
To clear all filters and the search terms, you can add what designers call a dummy link with a # to the page, and that will reset your query.
<a onclick="window.location.href = window.location.pathname + window.location.search + '#k=' + escape(document.title.substr(document.title.indexOf(':')+2))" style="cursor:pointer">Clear filters</a>
For more information, you can refer to:
Add a “Clear Filters” link to your search page in SharePoint 2013
Here is a similar thread for your reference:
http://social.technet.microsoft.com/Forums/en-US/64d3ff08-8825-44a9-a35f-adebcd89f4ec/reset-text-in-serach-box?forum=sharepointsearch
Thanks,
Linda Li                
Forum Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
[email protected]
Linda Li
TechNet Community Support

Similar Messages

  • Error message when using search

    why do i keep getting an error message when using the "search" tabe in iTunes. This happend whe i upgraded t the latest version of itunes.

    Well, I believe JHeadstart does not really have this functionality.
    One way is use a Query Operator 'startsWith', but then you always query like LIKE '<entered search value>%'
    This is probably not what you want...
    But you could hack it into advancedSearch in YourApplicationModuleImpl
    try {
    if (viewCriterium.getQueryValue() != null) { //This is where exception JHS-00116 is raised...
    value = viewCriterium.getQueryValue().toString();
    } else {
    value = null;
    catch (NumberFormatException ex) {
    //insert check for wildcard
    value = viewCriterium.getValue().toString();
    if (value.indexOf('%')>=0) {          
    sLog.debug("Ja, een wildcard!!!");
    operator = "LIKE";
    } else {//original exceptionhandling code here...
    ...and a bit later, add test for "LIKE":
    if (viewCriterium.isDate() || viewCriterium.isString() || "LIKE".equals(operator)) {
    value = "'" + value + "'";
    very nasty code, and does not raise an exception for searches like '%xxx'
    Good luck,
    HJH
    Edited by: HJHorst on Mar 5, 2009 12:03 AM

  • Error: OQ78YWIW when repeating values in a pivot

    All,
    I'm receiving the following error on a pivot table:
    Assertion failure: rTotalPosition.tCellInfo.iLayerCell != rTotalPosition.tCellInfo.iEndLayerCell at line 310 of e:\views_e\nightly\sun\10134\windows\vobs\080726.1900\analytics_web\main\project\webpivotview\edgeiteratordef.h
    Error Details
    Error Codes: OQ78YWIW
    I get this when I set the column's value suppression to 'Repeat' - customer's request. I don't have this problem when the value suppresion is set to 'Suppress' (the 'Default').
    The pivot has 4 columns in the rows, 3 of which have subtotals.
    Any suggestion?
    Thanks in advance!

    Thanks for the reply, KK.
    I might have missed the point on something reading the link article, but, the article is suggesting how to select multiple columns in the column selector view. I'm just getting the error with a simple pivot with subtotals that have repeating values set for some of the four columns in the 'row' portion of the pivot.

  • Error message when we do search for claim in Isupplier

    Help Me.
    GET ERROR PAGE WHEN DO SEARCH FOR CLAIM IN PERSONNALIZATION OF Isupplier
    Error Page
    Exception Details.
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT xxscd.CLAIM_ID,
    xxscd.CLAIM_NUM,
    xxscd.SUPPLIER_NAME,
    xxscd.SUPPLIER_ID,
    xxscd.ADDRESS,
    xxscd.ADDRESS_ID,
    xxscd.CLAIM_DATE,
    flvt.meaning CLAIM_TYPE,
    xxscd.INVOICE_NUM,
    xxscd.INVOICE_ID,
    xxscd.CLOSUER_DATE,
    xxscd.ORDER_NUM,
    flvs.meaning STATUS,
    xxscd.RECEIVING_CHANNEL,
    xxscd.LEADTIME,
    xxscd.EMP_ASSIGNED_NAME,
    xxscd.EMP_ASSIGNED_ID,
    xxscd.PATTERN,
    xxscd.SUPPLIER_TYPE,
    xxscd.DEPARTMENT,
    xxscd.ORG_ID,
    xxscd.CREATION_DATE,
    xxscd.CREATED_BY,
    xxscd.LAST_UPDATE_DATE,
    xxscd.LAST_UPDATED_BY,
    xxscd.LAST_UPDATE_LOGIN,
    xxscd.AttriBUTE1,
    xxscd.AttriBUTE2,
    xxscd.AttriBUTE3,
    xxscd.AttriBUTE4,
    xxscd.AttriBUTE5,
    xxscd.AttriBUTE6,
    xxscd.AttriBUTE7,
    xxscd.AttriBUTE8,
    xxscd.AttriBUTE9,
    xxscd.AttriBUTE10,
    xxsnt_claim_upd_enb_disab(STATUS) AS UPDATE_SWITCHER
    FROM XXSNT_SUPPLIER_CLAIM_DETAILS xxscd,
    fnd_lookup_values flvt,
    fnd_lookup_values flvs
    WHERE ((xxsnt_claim_status_draft(xxscd.CREATED_BY) = 'Y' AND
    xxscd.status != 'DRAFT') OR
    (xxsnt_claim_status_draft(xxscd.CREATED_BY) = 'N'))
    AND xxscd.CLAIM_NUM like NVL(:1, xxscd.CLAIM_NUM)
    AND flvt.lookup_type(+) = 'XXSNT_SUPPLIER_CLAIM_TYPE'
    AND flvt.lookup_code(+) = xxscd.CLAIM_TYPE
    AND flvt.language(+) = userenv('LANG')
    AND flvs.lookup_type(+) = 'XXSNT_CLAIM_STATUS'
    AND flvs.lookup_code(+) = xxscd.STATUS
    AND flvs.language(+) = userenv('LANG')
    AND xxscd.SUPPLIER_ID = NVL(:2, xxscd.SUPPLIER_ID)
    AND nvl(xxscd.INVOICE_ID, -999) = NVL(:3, nvl(xxscd.INVOICE_ID, -999))
    AND xxscd.STATUS = NVL(:4, xxscd.STATUS)
    AND TRUNC(xxscd.claim_date) between
    NVL(:5, to_date('01-JAN-1955', 'DD-MON-YYYY')) AND
    NVL(:6, TRUNC(SYSDATE))
    ORDER BY xxscd.CLAIM_ID, xxscd.SUPPLIER_NAME
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java(Compiled Code))
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java(Compiled Code))
         at oracle.apps.fnd.framework.OAException.wrapperInvocationTargetException(OAException.java(Compiled Code))
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java(Compiled Code))
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java(Inlined Compiled Code))
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java(Compiled Code))
         at xxsnt.oracle.apps.pos.isp.webui.ClaimSearchCO.processFormRequest(ClaimSearchCO.java:101)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1159)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java(Inlined Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java(Inlined Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java(Inlined Compiled Code))
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java(Inlined Compiled Code))
         at oa_html._OA._jspService(_OA.java(Compiled Code))
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java(Compiled Code))
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java(Compiled Code))
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java(Compiled Code))
         at oracle.jsp.JspServlet.internalService(JspServlet.java(Compiled Code))
         at oracle.jsp.JspServlet.service(JspServlet.java(Compiled Code))
         at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java(Compiled Code))
         at org.apache.jserv.JServConnection.run(JServConnection.java(Compiled Code))
         at java.lang.Thread.run(Thread.java(Compiled Code))
    ## Detail 0 ##
    java.sql.SQLException: ORA-00904: "XXSNT_CLAIM_STATUS_DRAFT": invalid identifier
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java(Compiled Code))
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java(Compiled Code))
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java(Compiled Code))
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java(Compiled Code))
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java(Compiled Code))
         at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java(Compiled Code))
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java(Compiled Code))
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java(Compiled Code))
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java(Compiled Code))
         at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java(Compiled Code))
         at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java(Compiled Code))
         at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java(Compiled Code))
         at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(OAJboViewObjectImpl.java(Inlined Compiled Code))
         at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java(Compiled Code))
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java(Compiled Code))
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java(Inlined Compiled Code))
         at oracle.jbo.server.ViewRowSetImpl.executeDetailQuery(ViewRowSetImpl.java(Inlined Compiled Code))
         at oracle.jbo.server.ViewObjectImpl.executeDetailQuery(ViewObjectImpl.java(Inlined Compiled Code))
         at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java(Inlined Compiled Code))
         at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQuery(OAViewObjectImpl.java(Compiled Code))
         at xxsnt.oracle.apps.pos.isp.server.XxsntSupplierClaimsAMImpl.searchclaim(XxsntSupplierClaimsAMImpl.java:120)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code))
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code))
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
         at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java(Compiled Code))
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java(Inlined Compiled Code))
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java(Compiled Code))
         at xxsnt.oracle.apps.pos.isp.webui.ClaimSearchCO.processFormRequest(ClaimSearchCO.java:101)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1159)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java(Inlined Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java(Inlined Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java(Inlined Compiled Code))
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java(Inlined Compiled Code))
         at oa_html._OA._jspService(_OA.java(Compiled Code))
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java(Compiled Code))
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java(Compiled Code))
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java(Compiled Code))
         at oracle.jsp.JspServlet.internalService(JspServlet.java(Compiled Code))
         at oracle.jsp.JspServlet.service(JspServlet.java(Compiled Code))
         at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java(Compiled Code))
         at org.apache.jserv.JServConnection.run(JServConnection.java(Compiled Code))
         at java.lang.Thread.run(Thread.java(Compiled Code))
    java.sql.SQLException: ORA-00904: "XXSNT_CLAIM_STATUS_DRAFT": invalid identifier
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java(Compiled Code))
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java(Compiled Code))
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java(Compiled Code))
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java(Compiled Code))
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java(Compiled Code))
         at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java(Compiled Code))
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java(Compiled Code))
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java(Compiled Code))
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java(Compiled Code))
         at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java(Compiled Code))
         at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java(Compiled Code))
         at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java(Compiled Code))
         at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(OAJboViewObjectImpl.java(Inlined Compiled Code))
         at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java(Compiled Code))
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java(Compiled Code))
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java(Inlined Compiled Code))
         at oracle.jbo.server.ViewRowSetImpl.executeDetailQuery(ViewRowSetImpl.java(Inlined Compiled Code))
         at oracle.jbo.server.ViewObjectImpl.executeDetailQuery(ViewObjectImpl.java(Inlined Compiled Code))
         at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java(Inlined Compiled Code))
         at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQuery(OAViewObjectImpl.java(Compiled Code))
         at xxsnt.oracle.apps.pos.isp.server.XxsntSupplierClaimsAMImpl.searchclaim(XxsntSupplierClaimsAMImpl.java:120)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code))
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code))
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
         at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java(Compiled Code))
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java(Inlined Compiled Code))
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java(Compiled Code))
         at xxsnt.oracle.apps.pos.isp.webui.ClaimSearchCO.processFormRequest(ClaimSearchCO.java:101)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1159)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java(Inlined Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java(Inlined Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java(Inlined Compiled Code))
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java(Inlined Compiled Code))
         at oa_html._OA._jspService(_OA.java(Compiled Code))
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java(Compiled Code))
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java(Compiled Code))
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java(Compiled Code))
         at oracle.jsp.JspServlet.internalService(JspServlet.java(Compiled Code))
         at oracle.jsp.JspServlet.service(JspServlet.java(Compiled Code))
         at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java(Compiled Code))
         at org.apache.jserv.JServConnection.run(JServConnection.java(Compiled Code))
         at java.lang.Thread.run(Thread.java(Compiled Code))

    I guess this is your custom VO Query issue.
    Not sure why you are writing (xxsnt_claim_status_draft(xxscd.CREATED_BY) = 'Y' instead of simply writing xxscd.CREATED_BY = 'Y'
    Its not recognizing xxsnt_claim_status_draft in where clause of your query.
    Regards,
    Ram

  • I get an error that says can't connect to the itunes store when I search for a specific artist only

    Hi all,
    When I try to search for music by a specific artist in the iTunes store on my iPhone 5, I get an error that says "Can't connect to the iTunes store".  This only happens when I search for music by this band.  I can search for other artists and listen to song clips and everything seems to be connecting to the iTunes store just fine.  But for some reason, it doesn't work with this artist.  The band name is July for Kings.  Not sure if anyone else has had this issue, but I hope so!
    Thanks,
    Rick

    IF you are not able to resolve your issue then contact Apple Support at https://getsupport.apple.com/GetproductgroupList.do?caller=ikb&PRKEYS=PL220,1316 29,PL113,PL302,PF3,PF4,PF9,PL303,PL339,p…
    hopefully they can help. You may also be interested to know that for some reason it is just not available to a lot of people at the same time. Appears to be an issue of more users than their servers can handle. Has happened periodically for at least 6 months that I know of but apparently users are able to use within several days if there are no other issues with the users device.

  • HT1386 I repeatedly receive an error mesage when trying to sync my ipod touch with my new computer, "some of the items in the itunes library, were not copied to the ipod because you are not authorized for them on this computer."  My computer is authorized

    I repeatedly receive an error message when trying to sync my ipod touch with my itunes library with my new computer which reads, "Some of the items in the itunes library were not copied to the ipod because you are not authorized on this computer." However when I try and authorize my computer I always receive the message that this computer is authorized. What am I doing wrong?  I'm missing about 100 songs as a result of this error!!

    See:
    iTunes Store: About authorization and deauthorization
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases
    Could the items be purchased by another account?

  • Encountered an error when attempting to open Lightroom for the first time. Went to Lightroom Help and searched for the error "An error occurred when attempting to change modules". Non of the solutions helped. what now?

    Encountered an error when attempting to open Lightroom for the first time. Went to Lightroom Help and searched for the error "An error occurred when attempting to change modules". Non of the solutions helped. What now?

    I am getting this error message as well. I have just downloaded Lightroom recently. I try to click on Lightroom / preferences....and nothing happens. I tried to uninstall and it is greyed out so I can't do that either. Suggestions? Please help?

  • The following error occured when searching for on-premises exchange server

    I look after a company where I installed a new DELL server last year, The server is running Windows Small Business Server 2011 which we installed. Exchange 2010 was installed as part of the Windows Small Business Server 2011 installation. At the time we
    did not configure Exchange because they use external POP accounts for email. Eventually they wanted to move over to Exchange
    When we created the user accounts using Windows SBS Console, it created a local mailbox for each user
    No problems - [email protected]
    Since late last year every time I create a new user within SBS Console, it errors creating the mailbox
    Add a user account and assign a user role
    Getting "Unexpected error occurred" when Setting up an e-mail account for user
    Looking at the error "Unexpected error occurred" & MessagingManagement "Unexpected error occured"
    The user account is created ok just no e-mail address is created for the user
    I never thought much about this at the time as we weren't using Exchange email accounts. I decided to have a look at this issue over weekend
    When I try to open Microsoft Exchange Management Console I'm getting "Initialization failed"
    The following error occurred when searching for the On-Premises Exchange server
    When I try to open Microsoft Exchange Management Shell, I get a similar error
    I've download & run EMTShooter which just identifies there is an error & gives me the same error
    I've installed & re-installed WinRM IIS Extensions
    I've checked all the settings in IIS, Default Web Site, PowerShell, Modules & Paths...
    Still cannot connect to Exchange
    I've trawled through the internet for two days checking & testing every solution but no luck
    I've checked every setting against another Windows SBS 2011 Server we've installed & works
    I cannot find a difference
    Can someone help me or point me in the right direction?
    Peter Ralphs

    Thanks for the reply Cara
    Here's the original error I was getting when opening Exchange Management Console
    Initialization failed
    The following error ocurred while searching for the on-premises Exchange server:
    [server.myd.local] Connecting to remote server failed with the following error message : The WinRM client cannot process the request. It cannot determine the content type of the HTTP response from the destination computer. The content type is absent or invalid.
    For more information, see the about_Remote_Troubleshooting Help topic. It was running the command 'Discover-ExchangeServer -UseWIA $true -SuppressError $true -CurrentVersion 'Version 14.1 (Build 218.15)
    I got similar error when trying to access the Exchange Management Shell
    VERBOSE: Connecting to SERVER.myd.local
    [server.myd.local] Connecting to remote server failed with the following error message : The WinRM client cannot process the request. It cannot determine the content type of the HTTP response from the destination computer. The content type is absent or invalid.
    For more information, see the about_Remote_Troubleshooting Help topic.
        + CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [],                          
    PSRemotingTransportException
        + FullyQualifiedErrorId : PSSessionOpenFailed
    When I opened the Exchange Management Console this week, the error had changed slightly
    Initialization failed
    The following error ocurred while searching for the on-premises Exchange server:
    [server.myd.local] Connecting to remote server failed with the following error message : The WinRM client received an HTTP server error status (500), but the remote service did not include any other information about the cause of the failure. For more information,
    see the about_Remote_Troubleshooting Help topic. It was running the command 'Discover-ExchangeServer -UseWIA $true -SuppressError $true -CurrentVersion 'Version 14.1 (Build 218.15)
    I could only run Exbpa from a command prompt (obviously no access from Exchange Management Console)
    This is the result of the Health Check Scan
    Organization: First Organization
    Default Global Address List Changed
    The 'msExchQueryFilter' attribute of the default Global Address List 'Default Global Address List' has been changed. Default: '(Alias -ne $null -and (ObjectClass -eq 'user' -or ObjectClass -eq 'contact' -or ObjectClass -eq 'msExchSystemMailbox' -or ObjectClass
    -eq 'msExchDynamicDistributionList' -or ObjectClass -eq 'group' -or ObjectClass - eq 'publicFolder'))'. Current: '((Alias -ne $null) -and (((ObjectClass -eq 'user') -or (ObjectClass -eq 'contact') -or (ObjectClass -eq 'msExchSystemMailbox') -or (ObjectClass
    -eq 'msExchDynamicDistributionList') -or (ObjectClass -eq 'group') -or (ObjectClass -eq 'publicFolder'))))'.
    Admin Group: Exchange Administrative Group (FYDIBOHF23SPDLT)
    The default public folder database is remote
    The default public folder database for mailbox database 'Mailbox Database' on server SERVER isn't local. Public folder database: CN=Public Folder Database 1529293969,CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=First
    Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=myd,DC=local.
    Server: SERVER
    Disk timeout changed
    Disk timeout on server SERVER.myd.local is not set at the default of 10 seconds. This is normal if third-party storage software is installed. Current timeout value is 160 seconds.
    Client RPC binding found
    The 'Rpc_Binding_Order' is set on server SERVER.myd.local. It is possible that either the Exchange or Outlook client is installed on the server. Current registry value: ncalrpc,ncacn_ip_tcp.
    One thing I've noticed from the start is that the error occurs when it is "searching" for the Exchange Server, it then goes on to name the server [server.myd.local] it knows it's there but cannot access it ?
    Another thing I've noticed is that it always refers to the "remote server" this server is Windows SBS 2011, it's the Domain Controller, DHCP Server, DNS Server & Exchange Server all in the same box
    I also noticed that the Health Check stated that "The default public folder database is remote"
    Has this something to do with it ?
    Regards
    Peter

  • I'm repeated receiving error messages when I download adobe acrobat ,

    i'm repeated receiving error messages when I download adobe acrobat , how do I get it to work?

    Hi haftorahman,
    Please try downloading from this page: Download Acrobat products | Standard, Pro | XI, X
    Before you download, log in to your system as an admin, and disable any antivirus software.
    Please let us know how it goes.
    Best,
    Sara

  • I continue to get r6025 runtime error with iTunes version 10.6.3.25.  Have uninstalled and reinstalled twice.  Happens when I search in iTunes Store.  Ideas to fix?

    I continue to get r6025 runtime error with iTunes version 10.6.3.25.  Have uninstalled and reinstalled twice.  Happens when I search in iTunes Store.  Ideas to fix?

    Hi,
    got it fixed! My Son had both files on his Win7 iTunes installation. Never mind he had no issues whith ths iTunes and iPhone Sync. So I checked my other Win XP PC, where I don't have this problem syncing my ipad, and surprise. Both files do NOT show up on this PC. So I renamed the iTunesPhotoProcessor.exe I found under c:\program file\iTunes and synced again my iPhone and it went through without any error. So the problem might be and unremoved iTunesPhotoProcessor.exe or the missing iTunesPhotoProcessor.dll under the iTunes install root folder and this even if I had checked that the folder was completely removed during iTunes unistall.
    Please try yourselve and just rename the iTunesPhotoProcessor.exe to iTunesPhotoProcessor.exe_ under c:\program file\iTunes or get a copy of the missing iTunesPhotoProcessor.dll and cp to c:\program file\iTunes.

  • When trying to update Acrobat XI I get a 1328 error each time. I have uninstalled XI and reinstalled it from disk. When trying to update the newly installed XI I still get the 1328 error. I have searched my C: drive for the file C:\config\Msi\PTA082.tmp b

    When trying to update Acrobat XI I get a 1328 error each time. I have uninstalled XI and reinstalled it from disk. When trying to update the newly installed XI I still get the 1328 error. I have searched my C: drive for the file C:\config\Msi\PTA082.tmp but with no sucess. Any suggestions?

    Hi Berriedale,
    Please try the below steps and check.
    Turn off any antivirus or software security program.
    Download the update patch 11.0.10 manually from the below link and run it.
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5859
    Regards,
    Anand

  • Unknown server error when accessing Search api via REST

    When trying to access the SharePoint search service via REST, I always get an internal server error with no information about the cause of the problem.
    My SharePoint app uses app-only permissions, and includes search permissions as follows:
      <AppPermissionRequests AllowAppOnlyPolicy="true">
        <AppPermissionRequest Scope="http://sharepoint/content/tenant" Right="Write" />
        <AppPermissionRequest Scope="http://sharepoint/social/tenant" Right="Read" />
        <AppPermissionRequest Scope="http://sharepoint/search" Right="QueryAsUserIgnoreAppPrincipal" />
      </AppPermissionRequests>
    I see the search permission listed when installing the app.
    I know I'm getting a valid bearer token, because all of my other requests work fine. Here is the request I'm making that returns the error:
    REQUEST:
    $ curl -H "Authorization:Bearer abcABC...f1-iYrm-efhQ" https://<domain-my>.sharepoint.com/_api/search/query
    where <domain-my> is the SharePoint site that I'm accessing. I've also tried this request with all combinations of headers, including Accept, Content-Type, odata, and even including the request digest. I've also tried adding query parameters, and using
    POST with the query in the message body. However, this is always the response I receive:
    RESPONSE:
    <?xml version="1.0" encoding="utf-8"?><m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><m:code>-1, Microsoft.Office.Server.Search.REST.SearchServiceException</m:code><m:message
    xml:lang="en-US">An unknown error occurred.</m:message></m:error>
    If I log in to SharePoint I can make a get request to /_api/search/query and it returns a non-error response. What is causing the problem with my REST request? Is there any way to get more information from the server? This is SharePoint online, so I don't have
    access to the server.
    Thanks!

    When using search you must have a user context, it cannot be used with an app only policy. This feature has been submitted to Office User Voice. You can vote for it here:
    http://officespdev.uservoice.com/forums/224641-general/suggestions/6069886-make-it-possible-to-use-sharepoint-search-with-app
    Blog | SharePoint Field Notes Dev Tools |
    SPFastDeploy | SPRemoteAPIExplorer

  • Error when performing search:  getExtendedProperties [LDAP: error code 50

    Hi there,
    We are currently running OAS 10.1.2. We have an application which is running Oracle Forms. To get access to these forms, the authenication is a combination of the user logging on to their windows domain, (AD SSO) and having the correct username and groups within Oracle OID and DAS.
    We have a major problem at the moment in Production where every so often a user will get rejected for having insufficient access rights, and the UserID in the logs being Null. Yet if they try again it works.
    Does anyone know why this might be happening for?
    Here is the Forms log :
    09/07/31 06:59:32 Forms session <967> runtime process id = 10,780
    09/07/31 07:02:27 oracle.ldap.util.AccessDeniedException: General Error when performing search: getExtendedProperties [LDAP: er
    ror code 50 - Insufficient Access Rights]
    09/07/31 07:02:27 at oracle.ldap.util.User.getExtendedProperties(User.java:365)
    09/07/31 07:02:27 at oracle.forms.servlet.FormsOIDContext.getUserCredentials(Unknown Source)
    09/07/31 07:02:27 at oracle.forms.servlet.FormsServlet.getUserId(Unknown Source)
    09/07/31 07:02:27 at oracle.forms.servlet.FormsServlet.doRequest(Unknown Source)
    09/07/31 07:02:27 at oracle.forms.servlet.FormsServlet.doGet(Unknown Source)
    09/07/31 07:02:27 at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    09/07/31 07:02:27 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    09/07/31 07:02:27 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
    09/07/31 07:02:27 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    09/07/31 07:02:27 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    09/07/31 07:02:27 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    09/07/31 07:02:27 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    09/07/31 07:02:27 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192
    09/07/31 07:02:27 at java.lang.Thread.run(Thread.java:534)
    09/07/31 07:02:27 oracle.ldap.util.AccessDeniedException: General Error when performing search: getExtendedProperties [LDAP: er
    ror code 50 - Insufficient Access Rights]
    09/07/31 07:02:27 In getUserId method: caught oracle.ldap.util.AccessDeniedException: General Error when performing search: ge
    tExtendedProperties [LDAP: error code 50 - Insufficient Access Rights]
    09/07/31 07:02:27 In doRequest method in ue.isNamingException
    09/07/31 07:02:27 Redirecting to DAS to update the resviewer list
    09/07/31 07:02:27 UserID is NULL redirecting to DAS
    09/07/31 07:02:27 Forms Group DNcn=Logical Application Group, orclApplicationCommonName=formsApp_dras03.workcover.qld.gov.au_63A
    36930655911DBBF37F32F8ED7FD07, cn=forms, cn=Products, cn=OracleContext                                                                                                                                                                                         
    09/07/31 07:02:27 The DAS URL generated: http://prinfds.workcover.qld.gov.au:7777/oiddas/ui/oracle/ldap/das/mypage/AppCreateReso
    urceInfo?resKey=prcar_sso&resType=oracleDB&resViewer=cn%3DLogical+Application+Group%2C+orclApplicationCommonName%3DformsApp_dras
    03.workcover.qld.gov.au_63A36930655911DBBF37F32F8ED7FD07%2C+cn%3Dforms%2C+cn%3DProducts%2C+cn%3DOracleContext&doneURL=http%3A%2F
    %2Fdras03.workcover.qld.gov.au%3A7778%2Fforms%2Ffrmservlet%3Fconfig%3Dprcar_sso%26form%3DSY0001.fmx&cancelURL=
    09/07/31 07:05:26 oracle.ldap.util.AccessDeniedException: General Error when performing search: getExtendedProperties [LDAP: er
    ror code 50 - Insufficient Access Rights]
    09/07/31 07:05:26 at oracle.ldap.util.User.getExtendedProperties(User.java:365)
    09/07/31 07:05:26 at oracle.forms.servlet.FormsOIDContext.getUserCredentials(Unknown Source)
    09/07/31 07:05:26 at oracle.forms.servlet.FormsServlet.getUserId(Unknown Source)
    09/07/31 07:05:26 at oracle.forms.servlet.FormsServlet.doRequest(Unknown Source)
    09/07/31 07:05:26 at oracle.forms.servlet.FormsServlet.doGet(Unknown Source)
    09/07/31 07:05:26 at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    09/07/31 07:05:26 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    09/07/31 07:05:26 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
    09/07/31 07:05:26 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    09/07/31 07:05:26 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    09/07/31 07:05:26 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    09/07/31 07:05:26 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    09/07/31 07:05:26 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192
    09/07/31 07:05:26 at java.lang.Thread.run(Thread.java:534)
    09/07/31 07:05:26 oracle.ldap.util.AccessDeniedException: General Error when performing search: getExtendedProperties [LDAP: er
    ror code 50 - Insufficient Access Rights]
    09/07/31 07:05:26 In getUserId method: caught oracle.ldap.util.AccessDeniedException: General Error when performing search: ge
    tExtendedProperties [LDAP: error code 50 - Insufficient Access Rights]
    09/07/31 07:05:26 In doRequest method in ue.isNamingException

    I fixed it in my environment.
    formweb.cfg has oid_formsid and formsid_group_dn. Verify if these values are correct.
    Also ensure that formsid_group_dn has no blank spaces after ',' (commas)
    formsid_group_dn=cn=Logical Application Group,orclApplicationCommonName=formsApp_xyzhost_1224C3F0A73B11DBBFC783346A955D8F,cn=forms,cn=Products,cn=OracleContext

  • Why would I repeatedly receive an "unable to download at this time " error message when memory and signal do not seem to be a problem?

    Why would I repeatedly receive a download error message when memory is sufficient?

    Uh, maybe it's a server problem, and unrelated to you or your device?

  • Can some document make an error when the Search engine is working

    Hi everybody, now I'm asking your opinion about this.
    I'm install the Sun web Server 7 and work fine, I was thinking that but when I try to make some search I have something like an Internal error. I don't expect that, only want a message like not found or something.
    Next we try with the same word, but change to capital letter the first one and walaaaa, the search was successful and the search engine found the documents.
    This situation is happening with some words, like "bank", is I search for "bank" I have that message "Internal Error" but if I search this one "Bank" I found in my documents...
    I think that maybe It something in the documents, but I don't know what to think now... When I seacrh in the logs when I index the files I only see this, but I don't know kind of error is... and is this has a relation with my situation...
    [26/oct/2007:10:07:15] ERROR: ZP ZipEntryProcessor not found: ngnova.document.ZipEntryProcessor
    [26/oct/2007:10:07:15] ERROR: ZP ZipEntryProcessor not found: ngnova.document.SOEntryProcessor
    [26/oct/2007:10:07:15] ERROR: ZP ZipEntryProcessor not found: ngnova.document.SOEntryProcessor
    [26/oct/2007:10:07:15] ERROR: ZP ZipEntryProcessor not found: ngnova.document.SOEntryProcessor
    [26/oct/2007:10:07:15] ERROR: ZP ZipEntryProcessor not found: ngnova.document.SOEntryProcessor
    [26/oct/2007:10:07:15] ERROR: ZP ZipEntryProcessor not found: ngnova.document.SOEntryProcessor
    What you think??? Are you see something like that before??

    We had a problem a year or so ago similar to this and it turned out that we had documents that contained special control characters and that was tripped up the search engine. The symptoms were similar -- if we searched for certain words, we'd get an error, but other words would return results fine. The reason turned out to be that when we were getting the error the collection of results contained a file that contained a control character.
    I see I'm a year late in responding to your problem, but, hey, if someone else comes across this detail, great.
    Dave

Maybe you are looking for