Receive error message when calculating the two fields with different date format

I'm more familiar with SQL Server and Oracle, then after a search online without success, I ask here.

I use developer PL/SQL with DB Oracle 11g Release 11.2.0.2.0 Enterprise 64-bit

MyTable:

ID_Number VarChar2

Date of Date_Received

Select ID_Number,

Date_Received,

To_Date (substr (ID_Number, 1.6), "YYMMDD") SentDate,.

Date_Received - NumDays To_Date (substr (ID_Number, 1.6), "YYMMDD")

FROM MyTable

Where substr (ID_Number, 7.3) in ('ABC', 'ABD')

and length (Trim (translate ((substr (ID_Number, 1,6)), '0123456789',' '))) a null value

ID_Number Date_Received SentDate NumDays

131002ABC1654106 10/16/10/2013-2013 14 2

131004ABD8813899 4/12/2013-4/8/2013 4

131014ABD1844832 10/16/10/14 OF 2013-2013 2

Sometimes the first 6 characters in the ID_Number aren't the numbers and length (Trim (translate deletes records))

I want just the records where NumDays > 2

I tried to put the request in a subquery and using where NumDays > 2 outside.  I also tried using the calculation directly in the Where clause.  Without it in Where clause it works very well, with him in a place, I get the following error:

ORA-01931: Date format picture ends before converting all of the input string


I don't know how to put the two dates in the same format.  I tried to declare the format without result.  I don't understand how I can calculate in the selection, but do not use the same calculation in Where clause.

Thank you for your help.

Hello

SQL is a language to describe the desired results.  How the system gets these results belongs to you don't have much say about which conditions will be applied when.

One place where you can control the order of things is a CASE expression.  When you say

CASE

WHEN condition_1

THEN expression_1

END

You can be sure that expression_1 will be evaluated only when cond_1 is set to TRUE.

Try something like this:

WITH got_sent_date AS

(

SELECT id_number, date_received

CASE

WHEN the TRANSLATION (SUBSTR (id_number, 1, 6)

, 'x' 0123456789 '.

, 'x'

) IS NULL

THEN TO_DATE (SUBSTR (id_number, 1-6)

, "YYMMDD".

)

END AS sent_date

FROM MyTable

WHERE (id_number, 7, 3) SUBSTR ("ABC", "ABD")

)

SELECT id_number

date_received

sent_date

, date_received - sent_date AS num_days

OF got_sent_date

WHERE date_received > sent_date + 2

;

If you would care to post some sample data (CREATE TABLE and INSERT statements) and the results desired from this data, I was able to test this.

Of course, you'll still errors of execution if id_number starts with 6 digits, but they do not have to be valid, for example '131100' or '130229'.  This is one of the reasons why the date information storage in VARCHAR2 columns are a bad idea.  To work around this problem, see

https://forums.Oracle.com/message/4255051

Tags: Database

