Regarding error and warning messages in log.

hi all,
i need to move the error meaasges and warning messages to log....am downloading the FI data from EC...
my req is if the company code  is not in header..throws warning message" comp has not been for header" and at the same the file has to be generated.....
and for line item if the trading partner is not present it throws error message and at the same time file has to be generated.....
for exxample like this.....
GL account     FS item      Trading Partner  TC     Value in TC       LC       Value in LC
12345678          213344   XXXX            USD     1,000          1,000
     USD

Hi,
u can use an internla table and get all the Logs,
for Example if company code is not there the move the company code and pernr to ITAB1,
if EMP subgroup is not there in header then move to ITAB2.and at the final appene itab1,itab2 to one more inernal table so that this final table contains all the errored pernrs, and u can display it

Similar Messages

  • Error and warning message querry?

    How is it that i can see in spro all the error and warning messages???

    Hi,
    in table t100 through se11  i can see the field MSGNR  , THATS IT ,

  • Error and Warning message documentation

    Hi. I'm looking for general documentation that I can use as a reference whenever the compiler/linker/etc. spews out an error or warning message. For example, I'm trying to build a UnitTest framework and I'm getting the following error from the linker:
    ld: fatal: symbol 'X' is multiply defined: (file a.o and file b.o)
    Thanks,
    Mike

    Hi,
    in table t100 through se11  i can see the field MSGNR  , THATS IT ,

  • Firefox not loading webpages from yesterday. I am getting a string of error and warning messages. I tried reloading but getting same messages. Like Parsing Value, Unknown property zoom. Lots of different errors. Cannot re-load pluggins. Help!

    Used Firefox for some time no problem until yesterday. Now it wont load web pages. Getting a string of warnings and errors. Tried reloading but getting same errors. Can't download pluggins. Error in Parsing, Unknown Property, Unknown Zoom, loads of messages like this for no apparent reason. Help please!
    == 10 July 2010

    Same thing started after updating to 3.6.6 on Window XP. Some pages load after doing "shift - Reload page", but not always. Error Console is showing a lot of "Errors" and lots of "Warnings" from pages that do not load. But before 3.6.6 update the pages loaded OK.

  • Window Errors and Warning in this Transaction not shown

    We're using Designer 6.5.82.3.0.
    Business rules aren't generated according to CDM Ruleframe, no CAPI. But Table API/trigger logic.
    => Pre-Before-Insert-Row
    BEGIN
    if CDR_CPN.F_CPN_UNIQUE(:new.CODE)
    then
    -- a new code
    null;
    else
    -- code already exists
    QMS$ERRORS.SHOW_MESSAGE
    ('CDR-05000'
    ,:new.CODE);
    end if;
    END;
    When an business rule fails the window Errors and Warning in this Transaction with the error-message is not shown. Instead we get the message Transaction failed
    (when using sqlplus the same message appears, then running @messages.sql =>correct message)
    According to a previous discussion the ON-ERROR of the module component should be modified (author Bart van Ges 22 May 2002). And this works, the window Errors and Warning in this Transaction is shown with the correct message.
    Has anyone another solution, patch or any idea why the window doesn't appear without the modification?
    Cheers,
    Bob

    All,
    Since Headstart for 6.0 (patch 12) and Headstart for 6i, Headstart default only functions well in combination with CDM RuleFrame. If you want to deviate from this standard, the functionality in the libraries should be adapted for this purpose. There are several ways to do this:
    - show serverside errors in an error Alert window
    - show serverside errors in the RuleFrame transaction and errors window.
    Whatever approach you choose - in this thread several suggestions are being made - it is not documented in headstart how to do this. The Oracle Headstart group is not able at this moment to investigate time to workout the alternatives, though I will add an enhancement request to headstart to document these options in the headstart user guide.
    Two extra suggestions:
    - try to test your workaround as well as possible (try to raise errors from server, client, try to violate server constraints (pk, uk, fk, ck) and try to let serverside pl/sql fail.
    - if you do not make use of ruleframe, you might run into a problem if you try to commit in the serverside logic, in this case remove the calls in the template package (qms$even_form) to open and close the transaction (pre-commit and post-forms-commit trigger events).
    Regards,
    Marc Vah[i]Long postings are being truncated to ~1 kB at this time.

  • Error or warning message when closing WBS element

    Hello Friends,
    Is it possible to issue any error or warning message while closing the account assigned WBS after balancing cost to zero on WBS by settlement and (commitment zero) fully  completion of GR, but IR has not yet done that means PO is still open.
    Thanks for the help.
    Kris

    you should not use messages on closure for this
    run ME5J report
    or run a line item report on the GR/IR account
    This should be checxked from logistics side not from WBS or projects

  • Application Nividia Stream error and warning in the Event Viewer Windows 8.1

    Have found the following repeating error and warning  in the Event Viewer Windows 8.1 64 bit reg.the application Nividia Stream:
    1. The error :
    "Can not find the description of event 2001 identification from
    the source NvStreamSvc.
    Either the component causing this issue is not
    installed in the local computer or installation is broken. You can install or
    repair the component in the computer.
    Information to the event :
    NvStreamSvc
    Failed continue stopping [6] "
    2. The warning :
    "Can not find the description of event 2002 identification
    from the source NvStreamSvc.
    Either the component causing this issue is not
    installed in the local computer or installation is broken. You can install or
    repair the component in the computer.
    Information to the event
    NvStreamSvc
    SSAU process ID 7820 did not exit, Termination.
    [6]”
    I would appreciate the advice how to fix it.
    Thanks and best regards,
    Ewa

    Hi,
    Thanks for your reply.
    Have the lastest updated Nividia driver :  version 347.88 - shall I uninstall and install again ?
    Shall I make express installation /as usually/ or advanced ?
    Reg. Nividia Stream service - shall I disable this service in services.msc ?
    The software - now have Nividia GeForce Experience  updated to the version 2.4.1.21 on 30th
    March.                                                                                                                                                 
    Would appreciate your further assistance and help.
    Thanks and best regards, Ewa

  • ON-ERROR and ON-MESSAGE

    Is anyone using a stored procedure to trap and intercept Oracle Forms Errors and Messages using the ON-ERROR and ON-MESSAGE Triggers?
    In order to do this, I would like to store Oracle's Forms error in a table. I have been unable to located the .msg file that contains the flat file for all of oracle errors and messages. I have loaced the binaries at: $ORACLE_FORMS_HOME\forms90 in the following 5 files: (1) fmcus.msb (2) fmdus.msb (3) fmfus.msg (4) fmgus.msg and (5) fmmus.msb
    Does any know where I can locate the .msg files?
    Any help would be appreciated.

    Hello,
    You can use ERROR_TYPE and ERROR_CODE to ask your own tables
    Declare
    err_code NUMBER := ERROR_CODE;
    errmsg VARCHAR2(512) ;
    Begin
    If ERROR_TYPE = 'FRM' Then
    SELECT message_text
    INTO errmsg
    FROM forms_message_table
    WHERE code = err_code ;
    Elsif ERROR_TYPE = 'ORA' Then
    SELECT message_text
    INTO errmsg
    FROM database_message_table
    WHERE code = err_code ;
    Else
    errmsg := ERROR_TEXT ;
    End if ;
    Set_Alert_Property( 'ALERT1', TITLE, 'Forms error message' ) ;
    Set_Alert_Property( 'ALERT1', ALERT_MESSAGE_TEXTE, errmsg ) ;
    Ok := Show_Alert( 'ALERT1' ) ;
    Exception
    When NO_DATA_FOUND Then
    Set_Alert_Property( 'ALERT1', TITLE, 'Forms error message' ) ;
    Set_Alert_Property( 'ALERT1', ALERT_MESSAGE_TEXTE, ERROR_TEXT ) ;
    Ok := Show_Alert( 'ALERT1' ) ;
    End ;

  • I'm sick of updating and warning messages !!!! one more message then you lose a customer .

    i'm sick of updating and warning messages !!!!
    one more message then you lose a customer .

    Dah•veed wrote:
    So long, farewell, Auf Wiedersein, goodnight... 
    Great movie.

  • Error Message and warning message in PO creation

    Hi,
       I have one requirement like when user create PO with 'critical material',while saving PO,user  should get message "critical material".
    For this ,in the enhancement MM06E005,EXIT_SAPMM06E_012(functional module),
    I have written piece of code
    *critical Material by Jaheer,ABAP & MM specialist
    LOOP AT TEKPO.
      IF TEKPO-MATKL EQ '9068'.
        MESSAGE ID 'ZMM' TYPE 'W' NUMBER '013' with TEKPO-MATNR.
         ENDIF.
    endloop.
    Here whenever I put message type 'E',I am getting message "critical material".But I donot want  error message  ,I want only warning message,so when I changed message type as "W",I am not getting any message while checking My PO.
    What is the reason?
    please,Can somebody throw some light on this?
    With Reg,
    Jaheer

    Hi,
    The linkage between warning and crtical materila is improper. Initially you have setted as E CRITICAL MATERIAL. Please change the status of message from error to warning in custamization instead of doing in program. Hope it works.Thanking you

  • RV220W Syslog Summary, ERROR and WARNING

    Hi.
    Firmware Version: 1.0.4.17
    I have some warnings and errors. And wondering if someone can explain if they are dangerous or can be viewed and deleted?
    Syslog Summary:
    Emergency:     0
    Alert:               0
    Critical:            0
    Error:               19
    Warning:          105
    ERROR:
    Sun Mar  3 08:37:15 2013(GMT) [RT][System][PLATFORM] /pfrm2.0/bin/bwLimitConfig /tmp/system.db 9 dot11STA 1 failed. status=-1
    Sun Mar  3 08:37:15 2013(GMT) [RT][System][EVTDSPTCH] umiIoctl (18, UMI_CMD_DB_UPDATE(4)) failed. table=dot11STA row=1
    Sun Mar  3 08:37:52 2013(GMT) [RT][System][PLATFORM] IP:       XXX.XXX.XXX.XXX
    Sun Mar  3 08:37:52 2013(GMT) [RT][System][PLATFORM] BCAST:    XXX.XXX.XXX.XXX
    Sun Mar  3 08:37:52 2013(GMT) [RT][System][PLATFORM] SUBNET:   255.255.255.0
    Sun Mar  3 08:37:52 2013(GMT) [RT][System][PLATFORM] GW:       95.34.60.1
    Sun Mar  3 08:37:52 2013(GMT) [RT][System][PLATFORM] DNS1:     193.213.112.4
    Sun Mar  3 08:37:52 2013(GMT) [RT][System][PLATFORM] DNS2:     130.67.15.198
    Sun Mar  3 08:37:52 2013(GMT) [RT][System][PLATFORM] Interface:eth1
    Sun Mar  3 08:40:07 2013(GMT) [RT][System][PLATFORM] /pfrm2.0/bin/bwLimitConfig /tmp/system.db 18 dot11STA 5 failed. status=-1
    Sun Mar  3 08:40:07 2013(GMT) [RT][System][EVTDSPTCH] umiIoctl (18, UMI_CMD_DB_UPDATE(4)) failed. table=dot11STA row=5
    Sun Mar  3 08:40:07 2013(GMT) [RT][System][PLATFORM] /pfrm2.0/bin/bwLimitConfig /tmp/system.db 9 dot11STA 5 failed. status=-1
    Sun Mar  3 08:40:07 2013(GMT) [RT][System][EVTDSPTCH] umiIoctl (18, UMI_CMD_DB_UPDATE(4)) failed. table=dot11STA row=5
    Sun Mar  3 08:40:08 2013(GMT) [RT][System][PLATFORM] /pfrm2.0/bin/bwLimitConfig /tmp/system.db 18 dot11STA 5 failed. status=-1
    Sun Mar  3 08:40:08 2013(GMT) [RT][System][EVTDSPTCH] umiIoctl (18, UMI_CMD_DB_UPDATE(4)) failed. table=dot11STA row=5
    Sun Mar  3 08:43:25 2013(GMT) [RT][System][PLATFORM] /pfrm2.0/bin/bwLimitConfig /tmp/system.db 9 dot11STA 5 failed. status=-1
    Sun Mar  3 08:43:25 2013(GMT) [RT][System][EVTDSPTCH] umiIoctl (18, UMI_CMD_DB_UPDATE(4)) failed. table=dot11STA row=5
    Sun Mar  3 08:45:19 2013(GMT) [RT][System][PLATFORM] /pfrm2.0/bin/bwLimitConfig /tmp/system.db 18 dot11STA 5 failed. status=-1
    Sun Mar  3 08:45:19 2013(GMT) [RT][System][EVTDSPTCH] umiIoctl (18, UMI_CMD_DB_UPDATE(4)) failed. table=dot11STA row=5
    2011-01-01 00:00:42: [RT][IKE] INFO:  IKE started
    WARNING:
    Sun Mar  3 07:11:02 2013(GMT) [RT][Kernel][KERNEL] ERROR:endChantRecv: protocol PNAC returned !OK
    Sun Mar  3 07:11:02 2013(GMT) [RT][Kernel][KERNEL] ERROR:endChantRecv: protocol PNAC returned !OK
    Sun Mar  3 07:11:02 2013(GMT) [RT][Kernel][KERNEL] ERROR:endChantRecv: protocol PNAC returned !OK
    Sun Mar  3 07:11:02 2013(GMT) [RT][Kernel][KERNEL] ERROR:endChantRecv: protocol PNAC returned !OK
    Sun Mar  3 07:56:27 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 07:56:27 2013(GMT) [RT][Kernel][KERNEL] printk: 22 messages suppressed.
    Sun Mar  3 07:56:27 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 07:56:27 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 07:56:27 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:11:02 2013(GMT) [RT][Kernel][KERNEL] ERROR:endChantRecv: protocol PNAC returned !OK
    Sun Mar  3 08:11:02 2013(GMT) [RT][Kernel][KERNEL] ERROR:endChantRecv: protocol PNAC returned !OK
    Sun Mar  3 08:11:02 2013(GMT) [RT][Kernel][KERNEL] ERROR:endChantRecv: protocol PNAC returned !OK
    Sun Mar  3 08:11:02 2013(GMT) [RT][Kernel][KERNEL] ERROR:endChantRecv: protocol PNAC returned !OK
    Sun Mar  3 08:40:07 2013(GMT) [RT][Kernel][KERNEL] ERROR:endChantRecv: protocol PNAC returned !OK
    Sun Mar  3 08:40:07 2013(GMT) [RT][Kernel][KERNEL] ERROR:endChantRecv: protocol PNAC returned !OK
    Sun Mar  3 08:45:22 2013(GMT) [RT][Kernel][KERNEL] ERROR:endChantRecv: protocol PNAC returned !OK
    Sun Mar  3 08:45:22 2013(GMT) [RT][Kernel][KERNEL] ERROR:endChantRecv: protocol PNAC returned !OK
    Sun Mar  3 08:48:52 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:48:52 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:48:52 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:48:52 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:48:52 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:48:52 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:12 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:12 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:12 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:12 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:12 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:12 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:13 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:13 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:13 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:13 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:13 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:13 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:13 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:13 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:13 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:13 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:13 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:13 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:13 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:13 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:13 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:13 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:13 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:13 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:13 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:13 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:13 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:13 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:28 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:28 2013(GMT) [RT][Kernel][KERNEL] printk: 8 messages suppressed.
    Sun Mar  3 08:56:28 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:28 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:28 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:28 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:28 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:33 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:33 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:33 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:33 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:33 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:33 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:33 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:33 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:33 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:33 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:34 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:34 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:34 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:34 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:34 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:34 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:34 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:34 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:34 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:34 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:34 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:34 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:34 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:34 2013(GMT) [RT][Kernel][KERNEL] printk: 2 messages suppressed.
    Sun Mar  3 08:56:34 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:34 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:34 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 08:56:34 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:34 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 08:56:34 2013(GMT) [RT][Kernel][KERNEL] printk: 1 messages suppressed.
    Sun Mar  3 08:56:34 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 09:04:34 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 09:04:34 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 09:04:34 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 09:04:34 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 09:04:49 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 09:04:49 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 09:04:49 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 09:04:49 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 09:04:49 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 09:04:49 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 09:04:49 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 09:04:49 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 09:04:49 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 09:04:49 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 09:04:49 2013(GMT) [RT][Kernel][KERNEL] WARNING:cvmx_ptr_to_phys() passed a NULL pointer
    Sun Mar  3 09:04:49 2013(GMT) [RT][Kernel][KERNEL] cvm_ipfwd_cache_flow: Failed to allocate flow info buffer
    Sun Mar  3 09:11:04 2013(GMT) [RT][Kernel][KERNEL] ERROR:endChantRecv: protocol PNAC returned !OK
    Sun Mar  3 09:11:04 2013(GMT) [RT][Kernel][KERNEL] ERROR:endChantRecv: protocol PNAC returned !OK
    Sun Mar  3 09:11:04 2013(GMT) [RT][Kernel][KERNEL] ERROR:endChantRecv: protocol PNAC returned !OK
    Sun Mar  3 09:11:04 2013(GMT) [RT][Kernel][KERNEL] ERROR:endChantRecv: protocol PNAC returned !OK
    2011-01-01 00:00:42: [RT][IKE] INFO:  IKE started
    Thank you for your help.
    Regards Håkon

    Thank you for using our forum, my name is Johnnatan I am part of the Small business Support community. I apologize for this inconvenience you are having, also I am sorry if I can´t give you a complete information regarding this kind of logs, multiple of these are application Port-based Network Access Control, also some of these error are regarding this software, in charge to control all the traffic to give you a extra security. All these logs are security reports which were accessed through wireless.
    To answer your question, those are security tracking of all alerts that software gave you, in this case I advise you to keep with this information. I hope you find this answer useful,
    *Please mark the question as Answered or rate it so other users can benefit from it"
    Greetings,
    Johnnatan Rodriguez Miranda.
    Cisco Network Support Engineer.

  • ACPI Error and warning

    Hi everyone,
    I just switched over from Ubuntu 14.04 after installing a new hard drive on my Samsung 900x3c. I did a clean Arch install with Lxqt as my desktop and in an attempt to get all the function keys working and installing samsung-tools I discovered a couple of errors and warnings in the dmesg output related to AE_NOT_FOUND  as well as conflict between the systemIO range and the OpRegion. Now I would really like to remove these errors/warnings even though for the moment apart from the missing function keys (which might even be unrelated) I do not have any major side effects. The output of dmesg -t | grep -i 'error\|warn\|exception' is:
    ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20141107/hwxface-580)
    acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMIO) (20141107/utaddress-258)
    ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20141107/utaddress-258)
    ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20141107/utaddress-258)
    ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20141107/utaddress-258)
    ACPI Warning: SystemIO range 0x000000000000efa0-0x000000000000efbf conflicts with OpRegion 0x000000000000efa0-0x000000000000efaf (\_SB_.PCI0.SBUS.SMBI) (20141107/utaddress-258)
    Any ideas?
    Thanks a lot in advance and best regards,
    S

    You can ignore those.
    If you look at the journal entries around those lines you'll get more context for those messages.
    The first one is part of the probing to find supported sleep states. Your system doesn't support the S2 sleep state.
    The second is caused by your system's firmware not allowing the OS to use ASPM (Active State Power Management) to control the power mode of the PCI Express bus/devices. There can be lots of reasons for that - e.g. no support in firmware, firmware deliberately not allowing OS control, bug in firmware, specific manual settings have been set in the firmware, etc. Unless you care about the power management of PCI Express devices, just ignore the message. Otherwise, check the PCI Express power settings (if available) in your system's firmware, alternativelyi there may be a newer firmware - if there is, see what the changes are to determine if updating will help.
    for the ACPI warnings see https://bbs.archlinux.org/viewtopic.php?id=163556

  • How to get rid of the weblogic.kernel.Default errors and warning?

    Hi there,
    When i'm running my application deployed on WLS8.1 SP3 and the application is running fine, but the following error and warnings were thrown.
    2004-08-05 11:26:30,453 [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] ERROR com.bea.wlw.runtime.core.util.Config - Failed to obtain connection to datasource=cgDataSource, using generic DB properties
    <Aug 5, 2004 11:26:30 AM SGT> <Error> <WLW> <000000> <Failed to obtain connection to datasource=cgDataSource, using generic DB properties>
    2004-08-05 11:27:12,281 [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] WARN org.apache.jcs.config.OptionConverter - Could not find value for key jcs.default.elementattributes
    2004-08-05 11:27:12,282 [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] WARN org.apache.jcs.engine.control.CompositeCacheConfigurator - Could not instantiate eAttr named 'jcs.default.elementattributes', using defaults.
    2004-08-05 11:27:12,308 [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] WARN org.apache.jcs.config.OptionConverter - Could not find value for key jcs.system.groupIdCache.elementattributes
    2004-08-05 11:27:12,308 [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] WARN org.apache.jcs.engine.control.CompositeCacheConfigurator - Could not instantiate eAttr named 'jcs.system.groupIdCache.elementattributes', using defaults.
    2004-08-05 11:27:12,386 [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] WARN org.apache.jcs.config.OptionConverter - Could not find value for key jcs.region.CodeTableCache.elementattributes
    2004-08-05 11:27:12,386 [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] WARN org.apache.jcs.engine.control.CompositeCacheConfigurator - Could not instantiate eAttr named 'jcs.region.CodeTableCache.elementattributes', using defaults.
    2004-08-05 11:27:13,527 [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] WARN com.bea.wlw.netui.script.el.NetUIReadVariableResolver - Could not create a ContextFactory for type "com.bea.netuix.servlets.script.PortalVariableResolver$PortalContextFactory" because the ContextFactory implementation class could not be found.
    May i know why this is so? How to get rid of these error and warnings?
    Thanks
    Derek
    Message was edited by derekchan at Aug 4, 2004 8:41 PM
    Message was edited by derekchan at Aug 4, 2004 8:42 PM

    you didnt seem to have configured the datasource / connection pool / database control with proper db properties
    you should check your configuration to see if you have done it right and then you should check your application and the properties settings in the controls to ensure they are right.

  • Warning message in logs -Bad frontendHostUrl in WorkflowConfig, will return null: no protocol

    Hi All-
    In my BPM server, I am seeing lot of warning message like below one. Could you please help me understand whats causing these errors and how I can fix this.
    Warning message :-
    <Oct 15, 2013 4:33:25 PM IST> <Warning> <oracle.soa.services.workflow.runtimeconfig> <BEA-000000> <<TaskDisplayUtil.getFusionAppsFrontendHostUrlFromHwfConfig> Bad frontendHostUrl in WorkflowConfig, will return null: no protocol: >

    Please carefully read Lion Setup Assistant tips, this will show you how to move your files. It's extremely simple to do, also please book mark and begin using:
    Mac 101
    Switch 101
    Find Out How Video tutorials
    List of Useful URLs for switchers
    To be honest I think you're over thinking the matter and making your transition more difficult than need be. IMHO this is natural coming from the Windows world where managing your system is difficult, not so with OS X. Take some look over the URL's and study them and begin playing with the system and you'll see how easy it really is.

  • Cant burn discs and warning message

    My computer wont burn discs. It recognizes and imports music and recognizes blank discs but it says disc recording not found when i try and burn it. It also has a warning message when i open itunes that says "the registry settings used by itunes drivers for importing and burning CDs and DVDs are missing. This can happen as a result of installing other CD burning software. Please reinstall Itunes." I have not tried to reinstall because i dont want to lose my music. Please help

    Can you help me? I get the exact same message with my new upgrade of itunes 10. But with additional problem of not being able to uninstall/remove itunes through Add/Remove Programs in Control Panel. I get the following error:
    "Could not open key: HKEYLOCALMACHINE\Software\Classes\itunes.aif\shellex\{88956b 1c6-b41f-4c 1c-a 562-0d564250836f}. Verify that you have sufficient access to that key or contact your support personnel."
    Then I click OK and an Add or Remove Programs box pops up with:
    "Fatal error during installation." Click OK.
    What would you suggest I try now since I can't remove and reinstall itunes 10? I wish I'd never upgraded now! I have not yet tried steps messing with registry as suggested if uninstall and reinstall does not solve. I'm afraid of messing it up and making matters worse but will try as last resort.

Maybe you are looking for