Error when sending message(e-mail) from Process Chain ?

Hello SDN s,
How ya all ?
I scheduled a Process Chain with Message option to send it to (U - INternet Address) email ID but it says some error in sending message. What could be the reason ?
The following is the Job Log Entries....
30.06.2006 18:05:53 Job started                                                                          00        516         S    
30.06.2006 18:05:53 Step 001 started (program RSPROCESS, variant &0000000000261, user ID ALEREMOTE)     00        550         S    
30.06.2006 18:05:54 Hierarchy/attribute change successfully carried out                                RSM        794         I    
30.06.2006 18:06:00 Document <PV FOR GETTING MESSAGE THROUGH E-MAIL - SUCCE> could not be sent          SO        654         S    
30.06.2006 18:06:00 Error when sending message                                                        RSRA2        11         S    
30.06.2006 18:06:01 Job finished                                                                        00        517         S    
Thanks !!!
Best Regards....
Sankar Kumar
+91 98403 47141

Hey yes, in that T.Code all the values are 0. What to do to activate that ????????????
                                                                     Duration   Duration 
                         Completed  Error      In transit Waiting    In transit Waiting  
                                                                         hh:mm      hh:mm                                                                               
B08(100)                        0          0          0          0                                                                               
FAX Telefax              0          0          0          0       0:00       0:00
     5  INT Internet             0          0          0          0       0:00       0:00                                                                               
SMTP              0          0          0                  0:00       0:00                                                                               
X40 X.400                0          0          0          0       0:00       0:00
        RML R/Mail or            0          0          0          0       0:00       0:00
        PAG                      0          0          0          0       0:00       0:00
        PRT                      0          0          0          0       0:00       0:00
So, how to solve this issue ? how to send e-mails ? what configuration or settings to be done ?
could u give the steps to do that ? as i am the only one BW guy here !?
Thanks !!!
Best Regards....
Sankar