Similar Questions

  • Receive error message when adding the control of signature on the screens of the Interview with the OPA

    Hi team,

    We have an obligation to add electronic signature on multiple screens of interview.

    I tried to add the control of Signature in the form of the interview, but I get the error message below. We use the OPA 12.2 version November cloud.

    "Current data mapping settings do not support file attachments. File upload controls is no longer valid. (OPA-E00538)

    Thank you

    Vivek

    Yes. And make sure that you submit to a Service Cloud FileAttachments active or item by using a connection to the web service that supports attachments for the entities mapped on a.

  • Receive an error message when updating the iPad to 9.2.  What should do?

    Receive an error message when updating the iPad to 9.2.  What should do?

    What is the wording accurate and complete error message? What troubleshooting

    did you?

  • Receive error message when you try to download the update update for PowerPoint 2003 (KB957784) security

    I still receive an error message when you try to download the update to update security for Microsoft PowerPoint (KB957784).

    I searched night and day for a solution - even contacted microsoft by e-mail.  The specific error is: Code 57F

    It is displayed when I press the "get help with this error message:
    "WindowsUpdate_0000057E" "WindowsUpdate_dt000"

    It was the E-mail feedback:

    Thank you for your email about problems with the download of update of security for Microsoft PowerPoint.

    I understand your concern. Due to the nature of the technical issue, it was not possible for me to respond to your request. There are number of ways you can get technical information to our support team.

    MowGreen-
    Understood the factor of masking - has considered it.  Still, I send my appreciation in this matter.  I would like to know if you think I should download the SP2 for Vista.

    Peace-
    Matt

    Service Pack 2 offered by Windows (automatic) update yet?

    Windows Vista and Windows Server 2008 service Pack is not available for installation from Windows Update and automatic updates does not offer

    Cause
    This problem can occur for different reasons. However, the following reasons are the most common:

    • Already, you have the service pack installed and do not realize it.
    • You must install another update before you install the service pack.
    • You have not installed Service Pack 1 (SP1) and so you are not offered the option to install the Service Pack 2 (SP2). SP2 requires that you have installed SP1.
    • Components of the system that you must have to install the service pack are not installed on your computer.
    • You have a piece of hardware or software on your computer that is listed in the section "hardware and software which if present will result in Windows Update and automatic updates offers is not a service pack " article.
    • You have installed a preliminary version of a service pack, and it was not properly uninstalled before that you tried to install the final version of the service pack

    Service Pack 2 for Windows Vista and Windows Server 2008 is not available to users for which the following update is hidden:

    955430 description of the Windows Vista and Windows Server 2008 installation feature software update released April 28, 2009

    See article KB, Matt. When the system is ready for SP2 [as in you will be informed of the automatic update], suggest then you download the full SP2 package, save, temporarily disable AVG and then install SP2.
    The MS KB article below has sound advice for steps, you have to take before installing a Service Pack

    What you need to know before you install Service Pack 1

    Microsoft offers support without charge to get SP2 installed or for the resolution of problems that arise after he installation

    Start here - free support for Windows Vista service pack problems

    If a problem occurs, you can also solve problems installing yourself-
    How to troubleshoot Windows Vista and Windows Server 2008 service pack installation issues

    MowGreen MVP Data Center Management - update of safety Consumer Services

  • receive error message when you try to view a ProfilePage on error messages

    Hi all

    I get an error message when you try to view the errors on a profile page.

    On the page I see this:

    org.apache.jasper.JasperException: java.lang.IllegalStateException: getOutputStream() has already been called for this answer

    org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:515)

    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:405)

    Finally, I see this:

    18:23, ERROR 206 [[jsp]] Servlet.service () for servlet jsp threw exception

    java.lang.IllegalStateException: getOutputStream() has already been called for this answer

    at org.apache.catalina.connector.Response.getWriter(Response.java:621)

    at org.apache.catalina.connector.ResponseFacade.getWriter(ResponseFacade.java:198)

    Please let me know what could be the reason.

    Thank you

    Vishnu

    Hello

    You can check that your page is locked in a dsp:page tag. If this isn't the case, add the tag and see if that helps.

  • Error message when testing the new Page

    I have a new query page that gives the following error message when you access:



    Details of the exception.

    oracle.apps.fnd.framework.OAException: java.lang.NumberFormatException: for input string:
    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1987)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430)
    in OA. jspService(OA.jsp:33)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
    at com.evermind.server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:189)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:199)
    in OA. jspService(OA.jsp:38)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    to EDU.oswego.cs.dl.util.concurrent.PooledExecutor$ Worker.run (PooledExecutor.java:803)
    at java.lang.Thread.run(Thread.java:534)
    # # 0 in detail
    java.lang.NumberFormatException: for input string:
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    at java.lang.Integer.parseInt(Integer.java:489)
    in java.lang.Integer. < init > (Integer.java:609)
    at oracle.adf.mds.util.ELUtils.getValue(ELUtils.java:181)
    at oracle.adf.mds.internal.metamodel.BaseMMAttribute.getValue(BaseMMAttribute.java:63)
    at oracle.adf.mds.internal.Cache.getAttributeTypeObject(Cache.java:329)
    at oracle.adf.mds.internal.MElementImpl.getConvertedAttributeValue(MElementImpl.java:1013)
    at oracle.adf.mds.internal.MElementImpl.getAttrValueFromAttributeSet(MElementImpl.java:958)
    at oracle.adf.mds.internal.MElementImpl.getInheritedAttrValueOrExpression(MElementImpl.java:704)
    at oracle.adf.mds.internal.MElementImpl.getAttrValueOrExpression(MElementImpl.java:630)
    at oracle.adf.mds.internal.MElementImpl.getAttributeValue(MElementImpl.java:230)
    at oracle.apps.fnd.framework.webui.JRADWebBeanMetaData.getDisplayLength(JRADWebBeanMetaData.java:548)
    at oracle.apps.fnd.framework.webui.OAWebBeanTextInputHelper.setMetaDataProperties(OAWebBeanTextInputHelper.java:86)
    at oracle.apps.fnd.framework.webui.OAMessageTextInputHelper.setMetaDataProperties(OAMessageTextInputHelper.java:89)
    at oracle.apps.fnd.framework.webui.OAMessageTextInputHelper.createWebBean(OAMessageTextInputHelper.java:61)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanUsingHelper(OAWebBeanFactoryImpl.java:1475)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanFromCustomTables(OAWebBeanFactoryImpl.java:1254)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBean(OAWebBeanFactoryImpl.java:732)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBean(OAWebBeanFactoryImpl.java:712)
    at oracle.apps.fnd.framework.webui.OAWebBeanTableHelper.addAkChildren(OAWebBeanTableHelper.java:182)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.setMetaDataProperties(OAWebBeanContainerHelper.java:200)
    at oracle.apps.fnd.framework.webui.OATableHelper.setMetaDataProperties(OATableHelper.java:287)
    at oracle.apps.fnd.framework.webui.OATableHelper.createWebBean(OATableHelper.java:207)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanUsingHelper(OAWebBeanFactoryImpl.java:1475)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanFromCustomTables(OAWebBeanFactoryImpl.java:1140)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBean(OAWebBeanFactoryImpl.java:732)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBean(OAWebBeanFactoryImpl.java:712)
    at oracle.apps.fnd.framework.webui.OAQueryHelper.addAkChildren(OAQueryHelper.java:485)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.setMetaDataProperties(OAWebBeanContainerHelper.java:200)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.setMetaDataProperties(OAWebBeanContainerHelper.java:126)
    at oracle.apps.fnd.framework.webui.OAQueryHelper.setMetaDataProperties(OAQueryHelper.java:359)
    at oracle.apps.fnd.framework.webui.OAQueryHelper.createWebBean(OAQueryHelper.java:257)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanUsingHelper(OAWebBeanFactoryImpl.java:1475)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanFromCustomTables(OAWebBeanFactoryImpl.java:1140)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBean(OAWebBeanFactoryImpl.java:732)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBean(OAWebBeanFactoryImpl.java:712)
    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.addAkChildren(OAPageLayoutHelper.java:704)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.setMetaDataProperties(OAWebBeanContainerHelper.java:200)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.setMetaDataProperties(OAWebBeanContainerHelper.java:126)
    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.setMetaDataProperties(OAPageLayoutHelper.java:258)
    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.createWebBean(OAPageLayoutHelper.java:209)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanUsingHelper(OAWebBeanFactoryImpl.java:1475)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanFromCustomTables(OAWebBeanFactoryImpl.java:1406)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBean(OAWebBeanFactoryImpl.java:1292)
    at oracle.apps.fnd.framework.webui.OAPageBean.createRootWebBean(OAPageBean.java:4477)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2168)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1735)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430)
    in OA. jspService(OA.jsp:33)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
    at com.evermind.server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:189)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:199)
    in OA. jspService(OA.jsp:38)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    to EDU.oswego.cs.dl.util.concurrent.PooledExecutor$ Worker.run (PooledExecutor.java:803)
    at java.lang.Thread.run(Thread.java:534)
    java.lang.NumberFormatException: for input string:
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    at java.lang.Integer.parseInt(Integer.java:489)
    in java.lang.Integer. < init > (Integer.java:609)
    at oracle.adf.mds.util.ELUtils.getValue(ELUtils.java:181)
    at oracle.adf.mds.internal.metamodel.BaseMMAttribute.getValue(BaseMMAttribute.java:63)
    at oracle.adf.mds.internal.Cache.getAttributeTypeObject(Cache.java:329)
    at oracle.adf.mds.internal.MElementImpl.getConvertedAttributeValue(MElementImpl.java:1013)
    at oracle.adf.mds.internal.MElementImpl.getAttrValueFromAttributeSet(MElementImpl.java:958)
    at oracle.adf.mds.internal.MElementImpl.getInheritedAttrValueOrExpression(MElementImpl.java:704)
    at oracle.adf.mds.internal.MElementImpl.getAttrValueOrExpression(MElementImpl.java:630)
    at oracle.adf.mds.internal.MElementImpl.getAttributeValue(MElementImpl.java:230)
    at oracle.apps.fnd.framework.webui.JRADWebBeanMetaData.getDisplayLength(JRADWebBeanMetaData.java:548)
    at oracle.apps.fnd.framework.webui.OAWebBeanTextInputHelper.setMetaDataProperties(OAWebBeanTextInputHelper.java:86)
    at oracle.apps.fnd.framework.webui.OAMessageTextInputHelper.setMetaDataProperties(OAMessageTextInputHelper.java:89)
    at oracle.apps.fnd.framework.webui.OAMessageTextInputHelper.createWebBean(OAMessageTextInputHelper.java:61)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanUsingHelper(OAWebBeanFactoryImpl.java:1475)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanFromCustomTables(OAWebBeanFactoryImpl.java:1254)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBean(OAWebBeanFactoryImpl.java:732)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBean(OAWebBeanFactoryImpl.java:712)
    at oracle.apps.fnd.framework.webui.OAWebBeanTableHelper.addAkChildren(OAWebBeanTableHelper.java:182)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.setMetaDataProperties(OAWebBeanContainerHelper.java:200)
    at oracle.apps.fnd.framework.webui.OATableHelper.setMetaDataProperties(OATableHelper.java:287)
    at oracle.apps.fnd.framework.webui.OATableHelper.createWebBean(OATableHelper.java:207)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanUsingHelper(OAWebBeanFactoryImpl.java:1475)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanFromCustomTables(OAWebBeanFactoryImpl.java:1140)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBean(OAWebBeanFactoryImpl.java:732)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBean(OAWebBeanFactoryImpl.java:712)
    at oracle.apps.fnd.framework.webui.OAQueryHelper.addAkChildren(OAQueryHelper.java:485)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.setMetaDataProperties(OAWebBeanContainerHelper.java:200)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.setMetaDataProperties(OAWebBeanContainerHelper.java:126)
    at oracle.apps.fnd.framework.webui.OAQueryHelper.setMetaDataProperties(OAQueryHelper.java:359)
    at oracle.apps.fnd.framework.webui.OAQueryHelper.createWebBean(OAQueryHelper.java:257)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanUsingHelper(OAWebBeanFactoryImpl.java:1475)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanFromCustomTables(OAWebBeanFactoryImpl.java:1140)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBean(OAWebBeanFactoryImpl.java:732)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBean(OAWebBeanFactoryImpl.java:712)
    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.addAkChildren(OAPageLayoutHelper.java:704)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.setMetaDataProperties(OAWebBeanContainerHelper.java:200)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.setMetaDataProperties(OAWebBeanContainerHelper.java:126)
    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.setMetaDataProperties(OAPageLayoutHelper.java:258)
    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.createWebBean(OAPageLayoutHelper.java:209)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanUsingHelper(OAWebBeanFactoryImpl.java:1475)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanFromCustomTables(OAWebBeanFactoryImpl.java:1406)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBean(OAWebBeanFactoryImpl.java:1292)
    at oracle.apps.fnd.framework.webui.OAPageBean.createRootWebBean(OAPageBean.java:4477)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2168)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1735)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430)
    in OA. jspService(OA.jsp:33)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
    at com.evermind.server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:189)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:199)
    in OA. jspService(OA.jsp:38)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    to EDU.oswego.cs.dl.util.concurrent.PooledExecutor$ Worker.run (PooledExecutor.java:803)
    at java.lang.Thread.run(Thread.java:534)

    Good, this correction of the error:

    Select .xml in the system "navigator". Make sure that "structure" window is opened by using view > window structure. Then right-click on the point attribute set to change in the structure window. Then Shuttle the attribute length above left.

    From the window of the structure on the .xml Watch the attributesets file, but does not edit. In addition, I could not find the location of the item 'Length' in XML files. So I HAD to do it using JDeveloper. 'Length' is perhaps in a class or library elsewhere?

    If the answer was to always include the 'Length' attribute when creating the attributesets.

    Published by: user12019117 on January 20, 2010 16:58

  • Error message when uploading the pic to Blurb

    I tried to download a book for the last days of Blurb and get an error message and stop the download.  Does anyone have any suggestions as to what can be wrong?

    Other forum threads to read - BOOK problem export book Blurb - Lightroom Forums

    The error message seems to allude, as suggested to Victoria, that there is some kind of physical problem with raw files

    Also check the names of files that can cause the problem- Hi, I use Lightroom4 and I can't seem to make one of the photos in the book that I am trying to download on Blurb.  I used the same photo before in other books.  Any help would be appreciated.

    special characters like slash and colon

    "Transparency" warnings can be ignored. Pictures still print OK in the book. It can occur. PNG. TIF and Panoramas (merger of Panorama) files because of empty pixels that are now grown auto.

  • iCloud full - found two backups with different dates

    My 20g iCloud storage is full.  When I went to manage my data, there were 2 backups of my iPhone with different dates.  Can I remove 1 of them (the older one I guess) without affecting my current phone?  I guess that's when I upgraded my iPhone 4 to 5

    Of,.

    Yes, as long as you can identify with certainty the backup latest.

  • Receive error message when you open Outlook; the path specified for the file G:\outlook...pst is not valid.

    I recently exported my outlook to a pst file and saved on my external hard drive.  Since then I get this message when I open Outlook "the path specified for the file G:\outlook...pst is not valid.  How to stop?

    NEVER use the. Functions of export/import PST in Outlook.  They are broken, have been for some time, data loss and often corrupt Outlook profile in use. To perform a backup, just close Outlook and make a COPY of the. PST file.  Looks like (and I guess here) your external HD is G:\. This being the case, that. PST file is probably still attached to Outlook and Outlook can't find it.  With Outlook open, see the supplement files pane. PST file, right-click, and then click "close".  You may need to have the hard drive external and exported. File PST attached and available for work.  If this does not work, you have damaged your profile and will need to make a new one:

    How to create and configure an e-mail profile in Outlook 2007 and in Outlook 2003

    HAL
    --
    HAL Hostetler, TCE
    Engineer senior/UPDATED--MS MVP-Print/Imaging - WA7BGX
    www.kvoa.com - KVOA television, Tucson, AZ.
    Live Hot Licks - www.badnewsbluesband.com

  • Receive error messages when trying to install McAfee and it said their support that the question is related to the error in Device Manager.

    How can you diagnose errors in Device Manager

    Tried installing McAffee, but error message. Contacted McAfee... says the problem is in the Device Manager. How can I determine the error in Device Manager?

    Are you sure you don't have another Antivirus always installed; even an expired subscription?

    A lot of AVs will not install if they find one already installed (and you must have an AV installed in any case).

    Another problem may be how you try to install it:

    You need to download and save on the desktop > then right click on the saved files > select run as administrator.

    FYI: Here's how to look in the Device Manager:

    http://Windows.Microsoft.com/en-us/Windows-Vista/open-Device-Manager

    See you soon.

  • Receive error message when you try to run the installer of Shockwave Player

    He can't get a correct installation.  It's my error message.  What should I do?  My system has all the necessary requirements.

    I found my problem.  I was not logged as an administrator.

  • Receive error messages when you try to use Outlook Express.

    Why can't use outlook express for emailing, I have lot of HAV with google or hotmail

    Sometimes I need to use outlook express, but when I use it says that it cannot send problems

    Hi Graham,

    1. what exactly happens when you try to send mails? You receive messages or error codes?

    2. what anti-virus software is installed on the system?

    Method 1:

    You can read the following article and check if it helps.

    Troubleshooting error messages that you receive when you try to send and receive e-mail in Outlook and Outlook Express

    Method 2:

    You can also temporarily disable the security software and firewall installed on the system and check if the problem persists.

    Note: Be sure to enable the security software on the computer after checking.

    Hope this information is useful.

  • Receive error message when you connect to a Hyperion Essbase Studio 11.1.2

    Hi all
    I searched the forum trying to find an answer to my problem without success. Thanks in advance for any help you can provide.

    When you try to connect to Essbase Studio Client, you receive an error "connection with Essbase Studio Server error: network error ', in the details of the tab of this popup is"network communication with the server failed. Check your network connection and try again.
    "Connection refused: connect". I found that this usually means that the Essbase Studio Service is not running. 11.1.2 Hyperion Essbase Studio is installed as a service. I don't know if this is the case in previous environments.

    The windows service is running and running and I also try to start from the start menu and it doesn't seem to be errors. But when I look at the logs of start-up, that's what I find.


    [2010-08-17 T 15: 29:15.457 - 07:00] [hyperion] [WARNING] [ESSSTD-144002] [com.hyperion.cp.driver.util] [host: ethype-dev] [nwaddr: 192.168.35.235] [tid: 10] [user name: System] [ecid: disabled, 0] [SRC_CLASS: com.hyperion.cp.driver.util.DriverClassLoader] [SRC_METHOD: < init >] [arg: sap] could not load the driver for sap.
    [2010-08-17 T 15: 29:15.457 - 07:00] [hyperion] [WARNING] [ESSSTD-144002] [com.hyperion.cp.driver.util] [host: ethype-dev] [nwaddr: 192.168.35.235] [tid: 10] [user name: System] [ecid: disabled, 0] [SRC_CLASS: com.hyperion.cp.driver.util.DriverClassLoader] [SRC_METHOD: < init >] [arg: teradata] could not load the driver for teradata.
    [2010-08-17 T 15: 29:15.473 - 07:00] [hyperion] [WARNING] [ESSSTD-144002] [com.hyperion.cp.driver.util] [host: ethype-dev] [nwaddr: 192.168.35.235] [tid: 10] [user name: System] [ecid: disabled, 0] [SRC_CLASS: com.hyperion.cp.driver.util.DriverClassLoader] [SRC_METHOD: < init >] [arg: netezza] could not load the driver for netezza.
    [2010-08-17 T 15: 29:15.707 - 07:00] [hyperion] * _ [ERROR] [ESSSTD-043002] [com.hyperion.cp.catalog] [host: ethype-dev] [nwaddr: 192.168.35.235] [tid: 10] [user name: System] [ecid: disabled, 0] [SRC_CLASS: com.hyperion.cp.catalog.Catalog] [SRC_METHOD: initialize] Catalog.CannotInitializeStorage = Cannot initialize catalog storage. Make sure that the server.properties file contains the correct information. [[_*
    com.hyperion.cp.catalog.exceptions.CatalogInitializationException: catalog. CatalogInitializationException.StorageInitializationFailure
    at com.hyperion.cp.catalog.storage.StorageFactory.getStorageInstance(StorageFactory.java:221)
    at com.hyperion.cp.catalog.transaction.TransactionManager.initialize(TransactionManager.java:64)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:100)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:166)
    to com.hyperion.cp.catalog.Catalog. < init > (Catalog.java:87)
    to com.hyperion.cp.catalog.Catalog. < clinit > (Catalog.java:75)
    at java.lang.Class.forName0 (Native Method)
    at java.lang.Class.forName(Class.java:169)
    at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:63)
    to com.hyperion.cp.server.RequestListener$ SystemTask.run (RequestListener.java:1303)
    at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:168)
    to com.hyperion.cp.server.RequestListener. < init > (RequestListener.java:130)
    at com.hyperion.cp.server.ServerMain.initServer(ServerMain.java:192)
    at com.hyperion.cp.server.ServerMain.main(ServerMain.java:260)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at com.hyperion.cp.catalog.storage.StorageFactory.getStorageInstance(StorageFactory.java:215)
    ... 13 more
    Caused by: com.hyperion.cp.catalog.exceptions.CatalogInitializationException: the 'hstudio_dev.hypsql' database does not contain the tables in the catalogue of Studio. Please check the value of the "catalog.db" parameter in the server.properties file. _
    at com.hyperion.cp.catalog.storage.StorageEngine.validateSignature(StorageEngine.java:136)
    to com.hyperion.cp.catalog.storage.StorageEngine. < init > (StorageEngine.java:86)
    to com.hyperion.cp.catalog.storage.SQLStorageEngine. < init > (SQLStorageEngine.java:20)
    ... 18 more

    ]]

    I opened the server.properties file located under the E:\Oracle\Middleware\user_projects\epmsystem1\BPMS\bpms1\bin directory, and everything seems to be OK here. Here below.

    #
    #Tue August 17-14:45:43 PDT 2010
    Catalog.autoinit = true
    Catalog.UserName = hypsql
    transport.Port = 5300
    Catalog.URL=sqlserver\://ethype-SQL.Sierra.local\:1433
    Catalog.Password=69tVGsObffmeWaFX0LB2tA\=\=
    Catalog.DB = hstudio_dev.hypsql
    server.hss.bpmApplication=BPM\:77538

    I tried out the "-" in the server names and the name of DB without help, I tried to put quotes around the "hstudio_dev.hypsql" with no luck, and I tried to connect to a database that had no '-' inside. I also followed the steps described by the support for the same question in 11.1.1.x which you enter in the DB > Security > schema > add a new schema/user, create the user and the owner of the schema, etc. It also did not help.

    This is a new installation and everything else is fine to connect to DB, default user hypsql DB is the DB hstudio_dev. I installed in different environments, and this same problem happening in both environments. Please let me know if you have any questions, thank you for your time and your help.

    Also, I realize in the DB and I see that a lot of tables in fact were created then it will connect at least during Setup. I've also reconfigured several times without success on different from the DB and always new/clean the DB. and the hypsql of the user is a DBO for this DB. It's DB SQL 2005, Windows 2003 servers.

    Published by: 789316 on August 18, 2010 11:07

    Published by: 789316 on August 18, 2010 11:10

    Published by: 789316 on August 18, 2010 11:13

    Published by: 789316 on August 18, 2010 11:21

    You seem to be two people now, but you

    Catalog.DB = hstudio_dev.hypsql

    If the implementation is the same wouldn't

    Catalog.DB = hstudio_dev.dbo

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Error message when installing the drivers: the system cannot find the specified file

    I tried to install a new usb wireless adapter. Every time I try, I get a message

    "The system cannot find the file specified."

    I was wondering if the adapter may be at fault, but when I went to reinstall my old wireless adapter (which I installed about a year on the same pc with no problems) the same error message appeared.  I have Vista SP1

    I tried uninstalling and reinstalling, but it makes no difference.  I downloaded the latest drivers for both adapted from the Web sites of the manufacturers, but not joy. Any advice?



    Hi Jim,.

    You can check for failed or damaged the previous installations of the driver (works for Vista):

    http://support.Microsoft.com/kb/315539

    Look in the Device Manager for the network USB adapter instances and delete everything you find, and then restart the computer.

    If it is a laptop, you can probably bring it to the store with you to test the brand new map, you might be interested to ensure compatibility.

    No, there are no particular issues with recent updates I know.

    You can uninstall an update if you only what it can be in trouble. If this isn't the case, you can reinstall it later.

    Let us know how it goes.

    Chris
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Receive error message when printing on printer HP PSC 1610

    Original title: I use a HP PSC 1610 printer. Whenever I try to print I get an error message. I have already uninstalled and reinstalled the printer, but keep getting the same results.

    Whenever I try to print I get an error message. I have already uninstalled and reinstalled the printer, but keep getting the same results.

    Hi RLindorff,

    1. When did you start to question?

    2. you remember to make changes to the computer recently?

    3. What is the exact error message you get?

    4. does this happen when you try to print to a specific application?

    You can visit the following links and try the Fixit or consult the solutions to some common problems with printing:

    http://support.Microsoft.com/GP/printing_problems

    Solve printer problems

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-printer-problems

    Hope this information is useful.

    Jeremy K
    Microsoft Answers Support Engineer
    Visit ourMicrosoft answers feedback Forumand let us know what you think.

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

