Email  getting truncated in SOST

Dear SRMer's,
System Information : SRM4.0
As part of the business requirement, our email address in SRM need to be a max length of 100 characters. When testing by creating a shopping cart and adding an approver with a 100 character length email,  in SOST, the email address is getting truncated to 40 characters and the following error message is displayed:
"Cannot process message, no route from Sender XYZ  to Receipient ABC"
Here is the long text of the error message:
Cannot process message, no route from Sender XYZ  to receipient ABC
Message no. XS826
Diagnosis
To continue processing, the system requires a valid route from sender XYZ  to recipient ABC (type INT).
System response
The action was terminated.
Error occurred in R/3 in SAPconnect
Procedure
If this error was generated within R/3 by SAPconnect, you have the following options:
Create a route (i.e. assign a suitable address area, which covers the above address, to a node).
1. Check whether the route exists, but the node to which it is assigned is not in operation. If this is the case, change the route or put the node into operation.
2. Change the recipient address if it has been entered incorrectly.
If the error was detected outside of R/3, please read the operator's manual for your communication software or contact the manufacturer.
Please let me know if any one encountered this problem before and has a solution for it, or do we need to open an OSS Note.
Points will be rewarded for answers.
Thanks in advance,
Bob

Hi
Seems to be a bug.
Note 888730 - Approval link in e-mail for offline approval is truncated
Note 615876 - 3.0-4.0: Extension of the field for the e-mail address
Note 595553 - Mail has the status 'Error', but was sent
Note 86106 - SAPconnect: Faxing from application, error XS826
Note 1031866 - RFx & Auction URL in bidder's email notification truncated
Note 851090 - General Note: Enabling E-mail for use in Job Bid Management
Note 176492 - Automatic email when an alert occurs (RZ20)
Incase this does not help, please raise a customer OSS message with SAP as well.
Regards
- Atul

