Can we supress the warning messages on server level

I have a problem with the application that issues a select distinct count of a column that has NULLS value on Oracle 10.1.0.4 server. The application doesn't handle the warning message returned and shuts down. I cannot change the application code… is there a way to suppress the warning messages?
Thanks a lot, mj

Below is the exact statement that causes the problem.
Unfortunately, I cannot get the actual error from SQLPLUS but the application exist with unhandled database error - Any ideas what can I do?
I just got the answer that no application changes are possible at this moment...
Thanks a lot for the help, mj
create table testing_bug (id number, col1 varchar2(50))
insert into testing_bug values(1, 'ttt');
insert into testing_bug values(1, null);
insert into testing_bug values(1, 'nnn');
insert into testing_bug values(1, 'mmm');
insert into testing_bug values(1, 'yyy');
select count(distinct col1) from testing_bug

Similar Messages

  • Can we save the warning message in the message log of Lead.

    Hi,
    I have an requirement where i have to raise an warning message while "creation of lead from campaign" on campaign UI, I can raise that warning message using below code.
    DATA lr_message_service TYPE REF TO cl_bsp_wd_message_service.
    lr_message_service = cl_bsp_wd_message_service=>get_instance( ).
    lr_message_service->add_message( iv_msg_type = if_genil_message_container=>mt_warning
    iv_msg_id = 'ztest'
    iv_msg_number = 006
    iv_msg_level = '1' ).
    but how can i retain this warning message in the lead message log ? "when ever i will open that lead again that warning message should be there"
    thanks & regards
    raman khurana.

    Hi,
    Below are the steps to write to the log and then read it,
    1. Create a Log useing FM BAL_LOG_CREATE. This will return the log handle.
    2. Add messages to log using FM BAL_LOG_MSG_ADD. Importing parameters are log handle and the message.
    3. You can read the log by passing the log handle to FM BAL_GLD_SEARCH_MSG. This will return the message handle.
    4. Now pass the message handle to FM BAL_LOG_MSG_READ. This inturn return the message id and class. Pass the msg. details to FM BAL_DSP_TXT_MSG_READ to read the message text.
    Regards,
    Arun Kumar

  • How can I customize the warning message displayed in the Security Dialog

    Hi,
         Before downloading my application on the client machine JWS shows a Security Warning dialog to the client. I want to customise the Warning message displayed in this dialog. How can I do so?
    Thanks,

    Hi,
    Just try one of the following parameters at the formsweb.cfg
    # Forms applet parameter
    restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,log,allow_debug,allowNewConnections
    # Forms applet parameter
    formsMessageListener=
    # Forms applet parameter
    recordFileName=
    # Forms applet parameter
    serverApp=default
    # Forms applet parameter: URL path to Forms ListenerServlet
    serverURL=/forms90/l90servlet
    Then Restart your OC4J.
    Regards,
    Hamdy

  • How can I change the Warning Messages Settings on Firefox 5?

    I wonder why the options to enable/disable those warning messages whenever you enter or leave an encrypted page, etc., are no longer included in this version. Is it still possible to tinker with these settings with Firefox 5?

    thanks!! that helps.

  • Can I supress the Outgoing Message Notification dialog box?

    I have a form that our company is using internally and my users are all getting a popup message that is telling them about the form sending an email message for them.  They can check a box to not show this again, but I have over 300 users and I'd like to supress this message for them all if possible.
    This message is causing issues because sometimes it loses focus and gets hidden behind Acrobat Reader and the user is then stuck and an admin has to end the process for them to regain use of their computer.
    So far I have not been able to track down a registry key or config file where this might be stored.  Any input is appreciated!

    Usually such information are stored in the registry.  I use Regshot to check for registry changes.

  • Can we change the color of the Warning Messages?

    Hi, I had a requirement to change the Color of the warning messages to be in Red. Can somebody suggest on how to do this and also can we do this for one module specific?
    Thankyou

    following statement would show the message in Red Color.
    throw new OAException("Warning Message",OAException.ERROR);
    Use OAAttrValException if you want to highlight the particular field is wrong.
    --Prasanna                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to supress a warning message in BDC for ME11 Tcode

    Hi Expert,
    I am doing a BDC report for ME11 Tcode and some of warning is ignorable for this transaction code,how can we suppress these warning through BDC program, is it possible or will have to make some changes changes in TCODE(ME11) itself.

    hi,
    if the warning message coming in a pop-up window then it can be supressed in the following way.
    1. comment the lines of the code of bdc recording of that pop-up screen along with the perform of bdc ok code  '=ENTE".
    2. use the structure ctu_params and fill the correspondings fiels, particularly the field nobinpt = 'X' and then use this structure in the call transcation statement as
    call transcation 'ME11'
                            using bdcdata
                            options from opt ( structure of ctu_params )
    3. At the time of recording use the option of check box " no batch input session ".
    regards,
    Alok

  • Supression of warning message

    Hi All
    I am getting warning message
    Initial RANGE line for customer exit variable ZCALDAYFISPER is ignored    after the execution of report and before the input variables. I want to supress this mesaage or remove it...
    How to do it?/
    Please help
    Regards
    Megha

    Hi Megha,
    if you are using a webtemplate then you can suppress the warning message by including
            <param name="SUPPRESS_SYSTEM_MESSAGES" value="X"/>
            <param name="SUPPRESS_WARNINGS" value="X"/>  in the html code.
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_PROPERTIES"/>
             <param name="TEMPLATE_ID" value="YTEMPlate1"/>
             +<param name="SUPPRESS_SYSTEM_MESSAGES" value="X"/>+
             +<param name="SUPPRESS_WARNINGS" value="X"/>+
             <param name="VARIABLE_SCREEN" value="X"/>
             <param name="MENU_BOOKMARK" value=""/>
             <param name="MENU_CHARACTERISTIC_PROPERTIES" value=""/>
             <param name="MENU_VALUE_PROPERTIES" value="X"/>
             <param name="MENU_QUERY_PROPERTIES" value="X"/>
             TEMPLATE PROPERTIES
    </object>
    Regards,
    Rk.

  • How can I change the IP at Directory Server?

    Hello
    I try change to IP address of iPlanet Server.
    I followed job the order by the Administrator's guide.
    but I can't update IP in Directory Server.
    ldif2db -i xxx.ldif command show warnning message.
    "[31/Oct/2001:00:17:04 +0900] - ldif2db: WARNING, skipping duplicate
    entry ..."
    How can I cange the IP in Directory Server?

    Hello,
    Do you have root access to that machine? You should /etc/hosts with vi, modify the IP and then force the writing, because it�s a read only file. You can force this using w! instead of w. This way, if you have root permission, you should commint the change.
    Good luck!
    jmiturbe

  • How can I reinstate the warning dialog box for entering a secure site?

    I would like to reinstate the warning box that tells me when I am entering a secure site. The one that warns when I am leaving a secure site is working just fine. I probably unchecked the box for entering at one time or another but I can't find how to bring it back.

    Looks that the Warning Messages dialog for those settings is gone from Tools > Options > Security
    You can reset the related <b>security.warn_</b> prefs on the <b>about:config</b> page.

  • How to remove the 'New Entry' button in the warning message for a dialog bo

    Hi Experts,
    I am calling a Modal Dialog box screen having a pushbutton.
    On the click of the pushbutton, I am performing some checks, and giving a warning message.
    The warning message comes as a popup in this case and has three buttons on it.
    One of these buttons is titled 'New entry'.
    I dont want that button to come on the warning popup.
    Please let me know if there is a way out for this.
    Thanks in advance.
    Useful answers will surely be rewarded.
    Regards,
    Himanshu

    Hi Jyothi,
    Thanks a lot for ur prompt reply.
    But, in my dialog screen, on click of the button I am simply using the statement :
    MESSAGE W000(0K) with 'text'.
    The resulting warning message comes as a popup with the 'New Entry' button on it.
    From the warning popup, how can I remove the button.
    Please let me know.
    Thanks.
    Regards,
    Himanshu

  • How to get rid of the Warning Message L3 010 in LT01?

    Hi, guys,
    Is there any approach to get rid of the Warning Message L3 010(Check your entries) in LT01? I'm running a BDC program, but it's always interrupted by this message both in online and background mode...
    Thanks a lot
    Michael

    Maybe you can try FMs instead of BDC to achieve your goal:
    Creating/confirming transfer order (WM) using bapi/function modules
    E.g. L_TO_CREATE_SINGLE, L_TO_CREATE_MULTIPLE,L_TO_CONFIRM (which are mentioned in the thread linked above)
    Regards,
    Csaba

  • To get the warning messages raised in determination

    Hi Expert,
    I am validaing the Root node using determination(on modify) and raising warning messages , and these warning messages needs to caprured onclicking save button. when clicking save button twice the warning messages goes off and displays "Save not required" I need to display the warning messages untill user modifyies the data...
    Cann anyone help me on this
    thanks in advance

    Dear Sasi,
    Are you able to display messages on application screen?
    Why do you want to double click on the SAVE button?
    Your issue is not clear.
    You can have validation class created where in you can validate certain conditions and raise messages if required criteria is not satisfied.
    May be some of the below related blogs helps you in this aspect.
    WKS: How To Avoid Message Flooding
    Message handling in BOPF
    Quick and Dirty (QAD) - 02 Implementing custom TM Conditions (Part 1 of 3)
    Thanks,
    Bharath.

  • Getting the Warning message while searching in the Query panel

    Hi all,
    getting the following warning message while searching something through Query panel.
    <SimpleSelectOneRenderer><_getSelectedIndex> Could not find selected item matching value "VwObj_SearchNCCriteria" in QueryRenderer$2[UIXEditableFacesBeanImpl, id=null]
    can anybody help me in filtering this warning message
    Thanks & Regards,
    Veeresh

    Hi Frank,
    the JDeveloper version is JDeveloper Studio 11.1.1.3.0
    I have a View object View_Query for that i have added View critirea as View_Query_Critirea.
    I dropped the Critirea as Master-detail table in the page.
    when i try to search anything in the master-detail table I am getting the warning message which i mentioned in the original post.
    thanks,
    Veeresh

  • [svn] 1594: Update the warning message when outbound throttle policy of REPLACE is used one more time .

    Revision: 1594
    Author: [email protected]
    Date: 2008-05-07 11:10:27 -0700 (Wed, 07 May 2008)
    Log Message:
    Update the warning message when outbound throttle policy of REPLACE is used one more time. Now the warning says this. . .
    Throttle outbound policy 'REPLACE' found on message destination 'MESSAGE_DESTINATION'. The 'REPLACE' throttle outbound policy has been deprecated. Please remove it from your configuration file.
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/MessageDestination.java

    hamish72 wrote:
    You can still download as much as you can only a lot slower during peak times off peak will not be restricted.
    Thanks for this explanation. I had taken it that it was at all times.
    As I said in the first place it will be great if they throttle me to 1Mb at peak times as it will be better half the time than I am getting anyway!!!!!!!!!
    hamish72 wrote:
    Have you chased up why your line is so bad, long way from exchange and so on
    Posting your router stats may get advice from someone
    enter for homehub for other routers will differ
    192.168.1.254 in browser click A to Z top right
    then ADSL enter pas and click MORE DETAIL
    POST RESULTS
    Also post results of test at ( best done from master test socket)
    http://speedtester.bt.com/
    Connection Information
    Line state
    Connected
    Connection time
    6 days, 11:57:55
    Downstream
    5,760 Kbps
    Upstream
    448 Kbps
    ADSL Settings
    VPI/VCI
    0/38
    Type
    PPPoA
    Modulation
    G.992.1 Annex A
    Latency type
    Interleaved
    Noise margin (Down/Up)
    5.7 dB / 21.0 dB
    Line attenuation (Down/Up)
    44.6 dB / 24.0 dB
    Output power (Down/Up)
    8.9 dBm / 1.6 dBm
    Loss of Framing (Local/Remote)
    0 / 0
    Loss of Signal (Local/Remote)
    0 / 0
    Loss of Power (Local/Remote)
    0 / 0
    FEC Errors (Down/Up)
    25279 / 134
    CRC Errors (Down/Up)
    700 / 196
    HEC Errors (Down/Up)
    5427 / 142
    Error Seconds (Local/Remote)
    477 / 102

Maybe you are looking for