This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Jul 10, 2013, 10:47 AM
16 Posts

Boundary parameter ignored

  • Category: Domino Server
  • Platform: All Platforms
  • Release: 9.0
  • Role: Administrator,Developer,End User
  • Tags: boundary,traveler,paramenter ignored,non-multipart
  • Replies: 1

Hi,

we have dedicated Traveler 9 Server running (Domino 9 & Traveler 9) and we get a lot of errors on the console that are all like this:

000C1822: Boundary parameter ignored for non-multipart

000C1822 Boundary parameter ignored for non-multipart

000C181E: Boundary parameter ignored for non-multipart

000C181E: Boundary parameter ignored for non-multipart

Does anybody know what is going wrong?

Jul 11, 2013, 8:51 PM
8 Posts
What does the message source look like?
As the message says, the MIME->CD converter thinks it has found a Content-type header with a boundary parameter, but that Content-type is not multipart.  A Content-type header for a multipart mime part might look something like this:

Content-type: multipart/related; boundary="_This_is_the_boundary"

.The declared boundary is then used to separate the parts within the multipart part -- text parts, image parts, file attachment parts, etc.

A Content-type header for which the MIME->CD converter might issue the warning might look like this:

Content-type: text/html; boundary="_This_is_the_boundary"

Because the part's type is text, not multipart, the converter issues the warning.  Note that this is just a warning and the part should be processed correctly.

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal