** File to Mail through BPM - Holding Messages

Hi Friends,
We are running File to Mail scenario in our PRD server. We use BPM design to collect messages and grouping it send to mail id with XL attachments.
Some of the messages are in Holding state i.e from the BPM to Mail adapter.  I have compared the successful messages payload similar to the holding messages payload. There is no difference. Both payload are correct.
When I resend the holding message, it tries to resend and again going into holding state. I am not able to trace out the reason. Because, the 'To' address is same, body of the content is same (except value).
Do I need to check anything in BPM side ?
Can you help me to identify this problem.
Kind regards,
Jegathees P.

Hi,
Does the messages are gng to hold state in the Mail Adapter Receiver??
If so nthng needs to be done in BPM..
But instead u need to check the Mail adapter Receiver.....
In message monitoring fr this interface and namespace please check if any previos messages are struk in queue..
Check by changing the dates of previos also and delete them....
Once u delete all the messages previos error status... now run end to end.. u will get all the mails...
If still any prblm.. do post
If any question you are closing, please do also post the resolution you found..... So that others can benifit from that
and we can avoid repeated question
Babu
Edited by: hlbabu123 on Sep 28, 2010 4:54 PM
Edited by: hlbabu123 on Sep 28, 2010 4:57 PM

Similar Messages

  • Single page PDF file in mail always appears in message body, instead of as an attachment, contrary to a multiple page PDF. Why?

    When sending a single page PDF file in mail, it always appears as an open file in the message body. Multiple page PDF files appear as attachments. Why the difference and how to change the behavior of single page PDF files so that they appear as attachments instead of open files?

    Hello billsbs,
    Welcome to the Apple Support Communities!
    I understand that when you add a PDF to mail you see its entire contents, but when you add two or more pages Mail shows them as a document icon. To change this behavior for that specific email, please follow the instructions in the attached article. 
    Mac OS X Mail: About PDF attachments
    Have a great day,
    Joe

  • Attached PDF file in mail through PL/SQL, unable to open

    Hi All,
    Database : Oracle Database 10g Release 10.2.0.1.0 - Production
    I have database procedure which attach a pdf in mail and send to specified user.
    Its working fine, but my problem here, if inside the PDF file have any logo or images, user unable to open the attachment file.
    It give error "It was sens as an email attachment and was not correctly decoded".
    For Encoding I have used : utl_encode.base64_encode
    If normal PDF file they can open.(I mean without any locg or images).
    Please give me your solution for handle this situation.
    Thanks in advance.

    Sun wrote:
    Thanks for your advice,
    Please let me know, how can i do this. plz..What do you not understand in my suggestion?
    Use your own mail reader. Create an e-mail. Attach the PDF. Send the e-mail to your address.
    In your inbox, the mail will arrive.
    Now select the "+view raw format+" option of your mail reader (most mail readers have this, including MS Outlook).
    Look at the contents of the mail body. This will show you how the attachment was inserted into the mail itself. Look at the Mime types. Look at the mail header. This is a working example of what your code needs to create as an e-mail body in PL/SQL (or any other language).
    This is not rocket science....

  • Problem in scenario : file to idoc through bpm

    hi,
        iam working on a scenario ,which splits invoice packets and sends it various receivers.
             i encounter an error when sending the split message to the receiver.the error is,
        [i<b>]"cannot convert the sending service into an ale logical system</b>".</i>
            can u help me solving this.
                thanks in advance,
                   john p.

    Hi,
    Refer to this thread... <b>Same problem cannot <i>convert the sending service into an ale logical system</i> solved..</b>
    Re: Unable to convert the sender service to an ALE logical  System
    Cheers,
    Siva Maranani.

  • My macbook pro with OS 10.6.7 'mail' program does not send my mail through the IPS wireless, I am connected to. The message is my 'e-mail is rejected by the server'. It has been working until 5 days ago. The connection doctor says I am connected and no lo

    My macbook pro with OS 10.6.7 'mail' program does not send my mail through the IPS wireless, I am connected to. The message is my 'e-mail is rejected by the server'. It has been working until 5 days ago. The connection doctor says I am connected and no log in required.
    After trying lots I found now in 'Airport Utility is 'unable to detect any airport wireless devises.....'
    There is no provider to be seen in airport utility and only 'rescan' is an option with no results...
    even so I am connected and can browse the net receive mail etc. and the outgoing 'mail server' is set to the internet provider I am connected to.
    Can you enlighten me what can I do I need to use my e-mail program urgently !!!
    Thanks for your help

    I'm not sure what "IPS wireless" is, but unless you have an Apple Wi-Fi base station (such as a Time Capsule, AirPort Extreme, or AirPort Express), AirPort Utility won't see anything.
    You might try defining a new SMTP server to see if that will work any better.
    By the way, the subject field for these messages isn't intended to hold a lot of text.  Put a short description of your problem in the subject field and save the rest of your message for the body field.

  • How to Split Message through BPM in 1:n scenario

    Hi All,
    I have a scenario where i am getting a message in a flat file containing multiple entries .Now i have to read that file and split the input file into number of messages as there are records present in the file through BPM.
    how can this be done in simplest possible manner ?
    Thanks in advance
    Amit

    Hi
    Try this weblogs:
    /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible
    /people/claus.wallacher/blog/2006/06/29/message-splitting-using-the-graphical-mapping-tool
    /people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure
    /people/narendra.jain/blog/2005/12/30/various-multi-mappings-and-optimizing-their-implementation-in-integration-processes-bpm-in-xi
    br
    Dawid

  • Sending mail attachment through PL/SQL, message not showing in mail body

    Dear All,
    I am sending mail with attachment(pdf file) through oracle.
    file is attached and showing.
    problem is,message is not displaying in message body, it's displaying also in file attachment.
    i want to show message in body.
    mime setting is as follow:
    mesg := mesg || 'Mime-Version: 1.0' || crlf ||
    'Content-Type: multipart/mixed; boundary="' || boundary || '"' ||
    crlf || crlf ||
    'This is a Mime message, which your current mail reader may not' || crlf ||
    'understand. Parts of the message will appear as text. If the remainder' || crlf ||
    'appears as random characters in the message body, instead of as' || crlf ||
    'attachments, then you''ll have to extract these parts and decode them' || crlf ||
    'manually.' || crlf || crlf;
    utl_smtp.write_data(conn,mesg);"
    -- Write the text message or message file or message CLOB, if any
    if (message is not null and length(message) > 0) or
    clob_message is not null then
    mesg := '--' || boundary || crlf ||
    'Content-Type: text/plain; name="message.txt"; charset=US-ASCII' ||
    crlf ||
    'Content-Disposition: inline; filename="message.txt"' || crlf ||
    'Content-Transfer-Encoding: 7bit' || crlf || crlf;
    utl_smtp.write_data(conn,mesg);
    if instr(message,'/') = 1 or instr(message,':\') = 2 or
    instr(message,'
    ') = 1 then
    split_path_name(message,directory_path,file_name);
    append_file(directory_path,file_name,'text',conn);
    utl_smtp.write_data(conn,crlf);
    elsif message is not null and length(message) > 0 then
    utl_smtp.write_data(conn,message);
    if length(message) = 1 or
    substr(message,length(message)-1) != crlf then
    utl_smtp.write_data(conn,crlf);
    end if;
    elsif clob_message is not null then
    append_file(null,'message.txt','text/plain',conn,clob_message);
    end if;
    end if;please help

    dear, when i open this auto generated mail into outlook express, then message is showing properly, but in microsoft outlook 2007, it's showing message as text attachment.
    I appreciate any hint...
    thanx.

  • I can no longer attach aperture files to mail messages. Why?

    Before the last aperture upgrade I was always able to select an image in my library and use the share command to attach that image to my mac mail message. Now the email opens but no photo is attached. it is a blank message. I know there is an icon in the right hand corner to access aperture files but this is not as convenient on large libraries.
    Is this a bug?

    Yes, I have always done as you have shown:
    "File→Share→Email", "right-click→Output→Email", and "{Option}+e" all create a new mail message with the selected Image(s) attached after being exported using the Image Export Preset specified in "Aperture→Preferences→Export".
    But for some reason after Idid the lastest aperture update a couple weeks ago (and I am still using snow leopard), I now cannot get files to show up in my messages.
    I can attach files while I am in macmail.And I can drag files from my desktop, but I can no longer get files by doing the file>share>email navigation through Aperture.
    Anyone else have this problem?
    Re: I can no longer attach aperture files to mail messages. Why? 

  • Audition 5.5 - Help with .wav files for phone system - making a hold message PC & Mcc

    Hello everyone,
         I am really frustrated trying to create a .wav file for our phone system and I was hoping someone might have some suggestions as I am new to using Adobe Audition. Our phone system will only accept .wav files for our hold messages but the tricky part is that is can only be a maxiimum streaming bit rate of 64 kbps. Everything we've created under 256 kbps becomes in-audible and I'm really not sure what to do as the current messages sound fantastic. Our current hold message is 35 seconds long and we have another one we are about to do which will be 2 minutes long (uuuugh).
    - I've tried first converting the .wav file to an .mp3, lowering the bit rate to 64 kbps, then converting back to .wav but the bit rate goes up to almost 1500 kbps after re-converting.
    - I've tried making the track mono, reducing the sample rate to 22k but the size ends up being somewhere between 512 and 768. If I lower the sample rate much further and convert to 8bit, the audio sounds terrible.
    - I've also tried using Adobe Media Encoder, Audacity, Hand Brake, OS X Automator and a few other programs all with the same results.
    - I've tried re-recording the audio on a handheld .mp3 recorder hoping the initial quality would be less (originally recorded on a PC through Audition with a external mic).
    Unfortuantely, the person who used to do these conversions is no longer with the company, never documented the process and all I know is that they used to do this on a Mac. Also, the software that uplaods the files is a Linux based which is out of my area of expertise so I'm not able to tinker with it to make any headway.
    ** Any sort of suggestion would be greatly aprpeciated as I really don't know much about audio. I've been working on this for 2 weeks now and this is really driving me crazy. **

    9ov7 wrote:
    Hello everyone,
         I am really frustrated trying to create a .wav file for our phone system and I was hoping someone might have some suggestions as I am new to using Adobe Audition. Our phone system will only accept .wav files for our hold messages but the tricky part is that is can only be a maxiimum streaming bit rate of 64 kbps. Everything we've created under 256 kbps becomes in-audible and I'm really not sure what to do as the current messages sound fantastic. Our current hold message is 35 seconds long and we have another one we are about to do which will be 2 minutes long (uuuugh).
    - I've tried first converting the .wav file to an .mp3, lowering the bit rate to 64 kbps, then converting back to .wav but the bit rate goes up to almost 1500 kbps after re-converting.
    Eugh! Converting to MP3 is absolutely not the thing to do!
    - I've tried making the track mono, reducing the sample rate to 22k but the size ends up being somewhere between 512 and 768. If I lower the sample rate much further and convert to 8bit, the audio sounds terrible.
    - I've tried re-recording the audio on a handheld .mp3 recorder hoping the initial quality would be less (originally recorded on a PC through Audition with a external mic).
    Okay, in reverse order: I know it sounds daft, but actually you want to start with the best recording you can possibly have. You are going to have to reduce its bit rate, but if you reduce a crap signal's bit rate, it inevitably ends up worse than reducing a good signal's one; when you think about that for a moment, it's going to make sense (I hope...).
    As for what you need to do - well it's going to have to be a mono file anyway (you haven't got a stereo telephone system), and that will immediately halve the streaming rate, but the other thing you need to bear in mind is that telephones have a limitited bandwidth, and that your sample rate, even at 22k, is going to give you more bandwidth than the system has. If you can reduce it to 8k, it will work fine. This will still give you an upper frequency limit of 4kHz, and that's more than adequate for telephone speech, believe it or not...
    The other thing, and this is where I think you may be running into trouble, is that 8 bit streaming is pretty much the norm here. All it does is to increase the noise floor, so that the signal to noise ratio is about 48dB instead of the 96dB it would be with a 16-bit signal. But, to get this to work to your advantage, you have to optimise the audio you are using in the first place. Chances are that you need to compress your recording so that it has a relatively limited dynamic range before reducing it to 8-bit, and then you'll be fine. This is better anyway for telephone systems - there's far less chance of bits of the message being missed because they're too quiet. Also, you don't want massive great peaks in the recording - these just reduce the maximum overall level for the majority of the message sound. So, you need to apply a limiter to get rid of them, leaving the majority of the speech sounding just as good, only louder. All of this you can easily do in Audition - don't need any other software at all.
    So, my guess is that the previous maker of your messages knew exactly what he was doing. Yes, he could have documented the basic steps, but he couldn't have been absolutely specific about it because no two recordings are the same. I'll attempt to explain the basic steps in English, but how well you will be able to follow this, I'm not sure...
    The basic process I'd go through with the recordings is firstly to normalize them to 0dB, then look at how far down most of the 'green' parts are - this is the bulk of the signal, and where all of the meaning is. Then, you apply a limiter to this so that those green parts don't have peaks sticking out of them. Then, if you need to, normalize again so that the green part moves to the upper part of the waveform space (towards where 0dB is). Then, if you need to, apply compression to the signal so that the level of it sounds about the same all through the message.
    Now, when you reduce your signal to mono, 8k, and 8-bit, pretty much everything about the original signal will still be there. That should stream 8-bit words at 8k, making 64k streaming for a single mono channel. This will work fine, but only if you optimise the signal first - otherwise no chance!

  • Do you copyemail from a PC running windows live mail? I have attempted to use Thunderbird and was successful in converting the live mail files to Mbox format but when I tried to import these files to the Mac only one message from each file was shown.

    I am having a problem trying to migrate some old email messages from a PC running Windows live mail.
    I downloaded Thunderbird to the PC and imported the email messages and folders into Thunderbird and was able to create Mbox files for all the folders and messages. I  copied these files to a usb stick and then tried to export the folders and messages to my iMac running Lion. It appeared  to copy the folders to the Mac but only one message per folder was placed on the computer. Does anyone have any ideas on how I should proceed to copy these email messages over? Thanks.

    I am having a problem trying to migrate some old email messages from a PC running Windows live mail.
    I downloaded Thunderbird to the PC and imported the email messages and folders into Thunderbird and was able to create Mbox files for all the folders and messages. I  copied these files to a usb stick and then tried to export the folders and messages to my iMac running Lion. It appeared  to copy the folders to the Mac but only one message per folder was placed on the computer. Does anyone have any ideas on how I should proceed to copy these email messages over? Thanks.

  • Mail won't import messages to inbox after envelope file moved to desktop

    I had some kind of problem with a HD backup that cause my mac pro quad to lapse into beach ball mode. I had to restart and found my mail app had problems. All messages in other mailboxes are ok, sent items are ok, but inbox has lost messages. The messages are viewable from pop mailbox folder (in library). I moved envelope file to desktop and tried importing messages, but received a sql error notification and only very old message appeared. I backed up my mail folder before this procedure, and I have a copy of the same account on my laptop. So I have the messages, but can't seem to get them back into the mail program on the mac pro (running latest version of 10.4 osx).thx ra

    after running the command the mac supplied me with this wonderful response. Hope it means something to you..thx ra
    Failed to decode utf-8 data, treating as binary
    2008-08-07 08:43:49.455 mdimport[10141] error deserializing message property list: XML parser error:
    Encountered unknown tag /key on line 1
    Old-style plist parser error:
    Malformed data byte group at line 1; invalid hex
    2008-08-07 08:43:49.462 mdimport[10141] error deserializing message property list: XML parser error:
    Unexpected character A at line 1
    Old-style plist parser error:
    Unexpected ';' or '=' after key at line 1
    2008-08-07 08:44:07.159 mdimport[10141] * Failed to decode data, treating as binary
    2008-08-07 08:44:44.389 mdimport[10141] error deserializing message property list: XML parser error:
    Encountered unexpected EOF
    Old-style plist parser error:
    Malformed data byte group at line 1; invalid hex

  • When I send e-mail messages with file by using a POP3 in Exchange 2010 I received delivered message with file. How I can disable this functions that file do not include to delivery message. I use Exchange 2010 only local users.

    When I send e-mail messages with file by using a POP3 in Exchange 2010 I received delivered message with file. How I can disable this functions that file do not include to delivery message.  I use Exchange 2010 only local users.

    I think there is not native rule for this, but you could try a transport rule which removes all attachments over a very small file size like 1KB.
    http://blogs.technet.com/b/exchange/archive/2009/05/11/3407435.aspx
    CRM Advisor

  • Why can I not access internet files in mail. I get a "plug in failure" message.

    Why can I not access internet files in mail. I get a "plug in failure" message.

    ATTENTION MAC CUSTOMERS - Flash Player 13 "Plugin Failure" Workaround

  • TS3276 I get Apple Mail through having activated POP in gmail. Since a week, when I click on "Get Mail", after a delay I see brielfly flashing "Incoming message 70 etc." but it dissapears and no mails gets downloaded. How to proceed?

    I get Apple Mail through having activated POP in gmail. Since a week, when I click on "Get Mail", after a delay I see brielfly flashing "Incoming message 70 or whathever the number in waiting is." and the green band extends to the end of the line in a fraction of a seconde, but then dissapears and no mails gets downloaded. It is not a matter of password etc.. that are all OK. Strangely, yesterdays, some email did come through after a few days of failure, but not anymore. Could it be related to hacking or something like that? Any thing I could try?
    I have OX 10.6.8.
    Many thanks for your kind suggestions

    Maybe these will help:
    https://discussions.apple.com/message/17677533#17677533
    https://discussions.apple.com/message/18324129#18324129
    https://discussions.apple.com/message/18203126#18203126

  • Problem with attaching files to mail message

    Hello,
    I have problem with my mail app. I'm using spaces for better organization. When I wanna add some file to mail message I usually go to different desktop (space), where I have the file I wanna attach. I grab it move to right up corner to activate spaces, than move to desktop (space) with mail.app and press spacebar (it activates the desktop immediately). At that time it also start random app, which is in my dock.
    You can see it in my youtube video.
    How can avoid this strange thing happen?
    http://www.youtube.com/watch?v=KUypUnPHZvc
    I'm using MacBook Pro 15'', Snow Leopard - latest updates. I've reinstalled my mac two days ago, so no garbage should be in.

    Thanks for quick reply.
    I don't have selected "always..." so I also tried it with selected "always...".
    Now I discovered that it has nothing to do with the mail. I've tried just move some file from one of spaces (desktop) to another using the spacebar for faster switching and it did the same. It opens random app from Dock.
    So now this topic is in wrong discussion. I will post it to correct discussion...

Maybe you are looking for