Re: javax.faces.convert.Converter error, how to diagnose?

I’m rendering a region on a page. The region is a table which is entirely build in java. The .jsff for the region looks kind of like this:
<af:treeTable value="#{backingBeanScope.myBean.treeModel}" var="row" etc…. >
<af:forEach items="#{backingBeanScope.myBean.columns}" var="column">
<af:column binding="#{column.adfColumn}" />
</af:forEach>
</af:treeTable>
When a row selection happens, there is context menu build, where one of the menuitems pops a dialog. After the dialog is dismissed a return handler/listener is called:
public void propertyToolReturnHandler(ReturnEvent event)
AdfUtil.showMessageDialog(AdfUtil.MESSAGE_TYPE.INFORMATION, “some msg”, “some msg”, true);
Notice the last param to showMessageDialog, which is “true”, as I want to show the message as inline. However, having it set to “true” causes the following exception. If I set it to “false”, then it does work and a popup message appears with the “some msg” text.
I’m truly stuck trying to figure out what Converter is missing and where. Any ideas will be most welcomed!
The error I get:
[Ljava.lang.Object; cannot be cast to javax.faces.convert.Converter
ADF_FACES-60097:For more information, please see the server's error log for an entry beginning with: ADF_FACES-60096:Server Exception during PPR, #2
Examining the EMGC_OMS1.out file I see (partial):
<Apr 10, 2013 2:39:38 PM PDT> <Error> <oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator> <BEA-000000> <ADF_FACES-60096:Server Exception during PPR, #2
java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to javax.faces.convert.Converter
     at oracle.adfinternal.view.faces.renderkit.rich.ValueRenderer.getConverter(ValueRenderer.java:197)
     at oracle.adfinternal.view.faces.renderkit.rich.ValueRenderer.addClientConverterRenderScript(ValueRenderer.java:220)
     at oracle.adfinternal.view.faces.renderkit.rich.OutputLabelRenderer.encodeAll(OutputLabelRenderer.java:241)
     at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1431)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
     at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
     at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2778)
     at oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer.access$500(RegionRenderer.java:49)
     at oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer$ChildEncoderCallback.processComponent(RegionRenderer.java:574)
     at oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer$ChildEncoderCallback.processComponent(RegionRenderer.java:553)
     at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:170)
     at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
     at org.apache.myfaces.trinidad.component.UIXGroup.processFlattenedChildren(UIXGroup.java:96)
     at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:160)
     at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
     at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:255)
     at oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer._encodeChildren(RegionRenderer.java:270)
     at oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer.encodeAll(RegionRenderer.java:201)
     at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1431)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
     at oracle.adf.view.rich.component.fragment.UIXRegion.encodeEnd(UIXRegion.java:321)
     at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
     at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2778)
     at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2149)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelBoxRenderer.access$500(PanelBoxRenderer.java:39)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelBoxRenderer$ChildEncoderCallback.processComponent(PanelBoxRenderer.java:2267)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelBoxRenderer$ChildEncoderCallback.processComponen
Ania.
Edited by: user12869467 on Apr 12, 2013 1:57 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

I did more trial/error with this problem. It is not related to AdfUtil.showMessageDialog().
My java-built table, shows a popup. After the popup is dismissed, I will get this exception, not right away though. The view has tabs, if after dismissing the dialog, I navigate to some other tab, and then back to the one which has the table, that is when the error shows up.
ANY help on how to diagnose this problem will be very much appreciated!
Ania.

