Handling BADI messages

Hi,
How we handle messages returned by a BADI into WD java. How a messages of BADI can be passed to appropriate RFC to display it on the portal.
I want to apply some check in BADI for enrollment  and i want the message to be displayed on portal (standard ESS enrollment process).
Thanks
Vishal kapoor

closed

Similar Messages

  • ECATT: Bad Message Handling in VL02N (Line Deletion)

    Hello All,
    I'm having a big headache with the following automation scenario on VL02N transaction:
    - open a DN number
    - use position button to trigger screen where u can select a line
    - enter a line (script parameter)
    - validate the line
    - use the delete button to delete selected line
    - confirm the deletion message
    - save and exit
    I recorded the whole good case in one step of SAPGUI.
    Problem is:
    A)without catching any message, if line does not exist (ex line is 20 and 20 is already deleted),
    the script raise no error BUT erases the first line in the screen (ie the lowest remaining one)
    B) the proper error msg ("Line does not exists") is only triggered when i enter the next interface of the screen but this interface do the deletion of the lowest line!!
    so either:
    - i don't put the deletion interface in the MSG block and the message is not raised
    - i put the deleting interface in the MSG block , the message is raised but too late.
    Do i handle the message badly?
    Is there a way to split the deletion interface to have separately the error detection and the deletion?
    See code below
    VL02N_111_STEP_1 = choice of line to position on
    VL02N_1000_STEP_2 = deletion of selected line
    MESSAGE ( VERIF_LINE_EXISTS ).
        SAPGUI ( VL02N_111_STEP_1 ).  <= this is the dialog where i select the line and get the error msg in record time
    ENDMESSAGE ( E_VERIF_LINE_EXISTS ).
    DO &TFILL.
        IF ( VERIF_LINE_EXISTS[&LPC]-MSGID = 'VL' ).
            IF ( VERIF_LINE_EXISTS[&LPC]-MSGNR = 341 ).
                LOG ( VERIF_LINE_EXISTS[&LPC]-MSGV1 ).
                LOG ( VERIF_LINE_EXISTS[&LPC]-MSGV2 ).
                SAPGUI ( VL02N_10_1).  <= exiting without deleting anything
                SAPGUI ( VL02N_1000_1 ).
                SAPGUI ( VL02N_4004_1 ).
            ENDIF.
        ELSE.
            LOG ( "LINE EXISTS" ).
            SAPGUI ( VL02N_1000_STEP_2 ). <= deleting the line
        ENDIF.
    ENDDO.
    ===below is saving and existing the transaction

    Hi Woody,
    Position button would retrive/result in the desired result only when the value is present, else it would select those elements/lines which are possibly the next or the previous.
    Like, suppose you are searching for 21 out of 20, 22, 23.. The search result would select 20 in some cases or 21 in some other cases. Its basically done on the alphabetical/numeric order in decending manner... 
    That might be one reason that you are not able to get a message saying wrong selection. To overcome such situation, I would have taken a list of database entries for the respective DN number and would have compared with the result.
    One thumb rule which I follow is, when ever I am going to use position button, I would also use a gettab to retrive values from the table, which has helped me almost 95% of the times.
    If that is a structure and/or there are multiple tables that are associated with the grid values, its always suggested to use SQL queries in INLINE ABAP.
    Also, you could substitute a single IF instead of nested IF in your statements..
        IF ( VERIF_LINE_EXISTS[&LPC]-MSGID = 'VL'  AND VERIF_LINE_EXISTS[&LPC]-MSGNR = 341 ).
                LOG ( VERIF_LINE_EXISTS[&LPC]-MSGV1 ).
                LOG ( VERIF_LINE_EXISTS[&LPC]-MSGV2 ).
                SAPGUI ( VL02N_10_1).  <= exiting without deleting anything
                SAPGUI ( VL02N_1000_1 ).
                SAPGUI ( VL02N_4004_1 ).
        ELSE.
            LOG ( "LINE EXISTS" ).
            SAPGUI ( VL02N_1000_STEP_2 ). <= deleting the line
        ENDIF.
    Also, see if the deletion is taken place basing on the row & col id of the line. If it is always deleting the line item 0,0 then you should make sure that you have to take the id of that line which is to be deleted.
    Hope this info helps.
    Best regards,
    Harsha
    PS: Reward points accordingly for all responding.

  • Handling faulty messages in PI 7.0

    Hi Gurus,
    my interface is 3rd party app->PI->SAP.
    i used proxy on sender side and on receiver side I used HTTP adapter.
    Each time my PI will ping that application using the URL and get the batch xml file but if there is no data in the 3rd party application,how should i handle the faulty message.
    the message if it fails to retreive the new bach,which is coming from the application is not in the xml format how can i handle the message
    Thanks,
    Jay

    Your sender is abap proxy and receiver is HTTP and the mode is synchronous.
    >what should i do with this message.do i need to use the fault message type to hold this message but I need not send this to >anyone or..Can I configure alerts so that PI users will understand
    Yes you can pass the fault mesg from reciever(third party) to sender (proxy). That woud be helpful.
    If the receiver (third party) is sending fault message as response then create fault message on the sender side and map the response of third party to sender side (proxy) proxy message.  So that proxy will interpret that message as fault message.
    Basically you will have request, response and fault messages for both sender interface (proxy ) and reciver interface (third party http).  As you know, Fault messages are useful to provide meaningful application errors.
    Refer this [link|http://help.sap.com/saphelp_nwpi711/helpdata/en/48/5946db5f693912e10000000a42189b/content.htm] for constructing fault message structure.

  • Handling fault messages in BPM

    Hi,
    I am using BPM for a RFC to SOAP scenario to handle Fault messages. (Please have a look at my previous post also SOAP Fault message )
    I have created an exception block in BPM to catch the fault message from SOAP service. Inside the exception block i need to map the fault message to RFC response. But fault message is not accessible in Exception block.
    Let me know if you have any idea to solve this.
    Thanks,
    Uma

    Uma:
    Let me make clear the requiremt. You have RFC Import(aka Request message) and Export(aka Response + Exception) and you have Web Service with Request, Response, Fault messages. And you want to send the fault messages back to the RFC in addition to the response. I was wondering, If we do the following mapping without BPM, does that fulfill your requirement.
    RFC-Import <----
    > SOAP Request
    RFC-Export <----
    > SOAP Response
    RFC-Export <----
    > SOAP Fault
    Can you let me know if you face any problems with this one. I have seen your other thread and was wondering, whats the problem is. May be I didn't understand the requirement properly. Please clarify me

  • BPM handle empty message in send step

    Hi, Friends:
    I have a following BPM sceario(PI7.1 EHP1)
    It mainly has following steps:
    Receive -> Transformation (Multi-Mapping) -> Fork (4 branches: one send step each branch)
    The multi-mapping result is to generate 4 types of messages based on logic.
    Sometimes all 4 types of message generated, and sometimes only one type of message generated.
    When there is a message not generated, the send step generate error which is not caught in exception branch.
    I searched forum, so far not lucky to find solution.
    Any idea how to  handle empty message (do not send it) in send step?
    Regards
    Liang
    Edited by: Liang Ji on Dec 7, 2010 8:42 PM

    Hi, Abhishek:
    The reason to use Fork is that all the branches can be reached.
    By using switch, it only judge one input value and only one condition turns true.
    Actually in most cases, the number of my input value is more than one, saying two or more message types generated.
    And this is not multi-line situaion, because the messages generated are different types.
    Your reply remind me to add switch inside fork.
    Regards
    Liang
    Edited by: Liang Ji on Dec 8, 2010 5:32 PM

  • Can't open PDF's on my Mac coming in on MS Outlook 2010. Reinstalled Adobe software 4 x and still get "Adobe PDF Preview Handler" error message.

    Can't open PDF's on my Mac coming in on MS Outlook 2010. Reinstalled Adobe software 4 x and still get "Adobe PDF Preview Handler" error message.

    No. Reader will not damage files. It is only meant to read pdf files. PDF files are frequently damaged when sent as email due to encoding issues.

  • Handling log messages in procedure

    Hi All,
    Which is the best way to handle log messages in procedures or packages.When I run a procedure it is taking long time and getting cunfuse it is running or not.Please let me know how to handle log messages other than dbms_ouput and inserting values to log table.
    Thanks & Regards,
    Rajasekhar

    It really depends on what you want.
    If you want to see what stage of a procedure you are at, then DBMS_application_info is the way to go.
    You set the name and text in the package and the current state seT can be seen in v$SESSION
    Of course it helps if you remember to set it to finished before it ends.
    The other alternative I like is to have an autonomous procedure which logs the steps.
    You just pass a call to the procedure.
    The benefit of this is that the commits are effectively in another session, so won't affect your existing procedure.
    You can also code this in such a way that it is off by default but you can turn it on eg by changing a value in a db column.
    If I did this, I would have it so that each individual procedure/function within a package could be turned on as necessary.
    This means that you can turn your tracing on just for a specific problem even for a production system without affecting the vast majority of users.
    Edited by: Keith Jamieson on Jan 6, 2009 11:10 AM
    FIXED TYPO:

  • Handling Fault Messages for JDBC Receiver (Syn Inbound)

    Dear Freinds,
    Can we handle fault messages for JDBC Receiver which is synchronous.
    OB Proxy Syn  <>  IB JDBC Syn
    1. How to handle the same ? Please give some examples.
    2. Should we use Stored Procedures at Oracle side to handle the fault messages and send back as response to the Proxy Response. Will it work.
    Thanks & Regards
    K.Ramesh

    Dear Friend,
    I have 2 interfaces where Proxy is OB & JDBC is IB. In the first interface both sender and Receiver are synchronous and in the second one it is Async.
    In the first interface i have to send one field from R/3 table along with Native SQL query string to XI and the response of the SELECT query is sent back to the sender.
    Assume if no fields are selected based on the field sent then proper error message has to be sent instead of the response message.
    In the second interface i will be using UPDATE query at Asyn JDBC receiver.
    How to do this if you are having JDBC Receiver.
    I saw in many blogs where they had mentioned that we cannot handle fault messages in the Receiver JDBC.
    KIindly explain.
    Thanks
    K.Ramesh

  • Best practices for handling large messages in JCAPS 5.1.3?

    Hi all,
    We have ran into problems while processing larges messages in JCAPS 5.1.3. Or, they are not that large really. Only 10-20 MB.
    Our setup looks like this:
    We retrieve flat file messages with from an FTP server. They are put onto a JMS queue and are then converted to and from different XML formats in several steps using a couple of jcds with JMS queues between them.
    It seems that we can handle one message at a time but as soon as we get two of these messages simultaneously the logicalhost freezes and crashes in one of the conversion steps without any error message reported in the logicalhost log. We can't relate the crashes to a specific jcd and it seems that the memory consumption increases A LOT for the logicalhost-process while handling the messages. After restart of the server the message that are in the queues are usually converted ok. Sometimes we have however seen that some message seems to disappear. Scary stuff!
    I have heard of two possible solutions to handle large messages in JCAPS so far; Splitting them into smaller chunks or streaming them. These solutions are however not an option in our setup.
    We have manipulated the JVM memory settings without any improvements and we have discussed the issue with Sun's support but they have not been able to help us yet.
    My questions:
    * Any ideas how to handle large messages most efficiently?
    * Any ideas why the crashes occur without error messages in the logs or nothing?
    * Any ideas why messages sometimes disappear?
    * Any other suggestions?
    Thanks
    /Alex

    * Any ideas how to handle large messages most efficiently? --
    Strictly If you want to send entire file content in JMS message then i don't have answer for this question.
    Generally we use following process
    After reading the file from FTP location, we just archive in local directory and send a JMS message to queue
    which contains file name and file location. Most of places we never send file content in JMS message.
    * Any ideas why the crashes occur without error messages in the logs or nothing?
    Whenever JMSIQ manager memory size is more lgocialhosts stop processing. I will not say it is down. They
    stop processing or processing might take lot of time
    * Any ideas why messages sometimes disappear?
    Unless persistent is enabled i believe there are high chances of loosing a message when logicalhosts
    goes down. This is not the case always but we have faced similar issue when IQ manager was flooded with lot
    of messages.
    * Any other suggestions
    If file size is more then better to stream the file to local directory from FTP location and send only the file
    location in JMS message.
    Hope it would help.

  • Handling error & messages in standard forms

    Hi all,
    I'm customizing Oracle HR through CUSTOM.pll and I need to handle some messages in standard forms.
    I have tried using ON-MESSAGE and ON-ERROR trigger, but I can't substitute the "not user-friendly" "FRM-40150: Cannot update record" with anything else!
    Is it possible to do this??
    In that case....should someone show me some examples??
    Thx a lot.
    If needed I can attach my code to help you..
    Thx
    Jacopo

    Whatever you do, never change the message level, it's just like hiding behind your finger, you'll be in denial of the error, but the error will be there...
    the best way is to handle them in on-error triggers, trap the error number and use your own message, you can create a user defined error and associate it with the error number of a choice.
    search the online help of the forms builder for user defined errors. there is a very clear example there.
    Tony

  • Exception Handling in Message Mapping and Alert

    Hello,
    1. Pls let me know the concept of Exception Handling and Alerts.
    2. Pls provide some blogs for Exception Handling in Message Mapping.
    3.What are Alerts and how it help us in XI. Pls provide some blogs for Alert
    4.How are Alerts and Exception Handling can be related say for some scenario
    Regards

    Hi,
    Plz check out these blogs of Sravya on Error Handling:
    /people/sravya.talanki2/blog/2006/11/22/error-handling-framework-xiout-of-the-box-episode-1
    /people/sravya.talanki2/blog/2006/11/23/error-handling-framework-xiout-of-the-box-episode-2
    Also check this SAP Presentation:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9418d690-0201-0010-85bb-e9b2c1af895b
    /people/alessandro.guarneri/blog/2006/01/26/throwing-smart-exceptions-in-xi-graphical-mapping
    Error Handling :
    http://help.sap.com/saphelp_nw04/helpdata/en/56/b46c3c8bb3d73ee10000000a114084/frameset.htm
    Alerts:
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step
    http://help.sap.com/saphelp_nw04/helpdata/en/56/d5b54020c6792ae10000000a155106/content.htm
    BPM:
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    Working with acknowledgements
    regards

  • How to handle different message types of EDIFACT in single input file.

    Hi All,
    Currently we have a requirement like we will be receiving the input with different messages in the same input file (eg: ORDERS and ORDRSP in the same file).
    We have configured both the message types in the document definitions. One more thing is the versions of the messages are different.
    When we pass the input we are getting the error.
    The input looks like below,
    UNB
    UNG
    UNH*ORDERS
    UNT
    UNE
    UNG
    UNH*ORDRSP
    UNT
    UNE
    UNZ
    Please assist us to overcome the error.
    Thanks,
    Ravindra.

    Hi Prasanna,
    Thanks for your reply.
    I have created the agreements for both the messages still i'm getting the below error,
    B2B-50037
    B2B inbound message processing error
    If i give the input as separate messages (i mean 2 input files). Its working fine.
    Also let me know is there any configuration settings to handle multiple messages in a single input file.
    Thanks,
    Ravindra.

  • Hello. after updating to Ios 8 my iPhone is terribly! Discharged very quickly, many transitions between applications, the program takes off, ringtones do not work - works a standard call, the keyboard freezes, bad messages are sent, often loses the n

    Hello. after updating to Ios 8 my iPhone is terribly! Discharged very quickly, many transitions between applications, the program takes off, ringtones do not work - works a standard call, the keyboard freezes, bad messages are sent, often loses the network. what have you done with your phone moym ?! solve all these problems! I beg of you!

    Hello. after updating to Ios 8 my iPhone is terribly! Discharged very quickly, many transitions between applications, the program takes off, ringtones do not work - works a standard call, the keyboard freezes, bad messages are sent, often loses the network. what have you done with your phone moym ?! solve all these problems! I beg of you!

  • Handling large messages with MQ JMS sender adapter

    Hi.
    Im having trouble handling large messages with a MQ JMS sender adapter.
    The messages are around 35-40MB.
    Are there any settings I can ajust to make the communication channel work?
    Error message is:
    A channel error occurred. The detailed error (if any) : JMS error:MQJMS2002: failed to get message from MQ queue, Linked error:MQJE001: Completion Code 2, Reason 2010, Error Code:MQJMS2002
    The communication channel works fine with small messages!
    Im on SAP PI 7.11, MQ Driver is version 6.
    Best Regards...
    Peter

    The problem solved itself, when the MQ server crashed and restarted.
    I did find a note that might could have been useful:
    Note 1258335 - Tuning the JMS service for large messages or many consumers
    A relevant post as well: http://forums.sdn.sap.com/thread.jspa?threadID=1550399

  • Bad Messages only from one sender

    Hello there,
    i have a problem with mails from a specific sender. When the sender is sending mails without an attachment, then the mail is ok and the recipient will get it. But when the sender sends the mail with an attachment, then the mail will get as Bad Message to the Postmaster.
    I think there is something wrong in the Header but i don't know what:
    MAIL FROM:<[email protected]> SIZE=573007
    RCPT TO:<[email protected]>
    Received: from xxxxxxxx.xxxxxx.xxx ([xx.xx.xx.xx])
    by xxxxxxxxxx.xx with ESMTP; Tue, 07 Jul 2009 11:52:34 +0200
    X-IronPort-AV: E=Sophos;i="4.42,361,1243807200";
    d="pdf'?png'150?scan'150,208,217,150";a="2721830 3"
    Received: from mo-p00-ob.rzone.de ([81.169.146.161])
    by xxxxxxxxxx.xxxxxx.xxx with ESMTP; 07 Jul 2009 11:52:33 +0200
    DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1246960352; l=571364;
    s=domk; d=rhea-and-partner.biz;
    h=Content-Type:MIME-Version:Date:Subject:Cc:To:From:X-RZG-CLASS-ID:
    X-RZG-AUTH;
    bh=aY6mjNsN0vqY2auMgf+alJPbvNA=;
    b=hQXMz5BITbUSVrYtm41OzKNRkS9AZAouFo8ED/uzRP5bHmeNd23fg8whfT+qUxX31pi
    m21D3KUC5Ovjch109Jzrty8Eq7jVExkqN6Nqs/aTq7Uia71BYxwPXN5I4Ekw0c7hgBF7r
    42ZyYLu1/yh8wkrjMgUHCVR4TSZAHNLP5hM=
    X-RZG-AUTH: :PH4Lf0Wrb6+6xL8EEXtEHc5gFqvY7xz0LT3kjfBINp1lhscXy ML+LucWtjC2jEzFsnMozhfBTmY=
    X-RZG-CLASS-ID: mo00
    Received: from WWWDE19A13C016 ([202.153.93.94])
    by post.strato.de (fruni mo51) (RZmta 18.49)
    with ESMTP id a04279l679XUiR ; Tue, 7 Jul 2009 11:52:06 +0200 (MEST)
    From: "Leo Zhang - Rhea & Partner International Consultants Ltd." <[email protected]>
    To: "'xxxxx xxxxxxx'" <[email protected]>
    Cc: "'Ruediger W. Kuemmerle - Rhea & Partner International Consultants Ltd.'" <[email protected]>
    Subject: Uebersendung erstes Angebot - 3250780 Swimming pool - fence 1003962
    Date: Tue, 7 Jul 2009 17:57:19 +0800
    Message-ID: <001c01c9fee9$52a5ea50$f7f1bef0$@biz>
    MIME-Version: 1.0
    Content-Type: multipart/mixed;
    boundary="----=_NextPart_000_001D_01C9FF2C.60C92A50"
    X-Mailer: Microsoft Office Outlook 12.0
    Thread-Index: Acn+6QJn52YxFNPXTgCsrskIq43aXw==
    Content-Language: zh-cn
    X-AntiVirus: checked by AntiVir MailGuard (Version: 8.0.0.18; AVE: 8.2.0.204; VDF: 7.1.4.190)
    This is a multipart message in MIME format.
    ------=_NextPart_000_001D_01C9FF2C.60C92A50
    Content-Type: multipart/related;
    boundary="----=_NextPart_001_001E_01C9FF2C.60C92A50"
    ------=_NextPart_001_001E_01C9FF2C.60C92A50
    Content-Type: multipart/alternative;
    boundary="----=_NextPart_002_001F_01C9FF2C.60C92A50"
    ------=_NextPart_002_001F_01C9FF2C.60C92A50
    Content-Type: text/plain;
    charset="utf-8"
    Content-Transfer-Encoding: quoted-printable
    RESEND!
    ...following the mail text in HTML and then the attachment.
    Maybe someone can see what the problem is. I talked to the sender and they told me that they have only with us these problems.
    The GW Version is 7.0.3
    Any ideas?
    Thanks
    Matthias

    I've got the same problem with GW 7.0.3. The content, which was send to the Postmaster:
    "Die Anlagedatei wurde vom Gateway empfangen, doch das Gateway konnte die Nachricht nicht verarbeiten."
    or my free translation
    "The attachted file was received from the gateway, but the gateway could not process the message."
    The E-Mail had a pdf attachment. When I send a new external email from my personal freemail account with these problematic attachment to the firm, then the mail arrives.
    Could the MIME-Type ISO-8859-1 be the problem?
    Content-Type: text/plain; charset="iso-8859-1"
    Content-Transfer-Encoding: 8bit
    I didn't found a solution in an other thread.
    Originally Posted by Matthias123
    Hello there,
    i have a problem with mails from a specific sender. When the sender is sending mails without an attachment, then the mail is ok and the recipient will get it. But when the sender sends the mail with an attachment, then the mail will get as Bad Message to the Postmaster.
    I think there is something wrong in the Header but i don't know what:
    MAIL FROM:<[email protected]> SIZE=573007
    RCPT TO:<[email protected]>
    Received: from xxxxxxxx.xxxxxx.xxx ([xx.xx.xx.xx])
    by xxxxxxxxxx.xx with ESMTP; Tue, 07 Jul 2009 11:52:34 +0200
    X-IronPort-AV: E=Sophos;i="4.42,361,1243807200";
    d="pdf'?png'150?scan'150,208,217,150";a="2721830 3"
    Received: from mo-p00-ob.rzone.de ([81.169.146.161])
    by xxxxxxxxxx.xxxxxx.xxx with ESMTP; 07 Jul 2009 11:52:33 +0200
    DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1246960352; l=571364;
    s=domk; d=rhea-and-partner.biz;
    h=Content-Type:MIME-Version:Date:Subject:Cc:To:From:X-RZG-CLASS-ID:
    X-RZG-AUTH;
    bh=aY6mjNsN0vqY2auMgf+alJPbvNA=;
    b=hQXMz5BITbUSVrYtm41OzKNRkS9AZAouFo8ED/uzRP5bHmeNd23fg8whfT+qUxX31pi
    m21D3KUC5Ovjch109Jzrty8Eq7jVExkqN6Nqs/aTq7Uia71BYxwPXN5I4Ekw0c7hgBF7r
    42ZyYLu1/yh8wkrjMgUHCVR4TSZAHNLP5hM=
    X-RZG-AUTH: :PH4Lf0Wrb6+6xL8EEXtEHc5gFqvY7xz0LT3kjfBINp1lhscXy ML+LucWtjC2jEzFsnMozhfBTmY=
    X-RZG-CLASS-ID: mo00
    Received: from WWWDE19A13C016 ([202.153.93.94])
    by post.strato.de (fruni mo51) (RZmta 18.49)
    with ESMTP id a04279l679XUiR ; Tue, 7 Jul 2009 11:52:06 +0200 (MEST)
    From: "Leo Zhang - Rhea & Partner International Consultants Ltd." <[email protected]>
    To: "'xxxxx xxxxxxx'" <[email protected]>
    Cc: "'Ruediger W. Kuemmerle - Rhea & Partner International Consultants Ltd.'" <[email protected]>
    Subject: Uebersendung erstes Angebot - 3250780 Swimming pool - fence 1003962
    Date: Tue, 7 Jul 2009 17:57:19 +0800
    Message-ID: <001c01c9fee9$52a5ea50$f7f1bef0$@biz>
    MIME-Version: 1.0
    Content-Type: multipart/mixed;
    boundary="----=_NextPart_000_001D_01C9FF2C.60C92A50"
    X-Mailer: Microsoft Office Outlook 12.0
    Thread-Index: Acn+6QJn52YxFNPXTgCsrskIq43aXw==
    Content-Language: zh-cn
    X-AntiVirus: checked by AntiVir MailGuard (Version: 8.0.0.18; AVE: 8.2.0.204; VDF: 7.1.4.190)
    This is a multipart message in MIME format.
    ------=_NextPart_000_001D_01C9FF2C.60C92A50
    Content-Type: multipart/related;
    boundary="----=_NextPart_001_001E_01C9FF2C.60C92A50"
    ------=_NextPart_001_001E_01C9FF2C.60C92A50
    Content-Type: multipart/alternative;
    boundary="----=_NextPart_002_001F_01C9FF2C.60C92A50"
    ------=_NextPart_002_001F_01C9FF2C.60C92A50
    Content-Type: text/plain;
    charset="utf-8"
    Content-Transfer-Encoding: quoted-printable
    RESEND!
    ...following the mail text in HTML and then the attachment.
    Maybe someone can see what the problem is. I talked to the sender and they told me that they have only with us these problems.
    The GW Version is 7.0.3
    Any ideas?
    Thanks
    Matthias

Maybe you are looking for

  • Sdk 1.4.2_06

    Not sure if I'm posting the right area, but - I've just upgraded to the jdk 1.4.2_06, but can no longer get the javax.comm api working (it was in my last version but can no longer detect any ports) Does anyone know if this is a fault or have I just m

  • Is there a shortcut to adjust icon spacing?

    Is there a shortcut to adjust icon spacing without selecting 'show view options?'

  • Slow display of reports on remote ConfigMgr Console

    Hi I have an issue displaying reports within the ConfigMgr console, in remote consoles that are connected via 10 MB links it takes up to 15 minutes to display the reports. All other admin tasks within the console work fine, also accessing the reports

  • Wi Fi and other trouble

    Hi Could someone please help me!! I have just bought a 32gb touch and it is driving me crazy. When I switch the wifi on it finds all my neighbours connections but does not find my reutor. I use mine for my laptop , playstation 3 and playstation porta

  • Change graphics Card macbook pro, is it possible?

    Hey, Im just wondering if it's possible to upgrade the graphics card on a macbook Pro, late 2011 model. if so, what's the price?