Searching new XSD for Mail Receiver Adapter; Field: CC

Hi everybody,
see note:  856599.
The note says: Since SP17 the CC is usable in the Mail-communicationChannel.
But there has also to be a new XSD on the SAP marketplace.
Has anybody of you the hyperlink?
Thanks
Regards Mario

Hi Mario !
Why do you need that XSD ? if you use dynamic configuration with parameter "THeaderCC" you can also set the "Cc" field dynamically.
Have you tried to manually edit the current XSD and add the CC field and try?
Regards,
Matias.
Edited by: Matias Denker on Feb 8, 2008 3:30 PM

Similar Messages

  • Mail receiver adapter: THeaderREPLY-TO not working on ASMA

    Hello people,
    (note: all the @ where changed by " at " because of limitations of SDN)
    I'm trying to set some adapter specific message attributes (ASMA) in a mail receiver adapter.
    Two properties I'm trying to set: THeaderFROM e THeaderREPLY-TO.
    The first one is working great, the second one does not work.
    My scenario is Soap to Mail. I send a soap message, in the message mapping a user defined function get the mail address (to and reply-to) and set it with DinamicConfiguration like this (hard coded to be simple):
    DynamicConfiguration conf = (DynamicConfiguration)container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/Mail", "THeaderREPLY-TO");
    conf.put(key, "reply.to at teste.com";);
    DynamicConfigurationKey from = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/Mail", "THeaderFROM");
    conf.put(from, "from at teste.com";);
    As in the documentation, it should work. But the mail message reaches the mailbox with mime header Return-Path = from at teste.com.
    Reading all the notes related to mail adapter (and adapter module processing) I found the tool TCPGateway to monitor what is going from adapter engine to the mail server. So I changed a little the scenario to test it and now the scenario is Soap->TCPGateway->MailServer. In the TCPGateway I got this:
    EHLO brjgs916.weg.net
    MAIL FROM:<from at teste.com>;
    RCPT TO:<roberti at mycompany.net>;
    DATA
    Date: Thu, 5 May 2011 19:55:17 -0000
    Subject: mail - teste
    To: roberti at mycompany.net
    From: from at teste.com
    MIME-Version: 1.0
    content-id: payload-98c5c8b0775111e090110018714e4a28 at sap.com
    Content-Type: text/xml;charset=utf-8
    Content-Disposition: attachment;filename="Untitled.xml";
    Content-Transfer-Encoding: binary
    <?xml version="1.0"; encoding="UTF-8"?>
    <ns0:MTP_SAMPLE_MAIL_MESSAGE xmlns:ns0="http://soa.weg.net/sampleMail"><Title>titulo</Title><Body>body a ser preenchido</Body><Footer>footer tambem</Footer></ns0:MTP_SAMPLE_MAIL_MESSAGE>.
    QUIT
    With this information, I found that something is not right in the mail adapter, because it is not writing the relevant reply-to attributes to the mail message.
    Some of you has any idea about it?
    Thank you in advance.
    waldemar roberti
    Edited by: Waldemar Roberti on May 5, 2011 5:02 PM

    Satish,
    Actually (for testing purposes) I have the email roberti at mycompany.com set in all fields of receiver mail adapter mail attributes (from, to, cc and bcc). I turned all of them on and of and analysed the result. It seems that the information whe put on ASMA overloads the information on these mail attributes. But, in mail attributes, we don't have a field for REPLY-TO, just on ASMA we have this field.
    So... the problem is in REPLY-TO. It has not been set in mail adapter, even if I set it with dinamic configuration.
    thank you.
    Waldemar Roberti

  • Mail Body Formatting - Mail Receiver Adapter

    Hello,
    I use the Mail Receiver Adapter (SMTP) with and use Mail Package to set Attributes during Mapping.
    My Question: Is there any possibility to format the body of the Email Message (e.g. line feeds) when mapping the field "Content" of the target structure?

    If you use the graphical mapping tool, then you can use a user defined function for this issue. In this function you add the line feeds.
    Regards
    Stefan

  • Query on Mail Receiver Adapter

    Hello Experts,
    I am using Asyn Proxy to Mail Scenario.
    Mail receiver adapter generating the Mail with Excel file attachment by using the following details.
    R3 coding (Proxy calling code):-
          G_ALERT_INPUT-MT_R3REQUEST_MAIL_SEND-MAIL-FROM = From Mail ID.
          G_ALERT_INPUT-MT_R3REQUEST_MAIL_SEND-MAIL-TO = To Mail ID
          G_ALERT_INPUT-MT_R3REQUEST_MAIL_SEND-MAIL-SUBJECT = 'Alert Mail'.
          G_ALERT_INPUT-MT_R3REQUEST_MAIL_SEND-MAIL-DATE = SY-DATUM.
          G_ALERT_INPUT-MT_R3REQUEST_MAIL_SEND-MAIL-CONTENT_TYPE = 'application/vnd.ms-excel;name="filename.CSV"'.
          G_ALERT_INPUT-MT_R3REQUEST_MAIL_SEND-MAIL-CONTENT = 'Field1,Field2,Field3'.
          G_ALERT_INPUT-MT_R3REQUEST_MAIL_SEND-MAIL-CONTENT_DISPOSITION = 'attachment'.
    ID COnfiguration:-
        -->Selected the Use Mail Package & Content Encoding = base64
        -->Selected the Keep Attachment option.
    I have two questions as mentioned below.
    (1)Can i generate the Mail BODY and Excel file attachment both together in a single mail?
    (2)With this same IR & ID Objects can i generate only Mail body without any attachment (i.e.
    by changing the Content_Type in R/3 coding) ?
    Please suggest.
    Thanks & Regards
    Jagesh

    Hi Michal,
    Thanks for ur reply.
    I referred your Blog /people/michal.krawczyk2/blog/2006/04/19/xi-rfc-or-abap-proxy-abap-proxies-with-attachments for genreating the
    Mail With attachment and Content together.
    but when I select the option KEEP ATTACHMENT in the Mail Receiver Adapter and sending only the Content data without any attachment coding as shown in this Blog then also i am getitng attachment(.txt) file and no mail content. In this case i have used the following R/3 coding.
    G_ALERT_INPUT-MT_R3REQUEST_MAIL_SEND-MAIL-FROM = From Mail ID.
          G_ALERT_INPUT-MT_R3REQUEST_MAIL_SEND-MAIL-TO = To Mail ID.
          G_ALERT_INPUT-MT_R3REQUEST_MAIL_SEND-MAIL-SUBJECT = 'subject'.
          G_ALERT_INPUT-MT_R3REQUEST_MAIL_SEND-MAIL-DATE = SY-DATUM.
          G_ALERT_INPUT-MT_R3REQUEST_MAIL_SEND-MAIL-CONTENT = 'How are u? This is Mail Content'.
    Calling the Proxy method.
    Important:- with this same coding if i deselct the KEEP ATTACHMENT option in ID then i am geeting
    Mail Content properly.
    So i think i have to use different communication chaneel one for the Excel file attachment and second for the Mail content.
    Please suggest me if i am wrong.
    Regards,
    Jagesh

  • How to attach Excel file in Mail Receiver Adapter?

    Hello Experts,
    In R/3 coding I have Internal Table data available for which i have to generate an Alert mail with Excel file attachment.
    This is the scenario of Proxy sender to Mail Receiver. but I don't know how to convert the Internal Table data into Alert mail excel File attachment.
    Please suggest me.
    Regards,
    Jagesh

    Hi Santhosh,
    Thanks for your suggestion.
    But without using XSLT mapping also, I have generated the Excel File attachment.
    Throgh R/3 coding I am passing following.
    G_ALERT_INPUT-MT_R3REQUEST_MAIL_SEND-MAIL-FROM = From Mail Address.
          G_ALERT_INPUT-MT_R3REQUEST_MAIL_SEND-MAIL-TO = TO Mail Address.
          G_ALERT_INPUT-MT_R3REQUEST_MAIL_SEND-MAIL-SUBJECT = 'Test Alert mail'.
          G_ALERT_INPUT-MT_R3REQUEST_MAIL_SEND-MAIL-DATE = SY-DATUM.
          G_ALERT_INPUT-MT_R3REQUEST_MAIL_SEND-MAIL-CONTENT_TYPE =   'text/plain;name="CSV_data.csv"'.
          G_ALERT_INPUT-MT_R3REQUEST_MAIL_SEND-MAIL-CONTENT = 'Testing1,Testing2,Testing3'.
          G_ALERT_INPUT-MT_R3REQUEST_MAIL_SEND-MAIL-CONTENT_DISPOSITION = 'attachment'.
    And in the Mail Receiver Adapter i have configured as following.
    Use Mail package and Keep Attachment both options are selectd.
    So I am getting the data in different columns in the excel file But How to set the Next ROW in Excel file?
    I thnk i am missing something in CONTENT value.
    Regards
    Jagesh

  • Dynamic URL for HTTP receiver adapter

    Hi all,
    when the XI send the http request to the target system, the format maybe like this:
    header + body the body is including: Prolog, payload and Epilog
    here is about the target system have a 'input' parameter(maybe string type)
    is it possible to pass the 'head + body' these value(or maybe the whole http request message) into input
    i mean is it possible to set the dynamic URL for http receiver adapter like this:
    http://host:port/path?input=<the header and body>
    i have searched the blog Dynamic Configuration of Some Communication Channel Parameters using Message Mapping
    Link:[/people/william.li/blog/2006/04/18/dynamic-configuration-of-some-communication-channel-parameters-using-message-mapping]
    and the similar threads in the forum
    please give me some advice
    thanks in advance

    When a HTTP server requests the whole message as URL parameters, then I assume that the server also requests an HTTP GET, which is not supported by XI.
    Could you check this?
    Regards
    Stefan

  • Error in Mail Receiver Adapter

    Hi Everyone,
        I have been doing Mail Receiver Adapter Scenario.I am getting this error in Adapter Monitoring in Runtime Workbench.
    <b>not initialized: failed to initialize the channel: com.sap.aii.messaging.util.URI$MalformedURIException: no scheme</b>
    I would appreciate if anyone would provide a solution for this issue.
    Thanks & Regards,
    Varun Reddy.K

    Hi Jai Shankar, Thanks for your reply.
         This is the XML source code generated after doing Mapping.
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:SourceMT_mail27 xmlns:ns0="http://isg.com/xi/training/MailReceiver27">
       <Subject>This is only a test mail</Subject>
       <From>[email protected]</From>
       <To>[email protected]</To>
       <Content>hi sudhir, How are you doing?</Content>
    </ns0:SourceMT_mail27>
    Regards,
    Varun Reddy.K

  • Mail receiver adapter: attachment adds 3 empy lines

    Hi,
    i use the mail receiver adapter with "mail package" for setting dynamic attachment names.
    The attachment always gets 3 "cr/lf" lines at the end? Why and how can i stop that?
    System: xi3.0sp15build0
    Message was edited by:
            Bernhard Josef Neuhauser

    HI,
    Please read above link for PayloadSwapBean.
    You use the PayloadSwapBean module to replace the application payload of the XI message that contains the business data with another payload that is appended to the XI message as an attachment
    Also see the links below.. how to use PayloadSwapBean.
    HOW - PayloadSwapBean - adding attachments to the message? :-)
    Mailadapter, receive mails from mailserver: attachment?
    Work with attachments
    Sender Mail Adapter - html body mail
    Multi Attachments with ZIP or Mail Adapter (Outbound)
    Regards
    Chilla..

  • Mail receiver adapter - line feed problem

    Hi!
    I am just configuring a mail receiver adapter. In the module tab i configured a conversion from XML to plain which works well. The plain text file is created but there are no line feeds after the plain text lines.
    The configuration in the module tab looks like this:
    Modulename: localejbs/AF_Modules/MessageTransformBean
    Type: Local Enterprise Bean
    Module key: XML2Plain
    <u>Module configuration:</u>
    XML2Plain - Transform.Class - com.sap.aii.messaging.adapter.Conversion
    XML2Plain - Tansform.ContentType - text/plain;charset=utf-8
    XML2Plain - xml.conversionType - SimpleXML2Plain
    XML2Plain - xml.addHeaderLine - 0
    XML2Plain - xml.fieldFixedLengths - 80,80,80,80,80,80
    XML2Plain - xml.fixedLengthTooShortHandling - Cut
    Can anybody please help me?
    Thanks in advance
    Chris

    Hi Stefan!
    Thanks for your reply! Your suggestions would be perfect if I already had any kind of line break, eg. lf or crlf. At the moment there is no separator at the end of each line.
    <u>The XML file looks like this:</u>
    <b>  <?xml version="1.0" encoding="UTF-8" ?>
      <ns:X_ANSI_TXT xmlns:ns="urn:customer.com:edi:kunden">
      <MSG>
      <LINE_01>*** START OF REPORT ***</LINE_01>
      <LINE_02>PO CHANGE REQUEST</LINE_02>
      <LINE_03>DATE: 10/05/05 TIME: 0744</LINE_03>
      <LINE_04 />
      <LINE_05>PO TYPE: CR: Change to Release</LINE_05>
      <LINE_06>PO #: DB65544027560070</LINE_06>
      <LINE_07>ORIGINAL PO DATE: 02/03/93</LINE_07>
      <LINE_08>PO CHANGE REQUEST DATE: 10/05/05</LINE_08>
      <LINE_09>SHPMT PMT METHOD: CC: COLLECT</LINE_09>
      <LINE_10>FOB POINT: OR:ORIGIN (SHIPPNG PT)</LINE_10>
      <LINE_11>FOB DESCRIPTION: ORIGIN (SHIPPNG PT)</LINE_11>
      <LINE_12>*** END OF REPORT *** </LINE_50>
      <LINE_13 />
      </MSG></b>
    <u>After conversion the output looks like this:</u>
    <b>*** START OF REPORT ***          PO CHANGE REQUEST          DATE: 10/05/05 TIME: 0744                    PO TYPE: CR: Change to Release          PO #: DB65544027560070          ORIGINAL PO DATE: 02/03/93          PO CHANGE REQUEST DATE: 10/05/05          SHPMT PMT METHOD: CC: COLLECT          FOB POINT: OR:ORIGIN (SHIPPNG PT)          FOB DESCRIPTION: ORIGIN (SHIPPNG PT)          *** END OF REPORT ***</b>
    <u>I would like to create a more readable format like this:</u>
    <b>*** START OF REPORT ***
    PO CHANGE REQUEST
    DATE: 10/05/05 TIME: 0744
    PO TYPE: CR: Change to Release
    PO #: DB65544027560070
    ORIGINAL PO DATE: 02/03/93
    PO CHANGE REQUEST DATE: 10/05/05
    SHPMT PMT METHOD: CC: COLLECT
    FOB POINT: OR:ORIGIN (SHIPPNG PT)
    FOB DESCRIPTION: ORIGIN (SHIPPNG PT)
    END OF REPORT ***</b>
    Do I have to change the XML message or is there a chance to use a module entry?
    Kind regards
    Chris

  • Mail Receiver Adapter Attachment Content Encoding

    Hello to all,
    we use a mail receiver adapter to sent XI messages as email. Everything works fine but the content encoding of the  attachment is set to UTF-8. I need ISO-8859-1 instead of UTF-8. How could I achieve this ?
    Thanks Christian

    Hello Stefan,
    we've tried this too (content type to: text/plain;charset="ISO-8859-1"), but it didn't work.
    This is our output structure
    <?xml version="1.0" encoding="ISO-8859-1"?><ns:Mail xmlns:ns="http://sap.com/xi/XI/Mail/30"><Subject>Daten von 01.07.2008 12:20</Subject><From>mail(at)dummy.de</From><To>max.muster(at)web.de</To><Content_Type>multipart/mixed; boundary="--AaZz"</Content_Type><Content>----AaZz
    Content-Type: text/html; charset=ISO-8859-1
    Content-Disposition: inline
    Mit freundlichen Grüßen
    ----AaZz
    Content-Type: text/plain; charset=ISO-8859-1; name=Daten 01.07.2008 1220.txt
    Content-Disposition: attachment; filename=Daten 01.07.2008 1220.txt
    "N";2000000003;"1234123412341234";1234500009;000000000000;01;"L";"OKDAU";1;"Prof. Dr.";"Max";"Mustermann";"";"Musterstraße";"";000000;"PLZ45";"Musterhausen";"";19990101;"max.mustermann(at)muster.com";"";"";"";"";"1";"Titel";"Vorname";"Name";"20000101";"";"0";"Max Mustermann";"L";"BLZ";"100000001";"Musterbank";00;;01;000000;;;00;1;0;0;1;0;"ForumNr";1;1;0;1;0;1;0;0;20080620;0;;0;20080620;0;20080620;0002;STANDARD
    "N";2000000004;"5678567856785678";1234567009;000000000000;01;"L";"OKDAU";1;"Prof. Dr.";"Stefan";"Maier";"";"Teststraße";"";000000;"PLZ65";"Testhausen";"";19991201;"stefan.maier(at)test.de";"";"";"";"";"1";"Titel";"Vorname";"Name";"20001201";"";"0";"Stefan Maier";"L";"BLZ";"100000001";"Testbank";00;;01;000000;;;00;1;0;0;1;0;"ForumENr";1;1;0;1;0;1;0;0;20080620;0;;0;20080620;0;20080620;0002;STANDARD</Content></ns:Mail>
    But the attachment is UTF-8
    Thanks for your help.
    Christian

  • When i send a test message throw the RWB for Http receiver adapter it is giving the error "Error in processing caused by: com.sap.aii.adapter.http.api.HttpAdapterException: ERROR_SOCKET_TIMEOUT, Read timed out"

    when i send a test message throw the RWB for Http receiver adapter it is giving the error "Error in processing caused by: com.sap.aii.adapter.http.api.HttpAdapterException: ERROR_SOCKET_TIMEOUT, Read timed out"

    Hi, Michal
    I have read your Weblog. It makes sense to me. Thanks a lot for your help! However, I still have some questions and listed them as following. Could you please help to answer them?
    <b>Q1:</b> I am new to SAP-XI. So I have no idea about TCODE-SXMB_ADM. Could you introduce more details about it?
    <b>Q2:</b> The XI system I am using is running on SAP-ICC's machine. The tools I can use are:
    <b>1.</b>Builder for Integration Repository
    <b>2.</b>Builder for Integration Configuration
    <b>3.</b>System Landscape Directory
    <b>4.</b>Runtime Workbench
    <b>5.</b>Administration System (for Repository, Directory, Runtime)
    Please note that I do not have a complete control on this SAP-XI. Do you think whether or not I can set the timeout parameter by following the instructions provided in your Weblog?
    For more details about my SAP-XI, please access the following Web page:
    http://iccxi.sap.com:58000/rep/support/admin/index.html
    <b>Q3:</b> The following messages are extracted from the SAP-XI. Wish they are hepful to solving my problem.
    2006-06-19 05:12:16 Success The message was successfully received by the messaging system. Profile: XI URL: http://iccxi.sap.com:58000/MessagingSystem/receive/AFW/XI
    2006-06-19 05:12:16 Success Using connection AFW. Trying to put the message into the request queue.
    2006-06-19 05:12:16 Success Message successfully put into the queue.
    2006-06-19 05:12:16 Success The message was successfully retrieved from the request queue.
    2006-06-19 05:12:16 Success The message status set to DLNG.
    2006-06-19 05:12:16 Success Delivering to channel: ValidationRequestHandlerServiceChannel
    2006-06-19 05:12:16 Success SOAP: request message entering the adapter
    2006-06-19 05:12:37 Success SOAP: call failed
    2006-06-19 05:12:37 Error SOAP: error occured: java.net.ConnectException: Connection timed out: connect
    2006-06-19 05:12:37 Error Exception caught by adapter framework: Connection timed out: connect
    Thanks
    Menghua Li

  • Mail Receiver Adapter: Message gets not send:

    Hi everybody,
    in message-monitoring the mail to be send remains with:
    Mail: Receiver adapter entered with qos ExactlyOnce
    It gets not send.
    Any ideas?
    Thanks regards
    Mario

    Hi all,
    http://host:port/MessagingSystem/monitor/monitor.jsp   says also
    Mail: calling the adpter for processing
    But the message/mail gets not send.
    Any ideas?
    regards
    Mario

  • Extra header lines appearing in payload after singning and encrypting in Mail Receiver adapter PI 7.31

    Hi,
    We have a mail receiver adapter which is sending out a edi payload as attachment to the external receiver.
    When we send the normal .edi file it is ok.
    But when we sign and encrypt the payload and send it out, the external customer receiver decrypts and validates the message successfully but when their application tries to read the edi payload it finds the extra header lines as below :
      content-id:
    <[email protected]>
    Content-Disposition: attachment; filename=xxxxxxxx.edi Content-Type:
    application/xml
    At their end, their application (DataPower) expects the first three characters of the payload
    (decrypted payload) to be either UNA or UNB.This is how it validates whether the incoming message is an EDI message.
    But it encounters the extra MIME headers in the payload.
    Therefore it gets rejected by DataPower which thinks the content is an
    unknown message type.
    How to suppress the header lines appearing in the payload(after decryption and validation).
    Thanks,
    Guest

    hi,
    try content-type as "text/xml"

  • Remove namespace alias for HTTP receiver adapter

    hello all,
    I have a scenario, IDOC->XML (HTTPS). Standard output of PI has ns0: as prefix for each xml tag (ns0 alias for namespace)
    I want to remove the namespace alias while preserving the namespace in the output. So removing namespace reference in external definition is not a option.
    Is there any way to use XMLAnonymizerBean for HTTP receiver adapter? What are other alternatives (java mapping)?
    Thanks,
    sachin

    Thanks stefan, prateek.
    Prateek: I checked this blog earlier. It talks about inbound processing. My scenario is outbound HTTP and I am not sure how I can use specific adapter service as mentioned in blog in outbound case as other scenarios are using standards adapter_plain service.
    Stefan: I will try this approach.
    regards,
    sachin

  • GMail account in Mail Receiver Adapter

    Guys,
    I'm trying to configure a gmail account in mail receiver adapter. Checking in the internet, I've found the smtp server information:
    Address: smtp.gmail.com
    Port: 587
    Security: TLS
    So I set the address in receiver mail adapter as smtps://smtp.gmail.com:587/. I'm using  smtps:// as sugested in SAP Note 856599, to use SSL encryption in the SMTP server. However, it doesn't say anything about TLS encryption.
    Though the audit log of the message in the adapter engine in Message Monitoring has status Successful (meaning it succesfully connected to the mail server), I never got the e-mails.
    Any sugestions?
    Regards,
    Henrique.

    Guys,
    I tried this scenario again and was even able to make the message reach Gmail SMTP server (using port 465).
    However, even though I'm able to receive the message at receiver e-mail, I'm having an error message logged in audit log, and thus the message is set to retry. I think it is due to some SSL/TLS incompatibility.
    The error message is "<b>failed to send mail: iaik.security.ssl.SSLException: Record version mismatch: 32:31</b>"
    Has anyone seen this before?
    Regards,
    Henrique.

Maybe you are looking for

  • How do i get the music on my ipod into my itunes library on new computer

    how do i get the music from my ipod into my itunes library on new computer

  • Installed Xcodes and now all "Help" topics blank.

    In an attempt to play "Myst Online - Uru Live" I followed instructions to install Xcodes from my original install disks. I now have the following problems: I can't eject the install disk. All help topics present with blank pages. Safari will open but

  • Message tracking

    current scenario exchange 2013 on premise. our requirement is track the messages send from external domains (from internet) We are using get-messagetrackinglog command and pipe it to test file. below is command i am using get-messagetrackinglog -send

  • [SOLVED] Mounting /home on an NTFS volume

    Hi all, After having some issues with other Linux distros on my new laptop, I decided to give Arch a try -- after all, it seems like everybody who uses it loves it. For the most part, things went well, but after installation I noticed that all of my

  • OAM 11g R2- Pointing it to differnt DB

    Hi Guys, We are trying to point the oam 11g r2 to a different db, These are the following steps we are trying to follow 1. created a new schema 2.Export the current data 3.Import the current data into new DB 4.Create a new data source 5.Change the da