How to log inbound messages for Seeburger OFTP-Adapter

Hello,
we use the XI 3.0 SP9 with the Seeburger OFTP-Adapter to exchange EDI (ODETTE) Messages. At the moment we have the problem, that we don't see any inbound calls from our edi-partner in the logfiles of the oftp-Adapter. We can successfully connect to the ofpt-adapter by using telnet (as described in the documentation).
Do anybody know, how we can log the incoming calls?
Thanks!
Stefan

Hello Stefan,
the SEEBURGER Adapters are using  the certified AdapterFramework Log Infrastructure. You can for example see the Logfiles with the J2EE Engine LogViewer.
First you have to make sure anything is logged: In the "Log Configurator" you find in the
|ROOT/Applications/Exchange Infrastructure/
category a child named
|  .../AdapterFramework/ThirdPartyRoot/
under this subtree there is the
|   .../SEEBURGER/
tree where you find the technical adapters (like OFTP). Define here an loglevel of INFO or DEBUG.
Then you can access the logs in the J2EE Administrator service "Log Viewer":
|Cluster/Server 0/usr\sap/
|..SID\DEVBMGS00\j2ee\cluster\server0\log
|....applications
|......com.seeburger.xi.oftp
|........oftp.log
You can also see this as a file on the system where the AF is installed (however it is better readable with the Log viewer):
/usr/sap/XIT/DVEBMGS00/j2ee/cluster/server0/og/applications/com.seeburger.xi.oftp
I have some screenshots which will make this more clear, please drop me an email so I can send them to you: [email protected]
Greetings
Bernd