Similar Messages

  • Email address getting truncated in SOST

    Hi,
    We have a vendor Whose email address is xxxxxxxxxxxxxxx
    And is recorded as such in their master record
    But when the remittance is forwarded to SAP Connect (SOST) the email address is shortened
    The email remittance is not being received by the vendor (and never has been).
    Please Help
    Thanks

    Hi
    So this problem started after SP's or this problem was there since beginning.
    Well I had similar or related  problem after support packs  on ECC6 and when upgraded to stack 12.
    We had an internal user called as "abc" responsible for the sending and recieving the mail out of SAP system and had the email address abc -  xxx.com.
    This user had an entry  under  TRNX SCOT-Inbound distribution  and this entry was also there.SAP suggested to create new recipient entry add the SID before domain name as abc-SID.xxx.com.So I had two entries for same user abc as
    abc - xxx.com and abc -SID.xxx.com
    And all our problems got resolved.I will definitely go back to  our OSS messages and check the solution SAP provided and update you if possible.
    Good Luck.
    Hope this helps
    Amit

  • Link in Email getting truncated

    Hi All,
                I am trying to send a html link in the email but when the agent is getting the link he is not able to see the complete link.The link is 230 characters long.So how to make sure that the agent gets the complete link.
    Any suggestions on this.
    Thanks in advance,
    Saket.

    Hi Saket,
    This is a limitation of the u2018Send Mailu2019 step in the workflow. There is a limitation on the length of the hyperlink to be inserted.
    I would suggest you to use FM SO_NEW_DOCUMENT_SEND_API1 for sending mail.
    You can make a call to this FM in your BO method and call this BO method in an Activity step in the workflow.
    Hope this helps.
    Regards,
    Saumya

  • Org Chart 3.0 : Email address gets truncated

    Hi,
    In position detailed view, the email address can only handle about 23 characters. Once it goes beyond that, the email gets truncated.
    I tested with employee name and position name, if these names are too long, it shows something like this: Coporate Sales Eur...
    The user knows it is too long. But in the email field, it just get truncated without the "..."
    Is this a bug?
    Thanks.

    Hi SP...
    Unfortunately for the Flash mode (Settings --> Standard), it was not possible to make the text wrap. As Stephen suggested, the best way to do this is by setting the best possible box width. I tried a lot to play with this (you can try yourself) but it seems that there is some controller outside our control that is not allowing us to use text wrap. You can see more documentation on the Adobe Flex help site:
    [http://livedocs.adobe.com/flex/3/html/help.html?content=textcontrols_08.html|http://livedocs.adobe.com/flex/3/html/help.html?content=textcontrols_08.html]
    However, if your client is using HTML mode (Settings --> Basic), then you are able to do this by doing the following:
    in \Templates_SAP\sappositionchartdetailxsl.xsl:
    Line 119: change the class="OrgChartTitle" to class="OrgChartTitle2"
    Also, in \_Themes\orgChartTheme.css, find the OrgChartTitle, copy it and rename it into OrgChartTitle2. Then REMOVE the following 3 lines from OrgChartTitle2:
         text-overflow: ellipsis;     
         overflow:hidden;
         white-space:nowrap;
    This will work if your client is using HTML mode (Basic mode) only.
    Thank you -
    Best Regards,
    Nabil

  • SOST - Emails triggering - Delay in SOST

    Hi Experts,
    I've developed a custom function module which will send email notifications. I had problem of emails getting struck in SOST until the refresh happens in SOST. To avoid this situation, I've used RSCONN01 program to start and send process. But, by doing so all the pending emails are getting triggered from SOST.
    Client's requirement is to trigger the emails which are generated by function module immediately, keeping all the other emails in SOST queue. Is this possible? if yes, please let me know.
    Thanks in Advance,
    Siva Sankar.

    Oups sorry, i tought its MF 'SO_NEW_DOCUMENT_SEND_API1'. TRy to use this MF.
      CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
        EXPORTING
        document_data                     = 
         document_type                    =
         put_in_outbox                    = 'X'
       commit_work                      = 'X'
       IMPORTING
         sent_to_all                      =  sent_to_all
                       NEW_OBJECT_ID                    =
        TABLES
         object_header                    = objhead
         object_content                   = objtxt
                       CONTENTS_HEX                     =
                       OBJECT_PARA                      =
                       OBJECT_PARB                      =
          receivers                        = reclist
       EXCEPTIONS
         too_many_receivers               = 1
         document_not_sent                = 2
         document_type_not_exist          = 3
         operation_no_authorization       = 4
         parameter_error                  = 5
         x_error                          = 6
         enqueue_error                    = 7
         OTHERS                           = 8.

  • Report output getting truncated in email attachment

    Hello Gurus,
    My requirement is to send a report output as an email attachment.
    I have done the coding for this but have a small problem. In the attachment the report is getting truncated after certain length.
    Can you advise wats the problem ?
    Regards,
    Suhas

    Hello Guys,
    I too was contemplating on those lines. But actually i was calculating the File Size incorrectly.
    Changed the code & now it working !!!!!!!
    BR,
    Suhas

  • R3 to CRM direction - BDOC - Email address getting truncated on BP

    Hi,
    Customer details are being tranferred to CRM from R3 using BDOC.While doing so the Email address field is getting truncated to 40 Chars (if it is more than 40). This only happens when the Customer is changed in R3 and then BDOC is sent to CRM  (change in Email ID) , But when the customer is sent to CRM for the first time (new customer created), the Email ID is getting populated properly (no truncation).
    Can you please help me in the issue.
    Thanks in advance,
    Vivekanand

    Prasenjit,
    Your first two suggestions seem to work fine.  I know have a link that I think is raising an event.
    CASE iv_property.
      WHEN if_bsp_wd_model_setter_getter=>fp_fieldtype.
          rv_value = cl_bsp_dlc_view_descriptor=>field_type_event_link.
      WHEN if_bsp_wd_model_setter_getter=>fp_onclick.
          rv_value = 'toemail'.
    endcase .
    Here is my hardcoded event handler but it dumps with a  FRONTEND_ERROR  ( sy-subrc = 2 )
    method EH_ONTOEMAIL.
    * Added by wizard: Handler for event 'toemail'
    CALL FUNCTION 'CALL_BROWSER'
    EXPORTING
       URL                          = 'mailto:hardcodedemailaddress'
    *   WINDOW_NAME                  = ' '
    *   NEW_WINDOW                   = ' '
    *   BROWSER_TYPE                 =
    *   CONTEXTSTRING                =
    * EXCEPTIONS
    *   FRONTEND_NOT_SUPPORTED       = 1
    *   FRONTEND_ERROR               = 2
    *   PROG_NOT_FOUND               = 3
    *   NO_BATCH                     = 4
    *   UNSPECIFIED_ERROR            = 5
    *   OTHERS                       = 6
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    endmethod.
    But when I call CALL_BROWSER through se37 it worls fine and brings up my outlook client.
    Any ideas ?

  • My workflow emails are getting struck in SOST

    Hi Guru's,
    Workflow emails are getting struck in SOST, when i manually send it it is going to outlook mailbox.
    How to automate it ? Do i need to set up some job to run frequently?
    regards
    Vinay

    RSCONN01 - Check this program - this report send the outgoing mails.
    is it offline approavl work item held in SOST ?
    what is the error message there?
    you may need to some piece of configuration to connect your EBP system and mail box in SCOT with help of basis.

  • Spool Is getting truncated when sent as email attachment

    Hi All,
    We are sending the spool lists for overnight jobs as emails (outlook) to certain users. The problem we are facing is that when the spool is big then not all the pages are getting transferred in the attachment. The list gets truncated.
    Has anyone faced a similar problem and if there is a way around this. Maybe there is some parameter setting in SAP which has to be adjusted.
    Pl advice.
    Thanks

    Hi
    I faced the same problem because in standard SAP dimensions of attachement is hard coded.
    Regards
    Aditya

  • Long memos get truncated in Palm Desktop

    Hi, I am facing an issue which I find baffling and hope experts out there can help me.
    I am using a Treo 680 unlocked version running Palm OS Garnet v.5.4.9
    Few months back, I upgraded my laptop from Windows XP to Windows 7  (both are 32 bit).  I reinstalled Palm Desktop version 4.2 and it seemed to be apparently working, and I was very happy about it (quick install was not working but I was ok with it).   However, on closer examination, I noticed that long memos were significantly truncated on the Palm Desktop.  This is a serious problem as my memos on the device are not fully reproduced on the laptop.  Hence, if my device were to be lost or broken, I would have all the memos in my backup but many of them would be truncated and not complete.    Also, I am unable to "copy paste" the latter part of a long memo into an email or word document.
    I  have only used one way synchronisation (ie from device to laptop) ever since I moved to Windows 7 because of long duration between backups and previous experience where 2 way syncronisation resulted in corruption of data on my device.   Fortunately I discovered this problem before I did my first 2 way syncronisation as this may result in my memos on the device becoming truncated as well.
    If someone could help here, I would be really grateful.
    PS: some background info:
    I have been on Palm platform right from 1996 with the Palm Pilot 5000, and then Treo 180 and then having been using Treo 680 for the last seven years and still going strong !
    I know from my earlier experience that:
    - earlier devices and earlier Palm Desktop versions had a much smaller length limit per memo
    - in between, there was a situation where the device had a much bigger length limit per memo than the Palm Desktop at that time (i believe version 2 or version 4.1.4), and a long memo in the device would be split into multiple memos on the Palm Desktop with a sequential number added eg abc 1, abc 2, abc 3 etc
    But since I went on Treo 680 and Palm Desktop ver 4.2  on a Windows XP 32bit laptop, I have had no such problem. It is only when I upgraded my laptop to Windows 7 32 bit, that I am having this problem.  I find it baffling as I know that Palm Desktop ver 4.2 is capable of very long memos unlike some earlier version of Palm Desktop.  
    Thanks very much in advance
    Regards 

    Unfortunately I don't have an answer for why your Memos get truncated in Palm Desktop in a Windows 7 machine.  I hvae Palm Desktop 6.2.2 on a Windows 7 and Windows 8 desktops and do not have that problem with Memos.  Maybe yours are much longer than mine.  Does everything else seem to work OK (other than QuickInstall)?
    You could try a couple of things...but the first thing I would do is get a backup of your data onto an SD card with the free app called NVBackup.  Google it, download and install the nvbackup.prc file onto the Treo, then run a backup onto a card.  It will save you the nightmare of having to recreate your data if it were to be lost or corrupted somehow.  Now, the only thing you can do with that data from NVBackup is to restore it to the same or another (same) Palm device.  But at least it is saved.
     Next thing you could try, without risk to any data, is to just email your Memos to yourself from your phone.  VersaMail lets you attach Memos to an email.  They should come through as .txt files which you can copy and paste into anything else you like.
    You could also try installing Palm desktop 6.2.2 and, if your complete Memos do not appear, try re-syncing your Treo to the new desktop installation.
    smkranz
    I am a volunteer, and not an HP employee.
    Palm OS ∙ webOS ∙ Android

  • Email ID truncating during Workflow -- URGENT!!!!!!!!!!!!!!!!!!!!!

    Dear Friends,
    Work flow is configured during the PO Creation. The issue is EMAIL Address is getting truncated when the address is more than 30 Characters.
    Can anyone help me in solving this issue.
    Thanks in Advance,
    Shankar

    See the <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/communityguidelines">Community Guidelines</a> for information about how you should ask a question (the section called Forum Rules of Engagement) to increase the likelihood of getting the best answers - that in turn will solve your problem sooner.
    One guideline is as already mentioned by Martin that the level of urgency is not very relevant for the rest of us here. If anything you should quietly mention in the text what your deadline is. With all the exclamation marks you have used I assume it is now too late for you, but for the benefit of people who search the forum for a solution before posting a question I will still follow up the question.
    Another guideline is that you must give sufficient information about your problem to increase the chance that someone recognizes, or becomes intrigued by, your problem.
    Sorry, but I do not understand what your problem is. You are saying that the e-mail address is getting truncated. Which e-mail address? Which workflow?
    Are you using WS20000075? That workflow does not take an e-mail address from the triggering event, or indeed in the container. It does send e-mail, but the workflow initiator is used as recipient, so no e-mail address there either. I therefore believe you must be using a different workflow, but I have no idea which one.
    In general, if you are having truncation problems, you need to check the data flow (bindings and programs involved if any). Somewhere along the chain you have char(30) or equivalent data field that is used to hold the e-mail address.

  • Sender in email resent from scot (sost)

    Hi All,
    in SOST I can resend a message, but if I am a different user from the original sender, the email get me as sender.
    For me it's a problem because if external SMTP is down I have ti resend send request in error from the SAME sender.
    Have You any idea?
    Thanks in advance.
    Daniele

    I'm having this problem too. It started with the last iPhone update. I have Yahoo email, and I'm getting "no sender" messages dated 12/31/1969. Can't open or delete them, and they don't show up in my regular Yahoo email account. After this happened the first time, I restored my phone to original settings and they went away. But I got some more a couple weeks later. Restoring is not an option given that I have to reload everything each time. Just got off the phone with ATT support and they said I should try deleting all my Yahoo email files except for inbox, trash, and sent. Given that I have important stuff in my email files, I don't think this is a good option. Apple should solve the problem instead of asking the customer to do it.

  • Data getting truncated while exporting report to a text file in crystal 10?

    Hi All,
    I am using crystal 10.When exporting report to a text file ,a dialog prompts asking for Character perinch with a default value 9.If I change the value from 9 to 16 i am getting the correct data(that means character per inch value is 16) and it update "CharPerInch" value in registry under following location to 16.
    HKEY_CURRENT_USER\Software\Crystal Decisions\10.0\Crystal Reports\Export\Text
    The dialog asked for character per inch also has option to select not to prompt again and i also selected that in first go.
    When i export the report again in text format it didn't prompt for number of character per inch but the data gets truncated.
    What i believe is even though it updates entry in registry and reads, it is not using the same value for export. It never consider the value that is in registry, if the check box is not selected then it is using the value entered in the dialog and if the check box is selected then in the next run it uses the default value as 9.
    Can anyone suggest me how to override this problem ? Is there any other setting place in registry where i can enter the number of character per inch.I don't want to crystal to prompt always for character per inch.

    Hi Venkateswaran,
    The other option to avoid truncation of the data could be
    Right click the text filed
    Click on Format Text to open the Format Editor
    On Common tab check the text box for Can Grow.
    This will prevent the data from truncating in preview as well as while exporting to text.
    Otherwise you will have to set the characters per inch to 16 each time. I donu2019t see changing the registry value causing any difference here.
    Regards,
    Aditya Joshi

  • Email gets queued, but not sent until I login to my account on the server.

    This is very strange. Let me explain.
    1. Snow Leopard Server 10.6.2 running on an iMac.
    2. I have the Mail Service running on the server. I can receive emails without problems.
    3. Using my Snow Leopard Server email account, I attempt to send an email to another account (e.g. a mac.com email account).
    4a. If I am actively logged into my Snow Leopard Server account *on the iMac* (e.g. via VNC, as long as my desktop is active), the email will arrive successfully. Here are the mail.log messages:
    postfix/smtpd\[69030]: connect from \[External Host Address]
    postfix/smtpd\[69030]: 942814AD55B: client=\[External Host Address], sasl_method=CRAM-MD5, sasl_username=MyUserName
    postfix/cleanup\[69037]: 942814AD55B: message-id=<[email protected]e. com>
    postfix/qmgr\[65313]: 942814AD55B: from=<[email protected]>, size=604, nrcpt=1 (queue active)
    postfix/smtpd\[69040]: connect from localhost\[127.0.0.1]
    postfix/smtpd\[69040]: C611B4AD568: client=localhost\[127.0.0.1]
    postfix/cleanup\[69037]: C611B4AD568: message-id=<[email protected]e. com>
    postfix/smtpd\[69040]: disconnect from localhost\[127.0.0.1]
    postfix/qmgr\[65313]: C611B4AD568: from=<[email protected]>, size=1043, nrcpt=1 (queue active)
    postfix/smtp\[69038]: 942814AD55B: to=<[email protected]>, relay=127.0.0.1\[127.0.0.1]:10024, delay=0.25, delays=0.1/0.01/0/0.14, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as C611B4AD568)
    postfix/qmgr\[65313]: 942814AD55B: removed
    postfix/smtp\[69042]: C611B4AD568: to=<[email protected]>, relay=smtp-mx005.mac.com\[17.148.17.5]:25, delay=0.48, delays=0/0.1/0.14/0.23, dsn=2.5.0, status=sent (250 2.5.0 Ok, envelope id [email protected])
    postfix/qmgr\[65313]: C611B4AD568: removed
    4b. If, however, my Snow Leopard Server account is either logged out, or even just "fast user switched" to the Login Window, the email gets queued, but not sent to the external email address. I get the following four messages in the mail.log file:
    postfix/smtpd\[69030]: connect from \[External Host Address]
    postfix/smtpd\[69030]: B5F574AD582: client=\[External Host Address], sasl_method=CRAM-MD5, sasl_username=MyUserName
    postfix/cleanup\[69037]: B5F574AD582: message-id=<[email protected]e. com>
    postfix/qmgr\[65313]: B5F574AD582: from=<[email protected]>, size=604, nrcpt=1 (queue active)
    4c. The instant I login to my machine at home (e.g. via VNC), the email finishes processing. The below messages are logged, and my external email account receives the email:
    postfix/smtpd\[69160]: connect from localhost\[127.0.0.1]
    postfix/smtpd\[69160]: 20B244AD5B0: client=localhost\[127.0.0.1]
    postfix/cleanup\[69037]: 20B244AD5B0: message-id=<[email protected]e. com>
    postfix/smtpd\[69160]: disconnect from localhost\[127.0.0.1]
    postfix/qmgr\[65313]: 20B244AD5B0: from=<[email protected]>, size=1043, nrcpt=1 (queue active)
    postfix/smtp\[69038]: B5F574AD582: to=<[email protected]>, relay=127.0.0.1\[127.0.0.1]:10024, delay=74, delays=0.1/0/0/73, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 20B244AD5B0)
    postfix/qmgr\[65313]: B5F574AD582: removed
    postfix/smtp\[69163]: 20B244AD5B0: to=<[email protected]>, relay=smtp-mx006.mac.com\[17.148.17.6]:25, delay=0.49, delays=0.09/0.01/0.15/0.25, dsn=2.5.0, status=sent (250 2.5.0 Ok, envelope id [email protected])
    postfix/qmgr\[65313]: 20B244AD5B0: removed
    I'm very much at a loss here. It's as if the act of logging out (or fast user switching to the Login Window) suspends some process that is required for my email to process. But .... why?
    Any ideas? Any additional information I can provide to help figure this out? Fwiw, I used to run Tiger Server (never tried Leopard Server) and never had this problem.
    Rob

    Looks to me like the anti-virus scanner, amavis. The clue is the line:
    postfix/smtp[69038]: 942814AD55B: to=<[email protected]>, relay=127.0.0.1\[127.0.0.1\]:10024, delay=0.25, delays=0.1/0.01/0/0.14, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as C611B4AD568)
    where the 10024 is the default port that Amavis runs on. Postfix is configured to pass mail through this port, and queues the mail until Amavis is available.
    My guess, therefore, is that Amavis is set to run under your account rather than under the system, which is why it only runs when you're logged in. Off hand I have no idea how you managed this and that makes it hard to work out how to fix it. I'd start by looking for org.amavis.amavisd.plist in /System/Library/LaunchDaemons, /Library/LaunchDaemons and ~/Library/LaunchDaemons (it should be in the former, but if its in the latter that could explain it.

  • TS3276 Can't open web addresses from an email-get an ERROR message saying-no application could be found

    Can't open web addresses from an email-get an ERROR message saying-no application could be found

    Hi, I had the same problem. I finally figured it out. Plug in the USB cord to your ipad, but beofre plugging it into your computer make sure your ipad is not in the locked or sleep mode. Once I did this, my photos showed up and started downloading. Hope that helps you!

Maybe you are looking for