Similar Messages

  • Error when sending HTML format mail from Oracle 9i forms

    Dear All,
    i have created one procedure with 15 in parameter by which i can send mail in HTML format. due to length problem i am using 15 parameter, every parameter has length 32767, i am splitting HTML coding after every parameter length fulfilled
    when 3 or 4 parameter only fulfilled mail comes well, but more than 4 parameter fulfilled mail is not coming, will any one of you kindly please help me to resolve this
    following procedure i am using.......
    PROCEDURE P_SEND_MAIL( subject_p varchar2, salutation_p varchar2, plan_hdr_msg_p varchar2,
    plan_dtl_msg_p_1 varchar2, plan_dtl_msg_p_2 varchar2, plan_dtl_msg_p_3 varchar2, plan_dtl_msg_p_4 varchar2,
    plan_dtl_msg_p_5 varchar2, plan_dtl_msg_p_6 varchar2, plan_dtl_msg_p_7 varchar2, plan_dtl_msg_p_8 varchar2,
    plan_dtl_msg_p_9 varchar2, plan_dtl_msg_p_10 varchar2, plan_dtl_msg_p_11 varchar2, plan_dtl_msg_p_12 varchar2,
    plan_dtl_msg_p_13 varchar2, plan_dtl_msg_p_14 varchar2, plan_dtl_msg_p_15 varchar2, summary_p varchar2,
    cmplmntry_sign_msg_p varchar2, mailto_p varchar2 ) IS
    mail_from varchar2(100);
         mailhost varchar2(30) := 'MAIL-SRVR';
         crlf varchar2(10) := CHR(13)||CHR(10);
         mess_bdy varchar2(10000);
         Port number := 25;
         conn UTL_SMTP.CONNECTION;
    begin
         mail_from := 'IT-Department';
         mess_bdy := 'Date: ' ||TO_CHAR( SYSDATE, 'dd Mon yy hh24:mi:ss' )|| crlf ||
         'From:' ||mail_from|| crlf ||
         'Subject:'||subject_p|| crlf ||
         'To: ' ||mailto_P|| crlf ||'' || crlf;
         conn:= utl_smtp.open_connection( mailhost, Port );
         utl_smtp.helo( conn, mailhost );
         utl_smtp.mail( conn, mail_from);
         utl_smtp.rcpt( conn, mailto_P );
         utl_smtp.data( conn, 'MIME-Version: 1.0' ||CHR(13)|| CHR(10)||
         'Content-type: text/html' || CHR(13)||CHR(10)||
         mess_bdy||salutation_p||plan_hdr_msg_p
         ||plan_dtl_msg_p_1||plan_dtl_msg_p_2||plan_dtl_msg_p_3||plan_dtl_msg_p_4||plan_dtl_msg_p_5
         ||plan_dtl_msg_p_6||plan_dtl_msg_p_7||plan_dtl_msg_p_8||plan_dtl_msg_p_9||plan_dtl_msg_p_10
         ||plan_dtl_msg_p_11||plan_dtl_msg_p_12||plan_dtl_msg_p_13||plan_dtl_msg_p_14||plan_dtl_msg_p_15
         ||summary_p||cmplmntry_sign_msg_p);
         utl_smtp.quit( conn );
    exception
         when others then
         null;
    END;

    did u encounter any error?
    Be more clear in ur saying. As i understood that - is when coming to 5th parameter u r not able to access it. Is it right?
    Message was edited by:
    USER_X

  • Test message from RWB: Error when sending message: 401 Unauthorized

    Hi Experts,
    While I am sending test message from RWB, I am getting following error:
    Error when sending message: 401 Unauthorized
    I am using correct userid/password as I am working with Repository/directory. Also in one of the test scenario files are picking up from folder but never got processed because of similar issue (HTTP_RESPONSE_CODE_NOT_OK) and SERVICE NOT AVAILABLE.
    I am having SAP_ALL authorizations and few days back everything was fine.
    I think something wrong with configuration in XI but I am unable to pin point.
    Please help.
    Regards,
    Gourav

    Yes,
    but
    Role of Business System : Integration system
    Corresponding Integ. Server : http://<XI server>:<http port>/sap/xi/engine?type=entry
    How can I change it to Application system
    and RUNTIME->IS_URL = http://<XI server>:<http port>/sap/xi/engine?type=entry
    Regards,
    Gourav

  • Error when sending message: 500 Internal Server Error

    Hi
    IE is not accepting any messages,
    when I try to send the messgae to the IE ( using RWB) i am getting the below error " Error when sending message: 500 Internal Server Error".
    following things what i have noticed.
    1. Pipleline URL is fine, both in the BS of XI and in the RFC destnation which i am maintaing on the  IE admin) URL is  "http://<host>:8000/sap/xi/engine?type=entry"
    2. SICF all the XI serivess are up and running, i am able to test these service.
    3. The http port is active ( SMICM )
    Pls note the error is  500 Internal Server Error  
    regards
    Nisar

    I think in a simple term 500 can be said as "the request cannot be processed curretnly", these options mentieoned by you are not applicable in my case.
    This generally occurs due to load problem or if you are on an SP less than 12 or even if there is an administration problem---I am on PI7.0 , what are the administration problem you are talking about?
    1 Check Table Space is enough. ---i had installed server recently & very few interface running.
    2 Server licence Date or Time. In this case change system date and restart server.---i have recently installed server.
    3 Check the service pack levels on your XI. If it is obsolete upgrade it with latest versio----Can u explain more on this?
    Try restart the java stack(XI Server) and follwing services.
    com.sapii.af.app ---I am not passing trough Adater framework, so i dont think this service will matters....
    com.sapii.cpa.af.app.---CPA cahe is done sucessfully, as i said i am not passsing through adapter framework.
    basically for a simple HTTP post what might cause 500 error if all necessary services are up and running?
    regards
    Nisar

  • Error when sending message: 404 not found

    Hi,
    New to XI, practicing file to jdbc scenario. File is pickedup from the source folder but nothing appearing on the receiver end ms access database.
    In the Component Monitoring, tried sending message manually with all the right info in Integration engine, getting an error message saying:
    "Error when sending message : 404 not found"
    Also tried in Adapter Engine and the result same.
    Before doing this scenario, I tried file - file scenario then also the sender file pickedup from source folder but nothing happend at the receiver end.
    Any idea's?? what might be the issue????
    Thanks,
    Venu.

    Hi Venu,
    "404 is a not found error", plz make a check of  your URL you're using is correct? do you use the right port? Normally the port is 80<SystemNo>, so rather 8001 than 7001.
    Also check in transaction SICF, if the node /sap/xi/adapter_plain has been activated, if not, activate it and try again.
    If you are testing sending the message to the Adapter Engine, then the Send Message URL should be like this:
    http://<server>:<J2EEport>/MessagingSystem/receive/AFW/XI
    For your error, refer to the following threads:
    Unable to find an associated SLD element
    Unable to refresh cache contents in XI.
    Unable to find an associated SLD element
    Also check that the Adapter Engine is successfully registered in the SLD. To do this, call the Content Maintenance function in the SLD as follows:
    http://<sld-host>:<sld-j2ee-port>/sld u2192 Administration u2192 Content Maintenance.
    Select XI Adapter Framework.
    Thirteen associations have to be registered.
    (Source: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2498bf90-0201-0010-4884-83568752a857)
    If you can't find all the associations, then you will have to create the associations manually.
    This is a very good blog which answers ur question:
    check this weblog
    https://weblogs.sdn.sap.com/pub/wlg/4061?page=last&x-showcontent=off [original link is broken] [original link is broken] [original link is broken]
    Regards,
    Vinod.

  • Error when sending message: 500 Timeout

    while sendin a message in the http to rfc scenario, im gettin this error message "Error when sending message: 500 Timeout".
    can any1 throw some light on this.

    Hi venu,
    you need to go to RZ10 and there select the profile instance and go with the extended maintance option in the change mode.
    there are two ways you can change it:
    1. check out note: 824554
    TCODE - rz10
    icm/server_port_0 = PROT=HTTP,PORT=8010,TIMEOUT=800,PROCTIMEOUT=800
    (for 800 seconds)
    8010 is my HTTP port so you have to change it:)
    2. SXMB_ADM -> configure integration server -> change specific identifiers
    runtime parameter:
    Parameter HTTP_TIMEOUT
    Meaning
    Specifies the timeout for http connections (time between two data packages at line level). This value overrides the system profile parameter icm/server_port_n (for example, icm/server_port_0 : PROT=HTTP, PORT=50044, TIMEOUT=900). If you do not set the parameter HTTP_TIMEOUT or if you set the parameter to 0, then the setting for the system profile parameter is used.
    Personally I only changed the one from the instance profile but the second one should work too
    My suggestion is change only PROCTIMEOUT to 600 or 900 but dont change TIMEOUT. Imp thing is u need to restart the XI, then onlychanges will take place.
    If these dosent work out go for changing TIMEOUT also. Just set the value for the instance and dont maintain the HTTP_Timeout in the sxmb_adm
    Let me know what u have done , if it works
    Thanks,
    srini

  • RWB:Error when sending message: 404 Not Found

    Dear all,
    "i am getting error:      Error when sending message: 404 Not Found"
    while testing from rwb > Component Monitoring   > Non-Central Adapter Engines >  Adapter Engine AIPID > test message >
    with send message to = http://pid:50000/sap/xi/engine?type=entry - pi server url
    sld buss system > pipeline url http://pid:50000/sap/xi/engine?type=entry (same)
    and my id comm channel > target host > bid.xxx.com with service no
    (adapter type: xi
    adapter engine: Integration server
    address type: url address
    target host: bid
    service no: 8000
    path: /sap/xi/engine?type=entry
    i am working in nw2004s system)
    while testing cache connectivity test from rwb > Component Monitoring 
    i got error:http://docs.google.com/Doc?id=dcdrq9jt_0g6j35p
    green: Integration Repository
    green: Integration Directory
    green: Integration Server - JAVA
    red:Adapter Engine af.axd.aipid
    yello:Integration Server - ABAP
    Adapter Engine af.axd.aipid > Attempt to fetch cache data from Integration Directory failed; cache could not be updated
    [Fetch Data]: Unable to find an associated SLD element (source element: SAP_XIIntegrationServer, [CreationClassName, SAP_XIIntegrationServer, string, Name, is.00.aipid, string], target element type: SAP_BusinessSystem)
    [Data Evaluation]: GlobalError
    though if i try to send message from rwb...> with send message to field with : directly to bi rather than pipeline url through bi than message send successfully but not getting into component monitoring.
    what should i do?
    best regards,
    dushyant.
    refer this forum: is rwb's send message to field = sld>buss system>Pipeline URL?
    and
    SXI_CACHE
    @8O@ Error during last attempt to refresh cache
    LCR_GET_OWN_BUSINESS_SYSTEM - NO_BUSINESS_SYSTEM
    Smq2 = 0
    Sm58 = 0

    Hi,
    If you are testing sending the message to the Adapter Engine, then the Send Message URL should be like this:
    http://<server>:<J2EEport>/MessagingSystem/receive/AFW/XI
    For your error, refer to the following threads:
    Unable to find an associated SLD element
    Unable to refresh cache contents in XI.
    Unable to find an associated SLD element
    Cheers
    Manish

  • Error when sending message: Method not implemented

    Hi, All:
    We have newly setup system and when we test sending test message from RWB, (RWB-Component Monitoring-Integration Engine-Test Tab), we got following error:
    "Error when sending message: Method not implemented", I know this is related to post configuration issue, I just know someone has come cross the situation and how it was resolved.
    Thanks
    Liang

    HI Liang
    Yes it looks like post installation problem. I have not come across this but i think you should check with the RFC created for IE while installation. To connect IE & AE and even the exchange profile if something is missing
    Thanks
    Gaurav

  • Error when sending message: 403 Forbidden....sender si file

    hi...
    here iam working with File to IDoc scenario
    file is picking from a particular source but its is not showing any messages in SXMB_MONI and in IDX5 (outbound) or in RWB.
    when i check test my message in RWB its is showing Error when sending message: 403 Forbidden.
    can anyone explain me this problem plz...
    all my DESIGN and CONFIGURATION is fine....
    its urgent...
    THX..
    john wesly

    Hi John
    403 Forbidden
    The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. If the server does not wish to make this information available to the client, the status code 404 (Not Found) can be used instead.
    for more details on error code follow the link
    http://www.web-cache.com/Writings/http-status-codes.html
    http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
    http://www.helpwithpcs.com/courses/html/html_http_status_codes.htm
    first try to solve problem by making CACHE refresh
    either by directory
    Check whether you have given the right credentials. If you are very sure that you have given right credentials then your problem will be solved by restarting J2EE engine
    steps to restart J2EE engine
    1) run transaction SMICM
    2) then in the tab administration => J2EE instance(local) =>send soft shutdown with restart
    by this java engine will restart and will be up in 5-10 minutes and your problem will be solved
    Thanks
    sandeep sharma
    PS ; if helpful kindly reward points

  • Strange characters when sending messages in Mail 2.1.2

    When sending messages from Mail 2.1.2 , some of the recipients get strange characters when opening my messages
    I use a french keyboard with ponctuations that appears to the recipients as black diamond with ponctuation marks in the middle.
    Is it something from my end?

    Here is some info on the problem. Sending plain text instead of rich text is the easiest thing to try.
    http://homepage.mac.com/thgewecke/woutlook.html

  • How to specify "From" address when sending Outbound e-mail from Siebel

    Hi, when sending an e-mail to Outlook exchange server among all there are 2 fields: Sender and From, where Sender is an address of the profile from which e-mail will be sent and "From" address is the one that will be displayed to the receipient ("From" is not related to any profile and any e-mail address could be specified there).
    My question is how can we specify this "From" address in Siebel while using standard e-mail functionality (Communications Outbound Manager sends data based on created activity record). Client wants to specify any e-mail address regardless ofcommunication profile used (which is only one).

    Hi Mathan,
    Please check sap note
    SAP Note No. 1304146 Email Signatures feature note
    1163250 - How to Create an Email Signature on several rows
    I hope it will solve your issue.PLease mark thread as answerd.
    Best Regards,
    Atul

  • Contact conflict when sending an e-mail from Mac

    I would like to address an issue after sending an e-mail from my Mac computer. The contact changes to the previous name that I had given in the past and its being added to the new one. The result is to have a contact with many names.Is there any solution to this problem?
    Thank you in advance,
    Menelaos

    I hadn't realised it was more than one contact.
    The following article(s) may help you.
    Resolving duplicate contacts

  • Error message when sending an e-mail from my phone

    Recently, I have been un able to send e-mails from my phone. When I try to send them, almost immediately I get an e-mail from
    "RIM_bca28a-e9c0-11d1-87fe-00600811c6a2" 
    The contents of the e-mail say:
    This message is used to carry data between the BlackBerry handheld and an associated server. Please do not delete, move or respond to this message - it will be processed by the server.
    There is a .DAT attachment as well.
    Can anyone help me with this issue?

    See:
    *http://kb.mozillazine.org/Firefox_crashes
    *https://support.mozilla.org/kb/Firefox+crashes

  • Error When sending an e-mail

    Hi,
    I have written a small Function module to send an e-mail. I have used the function module SO_NEW_DOCUMENT_ATT_SEND_API1 and the e-mails are being sent as expected most of the times.
    But some times e-mail transmission fails and I get the following error message( IN SOST  transaction ) ' STILL NO ENTRY IN QUEUE ' (Msg No : 672).
    Can any one of you help me out as to how to resolve this error.Do we need to call an explicit commit after the function call to avoid this.
    Can you please respond ASAP as I am left with only one day for my development.
    I thank you in advance for the support extended.
    Thanks & regards,
    Vamsi Krishna P.

    Hi Hongyan,
    I have gone through the note and tried to make the change to my function module but it did not work.
    Some time it still fails. I really do not understand the probelem in it. Enclosed below is a brief decription of the messsge ' STILL NO ENTRY IN QUEUE'..
    <u><b>Definition</b></u>
    A message was sent from the application. The current status of the message is 'Waiting'. However, no entry exist (yet) in the queue.
    <u><b>Use</b></u>
    This can be a normal interim status of a sent message. Preparations for entering the message in the queue for the SAPconnect send process are complete. As soon as the Persistence Service has put the message into the corresponding database table for the queue, the status changes to 'Waiting'.
    If this status stays the same for too long, an inconsistent state exists. In many cases, the cause of this lies with the sending application. The Persistence Service first writes the data to the database when the application has set an explicit Commit Work. If this is missing, then the message is not put into the queue and is not recorded by the SAPconnect send process. On the send request overview, you can put the message in the queue again using retry, but you must look for the cause of the problem in the sending application itself.
    Another cause of the problem may be that the corresponding entry in the queue was deleted manually before the send process recorded the message.
    I request you to go through this and suggest me for a possible solution.
    Thanks & regards,
    Vamsi Krishna P.

  • Error when sending group e-mail

    I have a group contact list set up on my iPad but when I send an e-mail I get a message back saying the first person on my list didn't receive the e-mail but when I checked with the person they actually did receive it.  Why am i getting this error?

    Hi Hongyan,
    I have gone through the note and tried to make the change to my function module but it did not work.
    Some time it still fails. I really do not understand the probelem in it. Enclosed below is a brief decription of the messsge ' STILL NO ENTRY IN QUEUE'..
    <u><b>Definition</b></u>
    A message was sent from the application. The current status of the message is 'Waiting'. However, no entry exist (yet) in the queue.
    <u><b>Use</b></u>
    This can be a normal interim status of a sent message. Preparations for entering the message in the queue for the SAPconnect send process are complete. As soon as the Persistence Service has put the message into the corresponding database table for the queue, the status changes to 'Waiting'.
    If this status stays the same for too long, an inconsistent state exists. In many cases, the cause of this lies with the sending application. The Persistence Service first writes the data to the database when the application has set an explicit Commit Work. If this is missing, then the message is not put into the queue and is not recorded by the SAPconnect send process. On the send request overview, you can put the message in the queue again using retry, but you must look for the cause of the problem in the sending application itself.
    Another cause of the problem may be that the corresponding entry in the queue was deleted manually before the send process recorded the message.
    I request you to go through this and suggest me for a possible solution.
    Thanks & regards,
    Vamsi Krishna P.

Maybe you are looking for