Wierd behavior, error #554-5.3.4 Content conversion limit(s) exceeded

Hello
My customer have a local Exchange 2010 SP3 installation. 
They use a 3-party line of business application that tries to send an email with an attachment to another internal user.
The applications uses API to open a new mail in Outlook 2010 where the email is ready to send with the recipient, body and attachment. 
If the user presses send. They get a NDR right away. But if they remove the recipient address and type it manually again it works. 
The NDR says 
Diagnoseinformasjon for systemansvarlige:
Genererende server: FS1.mydomain.local
[email protected]
#554-5.3.4 Content conversion limit(s) exceeded 554 5.3.4 STOREDRV.Submit.Exception:ConversionFailedException; Failed to process message due to a permanent exception with message The content conversion limit has been exceeded. ConversionFailedException: The content conversion limit has been exceeded. ##
Opprinnelige meldingshoder:
Received: from FS1.mydomain.local ([fe80::39d4:621:4758:d99]) by
FS1.domain.local ([fe80::39d4:621:4758:d99%13]) with mapi id 14.03.0123.003;
Fri, 20 Sep 2013 11:29:04 +0200
MIME-Version: 1.0
Content-Type: text/plain
Date: Fri, 20 Sep 2013 11:29:04 +0200
Message-ID: <[email protected]>
Subject: =?iso-8859-1?Q?P=E5minnelse?=
Ive read up on Content conversion limit(s) and tried setting different limits on my transportconfig, transportserver, receiveconnector, sendconnector etc. Without any luck.
I see that alot of other users that get a similar NDR. Have descriptions that specify more detailed error reasons. Like for example to many attachments or to large header. But mine don't.
So i activated Pipeline tracing and content conversation tracing. 
This is my output
Microsoft.Exchange.Data.Storage.ConversionFailedException: The content conversion limit has been exceeded.
at Microsoft.Exchange.Data.Storage.ConversionAddressCollection.CreateResolutionList()
at Microsoft.Exchange.Data.Storage.ConversionAddressCache.Resolve()
at Microsoft.Exchange.Data.Storage.ItemToMimeConverter.get_AddressCache()
at Microsoft.Exchange.Data.Storage.ItemToMimeConverter.WriteFromHeader()
at Microsoft.Exchange.Data.Storage.ItemToMimeConverter.WriteMimeHeaders(MimeFlags flags)
at Microsoft.Exchange.Data.Storage.ItemToMimeConverter.ConvertItemToSummaryTnef(MimeStreamWriter writer, ConversionLimitsTracker limits, Boolean base64Encode)
at Microsoft.Exchange.Data.Storage.ItemConversion.<>c__DisplayClassc.<InternalConvertItemToSummaryTnef>b__b()
at Microsoft.Exchange.Data.Storage.ConvertUtils.CallCts(Trace tracer, String methodName, LocalizedString exceptionString, CtsCall ctsCall)
at Microsoft.Exchange.Data.Storage.ItemConversion.InternalConvertItemToSummaryTnef(Item itemIn, Stream mimeOut, OutboundConversionOptions options)
at Microsoft.Exchange.Data.Storage.ItemConversion.ConvertItemToSummaryTnef(Item itemIn, Stream mimeOut, OutboundConversionOptions options)
OutboundConversionOptions:
- detectionOptions: CharsetDetectionOptions:
- preferredInternetCodePageForShiftJis: 50222
- requiredCoverage: 100
- preferredCharset: null
- encodeAttachmentsAsBinhex: False
- suppressDisplayName: False
- internetMessageFormat: Mime
- internetTextFormat: HtmlAndTextAlternative
- imceaEncapsulationDomain: mydomain.no
- preserveReportBody: True
- byteEncoderTypeFor7BitCharsets: UseQP
- clearCategories: True
- owaServer:
- logDirectoryPath: C:\Program Files\Microsoft\Exchange Server\V14\TransportRoles\Logs\PipelineTracing
- isSenderTrusted: True
- dsnWriter: Microsoft.Exchange.Extensibility.Internal.DsnHumanReadableWriter
- userADSession: Microsoft.Exchange.Data.Directory.Recipient.ADRecipientSession
- useRFC2231Encoding: False
- recipientCache: Microsoft.Exchange.Data.Directory.Recipient.ADRecipientCache
- demoteBcc: False
- useSimpleDisplayName: False
- partialStnefConversion: False
- resolveRecipientsInAttachedMessages: True
- quoteDisplayNameBeforeRfc2047Encoding: False
- filterOutPredecessorChangeList: False
ConversionLimits:
- maxMimeTextHeaderLength: 2000
- maxMimeSubjectLength: 255
- maxSize: 2147483647
- maxMimeRecipients: 12288
- maxBodyPartsTotal: 250
- maxEmbeddedMessageDepth: 100
- exemptPFReplicationMessages: True
It is worth mentioning that the email only has 3 lines of text and the attachment is a 72 KB .tif file. Their is only one recipient. It doesn't matter what the recipient is. As long as he is the recipient from the line of business application.
The total .msg message size is 89 KB in total. 
Im completely stuck and appreciate every input.  

