Component not throwing validation error even if there is required in .jsff

I have component in my jsff page which has required validation however it still allows user to proceed without entering values following is my code
<panelLabelAndMessage id="plam1"
visible="true"
label="Label"
binding="#{backingBeanScope.MyClass.plam1}">
<inputListOfValues id="ilovDataEntryBranch"
readOnly="#{pageFlowScope.MyClassHelper.taskflowReadOnly}"
required="true"/>
<panelLabelAndMessage>
Still this component doesnt throw error of required field validation.
Please help.

Dear,
Check is there any pending STO and delivery for this material in system because if there are some pending document means your material is block there. So, kindly delete this pending delivery and STO then only you are able to do PGI for material.
For check pending delivery use T.Code VL06O --- > List outbound delivery --> in material data tab ---> enter material ---> then in Status : Outb. Delivs. ---> Total gds mvt stat. = A. ---> Execute.
May be it will help you.
Regards,
Sandip

Similar Messages

  • WriteDomain( dir ) does not throw an error!

    we are trying to automate our domain creation using wlst. If there is an error in the script we expect our program to throw an error such that we can take some preventive measures. That said, we have such script that loads a template and writes the domain to a directory. If for some reason writeDomain fails it does not throw an error!. Which lets our script continue and fail miserably later.
    Is this a bug??
    Thanks,
    /pete

    I have not had that problem. In my script (using WLST on WebLogic 8.1sp5 on Solaris 9) I specified a directory that my user could not create and the return code to UNIX was 255:
    Trace:
    INFO: Writing domain
    Error: writeDomain() failed.
    Traceback (innermost last):
    File "/usr/local/met/btwlst/0_50/bin/load_template.py", line 78, in ?
    File "initWls.py", line 70, in writeDomain
    com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: com.bea.
    plateng.domain.GenerationException: Unable to create domain directory: /wls_domain/ecommware2a
    at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHan
    dler.java:33)
    at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:897)
    at com.bea.plateng.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:465)
    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:324)
    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
    at org.python.core.PyMethod.__call__(PyMethod.java)
    at org.python.core.PyObject.__call__(PyObject.java)
    at org.python.core.PyInstance.invoke(PyInstance.java)
    at org.python.pycode._pyx0.writeDomain$14(initWls.py:70)
    at org.python.pycode._pyx0.call_function(initWls.py)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyFunction.__call__(PyFunction.java)
    at org.python.pycode._pyx3.f$0(/usr/local/met/btwlst/0_50/bin/load_template.py:78)
    at org.python.pycode._pyx3.call_function(/usr/local/met/btwlst/0_50/bin/load_template.py)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyCode.call(PyCode.java)
    at org.python.core.Py.runCode(Py.java)
    at org.python.core.__builtin__.execfile_flags(__builtin__.java)
    at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java)
    at com.bea.plateng.domain.script.jython.WLST_offline.main(WLST_offline.java:67)
    Caused by: com.bea.plateng.domain.script.ScriptException: com.bea.plateng.domain.GenerationException: Unabl
    e to create domain directory: /wls_domain/ecommware2a
    at com.bea.plateng.domain.script.ScriptExecutor.runGenerator(ScriptExecutor.java:2143)
    at com.bea.plateng.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:531)
    at com.bea.plateng.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:459)
    ... 21 more
    Caused by: com.bea.plateng.domain.GenerationException: Unable to create domain directory: /wls_domain/ecomm
    ware2a
    at com.bea.plateng.domain.DomainGenerator.generate(DomainGenerator.java:137)
    at com.bea.plateng.domain.script.ScriptExecutor$2.run(ScriptExecutor.java:2120)
    com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.jython.WLSTException: com
    .bea.plateng.domain.script.ScriptException: com.bea.plateng.domain.GenerationException: Unable to create do
    main directory: /wls_domain/ecommware2a
    Script Exit code = 255

  • Throws validation errors to NWPM

    Hi All,
    I am working on a proxy to jdbc scenario in which we have to throw validation errors to NWPM(Net Weaver Process Monitor Tool)
    I am following the below steps,
    step 1 - In message mapping a UDF is created to catch errors and store them in a variable using dynamic configuration
    step 2 - writing abap mapping for handling this thrown exception and im reading the dynamic configuration in the abap class and raising exception. The exception format expected is
    SAP:Error SOAP:mustUnderstand="" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    <SAP:Category>XIServer</SAP:Category>
    <SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_ASYNC</SAP:Code>
    <SAP:P1>ZPI_THROW_EXCEPTION</SAP:P1>
    <SAP:P2>001</SAP:P2/>
    <SAP:P3>Mandatory field is missingBUKRS </SAP:P3>
    <SAP:AdditionalText />
    <SAP:Stack>No receiver could be determined</SAP:Stack>
    <SAP:Retry>M</SAP:Retry>
    </SAP:Error>
    but while i am trying to  test the data in message mapping it will show one error.
    and with out using abap code it works successfully but while i am adding Abap code in interface mapping it will show the following error.
    "Runtime exception when processing target-field mapping /ns0:MT_DB2_SourcePlant/Record/SourcePlant; root message: Exception:[java.lang.NullPointerException: while trying to invoke the method com.sap.aii.mapping.api.DynamicConfiguration.put(com.sap.aii.mapping.api.DynamicConfigurationKey, java.lang.String) of an object loaded from local variable '<9>'] in class CHRYSLER_com_test_scenario.ErrorHandling method testingError[, 4, , com.sap.aii.mappingtool.tf7.rt.Context@749119e6]"
    I have written the following ABAP code to achieve this:
    method IF_MAPPING~EXECUTE.
    DATA l_record type mpp_dynamic.
    DATA error type String.
    getting dynamic configuration value
    filled in by any previous mapping
    CALL METHOD DYNAMIC_CONFIGURATION->GET_RECORD
    EXPORTING
    NAMESPACE = 'http://sap.com/xi/XI/System/ERROR'
    NAME = 'ERROR'
    RECEIVING
    RECORD = l_record.
    error = l_record-value.
    *raising exception with our message
    RAISE EXCEPTION TYPE CX_MAPPING_FAULT
    EXPORTING
    TEXTID =
    PREVIOUS =
    ERROR_CODE = '001'
    ERROR_TEXT = error .
    RAISE EXCEPTION TYPE CX_MAPPING_FAULT
    EXPORTING
    TEXTID =
    PREVIOUS =
    ERROR_CODE = '003'
    ERROR_TEXT = error .
    endmethod.
    I am gettign the following message for our code:
    SAP:Error SOAP:mustUnderstand="" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    <SAP:Category>XIServer</SAP:Category>
    <SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_ASYNC</SAP:Code>
    <SAP:P1 />
    <SAP:P2 />
    <SAP:P3 />
    <SAP:P4 />
    <SAP:AdditionalText />
    <SAP:Stack>No receiver could be determined</SAP:Stack>
    <SAP:Retry>M</SAP:Retry>
    </SAP:Error>
    Could you please help in finding the solution for getting currect error message from ABAP class?

    Hello,
    The ABAP code looks ok except the missing if error != null statement.
    Please check the similar code for raising exception provided in the below blog:
    /people/ravi.gupta4/blog/2010/02/04/automating-cancellation-of-a-failed-message-in-xi
    Also, Can you check whether exception is raised using Dynamic config UDF and a call to abap mapping is made.
    Check the other approach of raising an exception:
    /people/alessandro.guarneri/blog/2006/01/26/throwing-smart-exceptions-in-xi-graphical-mapping
    -Rahul

  • "Credentials could not be validated" Error -  Weblogic deployment of BSSV

    Hi All
    I am a long time integrator with little JDE experience.
    I am tasked with getting Business Services published from JDE Business Functions.
    I have followed the MTRs and have Weblogic 10.3 on a Windows 2008 64 bit server.
    JDE is E812 with tools 8.98 4
    The Management Agent is installed and on the Server Manager, the Business Services Server was created.
    A business function has been written and after following the steps from both the Business Services Dev guide and a presentation from openworld, the function was built into a published Business Services.
    Now, when this is tested, both from the JDeveloper Integrated Server and from the Weblogic described above, the following error occurs:
    "Credentials could not be validated from message or from configuration file"
    Can anyone suggest why this happens? Are there deployments missing from my J2EE?
    Apart from the deployment from the Jdevelopper, a complete build of the ear has been done and deployed on the managed server, but this gives the same error.
    I have checked that the jdbj.ini is installed correctly and that the details are correct in there.
    Any help would be appreciated.
    Thanks,
    Ryan
    Edited by: 912783 on 2012/02/10 5:46 AM
    Edited by: 912783 on 2012/02/10 6:21 AM

    Hi
    We managed to get this working, but it is almost impossible to say what went wrong in the first place.
    Basically, we began a fresh install with a new domain and following the docs everything came right!
    there was no need to go into the JDE DB tables though.

  • Assertion not yet valid error in SHAREid

    We have SHAREid 2.5 and setup as destination. From time to time the user are getting a error like this. Any idea?
    Web Intersite Signon Error
    RECEIVER: ERROR: An invalid SAML Response was received: Assertion not yet valid; NotBefore = 2009-05-19T19:31:46Z; now = 2009-05-19T19:31:40Z
    I see there are fields for "Assertion Validity Period" in the Source Assertions sections. Can the client (source) modify the values on their side to resolve this issue?
    Thanks.
    Edited by: user504421 on May 21, 2009 12:00 PM

    The issue was with the clock on the IP side. The 2 federation servers were not synched.
    Thanks.

  • Call to ALDP 3.2 dataservice using  Mediator API throwing validation error

    Hi,
    Call to ALDP 3.2 dataservice using Mediator API with request doc having xsi:type (eg: <ns1:searchBy xsi:type="ns2:ImplXXXIDType">) is throwing validation saying that it is unable to resolve the namespace ns2 .The namespace ns2 is defined at root level. If the namespace ns2 is defined at the element level like this
    <ns1:searchBy xsi:type="ns2:ImplXXXIDType" xmlns:ns2="http://www.xxx.com/xyz/datastructure/1/"> it is working fine. We never had this issue with ALDSP 2.5 Mediator API.
    Any suggestions or help would be most welcome!
    Thanks,
    Gkumar

    Ok. Now you need to put enough information on the case for someone to investigate. Please attach instructions on how to create a data space that will show this problem. Since customer support will not have your database etc. , if you just create an empty ds function in the same ds as the one that has the problem, like so...
    function dummyFunction() as element(....)* {
    and then replace the () with the output from the Test View so it looks like...
    function dummyFunction() as element(....)* {
    <myElement ....>
    <otherElement ...>
    </myElement>
    Once you have a dummy function like that which demonstrates the problem, export your dataspace and attach it to the case.
    If you anticipate some of the questions that customer support is going ot ask you (including providing a reproducer), you will save yourself many days (or weeks) of time.

  • Itunes not installed correctly error even though install is successful

    I installed Itunes 9 and was working fine. All of a sudden i started getting errors saying "Itunes not installed correctly. Please reinstall Itunes" Error 7 keeps coming.
    I reinstalled and installed several times. Finally i removed all apple software in the order of itunes, quicktime player, and other apple software. I reinstall and still keeps saying "Not installed corectly". I have windows xp professional.
    I'm pulling my hair

    Have you give the complete error message?
    Some people have had error 7 when there is a problem with Apple Application support.
    Did you remove that when you did your uninstalls?
    see:
    http://discussions.apple.com/thread.jspa?messageID=10438509#10438509

  • Can anyone help with iCloud not backing up iPad even though there's sufficient space?

    iPad 3 not backing up in iCloud even though there's sufficient space

    Unfortunately, there is no way to expand the partition upwards. As you noted, you would need to either start afresh, or simply find a good use for the first partition.

  • My runtime is not throwing any errors. please help.

    hi this is part of my code.
    try {
    Runtime r = Runtime.getRuntime();
    Process p = r.exec("fping -c 1 " + laten);
    if ((p == null)) {
    out.println("Could not connect");
    catch (IOException io) {
    System.err.println(io.toString());
         out.println(laten +" not a valid IP address");
    the String variable laten which is an IP address is 123.123.123.wrong, i made it wrong on purpose to catch errors, but what will p equal if laten can not be fpinged? and is this code correct to catch unpingable IP addresses? thanks in advance.

    The returned process is not null, you have to check the return value of the process:
    Runtime r = Runtime.getRuntime();
    Process p = r.exec("fping -c 1 " + laten);
    int returnValue = p.waitFor();
    if (returnValue != 0) {
       System.out.println("Could not connect");
    }

  • Adobe Ilustrator giving me low ram error even though there is plenty of ram

    One of my users is getting the message "The operation cannot complete because there isn't enough memory (RAM) available" error when opening a file in illustrator.  I had them send me a screen show of the memory utilization in task manager and it is at 28%. Can anyone offer any insight on why this might be happening?  They are requesting that more RAM be added to the machine but being that it already has 16gb installed I'd like to rule out any other issues before jumping to that step.
    Below are screenshots of the error and the task manager
    Message was edited by: DREW SARTIN

    Memory errors have nothing to do with actual lack of RAM. The file is damaged or references a potentially critical external component like a specific printer driver whose info has been stored in the file, a font, a color profile, a linked image or whatever. You need to figure out those problems instead of blindly throwing more resources art the program. As a start, try to open the file on another system. If it works you can limit the investigation to the specific machine and even if it doesn't it may give you a more meaningful warning that helps to diagnose the error.
    Mylenium

  • "no music" light error even though there are plenty of tunes!

    Hello! I have three different ipod shuffles that will not play music synced from my apple laptop yet they will play songs when synced to my roommate's PC. From my computer, the songs appear on the ipod, but when I try to play them, nothing happens. The orange and green lights flash. I'm running itunes 7.7.1 and I've been through the trouble-shooting forums posted by apple. I've reset ipod to factory settings. I've checked for software updates. any advice? much appreciated!

    Memory errors have nothing to do with actual lack of RAM. The file is damaged or references a potentially critical external component like a specific printer driver whose info has been stored in the file, a font, a color profile, a linked image or whatever. You need to figure out those problems instead of blindly throwing more resources art the program. As a start, try to open the file on another system. If it works you can limit the investigation to the specific machine and even if it doesn't it may give you a more meaningful warning that helps to diagnose the error.
    Mylenium

  • ITunes says there's not a valid SIM card, but there is.  Please help?

    Here's the story:  By contract with an argentinean carrier, after 18 months I should get my iPhone 3GS unlocked.  So I bought an iPhone 4S and ask the carrier for a microSIM (or whatever name it has).  They gave me one and I started to use my new iPhone.  After I told my girlfriend, she aseked me to use my old iPhone, and I said of course.  Since she uses another carrier, I asked my to unlock mi iPhone and they said it would unlock itself by plugging it to iTunes and sync.  So I did that and the phone kinda crashed down.  I read I should restore it and so I tried.  iTunes told me that the firmeware was corrupt, or something like that (I don't remember the error's numbers, but there were two, and I think one was 0015).  So I went to another PC and tried again, and -apparently- all went well, it installed the 5.1.
    So then I tried to sync with iTunes and discover the the iPhone is suddenly unativated.  I tried to activate it and iTunes said "There is no valid SIM card installed in the iPhone you are trying to activate".  I talked to the carrier's people and they told me to use one of their chips.  So I did.  Then they told me to use a chip from another company, and I did that too.  That was a month ago (carriers over here tend to lose all interest in you once you've already bought what they want you to buy).  I also tried to do it from the iPhone, but it says "Activation servers are temporarily unavailable" or something like that.
    I looked over these discussions and found I should delete some lines from the host file.  I did that too. Nothing changed.
    Apple has no official support offices in Argentina anymore, and I don't want anybody else touching my iPhone.  I went to the carrier, but they said they'd call me on the next day two weeks ago, so that's not an option.
    Can anybody -please- tell me what to do?
    This iPhone has never been jailbroken, unlocked, hacked or any other thing that may apply.  Nobody ever touched it except me.
    I would really appreciate some help, thank you.

    Hi, Pi.
    Have a look at this Apple Support page , the iTunes says my code is "invalid" section in particular.

  • Everytime i search and select a site i get redirected while i can go directly to the site on Explorer, also some bookmarked sites will not open on Firefox, even though there were saved there but I can open them in Explorer. Help I like Firefox.

    there are too many to list. when I google a site and click on it, most times I get redirected. is this a maleware issue? it seems to work fine with Explorer. for example I can open adam4adam.com in Explorer but not with Firefox.

    It is possible that your security software (firewall, anti-virus) blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full, unrestricted, access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    *https://support.mozilla.org/kb/fix-problems-connecting-websites-after-updating

  • Original Ipad 1 will not connect to internet even though there is a strong signal displayed

    Hi My iPad 1 was working fine but suddenly it will not connect to the internet, it shows a full wifi signal and I have tried reseting but it keeps failing to connect with the internet,,does this indicate a fault with the iPad, router or software. My Sony laptop works from the same BT router using wifi and has no problems.
    Has anyone had similar connection issues, I am reluctant to send it to Apple in case its not a fault with the iPad so want to check all other options first..

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    iOS 6 Wifi Problems/Fixes
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Cisco Quality Manager 8.5 "Domain could not be validated" error

    Hi
    Has anyone encountered this error when they attempt to add domain to Quality Manager?
    I need to understand how I can fix this problem?
    Marsha

    My issue is stil not received, i hav send a document to the system team to follow for the integration. The AD configuration for QM shud be very expicit or else integration will not work. I am attachin the doc here. Let me knw if that helps.

Maybe you are looking for

  • Discoverer Desktop installation fails on Windows 7

    Hi All, We are installing Discoverer Desktop version 10.1.2.00 on Windows 7 32-bit version 6.1, runing the setup.exe gives error ERROR: Starting Oracle Universal Installer... Checking installer requirements.... Checking operating system version: must

  • Acrobat 8 pro and windows 7 needs adobepdf.dll

    I have just installed my old CS3 suit on a new machine. Now with windows 7 and Acrobat Pro version 8 I can't print to the Adobe pdf printer. Eventually it asks for abobdePdf.dll - it can't find what it wants on the original installation discs then wa

  • Powerpoint and WMV

    I *believe* this is not off-topic, apologies if anyone considers it so... Clinician has passed on a series of WMV files captured from a PC application http://www.materialise.com/materialise/view/en/2407363-Cranio-Maxillofacial.html which generates a

  • SI have included a clip of the playlist hoping someone can explain what the issue may be.mart Playlist Not Working Correctly

    I set up a smart playlist that seemed to work fine, but now it's playing songs I don't want it to play.  I have placed all my Christmas songs into their own playlist.  I also made rule to eliminate the word Christmas showing up in any other field.  Y

  • PCI-1422 Windows7 32bit Problems

    I have a legacy program that I am trying to port from WindowsXP to 32bit version of Windows7.  This program is based on the PCI-1422 frame grabber. For historical purposes, I have to use NI-IMAQ version 2.5.3, which installs version 2.0.3.17 of NI-MA