Correct way to copy Multipart and prevent Missing start boundary Exception

Hi there
I've worked through the FAQ's and forum and based on the info available tried to construct code to deal with the whole "javax.mail.MessagingException: Missing start boundary" problem. I keep on getting a ClassCastException though and was hoping you could scan through the code and let me know if you see anything. I must be missing something ... simplified extract of code below:
Multipart mp = (Multipart)part.getContent();
try {
     for (int i = 0; i < mp.getCount(); i++) {
          processBodyPart(wrapper, mp.getBodyPart(i), i);
} catch (MessagingException e) {
     // Converting Msg to a Copy (to fix boundary)
     ByteArrayOutputStream bos = new ByteArrayOutputStream();
     part.writeTo(bos);
     byte[] bytes = bos.toByteArray();
     MimeMessage newMsg = new MimeMessage(emailAccount.getSession(), new ByteArrayInputStream(bytes));
     String ct = newMsg.getContentType();
     newMsg.removeHeader("Content-Type");
     ct = ct.substring(0, ct.indexOf(";")); // Strip out the rest, only retain the content-type
     newMsg.setDataHandler(new DataHandler(newMsg.getContent(), ct));
     Multipart testMp = (Multipart)newMsg.getContent(); // <<-------- ClassCastException here!!
     for (int i = 0; i < testMp.getCount(); i++) {
          Part bp = testMp.getBodyPart(i);
          processBodyPart(bp);
}Much appreciated.
Marius

I took out the truncating part to make the example shorter,
but I did try both keeping it as it was, as well as truncating
it (it is "multipart/mixed") with the same effect.
I was able to save the entire message to file (thanks), attached
below - maybe you can spot something that could be causing it?
Thanks again.
X-Original-To: [email protected]
Delivered-To: [email protected]
Received: from mail.adept.co.za (localhost [127.0.0.1])
     by mail.adept.co.za (Postfix) with ESMTP id E3074C03D9
     for <[email protected]>; Fri, 18 Jan 2008 14:35:29 +0200 (SAST)
X-Greylist: from auto-whitelisted by SQLgrey-1.7.4
Received: from mail-03.jhb.wbs.co.za (mail-03.jhb.wbs.co.za [196.2.97.2])
     by mail.adept.co.za (Postfix) with ESMTP id CA3AEC03D7
     for <[email protected]>; Fri, 18 Jan 2008 14:35:28 +0200 (SAST)
Received: from localhost by mail-03.jhb.wbs.co.za;
  18 Jan 2008 14:35:28 +0200
Date: 18 Jan 2008 14:35:28 +0200
To: [email protected]
From: "Mail Delivery System" <[email protected]>
Subject: Delivery Status Notification (Failure)
MIME-Version: 1.0
Content-Type: multipart/report; report-type=delivery-status; boundary="9sdJO.4G/vWebcc.bcm9J.Ak/cwPA"
Message-Id: <[email protected]>
X-Virus-Scanned: ClamAV Passed
X-Spam-Scanned: -1.4
X-Scanned-By: proxfilter
--9sdJO.4G/vWebcc.bcm9J.Ak/cwPA
content-type: text/plain;
    charset="utf-8"
Content-Transfer-Encoding: quoted-printable
The following message to <[email protected]> was undeliverable.
The reason for the problem:
5.1.2 - Bad destination host 'DNS Hard Error looking up onyxit.co.za (MX): =
NXDomain'
--9sdJO.4G/vWebcc.bcm9J.Ak/cwPA
content-type: message/delivery-status
Reporting-MTA: dns; jnb-mailfw01.wbs.co.za
Final-Recipient: rfc822;[email protected]
Action: failed
Status: 5.0.0 (permanent failure)
Diagnostic-Code: smtp; 5.1.2 - Bad destination host 'DNS Hard Error looking up onyxit.co.za (MX):  NXDomain' (delivery attempts: 0)
--9sdJO.4G/vWebcc.bcm9J.Ak/cwPA
content-type: message/rfc822
Received: from wbs-smtp-out-02.jhb.wbs.co.za (HELO wbs-smtp-out-02) ([196.2.97.197])
  by mail-03.jhb.wbs.co.za with ESMTP; 18 Jan 2008 14:35:28 +0200
Received: from wbs-smtp-out-02.jhb.wbs.co.za (HELO wbs-smtp-out-02) ([196.2.97.197])
  by mail-03.jhb.wbs.co.za with ESMTP; 18 Jan 2008 14:35:28 +0200
Received: from wbs-41-208-227-16.wbs.co.za ([41.208.227.16] helo=jnfsworkpool)
     by wbs-smtp-out-02 with esmtp (Exim 4.67)
     (envelope-from <[email protected]>)
     id 1JFqSK-0000qy-8m; Fri, 18 Jan 2008 14:36:30 +0200
Date: Fri, 18 Jan 2008 14:35:10 +0200 (SAST)
From: Ros Copeling <[email protected]>
To: [email protected]
Cc: [email protected]
Message-ID: <[email protected]>
Subject: FW: Fw: Message from ESKOM
MIME-Version: 1.0
Content-Type: multipart/mixed;
     boundary="----=_Part_16_32195616.1200659710788"
X-Priority: 3
Importance: normal
Sensitivity: Normal
workpool_message_id: 6879
X-Original-Subject: FW: Fw: Message from ESKOM
X-Spam-Ignored: [TOO LARGE] Message > 100K
X-Scan-Signature: 66244f1a8ccb48c519852bcb33c1a261
--9sdJO.4G/vWebcc.bcm9J.Ak/cwPA--

Similar Messages

  • Missing start Boundary exception

    Hi all,
    I am evaluating an e-mal archiving software that utilizes javamail. I am getting a high number of messages that don't get archived, due to the Missing start Boundary exception.
    Now I know, that often times e-mail messages don't get correctly constructed, but the sheer number of rejected messages really struck me.
    So I gathered a message and loaded it into a text editor to check the boundary structure myself.
    I have stripped the message down to reflect the boundary structure and I would like to know, if I missed anything, but I can't find out why javamail complains about a missing start boundary.
    I could post the complete message as well, if my example should not be suitable for examining this issue.
    So, here we go:
    Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms020608030602020702090804"
         This is a cryptographically signed message in MIME format.
         --------------ms020608030602020702090804
         Content-Type: multipart/mixed; boundary="------------070406040008020802000107"
              This is a multi-part message in MIME format.
              --------------070406040008020802000107
              Content-Type: text/plain; charset=ISO-8859-1; format=flowed
              Content-Transfer-Encoding: quoted-printable
              Test f=FCr mailArchiva III
              --------------070406040008020802000107
              Content-Type: multipart/alternative; boundary="============_CoolerEmail_============"
                   Date: Wed, 23 Apr 2008 07:41:31 -0700
                   --============_CoolerEmail_============
                   Content-Transfer-Encoding: binary
                   --============_CoolerEmail_============
                   Content-Transfer-Encoding: binary
                   Content-Type: text/html; charset="iso-8859-1"
              --============_CoolerEmail_============--
         --------------070406040008020802000107--
         --------------ms020608030602020702090804
    --------------ms020608030602020702090804--
    Thanks,
    Stephan

    Hi Bill,
    well, yes. It's one of a huge amount of messages being rejected. Actually I am not a programmer, but I try to deal with an archiving solution called mailArchiva. This software uses javamail and the mails get into the software using a postfix milter.
    I wanted to make sure that my gateways don't mess up these messages, prior getting into negotiation with the developer about what could be wrong along the way.
    I will now contact him and see, if I can get any more logs from the software.
    Thanks,
    Stephan

  • Missing start boundary exception, caused by an empty Part, how to handle?

    Hello,
    i wrote an application that automatically handles mails from laboratories. The only essential part of the mail is the attachment, where chemical analyses are submitted (from permitted addresses, recognized by whitelist and fileheader of the attachment). Other ways to submit data weren't allowed.
    Currently a mail was received that can't be parsed. It's from a laboratory, that
    use its provider's (a german internet suplier named Arcor) webmail, a browser-based mailing portal. It always worked fine, because they wrote some greetings. But this time they sent a blank message. The result is following structure of the mail:
    MIME-Version: 1.0
    Content-Type: multipart/mixed;
    boundary="----=_Part_50112_10709369.1203586767396"
    //Some X-Flags
    ------=_Part_50112_10709369.1203586767396
    Content-Type: multipart/alternative;
         boundary="*----=_Part_50111_24141780.1203586767396*"
    ------=_Part_50111_24141780.1203586767396--
    ------=_Part_50112_10709369.1203586767396
    Content-Type: application/octet-stream
    Content-Transfer-Encoding: base64
    Content-Disposition: attachment; filename=somefile.bin
    ABCDEF.... //Some binary data
    ------=_Part_50112_10709369.1203586767396--
    It seems the webmailer creates an empty mailpart and only writes the end boundary (Line: ------=_Part_50111_24141780.1203586767396--).
    I know, the start boundary is really missing.
    I checked it out by getting a mailaccount from Arcor, and it always creates this structure when sending a message without a text. By the way, the Message-ID (header) generated from Arcor's server seems to be from javamail. (.....1234.567890.....JavaMail.ngmail@....).
    I don't know how many mailclients create "empty" parts, but impossible is nothing (e.g. other or future webmailer services).
    But how to handle?
    The error occures when calling MimeMultipart.getCount(), which causes to parse the mail if not parsed. All actions, which cause the mail to be parsed, will end in this exception (for this mail).
    I looked at the javamail source and found out, that the line of the empty part is not recognized as a boundary, because of its ending delimiters:
    if (line.equals(boundary))
    break;
    So the boundary is added to the preamble. It goes on with reading lines from the stream, until line == null.
    if (line == null)
    throw new MessagingException("Missing start boundary");
    Because there is no test, if the line matches the end boundary, it's not recognized. Wouldn't it be better in this case, to add an empty bodypart and set a variable to false (e.g. complete) instead of throwing an exception? Because MimeMultipart.parse() is called by other methods, like getCount, getBodyPart and writeTo, I can't nearly do anything automatically with the mail. How should i walk through the bodyparts and fetch the parts I'm interested in?
    Subclassing seems to be difficult to me:
    Object content = message.getContent();
    //javax.mail.Message, won't return a subclassed multipart
    if (content instanceof Multipart) {
    //recursive method!
    handleMultipart((Multipart) content); //collecting parts from multipart
    Of course, I could ask the laboratory: "please send me a greeting!" ;-)
    Greetings,
    cliff

    Interesting.
    Yes, it's probably a bug that JavaMail allows you to
    create a multipart with no body parts, since the
    MIME specification doesn't allow that. Still, the
    webmail application should be fixed so that it doesn't
    try to do that, at least including an empty plain text
    body part.
    Please contact the webmail provider and tell them of
    this bug in their application.
    I'll also look into making JavaMail cope with these
    broken messages more gracefully. Contact me
    at [email protected] and I'll let you know when
    I have a version ready to test.

  • Multipart/report - Missing Start Boundary - MultiPart.getContent()

    I am writing to you in regard to an issue that I have been facing recently, and I wanted to see if the JavaMail developers / community could provide any answers.
    Does JavaMail support the multipart/report MIME specification (RFC 1892)?
    The reason I ask, is that I have seen a strong correlation between errors in JavaMail and this content....
    I am getting Missing Start Boundary exceptions when I execute this code on a message that has this Mime Type in it, (multipart/report)
    mp = (Multipart)part.getContent();
    count = mp.getCount(); // THIS IS WHAT THROWS THE ERROR
    An example of this message header, would be
    X-Atlas-MailScanner-From: [email protected]
    Content-Type: multipart/report; report-type=delivery-status;
    boundary="==IFJRGLKFGIR5607UHRUHIHD"
    ** NOTE HOW BOUNDARY IS SPECIFIED UNLIKE THE OTHER SECTIONS WHICH LEADS ME TO BELIEVE THE MISSING START BOUNDARY EXCEPTION **
    --==IFJRGLKFGIR5607UHRUHIHD
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: base64
    --==IFJRGLKFGIR5607UHRUHIHD
    Content-Type: message/rfc822
    I have seen older posts that talk about other people's problem regarding this Exception; however, have not seen an abstract way for circumventing the issue.
    Any insight/future development intentions/experience in dealing with this issue would be greatly appreciated.
    RR

    I'm getting the same exception on several "bounce" messages I try to access with JavaMail. I believe that some of them are flat-out wrong in their MIME encoding, as there truly is no start boundary. However, some appear to be OK and causing JavaMail to give an exception. Should this be logged as a bug?
    Here's an example similar to yours (I didn't include all the received headers and several addresses are munged):
    <blockquote><i>{noformat}Date: Sat, 19 Apr 2008 06:57:46 -0400
    From: [email protected]
    Subject: Undelivered mail
    To: x
    Message-ID: <[email protected]>
    MIME-Version: 1.0
    Content-Type: multipart/report; report-type=delivery-status;
            boundary="--TKFLZMMSbcaBDNCJdCBMaXGSRbVIAF"
    --TKFLZMMSbcaBDNCJdCBMaXGSRbVIAF<br />
    --> Error description:
    Error-For: [email protected]
    Error-Code: 5.1.1
    Error-Text: No such list.
    Error-End: One error reported.
    --TKFLZMMSbcaBDNCJdCBMaXGSRbVIAF<br />
    Content-Type: message/delivery-status
    Reporting-MTA: dns; LISTS.NETSPACE.ORG
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.1.1 (No such list)
    --TKFLZMMSbcaBDNCJdCBMaXGSRbVIAF<br />
    Content-Type: message/rfc822
    Return-Path: <x>
    X-Original-To: [email protected]
    Received: from ppp91-122-170-233.pppoe.avangarddsl.ru (ppp91-122-170-233.pppoe.avangarddsl.ru [91.122.170.233]) by lists.netspace.org (Postfix) with ESMTP id 538527A53A for <[email protected]>; Sat, 19 Apr 2008 06:57:45 -0400 (EDT)
    Received: from [91.122.170.233] by mx1.bne.server-mail.com; Sat, 19 Apr 2008 14:06:15 +0300
    Message-ID: <01c8a226$87bfa580$e9aa7a5b@retentioncal53>
    From: "x" <x>
    To: <[email protected]>
    Subject: The extracts of VPXL are Pueraria tuberose 75 mg, Mucuna pruriens 75 mg, Asteracantha longifolia 75 mg.
    Date: Sat, 19 Apr 2008 14:06:15 +0300
    MIME-Version: 1.0
    Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original
    Content-Transfer-Encoding: 7bit
    X-Priority: 3
    X-MSMail-Priority: Normal
    X-Mailer: Microsoft Outlook Express 6.00.2741.2600
    X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2741.2600
    TKFLZMMSbcaBDNCJdCBMaXGSRbVIAF{noformat}
    </i></blockquote>

  • Missing start boundary

    Hi ,
    i have Missing start boundary exception while reading message..
    Following is message information.Can any one let me know how i can fix this problem.
    Received: from backup1.texterity.com ([68.112.246.59]) by exchange2003.scientificmonitoring.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 8 Mar 2007 11:37:05 -0700
    Received: from backup1.texterity.com (localhost.localdomain [127.0.0.1]) by backup1.texterity.com (8.13.1/8.13.1) with ESMTP id l28IaTnQ023719 for <[email protected]>; Thu, 8 Mar 2007 13:36:29 -0500
    Received: (from textcafe@localhost) by backup1.texterity.com (8.13.1/8.13.1/Submit) id l28IaR1K023718; Thu, 8 Mar 2007 13:36:27 -0500
    Content-Transfer-Encoding: binary
    X-MimeOLE: Produced By Microsoft Exchange V6.5
    Content-Type: multipart/alternative;
         boundary="----=_NextPart_000_20F60_01C76D97.08C9D40D"
    MIME-Version: 1.0
    X-Mailer: MIME::Lite 3.01 (F2.73; A1.67; B3.05; Q3.03)
    Date: Thu, 8 Mar 2007 18:36:26 UT
    From: <[email protected]>
    Subject: Intech March 2007 Digital Edition
    To: <[email protected]>
    Message-ID: [email protected]
    Return-Path: <[email protected]>
    X-OriginalArrivalTime: 08 Mar 2007 18:37:05.0234 (UTC) FILETIME=[C51A9320:01C761B0]
    This is a multi-part message in MIME format.
    ------=_NextPart_000_20F63_01C76D97.08C9D40D
    Content-Disposition: inline
    Content-Length: 1066
    Content-Transfer-Encoding: quoted-printable
    Content-Type: text/plain;
         charset="iso-8859-1"
    You can now find your March issue of InTech at=20
    http://pubsrv.texterity.com/cgi-bin/pwf_gateway.cgi?d=3Dwww.isa-intech-di=
    gital.org&u=3D/intech/200703&s=3DCEGUsgx3DOlJm&e=3D3567746.=20
    Each month, we will e-mail you a link to the current issue of InTech.
    Your digital issue has the exact same content as a printed copy but with
    unique features, such as the ability to:
    *     Search and page through articles online=20
    *     Zoom, print, or e-mail pages to a colleague=20
    *     Archive your issues for convenient retrieval=20
    We hope you enjoy your digital issues of InTech magazine. Thank you for
    your readership.
    Sincerely,=20
    Gregory Hale
    InTech Editor=20
    Click here to convert to the print edition: =
    http://pubsrv.texterity.com/cgi-bin/pwf_optout.cgi?c=3Dintech&e=3Djim@sci=
    entificmonitoring.com&email_msgid=3D3567746
    This email was sent to: [email protected]
    Please do not reply to this mail.
    For technical questions regarding the digital edition, email =
    [email protected].
    From ISA, PO Box 12277, 67 Alexander Drive, Research Triangle Park, NC =
    27709
    ------=_NextPart_000_20F63_01C76D97.08C9D40D
    Content-Disposition: inline
    Content-Length: 4386
    Content-Transfer-Encoding: quoted-printable
    Content-Type: text/html;
         charset="iso-8859-1"
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>Intech Digital Edition</title>
    <meta http-equiv=3D"Content-Type" content=3D"text/html; =
    charset=3Diso-8859-1">
    </head>
    <body>
    <IMG =
    SRC=3D"http://pubsrv.texterity.com/cgi-bin/pwf_eds.cgi?transaction_type=3D=
    datalog&[email protected]&publication=3Dintech=
    &id_stamp=3Dintech.20070308133626&user_action=3Dviewmail&email_msgid=3D35=
    67746" height=3D"0" width=3D"0" border=3D"0">
    <TABLE WIDTH=3D613 BORDER=3D0 CELLPADDING=3D0 CELLSPACING=3D0>
         <TR>
              <TD COLSPAN=3D2><A =
    HREF=3D"http://pubsrv.texterity.com/cgi-bin/pwf_gateway.cgi?d=3Dwww.isa-i=
    ntech-digital.org&u=3D/intech/200703&s=3DCEGUsgx3DOlJm&e=3D3567746" =
    TARGET=3D"_blank" TITLE=3D"Intech">
                   <IMG BORDER=3D0 =
    SRC=3D"http://www.texterity.com/images/intech/intech_header.gif" =
    WIDTH=3D613 HEIGHT=3D116></A></TD></TR>
         <TR>
              <TD VALIGN=3DTOP WIDTH=3D144>
              <TABLE BORDER=3D0 CELLPADDING=3D6 CELLSPACING=3D6><TR =
    ALIGN=3DCENTER><TD ALIGN=3DCENTER>
              <A =
    HREF=3D"http://pubsrv.texterity.com/cgi-bin/pwf_gateway.cgi?d=3Dwww.isa-i=
    ntech-digital.org&u=3D/intech/200703&s=3DCEGUsgx3DOlJm&e=3D3567746" =
    TARGET=3D"_blank" TITLE=3D"Click here to read Intech">
              <IMG style=3D"border: solid 1px; border-color: black" =
    SRC=3D"http://www.isa-intech-digital.org/tcprojects/isa/intech/inbox/3820=
    4/imgpages/tn/intech200703_0001.gif"
                   ALT=3D"Click here to read Intech"></A></TD></TR>
              <TR HEIGHT=3D109><TD> </TD></TR>
              <TR ALIGN=3DCENTER><TD ALIGN=3DCENTER><A =
    HREF=3D"http://www.texterity.com" TARGET=3D"_blank">
              <IMG BORDER=3D0 =
    SRC=3D"http://www.texterity.com/images/ViaTexterity.gif" width=3D132 =
    height=3D45 ALT=3D"Digital Delivery Via =
    Texterity"></A></TD></TR></TABLE></TD>
              <TD VALIGN=3DTOP><TABLE BORDER=3D0 CELLPADDING=3D6 =
    CELLSPACING=3D6><TR><TD>
              <P style=3D"font-family:verdana,arial,helvetica,sans-serif; =
    font-size:12px;">
              You can now find your March issue of InTech at <br><a =
    href=3D"http://pubsrv.texterity.com/cgi-bin/pwf_gateway.cgi?d=3Dwww.isa-i=
    ntech-digital.org&u=3D/intech/200703&s=3DCEGUsgx3DOlJm&e=3D3567746" =
    target=3D"_blank">http://www.isa-intech-digital.org/intech/200703/</a>.
              </p>
              <P style=3D"font-family:verdana,arial,helvetica,sans-serif; =
    font-size:12px;">Each month, we will e-mail you a link to the current =
    issue of InTech. Your digital issue has the exact same content as a =
    printed copy but with unique features, such as the ability to:</p>
              <ul><li style=3D"font-family:verdana,arial,helvetica,sans-serif; =
    font-size:12px;">
              Search and page through articles online </li>
              <li style=3D"font-family:verdana,arial,helvetica,sans-serif; =
    font-size:12px;">Zoom, print, or e-mail pages to a colleague</li>
              <li style=3D"font-family:verdana,arial,helvetica,sans-serif; =
    font-size:12px;">Archive your issues for convenient retrieval</li></ul>
              <P style=3D"font-family:verdana,arial,helvetica,sans-serif; =
    font-size:12px;">We hope you enjoy your digital issues of InTech =
    magazine. Thank you for your readership.</p>
              <P style=3D"font-family:verdana,arial,helvetica,sans-serif; =
    font-size:12px;">
              Sincerely,<br><br>
              Gregory Hale<br>
              InTech Editor
              </P>
         </TD></TR></TABLE>
    </TD></TR></TABLE>
    <TABLE WIDTH=3D613 BORDER=3D0 CELLPADDING=3D0 CELLSPACING=3D0><TR><TD>
         <table width=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" =
    bgcolor=3D"#FFFFEE">
              <tr><td>
              <IMG BORDER=3D0 =
    SRC=3D"http://www.texterity.com/images/recycling-footer.gif" WIDTH=3D613 =
    HEIGHT=3D11>
    <font face=3D"arial" size=3D"1" color=3Dblack>
      <a =
    href=3D"http://pubsrv.texterity.com/cgi-bin/pwf_optout.cgi?c=3Dintech&e=3D=
    [email protected]&email_msgid=3D3567746">Click here</a> to =
    Convert to the print edition.<BR>
      This email was sent to: [email protected]<BR>
      If you cannot click on the links above, please copy and paste =
    this url into your browser:<BR>
      <a =
    href=3D"http://pubsrv.texterity.com/cgi-bin/pwf_gateway.cgi?d=3Dwww.isa-i=
    ntech-digital.org&u=3D/intech/200703&s=3DCEGUsgx3DOlJm&e=3D3567746">http:=
    //www.isa-intech-digital.org/intech/200703/</A><BR>
      Please do not reply to this mail.<BR>
      For technical questions regarding the digital edition, email <a =
    href=3D"mailto:[email protected]?subject=3DIntech%20Support%2=
    0Request">[email protected]</a>.<BR>
      From From ISA, PO Box 12277, 67 Alexander Drive, Research =
    Triangle Park, NC 27709</font><br>
              </td></tr>
              <tr><td bgcolor=3D"#FFFFEE">
         </td></tr></table>
    </TD></TR></TABLE>
    </body>
    </html>
    ------=_NextPart_000_20F63_01C76D97.08C9D40D--
    can any one please help how i can fix this.

    Right on all counts. I have been able to resolve #1 and #2 using the prescribed workarounds.
    I'm still persuing #3 This seems to be the most common issue, as our application receives dozens of these each day. Our mail administrator gave the "it's working with everything else" response - of course everything else is probably not using the IMAP interface... If anyone has had a similar problem with Trend or Sophos specifically, let me know. I will need to output the raw IMAP stream, find the specific RFC 2822 violation and take it to the vendor. Any setting on the JavaMail side to compensate for the problem, would of course be helpful. I have to be careful not to break working messages that have file attachments, though. It's possible that my attempt of the workaround you described was incorrect - I'll go back and try it again with a simpler code example.
    #4 I've not had success with JTNEF yet, but I'm not sure if it's even still a problem after the workaround for #2. Anyway, that one seems to be infrequent so it's low priority for me.
    #5 As you mention in the other thread: this is a problem with a couple of email clients (Thunderbird and Apple Mail, possibly others) - maybe they are using a common library? Anyway, I'm going to try out the workaround posted in that thread if I can get more specifics.
    It would be nice if the various workarounds could be handled within JavaMail, a global LIBERAL=true setting : ) , although I understand that could be a never-ending project for JavaMail considering the number of vendor problems. Also such workarounds could certainly cause "code entropy" within JavaMail code. Getting the vendor to fix their product also kind of depends on whether or not I have 'business leverage' on the buggy software. In my case, for example, I can apply leverage on virus gateway vendors to fix their product, but not on customers who are sending me incorrectly formatted emails and have the option of going elsewhere for business.
    In any case, thanks for all the help - it has been greatly appreciated.

  • How can I solve a "org.jvnet.mimepull.MIMEParsingException: Missing start boundary" when using "Page Attachments to Disk"?

    I have built a streaming MTOM enabled web service for downloading large files. I also built a client that uses that service (with MTOM and streaming feature). Everything works, when the client calls the web service directly.
    Then I have set up the OSB, so that I can call the service through the OSB. I have build a Business Service and a Proxy Service. For the Business Service, I use "XOP/MTOM Enabled", "Include Binary Data By Reference" and "Page Attachments to Disk" to prevent the OSB from loading the whole data into memory.
    If I do not use the "Page Attachments to Disk" option, the download works, but I assume everything is loaded into the OSB memory.
    When I use the "Page Attachments to Disk" option, I receive the following error message
    Exception in thread "main" com.sun.xml.ws.fault.ServerSOAPFaultException: Client received SOAP Fault from server: Couldn't create SOAP message due to exception: org.jvnet.mimepull.MIMEParsingException: Missing start boundary Please see the server log to find more detail regarding exact cause of the failure.
        at com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:193)
        at com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:131)
        at com.sun.xml.ws.client.sei.StubHandler.readResponse(StubHandler.java:253)
        at com.sun.xml.ws.db.DatabindingImpl.deserializeResponse(DatabindingImpl.java:203)
        at com.sun.xml.ws.db.DatabindingImpl.deserializeResponse(DatabindingImpl.java:290)
        at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:119)
        at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:92)
        at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:161)
        at com.sun.proxy.$Proxy38.fileDownload(Unknown Source)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at weblogic.wsee.jaxws.spi.ClientInstanceInvocationHandler.invoke(ClientInstanceInvocationHandler.java:87)
        at com.sun.proxy.$Proxy39.fileDownload(Unknown Source)
        at largefiletransfer_osb_client.MtomClientDownload.main(MtomClientDownload.java:59)
    Why do I get this exception and how can I solve the issue?
    Additional Infos:
    OS: Windows 7 64bit
    Tool: JDeveloper BPM Suite 12.1.3.0.0
    WebService: HTTP + SOAP + MTOM + Streaming

    I have built a streaming MTOM enabled web service for downloading large files. I also built a client that uses that service (with MTOM and streaming feature). Everything works, when the client calls the web service directly.
    Then I have set up the OSB, so that I can call the service through the OSB. I have build a Business Service and a Proxy Service. For the Business Service, I use "XOP/MTOM Enabled", "Include Binary Data By Reference" and "Page Attachments to Disk" to prevent the OSB from loading the whole data into memory.
    If I do not use the "Page Attachments to Disk" option, the download works, but I assume everything is loaded into the OSB memory.
    When I use the "Page Attachments to Disk" option, I receive the following error message
    Exception in thread "main" com.sun.xml.ws.fault.ServerSOAPFaultException: Client received SOAP Fault from server: Couldn't create SOAP message due to exception: org.jvnet.mimepull.MIMEParsingException: Missing start boundary Please see the server log to find more detail regarding exact cause of the failure.
        at com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:193)
        at com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:131)
        at com.sun.xml.ws.client.sei.StubHandler.readResponse(StubHandler.java:253)
        at com.sun.xml.ws.db.DatabindingImpl.deserializeResponse(DatabindingImpl.java:203)
        at com.sun.xml.ws.db.DatabindingImpl.deserializeResponse(DatabindingImpl.java:290)
        at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:119)
        at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:92)
        at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:161)
        at com.sun.proxy.$Proxy38.fileDownload(Unknown Source)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at weblogic.wsee.jaxws.spi.ClientInstanceInvocationHandler.invoke(ClientInstanceInvocationHandler.java:87)
        at com.sun.proxy.$Proxy39.fileDownload(Unknown Source)
        at largefiletransfer_osb_client.MtomClientDownload.main(MtomClientDownload.java:59)
    Why do I get this exception and how can I solve the issue?
    Additional Infos:
    OS: Windows 7 64bit
    Tool: JDeveloper BPM Suite 12.1.3.0.0
    WebService: HTTP + SOAP + MTOM + Streaming

  • Javax.mail.MessagingException: Missing start boundary

    I use the following code creates a Mime file
    MimeMultipart mmp = new MimeMultipart();
                   MimeBodyPart mbp = null;
                   // add rootpart
                   mbp = new MimeBodyPart();
                   mbp.setContentID("[email protected]");
                   mbp.setDataHandler(new DataHandler(new FileDataSource(args[0])));
                   mmp.addBodyPart(mbp);
                   // add attachment info
                   for(int i = 1; i < args.length; i = i+2){
                        ByteArrayOutputStream baos = new ByteArrayOutputStream();
                        GZIPOutputStream gos = new GZIPOutputStream(baos);
                        FileInputStream fis = new FileInputStream(args[i+1]);
                        byte[] bytes = new byte[1024];
                        int len;
                        while((len = fis.read(bytes, 0, 1024)) > 0){
                             gos.write(bytes, 0, len);
                        fis.close();
                        gos.close();
                        baos.close();
                        InternetHeaders ih = new InternetHeaders();
                        ih.addHeader("Content-ID", args);
                        mbp = new MimeBodyPart(ih, baos.toByteArray());
                        mmp.addBodyPart(mbp);
                   String CarriageReturn = String.valueOf(CARRIAGE_RETURN);
                   String lineFeed = String.valueOf(LINE_FEED);
                   String horizontaltab = String.valueOf(HORIZONTAL_TAB);
                   FileOutputStream fos = new FileOutputStream(args[0] + ".mime");
                   StringBuffer msgParam = new StringBuffer();
                   msgParam.append("MIME-Version: 1.0");
                   msgParam.append(CarriageReturn);
                   msgParam.append(lineFeed);
                   msgParam.append("Content-Type: ");
                   msgParam.append(mmp.getContentType().replaceAll(CarriageReturn,"").replaceAll(lineFeed,"").replaceAll(horizontaltab,""));
                   msgParam.append("; start=\"<[email protected]>\"");
                   msgParam.append(CarriageReturn);
                   msgParam.append(lineFeed);
                   msgParam.append(CarriageReturn);
                   msgParam.append(lineFeed);
                   msgParam.append(CarriageReturn);
                   msgParam.append(lineFeed);
                   fos.write(msgParam.toString().getBytes());
                   mmp.writeTo(fos);
                   fos.close();
    I can correctly read the mime file at windows OS,but in linux OS i got the following error Message:
    2010/11/19 11:53:40     K101J2EED1     fatal     0041EBFC124735B5B67FFA9F4B3B09961KD1     例外=[javax.mail.MessagingException: Missing start boundary]     
    sun.reflect.GeneratedMethodAccessor303.invoke(Unknown Source)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:597)
    org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:301)
    org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
    org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    $Proxy28.execute(Unknown Source)
    org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
    org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
    jp.terasoluna.fw.web.struts.action.RequestProcessorEx.process(RequestProcessorEx.java:149)
    org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
    org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:713)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:675)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:324)
    jp.co.nttdata.erc.sys.app.extended.ExtendedFilter.doFilter(ExtendedFilter.java:163)
    org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:183)
    org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:138)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:424)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:324)
    jp.co.nttdata.erc.sys.app.extended.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:174)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:424)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:324)
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:379)
    com.hitachi.software.web.catalina.core.ValveWrapper.invokeNext(LinkedPipeline.java:672)
    com.hitachi.software.web.catalina.core.LinkedPipeline.invoke(LinkedPipeline.java:475)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:983)
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:349)
    com.hitachi.software.web.catalina.core.ValveWrapper.invokeNext(LinkedPipeline.java:672)
    com.hitachi.software.web.tcg.ThreadControlGroupValve.invoke(ThreadControlGroupValve.java:82)
    com.hitachi.software.web.catalina.core.ValveWrapper.invokeNext(LinkedPipeline.java:672)
    com.hitachi.software.ejb.management.mbean.web.RequestStatisticsValve.invoke(RequestStatisticsValve.java:72)
    com.hitachi.software.web.catalina.core.ValveWrapper.invokeNext(LinkedPipeline.java:672)
    org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:188)
    com.hitachi.software.web.catalina.core.ValveWrapper.invokeNext(LinkedPipeline.java:672)
    com.hitachi.software.web.catalina.core.StandardSessionValve.invoke(StandardSessionValve.java:96)
    com.hitachi.software.web.catalina.core.ValveWrapper.invokeNext(LinkedPipeline.java:672)
    com.hitachi.software.web.catalina.core.LinkedPipeline.invoke(LinkedPipeline.java:475)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:983)
    org.apache.catalina.core.StandardContext.invoke(StandardContext.java:3928)
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:261)
    com.hitachi.software.web.catalina.core.ValveWrapper.invokeNext(LinkedPipeline.java:672)
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:197)
    com.hitachi.software.web.catalina.core.ValveWrapper.invokeNext(LinkedPipeline.java:672)
    com.hitachi.software.web.catalina.core.LinkedPipeline.invoke(LinkedPipeline.java:475)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:983)
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
    com.hitachi.software.web.catalina.core.ValveWrapper.invokeNext(LinkedPipeline.java:672)
    com.hitachi.software.web.catalina.core.LinkedPipeline.invoke(LinkedPipeline.java:475)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:983)
    org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:700)
    org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:959)
    java.lang.Thread.run(Thread.java:620)
    Edited by: chengen on Nov 24, 2010 8:26 PM
    Edited by: chengen on Nov 24, 2010 9:25 PM

    I can correctly read the mime file at windows OS,but in linux OS i got the following error Message:That would suggest one or more of the following.
    1. An end of line problem. Something is wrong with your use of CR/LF.
    2. A line length problem (brief look suggests a 998 limit.)
    3. One reader is more lenient than the other. This goes back to 1 and 2.

  • .MessagingException - Missing start boundary when loading a mail twice

    Hi!
    I have found a very interesting behaviour. When parsing a multipart mail twice, there is an error "javax.mail.MessagingException: Missing start boundary". This happens for every multipart mail which is fetched via POP3 and seems to be independant of both POP3 Server and the mail client the message was built with.
    Environment:
    debian linux, amd64, java 1.6
    latest javamail from https://hg.kenai.com/hg/javamail~mercurial
    Test program:
    import java.io.*;
    import javax.mail.*;
    public class Mailtest {
         private final static void loadMail(Part p) throws Exception{
              Object content = p.getContent();
              if (content instanceof Multipart) {
                   Multipart mp = (Multipart) content;
                   int cnt = mp.getCount();
                   for (int u=0;u<cnt;u++) {
                        loadMail(mp.getBodyPart(u));
         public final static void main(String[] args) throws Exception {
              //System.setProperty("mail.mime.cachemultipart", "true");
              java.util.Properties props = new java.util.Properties();
              Session mailSession = Session.getInstance(props, null);
              Store store = mailSession.getStore("pop3");
              store.connect("pop3srv", 110, "username", "pwd");
              Folder folder = store.getFolder("INBOX");
              folder.open(Folder.READ_WRITE);
              Message[] msgs = folder.getMessages();
              for (int i=0;i<msgs.length;i++) {
                   /*if (msgs[i] instanceof com.sun.mail.pop3.POP3Message) {
                        System.out.println("inputstream");
                        InputStream in = msgs.getDataHandler().getInputStream();
                        in.close();
                   System.out.println("i=" + i + " try = 1");
                   loadMail(msgs[i]);
                   System.out.println("i=" + i + " try = 2");
                   loadMail(msgs[i]);     
    Output:
    i=0 try = 1
    i=0 try = 2
    Exception in thread "main" javax.mail.MessagingException: Missing start boundary
    at javax.mail.internet.MimeMultipart.parsebm(MimeMultipart.java:882)
    at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:503)
    at javax.mail.internet.MimeMultipart.getCount(MimeMultipart.java:244)
    at testapp.Mailtest.loadMail(Mailtest.java:11)
    at testapp.Mailtest.main(Mailtest.java:38)
    Java Result: 1
    I thought that the 2 code blocks which are commented might be a workaround, but nothing changed if both blocks are active.
    BTW: What is "mail.mime.multipart.bmparse" supposed to do?

    Yes, thank you, that's a bug introduced in the (not yet final) JavaMail 1.4.4 release.
    I've fixed it. I'll push the fix soon.
    mail.mime.multipart.bmparse is a property to control whether the old (slow) multipart parser
    is used, or the new (fast) Boyer-Moore multipart parser is used.

  • Sales Order Type Configaration Correction : Impact on Copy controls and Oth

    Dear All,
    I wanted to know the impact of correcting a sales order type configuration on the dependent configurations.
    we have configured a new sales order documents in V0V8 with a certain billing type (by coping standard order), however after few days when tested in QA box, we realized that Billing type should be not F2 but something else.
    I wanted to know, if I can simple change the billing type to zf2 in V0V8 or something else has to be done .. Please suggest.
    I wanted to know if by changing the billing type all the table entries created earlier (copy controls) automatically get modifed .
    Please suggest.
    Anitha

    Hi,
    Even for your newly created document type(Sales order),the billing type F2 will definitely work if you do some configurations.
    The configurations are:
    Goto the T.Code "VOV8".Select your order type.Details.
    Goto the Billing tab.
    If your scenario is "Order-related" billing,maintain the "Order-rel. bill. type" as "F2".
    Save.
    Goto the T.Code "VTFA" and maintain the copy control for your order and billing and also maintain the settings for your item category.
    If your scenario is "Delivery-related" billing,maintain the "Delivery-rel. bill. type" as "F2".
    Save.
    Goto the T.Code "VTFL" and maintain the copy control for your delivery and billing and also maintain the settings for your item category.
    If you want to create a new billing document type,then it should be created by using the T.Code "VOFA" not by "VOV8".
    Select the billing document type as "F2" and click on Copy as.Change the name to "ZF2".
    Save.
    Maintain the relevant configuration changes.
    Regards,
    Krishna.

  • Correct way to Copy SD Card for FCP X

    I have a series of SD cards that have AVCHD footage that I'll eventually ingest into FCP X. What I'd like to do is make a copy of the footage onto one of my hard drives and use that copy for Log and Transfer. I know I need make sure the file structure is unmodified, so what is the best way of doing this to make sure Log and Transfer goes properly in FCP X?

    Third, and for me the easiest way:
    http://help.apple.com/finalcutpro/mac/10.0/#ver64e710fd

  • How to use keywords in a correct way for Acrobat Pro AND Spotlight

    When I enter keywords in a PDF using CMD-D in Acrobat Professional I also want to find those keywords via OS X Spotlight. At the same time I to be able to use keywords when I enter keywords in PDFs using Preview.app.
    What's the path to do this, and how do these three applications work together to provide a consistent search. I also need to know the details like do I enter keywords in Acrobat with komma or without, with a space before the komma or not etc.
    The goal is to be able to have a constistant, compatible workflow for keywords/tags in PDFs using Acrobat, prevoew.app, and other applications; in order to manage large amounts of PDF files.

    Hello Joao,
    Thank you for your answers. I hope I can ask some more of your time because it is not totally clear yet.
    I tried your suggestion to change the stroke width. This has no effect, other than the stroke width, the curves stay filled. It would be nice to show this in a picture... And I just noticed that I had the arguments wrong in my example (been playing around with it too much), the null and green should be the other way round. But also this did not make any difference. Specifying the fill color with the same color as the background color of the map is a workaround though.
    Adding the theme_name to the feature attributes is an option, but would that be possible with predefined themes? At the moment we have all the theme definitions in the database.
    The most important question however is how do I draw a single feature, based on some condition. The only method I can find in the MapViewer api is drawLiveFeatures with no feature args which "Draws all the live features that are returned to this client from MapViewer". I must be overlooking something.
    Thanks again very much for your help,
    Ida

  • Correct way to sign jars...

    oky nobodies helping with my web start app... could enyone maybe tell me the correct way to sign jars and how to test if theyre done right? then i can atleast start finding my problem. :P

    http://weblogs.java.net/blog/kirillcool/archive/2005/05/signing_jars_fo.html

  • Copying cameras and lights

    Is there a way to copy cameras and lights (along with properties, keyframes, etc.) from one project to another?
    Thanks!

    Couple ways:
    1) drag your cameras and lights to your favorites folder or to the file browser, then drag them into the new project
    2) with both projects open and positioned so you can see both layers tabs, drag the cameras and lights directly to the layers tab of the new project

  • After reinstalling, a blank pop-up appears in the middle of the page, which has no copy and no way to delete, but it prevents taking any action on page.

    I had to restore my hard drive to a date two weeks earlier to eliminate an issue I was having. For some reason, this buggered my Firefox browser. I uninstalled it then reinstalled it (several times, now). It appears the reinstall is successful; however, when I open Firefox, a pop-up appears in the center of my homepage. It is blank except for a tiny box that I can check and uncheck and a grey bar in its center that doesn't seem to do much of anything. There is no copy in the pop-up. There doesn't appear to be any way to close it and it prevents me from from taking any other action including closing the page. Any clue what this pop-up is and how I might eliminate it? It doesn't appear with any other of my browsers.

    I can't take any action once my Foxfire homepage is open and the mystery pop-up appears, which is immediately. I have to restart my PC to close Firefox because the pop-up prevents my doing anything connected to Foxfire. I can open other browsers or do other functions, such as open documents, but Firefox is frozen on the homepage. And, although I can move the cursor around the page, I can't click on anything.

  • I own acrobat 9 pro and had to re-download the program from a computer issue but when i get the serial code from the adobe website it give me serial code invalid error.  i am using copy and paste to prevent miss typing the code.

    i own acrobat 9 pro and had to re-download the program from a computer issue but when i get the serial code from the adobe website it give me serial code invalid error.  i am using copy and paste to prevent miss typing the code.

    Hi Lawrence,
    Please try the steps mentioned in the KB: https://helpx.adobe.com/creative-suite/kb/error-invalid-serial-number-acrobat.html
    Regards,
    Rave

Maybe you are looking for

  • Hp G62 cold touchpad issue

    I have an HP G62 a20sA laptop and its developed a fault. The touchpad is very intermittent, for example if i go to click on something the single click or double click wont work, or if i go to move the pointer it will judder across the screen.  The wi

  • ERROR IN CREATING SALES ORDER,USING IDOC TYPE ORDERS05

    I am using exit to write my code for creating sales order of IDOC Type ORDERS05 and order type ZDRX. IF I proceess the Idoc in background each time error message comes FIELD kuwev-kunnr(ship to party)is not an input field. but if i run in foreground

  • Manual Syndication - User ID

    Hi Experts, From one of the repository; the data is syndicated from MDM to ECC around 20,000 records on a particular date. On that particular date only few records got updated i.e. around 20. When we checked the Logs, Connections & Report we could no

  • Is there a possibility to run RSRV fix in background?

    Hello, Is there a possibility to schedule/run the "error correction" part of the RSRV result as a background job and not dialog. Thank you

  • Annoying duplicate events

    I have been trying to get rid of duplicate events in my iCal calendar for ages and it seems like it is a never ending battle. I have three Macs, all with the latest OS, and other software. I also have an iPhone 3Gs and I prefer to keep their calendar