Maybe you are looking for

  • suggestions and Add ons

    I am quite satisfied with 3.6.25 and have not updated because when I finally tried, perhaps v7 or v8, he told me a number of my caps in wouldn't work, especially my Citicard card virtual number taken. It seems you'd want to make sure that all caps th

  • WLAN stopped working - Satellite X 200/N00, Vista Ultimate 32-bit (SP1)

    When I bought this laptop earlier this year, everything worked fine without any significant problems. A few weeks ago but my WLAN connection has stopped working - more specifically, it does not get a valid IP address of the router. Laptop is a Satell

  • DSC H5 command key, unable to choose

    I had an H5 since new. I find the buttons of circular selection at the back of the camera are allowing me to select an option, but when I press the OK button in the Center it moves the selection upwards or downwards rather than enter my selection. I

  • HP ENVY m6-1104se Notebook PC: Please help I want this driver on Windows 7-64 bit

    Hello I want to help this AMD 7670 M 2 GB driver I can't find the driver for windows 7-64 bit Portable model... HP ENVY m6-1104se Notebook PC I want to get on this driver for Windows 7-64 bit Please help I want this driver on Windows 7-64 bit

  • space the binary file for reading as 0x00 0x20

    Trying to read from a binary file that contains values hexa% point floating in single precision. With the help of the service binary file reading and store values in an array. The problem is that LabVIEW reads the null character (0x00) as a space (0x