Fetching out message from transport log

Hi buddies,
    I used this function to read the warning and error messaging when an error or warning occured during request transportation.
<b>TMS_UI_SHOW_TRANSPORT_LOGS</b>
my question is after I called this function,the log will display on the screen,How can I read the detail warning message from the log file?
for example:a warning message in a log file showed like this:
Data element ZDOLEAPS10 was activated with warnings
I don't want to read others message.

Finished

Similar Messages

  • Need  to read messages from the log instead of displaying

    Hi,
    I need to read all the messages from the log with a particular log no..
    i was able to display it using FM  BAL_DSP_LOG_DISPLAY..But i want to collect the messages instead of displaying..To display according to my requirement..
    Thanks in advance

    Use this for reading :
    BAL_LOG_MSG_READ
    Regards
    Neha

  • Message from weblogic.log

    Hi all,
    we are running WLS5.1 SP10 with our RMI server objects deployed.
    Occasionally, we received the following message from the log :
    Mon Oct 15 14:37:34 GMT+08:00 2001:<I> <RJVM> Signaling peer -680300043848709070
    1C192.168.20.30 gone: weblogic.rjvm.PeerGoneException:
    - with nested exception:
    [java.io.EOFException]
    What will be the main cause for the above message?
    Sometimes, we also received the following :
    Mon Oct 15 14:38:38 GMT+08:00 2001:<E> <ListenThread> Listen failed, failure cou
    nt: '1'
    java.net.SocketException: Software caused connection abort
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java, Compiled Code)
    at java.net.ServerSocket.implAccept(ServerSocket.java, Compiled Code)
    at java.net.ServerSocket.accept(ServerSocket.java, Compiled Code)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java, Compiled Code)
    Mon Oct 15 14:40:38 GMT+08:00 2001:<I> <JDBC Pool> Connection for pool "iidsOrac
    lePool" created.
    Mon Oct 15 14:40:38 GMT+08:00 2001:<E> <ListenThread> Listen failed, failure count:
    '1'
    java.net.SocketException: Software caused connection abort
    could anybody provide suggestions on what is going on?
    thanks!
    cheers,
    Kenneth
    [email protected]

    Hi all,
    we are running WLS5.1 SP10 with our RMI server objects deployed.
    Occasionally, we received the following message from the log :
    Mon Oct 15 14:37:34 GMT+08:00 2001:<I> <RJVM> Signaling peer -680300043848709070
    1C192.168.20.30 gone: weblogic.rjvm.PeerGoneException:
    - with nested exception:
    [java.io.EOFException]
    What will be the main cause for the above message?
    Sometimes, we also received the following :
    Mon Oct 15 14:38:38 GMT+08:00 2001:<E> <ListenThread> Listen failed, failure cou
    nt: '1'
    java.net.SocketException: Software caused connection abort
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java, Compiled Code)
    at java.net.ServerSocket.implAccept(ServerSocket.java, Compiled Code)
    at java.net.ServerSocket.accept(ServerSocket.java, Compiled Code)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java, Compiled Code)
    Mon Oct 15 14:40:38 GMT+08:00 2001:<I> <JDBC Pool> Connection for pool "iidsOrac
    lePool" created.
    Mon Oct 15 14:40:38 GMT+08:00 2001:<E> <ListenThread> Listen failed, failure count:
    '1'
    java.net.SocketException: Software caused connection abort
    could anybody provide suggestions on what is going on?
    thanks!
    cheers,
    Kenneth
    [email protected]

  • Read body message from transport agent with c#

    How can I get the email body of a message from a transport agent?. I can get easily the subject of a message, also I need to get the recipients, sender, cc, cco, bcc.
    I been reading and looks like I need to use an array of bytes and something like that. Also looks like i need to write first the body in a text plain file but I dont know how can I do it and why I need to. Any body could help me.
    Best regards for all.

    You can get the details using following POP3 RFC
    https://www.ietf.org/rfc/rfc1939.txt
    Muthukrishnan Ramasamy
    net4.rmkrishnan.net
    Use only what you need, Reduce global warming

  • Error messages from Error Log using using CJ40 transcation

    Hi All,
    when i was doing call transcation for CJ40 transcation. on the screen while check syntactical error check there were some errors below.
        Total plan value less than cumulative plan value
        - l2:              2,900.00 <            8,900.00  (AUD)
        - l3:              2,900.00 <            8,900.00  (AUD)
    The Call transaction on CJ40 results in a generic error message in the error table.
    Errors found --> Access the error log
    Need a way to retrieve the error message from the Error Log,
    Thanks,
    Nelson Karunakar

    Hi Nelson Karunakar,
    When we are loading cost plan for particular project which contains multiple WBS elements,
    First we need to enter the cost plant for LEVEL 1 WBS element ( which is nothing but same name as parent project) and save then only we can enter the cost plant for remaining WBS elements for that particulr Parent project.
    If you load the cost plan for LEVEL 1 WBS Elemts first and save it an then enter the values for remaining WBS elements you never get that error message again.
    Thanks,
    Sriram.

  • ICWC: Getting messages from application log

    HI there,
    I'm trying to retrieve messages from the SAP GUI application log. Right now, the standard views do get the messages, but I have introduced a new viewset and view. These new viewsets and views do not seem to display the error messages.
    Any help is much appreciated.
    Cheers,
    J

    Hi Joshua,
        Application log messages do not appear by default in ICWC. Application developers have to add the appropriate messages in the global message container either in the GENIL implementation (where standard APIs are called) or in the UI of your custom-built views, wherever convenient.
      I hope this has given you some hints.
    Regards,
    Sudipta.

  • Displaying error messages from application log

    Hi,
    I am using the function module RV_DELIVERY_CREATE for creating delivery in my program. If the sy-subrc is not zero i.e if delivery is not created, i have to display error messages collected inside the application.How can i do this ?
    The object nd subobject are existing in SLG0 but when i
    tried to see the object and subobject in SLG1 transaction , no logs were found.
    Do we need to activate the object and sunobject somewhere before logging can take place??
    I am using the following code in my program to display the logs but it is displaying no logs found: 
    CALL FUNCTION 'APPL_LOG_SET_OBJECT'
          EXPORTING
            object                    = 'ZCH_SCL'
            subobject                 = 'DL'
      LOG_HANDLE                = ' '
      NO_LOG                    = ' '
    EXCEPTIONS
      OBJECT_NOT_FOUND          = 1
      SUBOBJECT_NOT_FOUND       = 2
      OTHERS                    = 3
          IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ENDIF.
    CALL FUNCTION 'APPL_LOG_INIT'
    EXPORTING
    OBJECT                    = 'ZCH_SCL'
       SUBOBJECT                 = 'DL'
      LOG_HANDLE                = ' '
    EXCEPTIONS
      OBJECT_NOT_FOUND          = 1
      SUBOBJECT_NOT_FOUND       = 2
      OTHERS                    = 3
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
          PERFORM z_call_rv_delivery_create. " to call fm rv_delivery_create
          IF sy-subrc ne 0.
            CALL FUNCTION 'APPL_LOG_DISPLAY_INTERN'
      EXPORTING
        object                               = 'ZCH_SCL'
       subobject                            = 'DL'
       title_list_screen                    = 'Error Logs'
      COLUMN_SELECTION                     = '11112221122   '
      COLUMN_SELECTION_MSG_JUMP            = '1'
      EXTERNAL_NUMBER_DISPLAY_LENGTH       = 20
      I_S_DISPLAY_PROFILE                  =
    IMPORTING
      NUMBER_OF_PROTOCOLS                  =
    EXCEPTIONS
      OBJECT_NOT_FOUND                     = 1
      SUBOBJECT_NOT_FOUND                  = 2
      OTHERS                               = 3
    thanks,
    vartika

    Hi Vartika,
    you need to save that log after creating and appending to it.
    here is a code to save that log.
    If log created, save to database
      if e_bal_hndl is not initial.
        refresh: bal_hndl.
        append e_bal_hndl to bal_hndl.
        call function 'BAL_DB_SAVE'
          exporting
            i_client         = sy-mandt
           i_in_update_task = 'X'
            i_t_log_handle   = bal_hndl
          importing
            e_new_lognumbers = log_no
          exceptions
            log_not_found    = 1
            save_not_allowed = 2
            numbering_error  = 3
            others           = 4.
    u have to write this code after appending info to Log.
    hope this will help.
    regards,
    vikas

  • Clearing message from log

    Hi..I checked the different threads in the forum but could not get an answer to this.
    I am using an implementation of the BADI - ME_PROCESS_PO_CUST, for making some custom checks during create / change Purchase order (Transaction - ME21n / ME22n).
    When there is an error, I issue a message using the macro -         mmpur_message_forced 'E' 'ZMM' '007' text-e09 '' '' ''.
    Also I am calling the below method to invalidate the item.
    CALL METHOD im_item->invalidate( ).
    This works exactly as required but the problem is, even after correcting the error I am not able to remove the issued error message from the log(the log is displayed when we press "Check").
    Could someone help me out?
    Thanks,
    Ram.

    Hi ,
    I think there is no need to clear the message from log. As log history is used to track the messages which occured at variuos point during the cycle.
    Even if you want to delete the message then you might have to delete it from the table where it is getting stored.
    just check the table where the log entries are getting stored and delete the entry when you provide the corrective,
    Regards,
    Nitin

  • Fetching Message from message class into variable

    hello all,
    can anyone please tell me that how can i fetch the message from message class?
    because i have to take that message in one variable and have to pass it in function module.
    regards saurabh.

    Hi,
    DATA : MESSAGE TYPE STRING.
    Select TEXT from t100 into MESSAGE where SPRSL = 'EN' ARBGB = 'YOUR_MESSAGE_CLASS'
    msgnr = 'YOUR_MSGNR'
    or if you want all the messages to fetch in a single query to avoid performance issue
    Select * from t100 into itab where SPRSL = 'EN' ARBGB = 'YOUR_MESSAGE_CLASS'
    Cheerz
    Ram

  • MQ Adapter does not clear the rejected message from the queue

    Hi All,
    I'm using a MQ Adapter to fetch the message from the queue without any Backout queue configured. However, whenever there is any bad structured message found in the queue, MQ adapter rejects the message and moves the message to the rejmsg folder but does not clear it off the queue, as a result of which it keeps retrying the same hence, filling the logs and the physical memory. Somehow we do not have any backout queue configured so I can move the message to blackout queue. I have tried configuring the jca retry properties and global jca retry as well but to no avail.
    - Is it not the default behaviour of MQ Adapter to remove the rejected message from the queue irrespective of Backout queue is configured or not? The same behaviour working well with the JMS and File Adapter though.
    - Is there any way I can make MQ Adapter delete the message from that queue once it is rejected?
    Regards,
    Neeraj Sehgal

    Hi Jayson,
    Check this URL which answers a problem with com.sap.engine.boot.loader.ResourceMultiParentClassLoader problem:
    http://209.85.175.132/search?q=cache:RnFZ9viwuKkJ:https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.sdn.folder.sdn!2fcom.sap.sdn.folder.application!2fcom.sap.sdn.folder.roles!2fcom.sap.sdn.folder.navigationroles!2fcom.sap.sdn.role.anonymous!2fcom.sap.sdn.tln.workset.forums!2fforumtest!2fcom.sap.sdn.app.iview.forumthread%3FQuickLink%3Dthread%26tstart%3D45%26threadID%3D1020700+com.sap.engine.boot.loader.ResourceMultiParentClassLoader&hl=en&ct=clnk&cd=3&gl=in&client=firefox-a
    Please check that the JDK compliance level is at 5.0
    Window->Preferences->Java->Compiler->Compiler compliance level set this to 5.0
    Set the installed JRE to the one you have mentioned JDK 5.0 update 16
    Window->Preferences->Java->Installed JRE's->
    Click on the add button to select the path of your JDK.
    once completed click on the check box next to it.
    regards,
    AKD

  • Java System.out Message on Solaris

    Hi !
    Could somebody tell me, how I can forward all System.out Messages from
    my Java modules (EJB, Servlets) to the Solaris Terminal window?
    Thanks Eddie

    You could do a tail -f on the kjs console log. (Assuming that you only have one KJS).

  • How to "blow out" Messages.app history, etc.?

    I'm trying to write a logout hook to blow out the Messages.app chat history (and other things) when the user logs out. I've tried deleting the following:
    rm -rf /Users/MyUsername/Library/Messages
    rm /Users/MyUsername/Library/Preferences/com.apple.iChat.*
    rm /Users/MyUsername/Library/Preferences/com.apple.imessage*
    rm /Users/MyUsername/Library/Preferences/com.apple.imservice.*
    rm /Users/MyUsername/Library/Preferences/ByHost/com.apple.iChat.*
    rm /Users/MyUsername/Library/Preferences/ByHost/com.apple.imservice.*
    rm -rf /Users/MyUsername/Library/Caches/com.apple.Messages
    rm -rf /Users/MyUsername/Library/Caches/com.apple.ichat.TranscriptRenderingService
    rm -rf /Users/MyUsername/Library/Caches/com.apple.iChat
    rm -rf /Users/MyUsername/Library/Containers/com.apple.iChat
    There's absolutely nothing left in the ~/Library folder with the words "iChat", "iMessage" or "Messages" left in them, yet I can't get the Messages.app to do any of the following:
    - delete/remove chat history
    - reset preferences
    - "forgot" passwords
    - remove accounts
    If anyone has any suggestions in terms of what I'm missing, it'd be greatly appreciated.
    Thanks,
    Kristin.

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.Click the Clear Display icon in the toolbar. Then take one of the actions that you're having trouble with. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Error message in alert_SID.log & PMON.trc

    OS: Redhat6.2
    DB: Oracle Enterprise 8.1.5
    getting the error message in alert_SID.log
    PMON started with pid=2
    OER 536879337 in Load Indicator : Error Code = 562604272 !
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    as well as continual following error messages in both alert_PID and PMON.trc
    Load Indicator not supported by OS !
    Tue Jun 13 00:12:39 2000
    Load Indicator not supported by OS !
    Tue Jun 13 00:13:12 2000
    Load Indicator not supported by OS !
    Tue Jun 13 00:13:46 2000
    I understood that this has to do with the mts_dispatchers param in the init file, but I need to run it as a shared server rather than a delicated server.
    Can anyone help?
    null

    Hi,
    As far as I am aware you should be able
    to obtain a patch for bug 987647 from oracle.
    to Stop the PMON error from appearing.
    However they apparently do not see the recurring Load Indicator Message as a bug. It is simply reporting facts. The work around here is to user cron to automatically delete these messages from your log as they are harmless unless they fill your file system.
    Cheers,
    Rod
    null

  • I keep get an "Error (-50)" message when I log into iTunes on my MAC

    I didn't have this as a problem before, but all of a sudden I cannot log into my iTunes account on my MAC.  When I try to go into Store and then Sign in, I get an "Error (-50)" message.  I have tried going in and changing the parental controls (something I saw elsewhere), but that didn't work.
    I updated both my Mac OS and itunes, but that didn't change anything. I have restarted my computer and even done a hard reset by turning it off.  When I opened iTunes again, before I even did anything, it gave me and "Error (-49)" message. 
    Also, I have some program called Safe-Eyes on my computer as a parental control, and went in and added all the different websites associated with iTunes (per another help page), but that hasn't worked either.
    Because of this, I cannot get any of my songs from iTunes Match, except those that had already been downloaded onto the computer (1/16 of my music library).  Sure I can access them on my iPhone, but now I can't transfer that music onto my Nano.
    One additional note: I saw on the communities the recommendation to delete your iTunes Download file, but I don't appear to have one in my iTunes Media folder. 
    Thanks!

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    The title of the Console window should be All Messages. If it isn't, select
    SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
    View ▹ Show Log List
    from the menu bar at the top of the screen.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    ☞ The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    ☞ Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Error message while transporting the HR role

    All
    I was trying to move my HR role from Dev to QA.
    I got the error message from transport and not sure about it.
    Please let me know if you have any suggestions.
    Invalid organizational level $ORGEH deleted from role Z_ALL_MODULES_EXCEPT_BASIS_HR
    Invalid organizational level $ORGUNIT deleted from role Z_ALL_MODULES_EXCEPT_BASIS_HR
    Errors occurred during post-handling
    PRGN_AFTER_IMP_ACTGROUP_ACGR for ACGR L
    PRGN_AFTER_IMP_ACTGROUP_ACGR belongs to package S_PROFGEN
    The errors affect the following components:
       BC-SEC-USR-PFC (Authorization and Role Management)
    Post-import method PRGN_AFTER_IMP_ACTGROUP_ACGR completed for ACGR L, date and time: 20071011162942

    Pranav,
    You can see a list of all org levels in table USORG
    There are standard SAP programs for adding or deleting org levels
    PFCG_ORGFIELD_CREATE
    PFCG_ORGFIELD_DELETE
    If you want these fields to be maintained as org levels then you need to make sure that you  have created them in all system.
    If you don't want these fields as org levels then you can delete them using the program I listed above.

Maybe you are looking for

  • Accessing the ServletContext from a class that is not a Servlet?

    Is there any way of accessing the ServletContext from a class that is not a           Servlet? The class is being used as part of a Web Application.           Thanks.           

  • Connecting wireless printer to my system. Want to connect my Ipad 2

    Just bought a HP 3510 wireless printer for my Ipad. 2. Cannot figure out how to connect the printer to my wireless. I followed directions, but no luck. The Ipad says it's connected to the printer, but printer is not connecting to the wireless Interne

  • Error In Runtime Workbench (Integration Engine)

    Hi All, I have an issue with the PI Netweaver 7.0 SR3.We change the client from 001 to newclient by following SAP NOTE. Everything is happening fine except while i use Transaction SXMB_IFR and then Run Time Work Bench in component monitoring Integrat

  • IPad camera kit error "device uses too much power"

    Got the camera kit....when I attach it I get an error that says the device uses too much power. I've shut down and restarted the iPad several times and still get the same error. Anyone know what I can do?

  • PIP or AIA Pack for Manufacturing Bill Back

    Is there a PIP or Pack that exists for a process flow that works on the traditional methodology of how one would manage the promotion of items that are getting kickbacks? If Gatorade says that they will give $5 back for every 10 cases sold, is there