Similar Messages

  • Expression Error: Named Object: javax.faces.convert.IntegerConverter not fo

    I get the error below when i try to run the xhtml file.
    May I know how to import the "IntegerConvertor"?
    >
    Expression Error: Named Object: javax.faces.convert.IntegerConverter not found.
    >
    <?xml version='1.0' encoding='UTF-8' ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"     xmlns:h="http://java.sun.com/jsf/html"     xmlns:f="http://java.sun.com/jsf/core">
    <h:head>
         <title>Facelet Title</title>
    </h:head>
    <h:body>
    <h:inputText converter="javax.faces.convert.IntegerConverter" />
    </h:body>
    </html>Edited by: anIdiot on 12-Dec-2011 23:52

    <f:converter converterId="javax.faces.Integer"/>

  • Javax.faces.convert.EnumConverter - defective by design?

    Dear all,
    I'm confused as to how javax.faces.convert.EnumConverter is ever supposed to work. It basically does:
    getAsString: value.toString();
    getAsObject: Enum.valueOf( targetClass, value );
    But Enum.valueOf was never designed to be the opposite of value.toString(). The JavaDoc says it is the opposite of value.name(). So if you ever override an enum value to have a different toString than its name (a common occurence)...
    enum Gender {
    MALE {
       public String toString() {
          return "Male";
    }...then EnumConverter won't work for you. Surely this is a bug in the spec?
    For a long time now I've been using my own EnumConverter with JSF 1.1. It does...
    getAsString: if ( component instanceof UIInput ) return value.name() else value.toString();
    getAsObject: Enum.valueOf( targetClass, value );
    ...so there's a caveat when you're using labels (when you really do want the .toString() instead of the .name() to appear), but for UIInputs (eg. UISelects) you need to use the name() or it will never convert back.
    Can this design decision be double checked for JSF 2.0?
    Thanks,
    Richard.

    Okay, thanks. Now logged: https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=470

  • Javax.faces.convert.Converter

    I have derived my converter from javax.faces.convert.Converter interface. Inside my getAsObject(FacesContext contx, UIComponent comp, String value) method I can access other form data using:
    UIComponent uic = PageCodeBase.findComponent(contx.getViewRoot(), "textYear");
    Above code works only if textYear is read only input control.
    How can I access non read only control?

    Yes, that was the problem. :) Now, I can access my <hx:dataTableEx id="table1"> with this code:
    FacesContext.getCurrentInstance().getViewRoot().findComponent("form1:table1");
    but, I don't know how to access table row values. I have looked into HTML source and tried this:
    FacesContext.getCurrentInstance().getViewRoot().findComponent("form1:table1:0:text1");
    but that code doesn't find <h:inputText id="text1"> which is inside <hx:dataTableEx id="table1">.
    Any idea? :)

  • Race condition?? javax.faces.el.PropertyNotFoundException: Error testing pr

    Hi All,
    I created a SelectOneChoice using data control (via a Session Facade) on a page. It works fine. (say includePage.jspx)
    Then I try to include this page into other pages say mainPage.jspx (after change the tag from view to subview in includePage.jspx). I need to do this include because multiple pages will include this page.
    Now when I try to run mainPage.jspx, I have the following exception:
    javax.faces.el.PropertyNotFoundException: Error testing property 'inputValue' >>>in bean of type nullThe bean in this exception message is referring to something defined in the includePage.jspx page def file, but I am running mainPage.jspx - so I am wondering if this is a sort of race condition, i.e when mainPage.jspx is ruuning, no variables inside includePage.jspx page def can be accessed.
    I searched the forum but did not have much luck. Any suggestions will be greatly appreciated!!!

    Hi,
    any binding used on a subview must be included in the binding of the main page. So your mainPage.jspx must include the binding for the listbox.
    In 10.1.3 there is no option to inherit the binding container content of an included page.
    Frank

  • Get NoClassDefFoundError: javax/faces/context/FacesContext Error at Runtime

    I'm in 11g, PS1. I have an application and I have a SelectOneChoice component that invokes a managed bean (i.e. #{queryHandler.availableFilterChoice}). It then calls my constructor public QueueHandler and within that constructor i have the following line of code:
    Application application = FacesContext.getCurrentInstance().getApplication();
    This line of code builds and compiles, but at runtime I get the following error NoClassDefFoundError: javax/faces/context/FacesContext and the application stops and fails and nothing is rendered. I have the following libraries in my project:
    JSP Runtime
    JSF 1.2
    JSTL 1.2
    ADF Page Flow Runtime
    ADF Controller Runtime
    ADF Controller Schema
    ADF Faces Runtime 11
    ADF Common Runtime
    ADF Web Runtime
    MDS Runtime
    MDS Runtime Dependencies
    Common Beanutils 1.6
    Common Logging 1.0.4
    Common Collections 3.1
    ADF DVT Faces Runtime
    ADF DVT Faces Databinding Runtime
    EJB 3.0
    JPS Designtime
    TopLink
    Oracle XML Parser V2
    Java EE 1.5 API
    Oracle JEWT
    Trinidad Runtime 11
    JSTL 1.2 Tags
    Resource Bundle Support
    Resource Bundle Variable Resolver
    Weblogic 10.3 Remote-Client
    Oracle JDBC

    I'm sorry, but I guess I don't understand what you're saying. But I'm not using the line of code below anywhere so I cannot remove it. I did try to use to use that line of code then I used the import org.apache.myfaces.trinidad.util.Service; and when I use those lines of code, I get the same exact Error.
    ExtendedRenderKitService erks = Service.getRenderKitService(FacesContext.getCurrentInstance(), ExtendedRenderKitService.class);

  • Javax.faces.el.EvaluationException error in ADF

    Hi,
    I have a page which uploads a document to the database. In the same page, I have a ADF table which didsplays the document attached. Every time I attach a new document, the table should get refreshed.
    The table has two rows. (Primary key value, and the file name with the command link). When I click the command link( with downloadFile Action )the file should get opened or saved.
    But now, I am getting the following error when I click the command link. It doesnt even come to the method when I was trying to debug.
    javax.faces.el.EvaluationException: java.lang.NullPointerException     at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:150)     at oracle.adf.view.faces.component.UIXComponentBase.__broadcast(UIXComponentBase.java:1087).....
    I have check the binding file and it has all the attribute values. Could any one please tell me the reason for this?
    Thanks,
    priya

    Hi,
    Here is the error message.
    javax.faces.el.EvaluationException: java.lang.NullPointerException     at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:150)     at oracle.adf.view.faces.component.UIXComponentBase.__broadcast(UIXComponentBase.java:1087)     at oracle.adf.view.faces.component.UIXEditableValue.broadcast(UIXEditableValue.java:247)     at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:269)     at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:363)     at com.sun.faces.lifecycle.ProcessValidationsPhase.execute(ProcessValidationsPhase.java:98)     at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)     at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:171)     at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:620)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:865)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)     at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)     at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     at java.lang.Thread.run(Thread.java:595)Caused by: java.lang.NullPointerException     at rebill.CRForms.CRDCF002.onFileUpload(CRDCF002.java:104)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)     at java.lang.reflect.Method.invoke(Method.java:585)     at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:146)     ... 30 more
    Thanks,
    Priya

  • Satellite M30: Blue screen error - how to diagnose what it is?

    I have a hardware problem but I am not sure of the exact nature. Although I looks like the hard drive or something communicating to it.
    Some two weeks ago I started to notice performance problems when loading something from the internal hard drive: overall function of the computer (like mouse cursor movement, mp3 playback) became hampered when the harddisk was loading (saving was less of a problem).
    This was NOT the case when loading data or executing programs from an external usb harddrive. Today I got a blue screen informing me that this crash was probably due to new hardware or software, followed by a physical memory dump and a harsh shutdown. I rebooted the computer, but got the same problem after the login screen.
    Trying to start it up in safe mode didn't work either and after a couple of tries it never got to the login screen anymore -- a few seconds after boot start there was a flash of a blue screen followed by an immediate shutdown.
    Anyway, I used the product recovery dvd-rom but the problem is still there, i.e. I can boot now but I get the same blue screen every hour at least (seems to correlate with usage).
    Instead of running off to buy a new harddrive I want to be sure that that is the (only) problem, and not some motherboard issue or what have you.
    Hence my question: how can I diagnose what's wrong with my notebook?

    Generally the best way is if you have a friend with the exact same portable. You can then take out your ram, and try it in their notebook, and try their ram in yours. If the problem persists on their computer, and yours boots up, its the ram. If not, the ram is fine. Then do the same with the HDD, again, if the problem doesnt happen on your computer, but happens on theirs, the HDD is bad, if not, your either down to CPU or Motherboard. A general overheating CPU goes into protection mode and automatically shuts the computer off. You dont get an error with overheating. But if the CPU has problems processing information it can generate blue screens. One sure way to find out if the CPU is defective is to continously reboot the computer and note the blue screen STOP error. If it remains the same constantly, then it is likely not the CPU, but the Motherboard. If it constantly changes from one error to the next, and generates 3 or 4 different errors, then you likely have a bad CPU.

  • Package javax.servlet not found error

    package javax.servlet not found error. how it can be solved.
    plz help this is my first servlet program.
    vipin

    You need a jar file that has in it the javax.servlet.* classes
    It should be distributed with your servlet/jsp server.
    It can normally be found in a /lib directory under the installation.
    Some examples:
    Tomcat4: install_dir\common\lib\servlet.jar
    Tomcat5: install_dir\common\lib\servlet-api.jar; install_dir\common\lib\jsp-api.jar
    J2sdkee: install_dir/lib/j2ee.jar
    You need to include this jar file in your classpath when you compile any servlet.

  • How to diagnose HTTP 500 Internal Server Error

    Hi all,
    I have installed SSM 7.5 SP05 Hot Fix 1 on a Windows 2003 Server (64 bits), but in the End User Interface, the Home and Strategy tabs always shows an HTTP 500 Internal Server Error, how can diagnose this kind of error in order to solve this problem? Other tabs, for example the Initiatives tab works fine, the problem is only with the Home and Strategy tabs.
    Thanks in advance.
    Best Regards,
    Douglas

    Hi Ricardo,
    After configuring the model connections all is working fine, thank you!
    I have the idea that in previous versions that is not needed and just affect the Scorecard tab, now I know that if affects other tabs too, however, instead of HTTP 500 error would be more helpful another message that suggest the configuration as a requirement.
    Again thanks for your help.
    Best Regards,
    Douglas

  • I received error message that 6 of my songs I purchased on a workout album could not be copied because the file could not be converted. How do I get these 6 songs to download on my ipod shuffle?

    I received error message that 6 of my songs that I purchased on a workout album could not be copied because the file could not be converted.
    How do I get these 6 songs downloaded to my ipod shuffle?

    I can think of only one reason a song would be "converted" while it is being loaded on a shuffle.
    Select the iPod in the iTunes sidebar, under DEVICES.  Over to the right, depending on iPod model, go to the Summary or Settings tab.  There should be a setting there that says Convert higher bit rate songs to 128 kbps AAC (the 128 kbps part may be adjustable).  If that checkbox is checked, try unchecking it.
    NOTE:  This setting may allow more songs to fit on the shuffle, but for any converted song, the sound quality will become inferior.  So I don't use it.

  • Im trying to sync photos from my mac to my iPod nano 3rd generation, and an error keeps coming up that says "format could not be converted". How do I fix this?

    Im trying to sync photos from my mac to my iPod nano 3rd generation, and an error keeps coming up that says "format could not be converted". How do I fix this?

    Hi newipoduser,
    Here are some possible solutions:
    Do you use musicmatch jukebox on your computer? If you do, you have to go into task manager on windows and end process mim.exe. It interferes with disconnecting ext devices
    Empty your "trash/recycle bin."
    If that doesn't work, try quitting all your programs, especially music-type programs, basically things that look for mp3's etc.
    if that doesn't work, "log off" then "log on" and that should refresh/purge your OS system.
    Finally, you can restart your computer.
    Hope one of these helps!
    Cheers,
    GB

  • HT1689 Downloaded an album from itunes and only half of the songs will download to my ipad.  error says file cannot be converted.  How do I get this fixed or request a refund since I can't use the item purchased?.

    Downloaded and album from itunes and only half of the songs will download to my ipod.   Error message says file cannot be converted.  How do I fix this or get a refund from itunes?

    Welcome to the Apple Community.
    Try deleting the problematic file (electing to remove original file if/when prompted) and then re-downloading the file from the iTunes store.
    You can re-download content purchased from the iTunes store (availability varies depending on location) using the purchased option from the Quick Links section in the top right corner of the iTunes homepage in your iTunes application on your computer.
    You can re-download content purchased from the iTunes store (availability varies depending on location) using the purchased option at the bottom of the screen of the iTunes app (or video app) on your iOS device.
    If the problem re-occurs, select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History using your computer.

  • CONVERTING ERROR MESSAGE TO WARNING MESSAGE

    HI GURUS,
      CAN ANY ONE GIVE ME IDEA HOW TO CONVERT ERROR MESSAGE TO WARNING MESSAGE IN QM MODULE.WHEN I AM POSTING STOCK FROM QUALITY TO UNRESTRICTED. BECAUSE IAM GETTING ERROR WHEN IAM POSTING STOCK GIVING ERROR TRANSFER POSTING THROUGH QUALITY ONLY. MY ERROR MESSAGE NO IS QA495. I TRIED ALL POSIBILITES. BECAUSE I AM NOT GETTING INSPECTION LOT BUT STOCK IN QUALITY. GIVE ME IDEA.
    BHAKTA

    Dear BHAKTA,
    it's not possible to customize every message in SAP System to warning or error.
    It depends on the coding. I have found message QA495 twice in coding, both times it's hard coded in Inlcude MM07MQSS. So it's not possible in standard to change this.
    How to find this information:
    SE91
    -> enter the message
    -> button 'display'
    -> select the line
    -> button 'where-used list' (CRTLSHIFTF3)
    -> now you get a list of all programms where the message is used
    Now you can check if message type is hard coded or read in customizing.
    If you really want this you have to modifiy the coding. But I would not recommed this, as hard coded errors are necessary to make sure that the standard scenarios work correctly.
    Regards,
    Sabine

  • Converting error message to warning in ME22n

    Hello guys,
    In ME22n i am not able to delete one material line item,as its displays" Invoices pending for delivery costs (function not possible)",
    This is error message,if its possible to convert error message to warning then i wil be able to delete,have made error message to waring message in settings by giving "W" stil i am not able to delete. Please do suggest me. Message number is "06119"

    Dear BHAKTA,
    it's not possible to customize every message in SAP System to warning or error.
    It depends on the coding. I have found message QA495 twice in coding, both times it's hard coded in Inlcude MM07MQSS. So it's not possible in standard to change this.
    How to find this information:
    SE91
    -> enter the message
    -> button 'display'
    -> select the line
    -> button 'where-used list' (CRTLSHIFTF3)
    -> now you get a list of all programms where the message is used
    Now you can check if message type is hard coded or read in customizing.
    If you really want this you have to modifiy the coding. But I would not recommed this, as hard coded errors are necessary to make sure that the standard scenarios work correctly.
    Regards,
    Sabine

Maybe you are looking for

  • IMG settings after creating new output type for a purchase order smartform

    Hi all, Do I need to make changes in IMG after creating a new output type in NACE for a purchase order smartform? I have customized a purchase order smartform according to the requirements and copied an existing output type and assigned the custom fo

  • Nokia C3 Problems after update to v 07.20

    I have updated my C3 and found: 1 Most of .jar software not working, including google maps, games etc 2 Sync with server for back up contacts etc. now not working Please help arshadMEHMOOD

  • Procedure Data Export and Import from One server to another server

    Dear all, I want to transfer my all Production Server data into Quality Server or Development Server. So how can i transfer my all data in this and please tell me procedure for transfer data into different server. and also tell me which server u pref

  • Want to understand SID concept...

    Hello experts, why not using the value like e. g. customer number directly in the dimension table instead of a SID? So I also could save one table (SID table)  and with this on JOIN by linking directly to the master data tables (text, attributes, hie

  • Pavilion dv6 beats adio still not working

    I have tried the unistall and the install for the new progra.It didn't work. A message came up and said it had to abort the install because it was not supported by the IDT. I'm in need of some help. Mayday.