Really sorry to say Rob that we didnt find a solution. Our client just accepted it. Both Microsoft and the application provider pointed the finger at each other. And we hope to move this customer to Office 365 instead in time. 
Kinds regards
Karl Jørgen Weme
MCP
Please remember to click “Mark as Answer” on the post that helps you, and to click
“Unmark as Answer” if a marked post does not actually answer your question. Please
VOTE as HELPFUL if the post helps you. This can be beneficial to other community members reading the thread.

Similar Messages

  • PI 7.1 Error:- Receiver Adapter  with File Content Conversion

    Hi,
    I am doing XML to Flat file scenario in PI 7.1.
    I have done Recevier side below configuration:_
    Recordset Structure  - Contact,*
    Contact.fieldNames     Name,LastName
    Contact.fieldFixedLengths     10,20
    But still it is  throwing error in Recevier Communication channel monitoring.
    ERROR-
    Conversion initialization failed: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Parameter '.fieldFixedLengths' or '.fieldSeparator' is missing
    Do the needful.
    Thanks,
    Anshul

    you never give the occurrence in the receiver recordset structure.
    i.e it will never be,
    a,*,b,*,c,1,d,1 etc but it would be just a,b,c,d
    ex. /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

  • Error in RTW for file content conversion

    Hi,
    In my scnario there are one header,0..unbounded master,0..unbounded detail,one trailer.
    proxy to file scnario.
    when the file is finally generated that is for particulam one employee.
    mapping is successful.
    what shoul i do for when 2 employee records coming from ABAP side?
    file contain conversion:
    record Structure : Header,1,Master,,Detail,,Contact,,Earnings_History,,TAMS,*,Trailer,1
    Name and value all things are correct in Content parameter.
    but one error is coming.
    the error is :
    MP: Exception caught with cause javax.resource.ResourceException: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: (4408) Parameter 'xml.1.fieldFixedLengths' or 'xml.1.fieldSeparator' is missing (4409)
    How i solve this error??
    Regards,
    Sanghamitra

    Hi,
                Have you provided the field separator and endSeparator for each recordset structure??? Its saying fieldSeparator is missing. Please provide fieldseparators like ...
    Header.fieldSeparator -','
    Master.filedSeparator-','
    Master.endSeparator-'nl'
    Regards
    Priyanka

  • Error 554-5.6.0 Corrupt message content... when sending emails to other users on same exchange server

    Hello
    I have a very strange problem at a customer from our company.
    The problem happens to only one user on the Exchange 2010 organization (SP3, no additional patches installed, Server is 2008 r2).
    When this specific user sends an email to one or more users on the same Exchange organization, he gets sometimes (not always) the following error back:
    554-5.6.0 Corrupt message content 554 5.6.0 STOREDRV.Deliver.Exception:ConversionFailedException; Failed to process message due to a permanent exception with message Inhaltskonvertierung: Fehlerhafter TNEF-Zusammenfassungsinhalt. ConversionFailedException:
    Inhaltskonvertierung: Fehlerhafter TNEF-Zusammenfassungsinhalt. [Stage: CreateReplay]
    So - TNEF, corrupt message Content... I googled the error and checked all the recommended Solutions. The Outlook Client is ok, I have doublechecked it and everything is configured like it has to be.
    The Problems happens as above described only for one user when he writes emails to users from one specific Domain on the same Exchange organization (example
    [email protected]).
    He has this specific contacts in a SharePoint contact list which is connected to his Outlook Client.
    Thanks for any help or Information!
    Regards

    Hi,
    According to your description, I understand that one user cannot send message with error “554-5.6.0 Corrupt message content 554 5.6.0”.
    If I misunderstand your concern, please do not hesitate to let me know.
    I want to double confirm whether it works or not when send message to external address, how about the OWA?
    It seems that message has corrupt content. Is there any 3rd prevent software or Anti-Virus software in Exchange 2010?
    Regarding this issue, firstly I would like to explain that content conversion occurs in two places, that are the Store Driver and the Content Conversion stage of Categorization. Since the issue exists in the delivery mail of internal user, the agent that was
    used in the process of handling by Store Driver may cause this issue.
    Please try to enable pipeline tracing and content conversion tracing to get more details about this error, for your reference:
    Content conversion tracing:
    http://technet.microsoft.com/en-us/library/bb397226.aspx
    Pipeline tracing:
    http://technet.microsoft.com/en-us/library/bb125018.aspx
    Best Regards,
    Allen Wang

  • Permanent Error 554: Relay Access Denied

    I am encountering the infamous SMTP Error 554: Permanent Error: Ralay Access Denied when attempting to send SMTP messages to external domains. I have requested assistance from our network administrator who manages our SMTP server, but was curious if there was something that could be done via my PL/SQL procedure to avoid this error? Any assistance would be greatly appreciated.

    There is no trust involved if you are sending email to a recipient in the SMTP server's domain (or, more accurately, it is an entirely different and much lower hurdle to clear) than if you are trying to send mail outside the domain.
    Think of it this way. A SMTP server gets a request from a host it knows nothing about indicating that it wants to send an email to a recipient in the server's domain. Since the SMTP server has no idea whether this is some other company's legitimate email server or a spammer's server, and since there is no practical way to white list every SMTP server that might send inbound email to a domain, and since the SMTP server isn't vouching for the identity of the sender, it just passes the email along to the recipient. If that same server gets a request to relay a message from an unknown host to some other organization's SMTP servers, however, it has a completely different behavior. Since the organization does have a reasonably practical way of specifying the set of servers that can send mail, and since relaying an email does (in today's world) imply a level of trust that the message is legitimate, the SMTP server would, and should, block the database server from sending external emails. Unless and until, of course, the SMTP admin goes in and explicitly trusts the database server.
    Justin

  • Rulers class with wierd behavior

    I have made a rulers class which draws horizontal & vertical rulers that uses Flass CC supplied scrollpane component to control the rulers movement.
    It scrolls with the scrollpane, It seems to respond correctly when the scrollpane content is scaled up, but when the content is scaled down, there is wierd behavior in that the rulers position does not match the scroll position. After the scrollpane is scrolled the rulers go to the correct position.
    I hope this problem makes sense. Anyway I am providing the files necessary so you can see it in action and maybe help me locate where I have gone wrong.
    http://www.rrobnettmusic.com/flash/rulers.zip

    Hey
    would you pls log a bug to https://bugbase.adobe.com/ ,  I’d happy to follow this issue with flash runtime engineer team there
    When adding the bug, please include sample code so we can quickly test this out internally.

  • Short of dismantling and recreating a page how do i find out whats causing [Error: Invalid URL for Web Content Overlay]

    Hi,
    i received an indesign file to include in a folio that had links to the creators desktop where they had the assets for the web content overlay. When i try to update the folio i get the error message:
    "Content generation error.
    [Error: Invalid URL for Web Content Overlay]"
    Which is fair enough.
    The problem is, i have gone through and changed all URLs that I can see, but there is one somewhere, that I just can't find.
    Is there a way to get a list of all web content overlays in a particular file? otherwise i will need to recreate the whole page again, and it has some pretty complex interactions which i rather wouldn't do.
    I also cannot ask the original doc creator to just change the links as i'm sure he'll have the same issues as me, at not being able to track down the erroneous link.
    The problem I have with DPS is that its not very transparent. you'll have to click on everything, and into every group to see what actions are on it, which can be extremely time consuming and frustrating when complex interactions are included.
    thanks in advance for any assistance

    I’ve found watching the process helpful to narrow down the page.
    Working off a duplicate of the file, delete one layer at a time until you figure out what layer the problem is on.
    From there it’s a bit easier to narrow down.

  • ERROR while activating the Business Content of Sales Cube 0SD_C03

    Hi,
    iam facing an error, iam getting the  error while activating the Business Content sales info cube and Inventory info cube with the collection option DATA FLOW BEFORE. In my system the service pack was 14, what shall be the approach. Here iam getting the error like some 0DB--  objects are not available in the D version. if u have any solution for this please share with use also.
    Please treat this as an urgent, because we are unable to proceed with the further Business Content Activation.
    Thanks,
    Prabhakar.

    Hi Raj,
    I have searched for those objects in the BI content for activating those objects, but those objects are not available in the BI content.
    In general while activating the info cube if any object is in inactive means we will activate the object seperatly and we will activate the info cube it will resolve the issue. but here those 0DB-- objects are not available in the BI content.
    While activating the sales and inventory info cube it was throughing the short dump, In the short dump it is showing these message.
    ASSIGN_LENGTH_0 " "
    SAPLSNR3 or "LSNR3F01"
    LOCAL_BUFFER
    please treat this as urgent.
    Thanks
    Prabhakar.

  • Error while processing /libs/commerce/content/import.html

    hello every body;
    I wanna import a catalog from hybris to cq5, I fill the form when I click import catalog; it gives me this error:
    Error while processing /libs/commerce/content/import.html
    thanks for your help;

    thanks sham;
    ok; it's resoleved now, it was a problem in the version of cq,i was using cq5.4,it dosn't work with this version;
    but I have an other problem here where I imported a catalog from hybris; the function getProductPrice(product) doesn't work;in the file /apps/geometrixx-outdoors/components/nav_products/listitem_product.jsp
    i the line: final String price = session.getPriceInfo(product); anit gives me the error:
    Caused by: java.lang.NullPointerException
              at com.adobe.cq.commerce.hybris.impl.HybrisSessionImpl.getProductPriceInfo(HybrisSessionImpl .java:184)
              at com.adobe.cq.commerce.hybris.impl.HybrisSessionImpl.getProductPrice(HybrisSessionImpl.jav a:211)
              at com.adobe.cq.commerce.hybris.impl.HybrisSessionImpl.getProductPrice(HybrisSessionImpl.jav a:207)
    thanks for your help;

  • HT1451 Getting a -54 error while iTunes is adding content.

    Getting a -54 error while iTunes is adding content. Any ideas on how to recify error. I am trying to rebuild the database without much luck. My media content is kept on a seperate drive than the system.
    Thanks
    Jim

    The CD I imported (in the above post) is now not in my iTunes library. Any help would be appreciated .

  • An error ocurred while loading this content! Ive using my ATV for more than 6 months and last week i update the sw and since then i have rented two movies and keep seeing the same message. I have reset the ATV two times without success. Any suggestions?

    I keep getting this message: AN ERROR OCURRED WHILE LOADING THIS CONTENT
    ATV was working fine until i did a version update last week. Since then i have rented two movies and keep getting the same message
    I restarted the ATV - no success
    I reset my wireless - no success
    I reset my ATV - no success
    netflix is working fine since i was able to see a movie there. Youtube was also working fine. I think there should be something wrong with iTunes
    Any ideas?

    I keep getting this message: AN ERROR OCURRED WHILE LOADING THIS CONTENT
    ATV was working fine until i did a version update last week. Since then i have rented two movies and keep getting the same message
    I restarted the ATV - no success
    I reset my wireless - no success
    I reset my ATV - no success
    netflix is working fine since i was able to see a movie there. Youtube was also working fine. I think there should be something wrong with iTunes
    Any ideas?

  • I updated an iPod touch, an iPad 2, and an iPhone 4 to iOS 6, and all of them now will not connect to WiFi. They all give this wierd 404 error page from Apple and insist that I need to login to the network. Bad job testing the software Apple.

    I updated an iPod touch, an iPad 2, and an iPhone 4 to iOS 6, and all of them now will not connect to WiFi. They all give this wierd 404 error page from Apple and insist that I need to login to the network. What's the fix? None of the recommended fixes work in any of these devices. Reset device, reset network, renew lease, etc. None of them work.

    Does the iPod work OK?
    Does it charge when connect to the computer?
    Does it appear in My Computer?
    Look at the dock connector on the iPod. Compare with the iPod that does work/connect.
    I suspect you have a 2G iPod. Those can only go to iOS 4.2.1
    http://support.apple.com/kb/HT1353#iPod_touch_late2009
    iPod touch (3rd generation)
    iPod touch (3rd generation) features a 3.5-inch (diagonal) widescreen multi-touch display and 32 GB or 64 GB flash drive. You can browse the web with Safari and watch YouTube videos with Wi-Fi. You can also search, preview, and buy songs from the iTunes Wi-Fi Music Store on iPod touch.
    The iPod touch (3rd generation) can be distinguished from iPod touch (2nd generation) by looking at the back of the device. In the text below the engraving, look for the model number. iPod touch (2nd generation) is model A1288, and iPod touch (3rd generation) is model A1318.

  • Error in Receiver File adapter using File content Conversion

    Hi,
    I am getting the following error in the receiver file adapter.
    Conversion initialization failed: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Parameter 'statement.fieldFixedLengths' or 'statement.fieldSeparator' is missing
    I am using the below parameters for FCC:
    Recordset Structure - statement
    statement.endSeparator - 'nl'
    statement.fieldSeparator - '0X09'
    statement.fieldNames -xblnr,wrbtr,newbs,kostl,newko,prctr,xref1,rke_wwfud,rke_wwst3,blart,bukrs,bldate,budat,gjahr,monat,ctype,waers,bktxt,posnr,wbs_element,mwxkz,businessplace,businessplace,c_waers,c_wrbtr,g_ctype,g_waers,g_wrbtr,h_ctype,h_waers,h_wrbtr,trade_id,lob,sgtxt,zuonr,reason_rev,ldgrp,tcode,lifnr
    ignoreRecordsetName - true
    Please let me know where i am going wrong.
    Thanks,
    Aparna

    Hi Aparna,
    I feel the problem in your content conversion parameters is with
    statement.fieldNames and ignoreRecordsetName
    When you are confirguring receiver file adapter for file content conversion the above one is not required. Please refer below link for details on configuring content conversion in file adapter
    [http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/frameset.htm]
    Hope this helps !!
    Regards,
    Amit

  • Error in reciever file content conversion

    Hi
    I have the following error in the file content conversion
    Could not process due to error: java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'Conversion configuration error: Unknown structure '' found in document', probably configuration error in file adapter (XML parser error)'
    my content conversion is :
    Recordset Structure : FI_Banks_Header_MT,Line
    FI_Banks_Header_MT.fieldSeparator = 'nl'
    FI_Banks_Header_MT.fieldSeparator = ;
    my xml is :
    <FI_Banks_Lines_MT>
    ****<Line>
    <FIELD1>12799</FIELD1>
    <FIELD2>721042</FIELD2>
    <FIELD3>0620</FIELD3>
    <FIELD4>20.06.06</FIELD4>
    <FIELD5>5575688</FIELD5>
    ****</LINE>
    </FI_Banks_Lines_MT>
    The file gets ok !!! but I still get this error in adapter monitor after the file is converted all the time
    any1 managed to solve it ? thx , Shai

    Hey sorry for the previous one...
    try out this...
    Recordset Structure : FI_Banks_Lines_MT
    FI_Banks_Lines_MT.endSeparator = 'nl'
    FI_Banks_Lines_MT.fieldSeparator = ;
    hope this helps !!!...
    Cheers.,
    Esha

  • File Content Conversion Error in PI 7.1 (file to Proxy)

    Hi
    I am working on File to Proxy Scenario and I gave the File content conversion as below, File is picking up by the PI Server when I look at Communication Channel Monitoring, However when I open the Message ID in the CC monitoring it says as
    404 Not Found
    The requested resource does not exist.
    and I do not see any message SXMB_MONI(Because the content is not converted), Can anyone give an idea how to debug this
    Thanks 
    PR
    Please find the details below which I gave in the content Conversion
    Document Name : MT_TW_AK
    Document NameSpace : http://aiwcd.com/Claims_Management(CM)_Rel2.0
    RecordSet Name : FROISROIAcknowledgement
    RecordSet Structure : Header,1,Record,*,Trailer,1
    Recordset Sequence : Ascending
    KeyField Name :TransactionSetID
    Key Field Type : String (Case Sensitive)
    IgnoreRecordsetName : true
    Header.fieldNames :TransactionSetID,SenderID,ReceiverID,DateTransmissionsent,TimeTransmissionsent,OriginalTransmissionDate,OriginalTransmissionTime,TestProductionCode,InterchangeVersionID
    Header.fieldFixedLengths: 3,25,25,8,6,8,6,1,5
    Header.keyFieldValue     : H
    Record.fieldSeparator :
    Record.fieldNames : TransactionSetID,RecordSequenceNumber,DateProcessed,TimeProcessed,InsurerFEIN,ClaimAdministratorPostalCode,ClaimAdministratorFein,AcknowledgementTransactionSetID,ApplicationAcknowledgmentCode,InsuredReportNumber,ClaimAdministratorClaimNumber,JuridictionClaimNumber,MaintenanceTypeCode,MaintenanceTypeCodeDate,RequestCode,FreeFormText,NumberofErrors,MaintenanceTypeCorrectionCode,MaintenanceTypeCorrectionCodeDate,JurisdictionBranchOfficeCode,ClaimAdministratorAlternatePostalCode,NumOfErrors
    Record.fieldFixedLengths: 3,9,8,6,9,9,9,3,2,25,25,25,2,8,3,60,2,2,8,2,9,19
    Record.keyFieldValue : A
    Trailer.fieldNames:TransactionSetID,DetailRecordCount,TransactionCount
    Trailer.fieldFixedLengths: 3,9,9 
    Trailer.keyFieldValue     : T
    ignoreRecordsetName: true

    PR,
    Can you check the error in sender communication channel?
    Go to RWB ---> Component Monitoring ---> Adapter Engine ---> Communication cahnnel monitoring --> it displays new page. Then give your file sender communication cahnnel name. There you will definitely see some error.
    The error what you are getting is a different to this one. Can you please check the error what I have given above path.
    Regards,
    ---Satish

Maybe you are looking for