Similar Messages

  • How to prevent error message for material description in MDG material detail screen, when user click on check action

    Dear Experts,
    I have a requirement for making material description as non mandetory in change request view of mdg material screen.
    I have done that using field usage in get data method of feeder classes, but still message is displaying.
    This message 'Material description is mandatory is displaying with check action only, but not with save or submit after i anhance field property as not mandetory.
    How to prevent error message for material description in MDG material detail screen, when user click on check action.
    Thanks
    Sukumar

    Hello Sukumar
    In IMG activity "Configure Properties of Change Request Step", you can completely deactivate the reuse area checks (but will then loose all other checks of the backend business logic as well).
    You can also set the error severity of the checks from Error to Warning (per CR type, not per check).
    Or you provide a default value for the material description, e.g. by implementing the BAdI USMD_RULE_SERVICE.
    Regards, Ingo Bruß

  • How to give error message for the screen element text field when wrong i/p

    How to give error message for the screen element text field when wrong i/p
    when wrong input given
    eg. 
    I have a text box with SBOOK-CARRID
    so when user give wrong entry in text box i.e LG
    then I should give some error stating that the the input is invalid or not available ,
    now it showing the error of standard messages,
    i want manual message to be displayed when error comes.
    Thank you,
    Regards,
    Jagrut Bharatkumar Shukla

    Hi all,
    Thank you for your valuable reply,
    but the thing is that its a screen field,
    i.e text box not a selection screen
    i created in screen layout
    with name sbook-carrid
    now i want to get error message display if wrong i/p is given
    thank you.
    Regards,
    Jagrut bharatkumar Shukla,

  • How to log Synchornous Messages in XI

    Hi,
    how to log Synchornous Messages in XI ?

    Michal has explained it clearly .....with screen shots
    Check the below blog
    The specified item was not found.
    Thanks,
    Karthik

  • How to configure Broadcast messaging for IC Webclient profile

    Dear all,
    How to configure Broadcast messaging for IC Webclient profile. what are the prerequisites for it?
    We are not using EP interface for IC Webclient, then where can I find broadcast messaging URL in SAP CRM system.
    I have checked for the relevant BSP application, but could not find.
    Please help me to configure the scenario successfully, your help will be highly appreciated.
    Best regards,
    Raghu ram

    Hi raghu
    In CRM Broad cast messaging application is CRM _BM,
    Go to easy access u2013 go to favourites u2013 select add other objects - select BSP Applications- then select CRM_BM Application.
    Select that BSP application and test it u2026
    `
    Regards,
    Narsimha

  • How to write Error message for select options?

    Hi
    i have this select option statement
    SELECT-OPTIONS: s_fevor FOR afko-fevor.
    how to write error message for this?
    Regards
    Smitha

    Error messages are displayed for Select-options mostly on two conditions:
    1) You needs to check wether a value is entered or not its done by:
    a)
    Select-options:SELECT-OPTIONS: s_fevor FOR afko-fevor Obligatory.
       In this case error message is automatically throwed by system.
    b) You can do this in Selection Screen events.
    Ex:
    AT SELECTION-SCREEN./AT SELECTION-SCREEN ON S_FEVOR.
    IF S_FEVOR-LOW IS INITIAL.
    MESSAGE 'XXXXX' TYPE 'E'.
    ENDIF.
    2) You need to Validate the entered value:
    You can do this in Selection Screen events.
    Ex:
    AT SELECTION-SCREEN./AT SELECTION-SCREEN ON S_FEVOR.
    SELECT FEVOR
                 FROM AFKO
                 INTO AFKO-FEVOR
                 UP TO 1 ROWS
    ENDSELECT.        
    IF SY-SUBRC NE 0.
    MESSAGE 'XXXXX' TYPE 'E'.
    ENDIF.
    Regards,
    Gurpreet

  • How turn off I message for galaxy s4 on ipad

    How turn off I message for galaxy s4 on ipad

    You can't iMessage with an Android device. iMessages is an Apple app that only works with other iOS devices and Macs running Maverciks to Mountain Lion. What exactly are you trying to do?

  • How to log the messages in an internal table n display

    Hello guys,
    This is my first post in SDN.
    I am uploading some data from application server. I am doing lot of varifications, based on that I have to display the messages.
    So I asked not to use the write statements to display the messages but asked me to create an internal table and display the messages afterwards..
    like I am using some BAPI to upload after the bapi call i have to log the result for each record into an internal table and show...
    can anyone guide me how to do it?

    Thanks for your info Azad,
    here I am posting my code... can u go through it once and lemme me whether i am in right track or not?
    FORM FORM_POST_DATA.
      IF X_POST = 'X'.
        CALL FUNCTION 'BAPI_ACC_BILLING_POST'
          EXPORTING
            DOCUMENTHEADER          = WA_DOCUMENTHEADER
           CUSTOMERCPD             = WA_CUSTOMERCPD
    IMPORTING
      OBJ_TYPE                =
      OBJ_KEY                 =
      OBJ_SYS                 =
          TABLES
            ACCOUNTRECEIVABLE       = IT_ACCOUNTRECEIVABLE
            ACCOUNTGL               = IT_ACCOUNTGL
            ACCOUNTTAX              = IT_ACCOUNTTAX
      CRITERIA                =
      VALUEFIELD              =
            CURRENCYAMOUNT          = IT_CURRENCYAMOUNT
            RETURN                  = IT_RETURN
      SALESORDER              =
      SALESAMOUNT             =
           EXTENSION1              = IT_EXTENSION1
        LOOP AT IT_RETURN.
          MOVE-CORRESPONDING IT_RETURN TO IT_MESSAGES.
        ENDLOOP.
      ENDIF.
    WRITE: / 'Result of Post:'.
      WRITE : / REF_TYPE,REF_KEY,REF_SYS.
      PERFORM FORM_SHOW_MESSAGES.
    ENDFORM.              "FORM_POST_DATA
    FORM FORM_SHOW_MESSAGES.
      IF IT_RETURN[] IS INITIAL.
        WRITE: / 'no messages'.
      ELSE.
        SKIP 1.
        LOOP AT IT_RETURN.
          WRITE: /    IT_RETURN-TYPE,
                 (2)  IT_RETURN-ID,
                      IT_RETURN-NUMBER,
                 (80) IT_RETURN-MESSAGE,
                    IT_RETURN-LOG_NO
                    IT_RETURN-LOG_MSG_NO
                    IT_RETURN-MESSAGE_V1
                    IT_RETURN-MESSAGE_V2
                    IT_RETURN-MESSAGE_V3
                    IT_RETURN-MESSAGE_V4
                 (20) IT_RETURN-PARAMETER,
                 (3)  IT_RETURN-ROW,
                      IT_RETURN-FIELD.
                    IT_RETURN-SYSTEM
        ENDLOOP.
      ENDIF.
      ULINE.
    ENDFORM.                               " Show_messages
    Nisha...

  • How to extract error message for each output type.

    Hi All,
    Need your advice on the problem that I have.
    Expected Solution:
    1. Create an extra column for displaying header output error message from VF02 into a report program.
    Steps that i have did:
    1. Go to transaction VF02.
    2. Enter a billing document number.
    3. Hit enter. Click "Goto" > Header> Output
    4. Click on the status that is red colour. Click on "processing log".
    5. Press "F1" on the red colour message type. (Found out that it is a structure).
    Need your advice on the question that I have:
    1) How do we know that which "not successfully" process output type belong to which error message class?

    Hi Brad Bohn,
    Thanks for your advice. I am so sorry about that. Thanks so much for your advice. And i have follow your advices and steps given by you. Appreciate it very much.
    But for this issue about how to extract message for each output type. I have follow your steps by using SE30 to trace VF03 and I managed to found out that they are using this function module "WFMC_PROTOCOL_SHOW". Need your advice on this, how do we know each different output type with different error message is pulled from?
    From my further research and in depth debugging into this function module, i  manage to find this global internal table "PROTO_TAB" which stores all the text messages for each output.  How does this internal table is populated?
    Thanks in advance.
    Regards
    Shawn

  • How to log all messages that are in JtextArea

    Hi all
    how would i log all message that are in the JTextArea????
    i know of java.util.logging but cant find any usefull tutorials on them.......can someone show me the way to go!
    Thanks
    Dilip

    Yeah dude, I could. But what would that accomplish? Oh sure, that may be some cultural pressure; you know, help out a Hindu-bhai kinda thing, but nah... My giving you the answer won't serve to help you in the long run.
    Ask yourself a couple of questions. Shall I log the information simultaneously (to the JTextArea and the file) or shall I write all the information to the text area first and then to the log file? Is the information in the log fle going to be different than that in the JTextArea because, for example, it is needed for audit purposes?
    I hope I stimulated you think more about the requirements and possible solutions.

  • How to log the messages in program scheduled background

    Hi all,
    I have a program and it is to be scheduled to run in the background.
    I want to log the messages within the program while running.
    What could I do?
    (The standard job log is not what I want)
    Thanks.

    Ignore my previous post. It is good that you posted this question, as I learnt something new. Try the code below.
    Regarding help for why you require and why to go for application logs, refer this SAP Help
    http://help.sap.com/saphelp_47x200/helpdata/en/2a/fa0223493111d182b70000e829fbfe/frameset.htm
    DATA: ls_log  TYPE bal_s_log.
    DATA: p_log_handle TYPE balloghndl.
    ls_log-extnumber = 'YMYTEST'.
    ls_log-alprog = sy-repid.
    CALL FUNCTION 'BAL_LOG_CREATE'
      EXPORTING
        I_S_LOG                 = ls_log
      IMPORTING
        E_LOG_HANDLE            = p_log_handle
      EXCEPTIONS
        LOG_HEADER_INCONSISTENT = 1
        OTHERS                  = 2.
    IF SY-SUBRC <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    data: l_s_msg TYPE bal_s_msg.
    data: E_MSG_WAS_DISPLAYED type boolean.
    data: E_MSG_WAS_LOGGED type boolean.
    data: E_S_MSG_HANDLE type BALMSGHNDL.
    l_s_msg-msgid = '00'.
    l_s_msg-msgty = 'E'.
    l_s_msg-msgno = '001'.
    l_s_msg-msgv1 = 'This is a test message from 20130810'.
    CALL FUNCTION 'BAL_LOG_MSG_ADD'
      EXPORTING
        I_LOG_HANDLE              = p_log_handle
        I_S_MSG                   = l_s_msg
    IMPORTING
       E_S_MSG_HANDLE            = E_S_MSG_HANDLE
       E_MSG_WAS_LOGGED          = E_MSG_WAS_LOGGED
       E_MSG_WAS_DISPLAYED       = E_MSG_WAS_DISPLAYED
    EXCEPTIONS
       LOG_NOT_FOUND             = 1
       MSG_INCONSISTENT          = 2
       LOG_IS_FULL               = 3
       OTHERS                    = 4
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    data: I_T_LOG_HANDLE type BAL_T_LOGH.
    append p_log_handle to i_t_log_handle.
    CALL FUNCTION 'BAL_DSP_LOG_DISPLAY'
    EXPORTING
    *   I_S_DISPLAY_PROFILE          =
        I_T_LOG_HANDLE               = i_t_log_handle
    *   I_T_MSG_HANDLE               =
    *   I_S_LOG_FILTER               =
    *   I_S_MSG_FILTER               =
    *   I_T_LOG_CONTEXT_FILTER       =
    *   I_T_MSG_CONTEXT_FILTER       =
    *   I_AMODAL                     = ' '
    * IMPORTING
    *   E_S_EXIT_COMMAND             =
    EXCEPTIONS
       PROFILE_INCONSISTENT         = 1
       INTERNAL_ERROR               = 2
       NO_DATA_AVAILABLE            = 3
       NO_AUTHORITY                 = 4
       OTHERS                       = 5
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Regards,
    Subramanian V.

  • How to change bounce message for spam tagged email?

    Hello,
    I'm checking outgoing email messages for spam. I will send bounce to email sender (user from my domain) if message is tagged as positive or suspected spam. ok, I can set it, but how can I change text in bounce message?
    default bounce if mail is tagged as spam is:
    Your message did not reach some or all of the intended recipients.
    Subject: FW: something
    Sent: 7/12/2009 8:33 PM
    The following recipient(s) could not be reached:
    [email protected] on 7/12/2009 8:35 PM
    The e-mail system was unable to deliver the message, but did not report a specific reason. Check the address and try again. If it still fails, contact your system administrator.
    <smtp.domain.com #5.0.0 smtp; 5.x.0 - Message bounced by administrator (delivery attempts: 0)>
    ^^ but there is no information for the sender that message is not possible deliver, because is tagged as spam.
    Is it possible to change this default message?
    (AsyncOS: v6.5.2-101)
    martin

    You are correct that it doesn't appear that the Positive Spam or Suspect Spam setting doesn't appear to give you any leeway on using a different bounce profile/message to whomever you bounce it back to.
    You may want to consider this workaround.
    1. In the Action, change it to "Deliver"
    2. In the Advanced section of both the Positive and Suspect spam, there is a section labeled "Add Custom Header". Add a custom header like the following:
    X-Internal-Spam-Message: true
    3. Then, since this message will still go through the outgoing content filters, you can create an outgoing content filter that looks for the "X-Internal-Spam-Message" header. If that header exist, then the outgoing content filter will match. For the action, you may need to use the "notify()" action and notify the original sender that it could not get delivered since it was detected to be spam. There is an option to attach the original message. The reason you need to use the notify() instead of the bounce() is because bounce doesn't currently have the option to specify which bounce profile to use.
    You can only specify a different bounce profile in the "Mail Policies > Destination Controls".
    Let me know if you have any question.

  • How do I record message for voicemail?  When I hit record button, Suri pops up

    How do I record my outgoing message for voicemail?  When I choose "custom" then "record" Suri pops up.

    Wow...
    What do expect when recording with a seventy-five cent microphone into a two dollar built-in audio chip by a person with little or no audio recording experience?
    Logic cannot perform magic.
    Most users who want good (or even adequate) sound purchase external hardware which means a professional or semi-pro audio interface and at least one good microphone. Then they study or read up on best how to mic an acoustic piano. (and that's just for starters)
    To answer your question, it sounds like it in a tin can because:
    1. Too much room sound causing phase problems. Sound waves are bouncing off different walls, ceiling and reaching the mic at different times and canceling out some frequencies.
    2. Mic placement, it needs to be closer to the piano, preferably the back of the piano. The closer to the piano the mic is the less room sound you will pick up.
    3. The built-in mic isn't helping... obviously.
    You could've used Garageband or any number of free audio programs and gotten the same results.
    Logic is a professional (or was) audio program designed to be the centerpiece of a digital audio studio but it can't make a bad recording sound good... it may be able to improve it a bit but the biggest difference will be made by educating yourself on proper recording techniques and purchasing a decent audio interface and microphone.

  • How to disable nag message for easy-webprint EX install

    I didn't install Easy-WebPrint EX when setting up my Canon Pixma MP495 printer.  Ever since, I get a nagging message asking if I want to install Easy-WebPrint EX, but there is no option to disable the message that is very annoying.  How can the nag message be disabled?  I don't ever want the Easy-WebPrint software installed.
    Gary

     
    Group Policy settings
    The following Group Policy settings have been added for Terminal Services printing:
    Use Terminal Services Easy Print printer driver first
    This policy setting is located in the following node of the Local Group Policy Editor:
    Computer Configuration\Administrative Templates\Windows Components\Terminal Services\Terminal Server\Printer Redirection
    The possible values are:
    Enabled or Not configured: If this policy setting is enabled or not configured, the terminal server will first try to use the Terminal Services Easy Print driver to install all client printers. If for any reason the Terminal Services Easy Print driver cannot be used, a printer driver on the terminal server that matches the client printer will be used. If the terminal server does not have a printer driver that matches the client printer, the client printer will not be available for the Terminal Services session. By default, this policy setting is not configured.
    Disabled: If you disable this policy setting, the terminal server will try to find a suitable printer driver to install the client printer. If the terminal server does not have a printer driver that matches the client printer, the server will try to use the Terminal Services Easy Print driver to install the client printer. If for any reason the Terminal Services Easy Print driver cannot be used, the client printer will not be available for the Terminal Services session.
    -According to MS using TS Easy Print renders jobs faster, cause they are smaller in size then emf. 
    -There are steps to complete to see all user session printers, One was to add the "Print Server" role to the Terminal Server, add yourself to the "Print Operators" group and a few other things.  Do a search for it, you'll find it. 
    -Also all clients MUST be running XP sp3 OR Vista sp1 AND .NET Framework 3.0 sp1.  The .NET Framework is what makes it all work correctly.  As far as the Arabic thing, can't help!Network Administrator

  • HT1338 how to download i message for macbook pro

    how do i get messaging on my mac book pro

    Messages for Lion was a beta and I think it already expired and is not available for download anymore...
    It will be coming in Mountain Lion in a few weeks.

Maybe you are looking for