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

Similar Messages

  • I'm getting error messages when I download updates for lightroom and flash for the mac. can't figure out how to trouble shoot.

    I'm getting error messages when I download updates for lightroom and flash for the mac. can't figure out how to trouble shoot.

    It sounds as if your browser and some of your apps are not color-managed.  This is pretty typical.  Even IE9 is only partially color-managed.
    You can expect color-managed and non-color-managed applications to show you different things with the same images.  How different will depend upon how different your monitor color profile is from the image's color profile.
    For web publication and most general use, experts usually advise saving images with the sRGB profile.  If such images, saved through the Save for Web & Devices function, look different to you than you expect, it may be that your input images have previously been saved in another color space.
    You should really try to get your head around color-management by reading more on it.  It can seem baffling and it's difficult to understand without some background.  A quick web search turns up many overviews.  Beware, though, even people writing articles sometimes don't fully understand it.
    -Noel

  • Anyone else getting a timed out error message when trying to check for updates via the app store software on a desktop?

    anyone else getting a timed out error message when trying to check for updates via the app store software on a desktop?

    Hi, couple of things to try...
    Anonymous
    Post subject: NSURLErrorDomain error -1100 in OS X 10.8
    If you check for software updates using the App Store in OS X 10.8 and get "NSURLErrorDomain error -1100" the problem may be with your Software Update preferences. This is particularly likely if you were using a custom Apple Software Update server. To solve the problem, quit the App Store, move the following two files (if present) to the trash, restart, and only then rerun App Store updates:
    /Library/Preferences/com.apple.SoftwareUpdate.plist
    /Library/Preferences/com.apple.SoftwareUpdate.plist.lockfile
    http://x704.net/bbs/viewtopic.php?f=12&t=6130
    I was recently trying to upgrade to mountain lion through the app store.  I have unreliable Internet from a cable company whom I will not name, but we all know who they are.  My Internet dropped while downloading the upgrade.  Once I went through the notorious unplug the modem/router and plugged it back in to gain Internet connectivity again, I could not resume. No matter what I did, the app store kept displaying "an error occurred." I am hoping that those with the same issue read this first to save them hours of skimming through the Internet to find a solution.  Here are the steps to take:
    1. Make sure you have reestablished Internet connection
    2. Chances are you got frustrated when you tried to resume/unpause the download and clicked the "X" to the left.  If so, select the "Store" drop-down menu from the App Store and select "View My Account." There should be an option to unhide your purchase.  You know what to do.
    3. There is also an option to  reset all warnings for buying and downloading under "View My Account." Do this, click "Done," sign out of the App Store and quit the App Store.
    4. Open the Preferences in safari and select Privacy.  Select "Remove All Website Data."  Just do it.
    5. Launch the app store and sign in.
    6. Now, if you "Check for Unfinished Downloads" everything works peachy.
    I hope this helps.  Not much I can do for your Internet connection though.
    JonEz15...
    https://discussions.apple.com/thread/4697970?tstart=120

  • Getting error 80072f0d when trying to search for N...

    Hi there,
    I'm getting an error when trying to search for Nokia Lumia 800 update through Windows Phone 7 Connector on my Mac. Attached below the is the full error message. Can anybody help me with this, please? Thank you very much!!
    Some more info, my phone currently runs OS version 7.10.8107.79.
    Here now the error message:
    We aren’t able to check "NOKIA Lumia 800" for available updates right now. Please try again later. If you need to contact support, reference error 80072f0d
    Current Version: 07.10.08107.03

    Hi,
    Thanks for your feedback both of you.
    It may be required for you to reset the Lumia in order for the update to be installed. You will find this option in Settings>About>reset your phone. This will erase all information on your phone so make sure you have synced all contact and calendar data with your respective Exchange Active Sync accounts and your media files with Zune. You can use the app Reinstaller to download all (paid) apps again. When prompted select BUY for your app and it will be recognized as bought before and you will be allowed to install it again.
    Hope this helps,
    Kosh
    Press the 'Accept As Solution' icon if I have solved your problem, click on the Star Icon below if my advice has helped you!

  • Error message when no atachment found for the workitem while approving ?

    Hi Folks,
    I need some help in this issue please.
    Requirement is, Agent needs to attach a document to work item and then approve. To achieve this, i have put code in for complete execute condition of the step.
    This is how it works, when agent attaches doccument and approves, it completes workitem and when there is no attachment, it does not complete work item but it does not stop agent by throwing anykind of error message.
    I need a error message when there is no atachment found for the workitem and agent tries to approve it. Please suggest how i can get this done ?
    Thanks a lot in advance..
    Prasu

    Hi
    There a couple of different ways to accomplish this.
    If your not using standard task/methods your able to extend your method. In here just check if a document is attached, display a message with the message statement, or a FM (e.g. TH_POPUP_TO_INFORM), and then call the workflow statement "<b>Exit_Cancelled</b>", by doing this the workitem will stay in the inbox, in status in process until the document is attached.
    If your using standard task / Methods, you need to check if a document is attached in the workflow logic, preferably in a condition. Now - if no document has been attached create a loop, and within this loop create a task, for displaying the message. A easy solution here could be a simple decision task with only one Decision, or if you are able to do some ABAP development, create a small method for displaying the message.
    In order to make sure that this task/message will popup immediately, create a container element e.g. "Last_Agent", the do a binding from the decision task to the workflow container ActualAgent -> Last_Agent.  Now you Last_Agent as the agent for you "Display Message" Task
    Regards
    Morten Nielsen

  • Error Message when installing Companion CD for HTMLDB 1.6 and HTTP Server

    Hi. First time forum user so bear with me.
    I'm not sure if this is the correct forum for this but the assistance of anyone who may be able to shed some light on the problem whould be greatly appreciated. I am having a problem when attempting to install the Companion CD for HTMLDB 1.6 and HTTP Server, details given below:
    The following Oracle components have been successfully installed
         Oracle 10gR2 Database.
         Oracle 10gR2 Database patch 10.2.03.
         Critical patch up date (security).
    The following Oracle component failed to install.
         Companion CD for HTMLDB 1.6 and HTTP server
    Scenario leading up to failure
         Extracted companion CD installation files to D:\oracle\utilities\Oracle_10_2_0_Companion
         Executed D:\oracle\utilities\Oracle_10_2_0_Companion\companion\setup.exe.
    The following error message is displayed in a "JAVA VIRTUAL MACHINE LAUNCHER" dialog box
         "Could not find the main event class. Program will exit."
    I have been attmepting to resolve this problem for over a week and have already checked the following with no resolution to the problem:
    Cause. This issue may have to do with two issues (and may occur more on Windows):-
    1. Within the ORACLE_HOME directory full pathname there is a space.
    2. The directory from where the software / patch is being installed has a space within the directory full
    pathname (where the file for the installation by default is named products.jar or products.xml).
    Solution. To implement the solution, please execute the following steps:-
    1. Rename the full pathname directory NOT to contain a space.
    2. Launch again the OUI... and verify if the problem occurs.
    Any further guidance would be greatly appreciated.
    Edited by: user10386555 on 03-Oct-2008 02:51

    Can you install using OUI from the RDBMS installation? IIRC, there is a problem using OUI on companion to install companion items.

  • Error message when I run searches on my website (PHP/MySQL help)

    Hey guys, can someone tell me why this is happening in my PHP? I run a search on my website and get this error message ye sI filled the hostname, username and password)
    Results for
    PHP Error Message
    Warning:  mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/a8295382/public_html/Search Results.php on line 233
    Couldn't execute query
    Here is my PHP code:
    <?php
    $hostname_logon = "host" ;
    $database_logon = "hostname" ;
    $username_logon = username" ;
    $password_logon = "password" ;
    //open database connection
    $connections = mysql_connect($hostname_logon, $username_logon, $password_logon) or die ( "Unabale to connect to the database" );
    //select database
    mysql_select_db($database_logon) or die ( "Unable to select database!" );
    //specify how many results to display per page
    $limit = 15;
    //get the search variable from URL
    $var = mysql_real_escape_string(@$_REQUEST['q']);
    //get pagination
    $s = mysql_real_escape_string($_REQUEST['s']);
    //set keyword character limit
    if(strlen($var) < 3){
        $resultmsg =  "<p>Search Error</p><p>Keywords with less then three characters are omitted...</p>" ;
    //trim whitespace from the stored variable
    $trimmed = trim($var);
    $trimmed1 = trim($var);
    //separate key-phrases into keywords
    $trimmed_array = explode(" ",$trimmed);
    $trimmed_array1 = explode(" ",$trimmed1);
    // check for an empty string and display a message.
    if ($trimmed == "") {
        $resultmsg =  "<p>Search Error</p><p>Please enter a search...</p>" ;
    // check for a search parameter
    if (!isset($var)){
        $resultmsg =  "<p>Search Error</p><p>We don't seem to have a search parameter! </p>" ;
    // Build SQL Query for each keyword entered
    foreach ($trimmed_array as $trimm){
    // EDIT HERE and specify your table and field names for the SQL query
    // MySQL "MATCH" is used for full-text searching. Please visit mysql for details.
    $query = "SELECT * , MATCH (field1, field2) AGAINST ('".$trimm."') AS score FROM table_name WHERE MATCH (field1, field2) AGAINST ('+".$trimm."') ORDER BY score DESC";
    // Execute the query to  get number of rows that contain search kewords
    $numresults=mysql_query ($query);
    $row_num_links_main =mysql_num_rows ($numresults);
    //If MATCH query doesn't return any results due to how it works do a search using LIKE
    if($row_num_links_main < 1){
        $query = "SELECT * FROM table_name WHERE field1 LIKE '%$trimm%' OR field2 LIKE '%$trimm%'  ORDER BY field3 DESC";
        $numresults=mysql_query ($query);
        $row_num_links_main1 =mysql_num_rows ($numresults);
    // next determine if 's' has been passed to script, if not use 0.
    // 's' is a variable that gets set as we navigate the search result pages.
    if (empty($s)) {
         $s=0;
      // now let's get results.
      $query .= " LIMIT $s,$limit" ;
      $numresults = mysql_query ($query) or die ( "Couldn't execute query" );
      $row= mysql_fetch_array ($numresults);
      //store record id of every item that contains the keyword in the array we need to do this to avoid display of duplicate search result.
      do{
          $adid_array[] = $row[ 'field_id' ];
      }while( $row= mysql_fetch_array($numresults));
    } //end foreach
    //Display a message if no results found
    if($row_num_links_main == 0 && $row_num_links_main1 == 0){
        $resultmsg = "<p>Search results for: ". $trimmed."</p><p>Sorry, your search returned zero results</p>" ;
    //delete duplicate record id's from the array. To do this we will use array_unique function
    $tmparr = array_unique($adid_array);
    $i=0;
    foreach ($tmparr as $v) {
       $newarr[$i] = $v;
       $i++;
    //total result
    $row_num_links_main = $row_num_links_main + $row_num_links_main1;
    // now you can display the results returned. But first we will display the search form on the top of the page
    echo '<form action="search.php" method="get">
            <div>
            <input name="q" type="text" value="'.$q.'">
            <input name="search" type="submit" value="Search">
            </div>
    </form>';
    // display an error or, what the person searched
    if( isset ($resultmsg)){
        echo $resultmsg;
    }else{
        echo "<p>Search results for: <strong>" . $var."</strong></p>";
        foreach($newarr as $value){
        // EDIT HERE and specify your table and field unique ID for the SQL query
        $query_value = "SELECT * FROM newsight_articles WHERE field_id = '".$value."'";
        $num_value=mysql_query ($query_value);
        $row_linkcat= mysql_fetch_array ($num_value);
        $row_num_links= mysql_num_rows ($num_value);
        //create summary of the long text. For example if the field2 is your full text grab only first 130 characters of it for the result
        $introcontent = strip_tags($row_linkcat[ 'field2']);
        $introcontent = substr($introcontent, 0, 130)."...";
        //now let's make the keywods bold. To do that we will use preg_replace function.
        //Replace field
          $title = preg_replace ( "'($var)'si" , "<strong>\\1</strong>" , $row_linkcat[ 'field1' ] );
          $desc = preg_replace ( "'($var)'si" , "<strong>\\1</strong>" , $introcontent);
          $link = preg_replace ( "'($var)'si" , "<strong>\\1</strong>" ,  $row_linkcat[ 'field3' ]  );
            foreach($trimmed_array as $trimm){
                if($trimm != 'b' ){
                    $title = preg_replace( "'($trimm)'si" ,  "<strong>\\1</strong>" , $title);
                    $desc = preg_replace( "'($trimm)'si" , "<strong>\\1</strong>" , $desc);
                    $link = preg_replace( "'($trimm)'si" ,  "<strong>\\1</strong>" , $link);
                 }//end highlight
            }//end foreach $trimmed_array
            //format and display search results
                echo '<div class="search-result">';
                    echo '<div class="search-title">'.$title.'</div>';
                    echo '<div class="search-text">';
                        echo $desc;
                    echo '</div>';
                    echo '<div class="search-link">';
                    echo $link;
                    echo '</div>';
                echo '</div>';
        }  //end foreach $newarr
        if($row_num_links_main > $limit){
        // next we need to do the links to other search result pages
            if ($s >=1) { // do not display previous link if 's' is '0'
                $prevs=($s-$limit);
                echo '<div class="search_previous"><a href="'.$PHP_SELF.'?s='.$prevs.'&q='.$var.'">Previous</a>
                </div>';
        // check to see if last page
            $slimit =$s+$limit;
            if (!($slimit >= $row_num_links_main) && $row_num_links_main!=1) {
                // not last page so display next link
                $n=$s+$limit;
                echo '<div  class="search_next"><a href="'.$PHP_SELF.'?s='.$n.'&q='.$var.'">Next</a>
                </div>';
        }//end if $row_num_links_main > $limit
    }//end if search result
    ?>
    Anyone got any ideas as to why this is happening?
    Also, I have not created any tables in my database... is this why it doesn't display any search results from my website?

    Sorry, but it doesn't help JTANNA.
    What is your definition of "more efficiently"? If it's limitation of search results, branded search, and limitation of styling your results then google search is more efficient. Real developers rely on their own developments. For example: how can google search display results from a password-protected site? They can't.
    best,
    Shocker

  • I keep getting an error message while trying to search for flights on Expedia

    I have used Expedia many times in the past without difficulty. Recently, however, whenever I try to search for flights on Expedia, I get a message that says "Sorry, we're having a problem on our end. Please try your search again later". But I'm able to search without problem from other computers. I've cleared my cache, cookies, and browsing history. I'm using the most recent version of Firefox. I had let some people borrow my laptop recently to check gmail accounts, but I've logged them out of everything. Any suggestions?

    <code>*cue Expedia commercial theme*</code>
    Can you try to start Firefox in Safe Mode to see if Firefox works properly with no error? You can start Firefox in Safe Mode below:
    *'''Windows/Mac''': Go to Help > Restart with add-ons disabled
    *'''Linux''': Run ''firefox -safe-mode'' in the Terminal/Konsole
    If Firefox opens up fine with no problems, it's probably one of your extensions that's causing the issue. You can re-enable your add-ons one by one until you find the one that causes the issue upon being re-enabled.
    I'm suspecting HTTPS Everywhere as the culprit in this though.

  • Issuing error message when creating a record for infotype

    i have a req in HR
    for the infotype 14 and the subtype 3010, when i'm going to create a record, i need to check some fields in infotype 0002. if check fails, i need to give error message and stop processing...
    how i should do this...
    thanks in advance

    Go to CMOD transaction and create a project with enhancement PBAS0001.Components for PBAS0001 is EXIT_SAPFP50M_001,EXIT_SAPFP50M_002.
    These two exit will contain tw0 includes ZXPADU01,ZXPADU02.ZXPADU01 include will trigger in the PBO of the transaction in create and change mode  and ZXPADU02 will trigger in in create and change mode  .Inside the inculde you can add the following code for different infotype
      CASE innnn-infty.
    0 0 1 4 *************************
        WHEN '0014'.
          PERFORM validate_0014_pai USING tclas
                                            psave
                                            ipsyst
                                            i001p
                                            i503
                                  CHANGING  innnn
                                           show_data_again.
    0 1 4 7 *************************
        WHEN '0147'.

  • Error message when maintaining number range for controlling area

    hello everybody:
    I am just creating a new controlling area in current system, it's ok for me to maintain (tcode KANK)the CO number range in Development system, but when comes to QAS, I want to maintain the number range groups (F6) manually, but not possible. A error message is throwed out by SAP saying:
    No elements exist for the object/sub-object 0060.
    Message no. NR004.
    Can anyone give me any suggestion on what reason this message comes?
    Regards.
    Andy

    Hello Andy,
    Please apply the OSS note 4958. This will help you to solve the problem with error NR004 and to define the CO number range objects.
    Kind regards,
    Carmen

  • Error Message When Downloading 4.2 for 3GS

    When I try download 4.2 from my iTunes it will proceed to near completion and then an error message which says "There was a problem downloading the software...The Network Connection timed out." I know it says on there what the problem is but its not the correct reason because I've tried to download it many times using different WiFi connections after my internet at home (which has never failed me before) brought up that error. I tried it again at home and it is clear that it is not a connection at home that is the problem. Does anyone know how to fix this so I can download the new 4.2. I have iTunes 10.1 already downloaded ( Which I downloaded using my home internet without any problems)

    The biggest single cause of this are firewalls & anti-virus software on your computer. So, disable or uninstall all firewalls, anti-virus software, anti-malware, anti-anything and try again. But first, delete the existing .ipsw file on your computer in case it may be corrupted. You will have to turn on show all hidden files & folders to see it. It is located here:
    C:\Documents and Settings\[username]\Application Data\Apple Computer\iTunes\iPhone Software Updates

  • Error message when building an application for Labview PDA

    When using LabView PDA module to build an application for a PDA target, I receive the following message: "Error building executable. Unable to create file". Why is this happening?
    When looking at the error log, it reads "The system cannot find the file specified."
    This happens even when looking at one of the Labview PDA example VI's, so it is not a result of the VI containing functions of features not supported by Labview PDA.
    When installing Labview PDA, I installed files as follows, and in this order:
    (i) Labview 7.1 (installed previously)
    (ii) Microsoft eMbedded Visual C++ 4.0
    (iii) Microsoft eMbedded Visual C++ 4.0 SP 3.0
    (iv) Microsoft SDK for Windows Mobile 2003-based Pocket PCs
    (v) Microsoft ActiveSync 3.8
    (vi) NI Labview 7.1 PDA module for PocketPC
    (vii) DAQmx Base 1.0 for PDA or later
    Any ideas?

    Did you attempt to add the _wordsub.llb and _excelsub.llb files to the application as support files?  I believe in LabVIEW 8.0 instead of adding the entire LLBs you should just add the _Word Dynamic VIs.vi and _Excel Dynamic VIs.vi as dynamic VIs.  I think I've seen a similar post on the discussion forums in the past that recommended this.
    If this suggestion doesn't help, please reply, and attach a simple VI and .lvproj file demonstrating the problem so I can investigate further.
    Good luck,
    -D
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • HT201493 Why do i  get a Location unavailable message when trying to search for a friend?

    When looking for only 1 of my 2 friends I get a location unavailable message.
    Does anyone know why? He doesn't have me blocked

    This issue can be caused by corrupted cookies.
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    See also:
    * http://kb.mozillazine.org/Cookies#Removing_cookies

  • I get an error message when using google search: Debug Error:[Exception... "Node was not found" code: "8" nsresult: "0x80530008 (NS_ERROR_DOM_NOT_FOUND_ERR)" location: "chrome://ffamazonhot/content/lib/Extension.debug.js Line: 366"]

    Debug Error:[Exception... "Node was not found" code: "8" nsresult: "0x80530008 (NS_ERROR_DOM_NOT_FOUND_ERR)" location: "chrome://ffamazonhot/content/lib/Extension.debug.js Line: 366"]

    Tools->Add-ons->Extensions
    At the top of the Firefox window, click on the Tools menu and select Add-ons. The Add-ons window will appear.
    In the Add-ons window, select the Extensions panel.
    Select the add-on you wish to uninstall.
    Click the Uninstall button. When prompted, click Uninstall to confirm.
    Then restart Firefox.
    Read here:
    [[Uninstalling add-ons|#How to uninstall extensions and themes|Uninstalling extensions]]

  • Error Message When Uninstalling Old iTunes for 7.7

    When uninstalling (as a natural part of the process of installing 7.7) a message comes up saying that it cannot find iTunes.msi and asks me to find the file. I have no idea where it is. It isn't in either of the two suggested locations.
    Any help is much appreciated.

    a message comes up saying that it cannot find iTunes.msi and asks me to find the file.
    With that one, let's try the following procedure.
    First, head into your Add/Remove programs and uninstall your QuickTime. If it goes, good. If it doesn't, we'll just attend to it when we attend to iTunes.
    Next, download and install the Windows Installer CleanUp utility:
    Description of the Windows Installer CleanUp Utility
    Now launch Windows Installer CleanUp ("Start > All Programs > Windows Install Clean Up"), find any iTunes and/or QuickTime entries in the list of programs in CleanUp, select those entries, and click “remove”.
    Next, we'll manually remove any leftover iTunes or QuickTime program files:
    (1) Open Local Disk (C:) in Computer or whichever disk programs are installed on.
    (2) Open the Program Files folder.
    (3) Right-click the iTunes folder and select Delete and choose Yes when asked to confirm the deletion.
    (4) Right-click the QuickTime folder and select Delete and choose Yes when asked to confirm the deletion. (Note: This folder may have already been deleted if QuickTime was successfully removed using Add/Remove Programs earlier.)
    (5) Delete the QuickTime and QuicktimeVR files located in the C:\Windows\system32\ folder. Click Continue if Windows needs confirmation or permission to continue. (Note: These files may have already been deleted if QuickTime was successfully removed using Add/Remove Programs earlier.)
    (6) Right-click on the Recycle Bin and on the shortcut menu, click Empty Recycle Bin.
    (7) Restart your computer.
    Now try another iTunes install. Does it go through properly now?

Maybe you are looking for

  • Multi-Mappings in BPM (XI 3.0)

    Hello, I´am trying to create a multi-mapping to merge a list of messages into one single message. Does anyone know if there is a multi-mapping testing environment ? If I test the multi-mapping in the normal message mapping test environment every thin

  • Question about multiple servlet comms

    all, Ok here is the setup: Let�s say I have 3 servlets (A, B, C) A is started and then responsible for polling a database to check for updates since last poll until it is destroyed on server shutdown B is an intermediary servlet C is responsible for

  • Troubles with HDX900

    I using a trial version of Onlocation cs-4 and recording from an HDX900, at 1080i it records fine, but there is a 5 second constant offset in the time code I can't seem to get rid of. I am initiating recording at the camera and have the pre-reoord bu

  • Can't post multiple values using forms based on procedure

    I want to post multiple values from form based on procedure. Is it possible? I've tried following steps: - create LOV with Multiple Values format - create form based on procedure - in Formatting and Validation page choose required item - select item

  • Reports with enhancements

    Hi All, Can anybody plz exlpain some frequently used reports with ENHANCEMENTS in Purchasing and SD. Two in each would be great ...in brief. Even proper links would also work for me. Plz guys I need them badly and soon. Thankyou All, JB