Email endpoints and attachments with localized characters

Hi all,
Just a short description of my process:
People send emails with pdf's that need to be Reader Extended to an email endpoint (gmail), the process is simple it just picks up the attachment of the email and does the Reader Extension.
However the email endpoint only works if the users do not use characters like the danish special characters like æ, ø and å in the file name of the attachment in the mail. When they use these characters in the file name, the attachment is never picked up and thereby never stored in the input variable for the process.
Can anyone help me out here - the restriction in the filenames is not a solution.
Thanks in advance
Sincerely
Kim

Sounds like a bug ....I would report it to support.
Paul

Similar Messages

  • HT1918 I have several old email addresses and accounts with itunes where the email is no longer working, and i have forgotten my password,  how do i activate the songs?

    I have several old email addresses and accounts with itunes where the email is no longer working, and i have forgotten my password,  how do i activate the songs

    Welcome to the Apple Community.
    The following article(s) may help you.
    Look up your old and forgotten Apple ID

  • Report previews and prints with strange characters

    I have a custom XI application which uses CCrystalReportViewer11 (C++ wrapper around ActiveX control) to preview reports. This works for hundreds of installations, but for one the text is displayed and printed with strange characters. If the customer exports the report the characters are displayed as normal. What could be wrong?

    More than likely, it's a printer driver issue. It may even be that there is no default printer driver installed. Also, see if setting a different default printer driver helps. You can also set the "No Printer" option in the report by opening it in the designer and going to the File menu and selecting "Page Setup".
    Ludek

  • Sky cancelled their complaints email address and problems with my sky box

    After writing an email to the sky helpdesk it appears that that email is no longer in use, and the website has no email address to use for complaints only a postal address, how convenient sky.... lets fob off the customers yet again... and make them wait even longer to get a complaint resolved. I have had issues with my signal on various channels now for about 4 weeks I called this morning and after a very lengthy discussion with the operator it appears I have to have an engineers visit........  Ok but then Im told I have to pay for the priviledge of this visit, even though I pay a fee to sky every month.   I am told I own the equipment and I have to pay for a visit.  Lets squeeze yet more money out of our hard working strap cashed customers....  I advised the operator that this isn't acceptable If i pay a fee to sky and have done every month for the years ive had it i dont expect to have to pay an extortionate amount for an engineers visit. I have had to agree to the engineer visit and guess what ....... nothing until next sunday.. a whole week away..  a whole week of not being able to use a service properly that I pay a lot of money every month for.... diaboloical service and no offer of good will compensation in the meantime for a service that isnt working property and yet Im still expected to pay the full fee every month. This sky dish has been installed originally withouth my authorisation, by a tenant I had living here, who funnily enough worked for sky during his time here and had all this installed as part of his contract, i was neither asked or informed of this sky just goes aheads and installs it, i am told if he states he is the owner and not the tenant not skys responsiblility... Then when the engineer got here last june when i moved back in i pointed out all the shoddy workmanship and am told by the engineer nothing he can do about it and he wouldn't have put the dish there himself..... Anyway he reinstates the service for me, now a year a later i have problems accessing certain channels.. whereby i get no signal, i am advised the engineer will sort this in 7 days when he visits. i am completely disgusted and annoyed with skys lack of empathy or compassion towards their customers especially on this issue in all counts. If i dont receive a satisfactory response to this I am seeking further advise from the likes of trading standards.  

    cheekymonkey71 wrote:
     I can't believe a company as big as sky doesnt have a complaints email address... i thought this would have been a q&a for sky queries obviously not... sky wanting it to look like everybody all happy with their service...  and in actual fact the sky dish is the problem of sky due to shoddy workmanship that ive pointed out and surprise surprise sky takes no responsibility for this...Sky no longer offer advice here as they did in the past i have no idea why that decison was made but it was(maybe its becuase the Sky staff that did help here had no access to customer accounts).It is not an attempt to make it look like everyone is happy and a simple browse of the forum will see that is clearly not the case (if Sky did want all to appear well they would delete every post that was a complaint). Sky have zero responsibility to fix the dish or its mountings after the initial 12 month warrant period expires(just like with everything else you own).If you require the dish repairing,replacing or repositioning then it is your financial responsibility to do so beit through a Sky engineer visit(£65 call out fee), via a local independent installer/technician or via Sky protect insurance which covers all your Sky equipment (£99 per year). Sky don't offer a publically available email address for complaints for one simple reason it would be used by customers trying to report service issues or to ask for assistance and would not be used for its intended purposes(for the vast majority of cases).

  • Email endpoint without attachments

    I have an email endpoint. I wish to extract the data from the body of the it self. I can extarct the body by setting %BODY% as input parameter. But the html formatting is lost.
    Is there any way to extract the body, maintaining the html formatting/rich text? I mean besides using string variable could I use some other variable? maybe binary?

    Instead of creating a Java application, you could just create a simple LiveCycle process that uses a combination of EmailReceiver, Wait, and invoking a subprocess, and then loops, to receive the incoming email.
    It's just a little simpler to implement and manage than a custom Java application, although it achieves a similar result.
    Howard
    http://www.avoka.com

  • Attachments with polish characters are not retrieved

    Dear Experts,
    when i try to retrieve attachments moved to DMS for a material document with Polish character, it says document not found.
    steps:1.  created attachments for a material document
              2. moved the attachments to DMS.
              3. When we try to retrieve it is failing.. giving KPRO error
    When we debug. the Polish characters are converted to Normal characters and sent to DMS, When SAP tries to retrieve, DMS sending back the normal characters file, But SAP is not recognizing the file.
    Eg. Ś  is converted to -  s,      Ż is converted to-  z
    any help will be highly appreciated.

    Hi Janaki,
    The originals will be retrieved only when the characteristics are defined with respective document type class. and it sholud appear in the additional data fields as a field for the documenty type.
    The charactersitics apart from the document class can.t retrieve the documents.
    I hope this will resolve the query.
    Regards,
    Ravindra

  • What happens to Existing index after table partition and created with local index

    Hi guys,
    desc part id  number, name  varchar2(100), salary  number
    In an existing table  PART  i am  adding 1 more column DATASEQ NUMBER. i am asked to partition the table part based on dataseq.now the table is created with this logic
    create table part( id  number, name  varchar2(100), salary  number, DATASEQ  number) partition by list(dataseq) (partition PART_INITIAL  values (1));
    Suggestionn required. since  the table is partitioned based on DATASEQ i am asked to add local index on dataseq. i have added local index to dataseq create index idx on part(dataseq) LOCAL; Now my question is  already there is existing index is for the column ID and salary.
    1)  IDX for  dataseq is created locally so that it will have partition on each partition on the main table. Please tell me what happens to the existing index on the column ID and salary.. will it again created in local?
    Please suggest
    S

    Hi,
    first of all, in reality "partition a table" means create a new table a migrate existing data there (although theoretically you can use dbms_redefinition to partition an existing table -- however, it's just doing the same thing behind the scenes). This means that you also get to decide what to do with the indexes -- which indexes will be local, which will be global (you can also re-evaluate some of existing indexes and decide that they're not really needed).
    Second of all, the choice of partitioning key looks odd. Partitioning is a data manageability technique more than anything else, so in order to benefit from it you need to find a good partitioning key. A recently added column named "data_seq" doesn't look like a good candidate. Can you provide more details about this column and why it was chosen as a partitioning key?
    I suspect that whoever suggested this partitioning scheme is making a huge mistake. A non-partitioned table is much better in all aspects (including manageability and performance) than wrongly partitioned one.
    Best regards,
    Nikolay

  • Since upgrading Firefox in May & June, I cannot get certain "bookmarks" short cuts to email site, and trouble with facebook. Can you advise.

    I had my web email log in site as a bookmark since the upgrade in May this is no longer available.Some bookmarks are not working as well. Since upgrade in June certain games functions in facebook do not work. I have been very pleased with Firefox but now loosing confidence. Can you assist with any of these

    I had my web email log in site as a bookmark since the upgrade in May this is no longer available.Some bookmarks are not working as well. Since upgrade in June certain games functions in facebook do not work. I have been very pleased with Firefox but now loosing confidence. Can you assist with any of these

  • On ipad app, i add a signature and then save and email, but the attachments never comes through on the email. Help??

    So I add a signature on the ipad, save and then attach to an email and send. The attachment never comes through. I have tried multiple email addresses. Help? I also tried saving to my docs on adobe.com and then logging in on a computer to retrieve and print, but thats not showing up either.

    Thank you.  That is very useful information!
    We would like to investigate the problem further and fix it.  If it's OK with you, we would also like to collect more information so that we can reproduce the problem at our end.
    What is the iOS version?
    What is the version of your Adobe Reader?
    What is the mail app that you use to read and open email messages and attachments?
    Does the problem occur with any PDF documents (for both cases: with or without a signature)?  Or just a particular PDF document?
    Would you send the original PDF document (without a signature) that exhibits the problem as an email attachment to [email protected]?  Please include the link to this forum post (https://forums.adobe.com/thread/1520043) in your email message for reference.
    Thank you for your help!

  • How to create users with i18n characters in SunONE directory server?

    Was trying to create users and groups with i18n characters in SunONE directory server
    1. Started LDAP console using -l option
    2. Chaged the Locale to Japanese
    3. Entered few japanese character as username (meaning internationalization user name)
    4. However, I could not able to type the password using the "soft keyboard" that comes with Japanese Locale
    5. to overcome with #4, for now, I typed english chars as the password
    6. Click OK to save the above username/pwd
    7. It says "netscape.ldap.LDAPException: error result (19); value of attribute "uid" contains extended (8-bit) characters"
    Has anyone ever created i18n user names in SunONE Directory Provider? Please help...

    Hi LostLad,
    Soryy for my ignorance...Could you please be elaborate on how to remove "uid attribute from 7-bit ASCII plugin?
    Thanks in advance..

  • On my imac, All of a sudden I am unable to send original emails with any attachments.  I can attach the file but when I try to send it, it won't send.  Also, if I am emailing back and forth as it gets longer, it no longer transmits

    On my imax, all of a sudden I am unable to send original emails with attachments of any size.  I can attached the file but when I try to transmit, it will not go.
    Also, if I am emailing back and forth, once there gets to be several threads, it will no longer transmit.  Any suggestions. I am using gmail in the apple mail system

    Mike,
    Are any of your other applications going wonky, or is it just Logic?
    I'm afraid I've never heard of this particular problem before, but if it were happening to me the first thing I would do is delete my "com.apple.logic.express.plist" file in Library>Preferences, then repair permissions in Disc Utility, and finally restart my computer.  Then I would launch Logic and see if the problem has been corrected.  It's amazing how much these two steps can accomplish.
    If that doesn't resolve the issue I would launch Logic and go to Preferences>Audio Units Manager to see if all my plug-ins are properly validated.

  • I am running lion now and I am not able to safe my emails to the computer with the attachments. what's wrong?

    I am running lion now and I am not able to safe my emails to the computer with the attachments. what's wrong?

    Try using these settings: http://support.apple.com/kb/HT4864.

  • Can not send attachments with emails on Me and aol Imap??

    I have an aol and MobileMe imap accounts set up with my mac mail, but I can not send any email with attachemnts no matter how small the smallest I have tried is 152Kb. I have been reeding the threads about not being able to send any email, but I can send and recive emails(with attachments) just not send with attachments.I have been able to send attachments with my aol Imap account before.
    I have recently signed up to Mobile me and created the Me Imap account, this is the first time I have had to send an attachment. Is it something to do with the Mobile me?? Any help much appreciated
    still relitivly new to Mac....

    Hi Kursten, and a warm welcome to the forums!
    Have you tried Port 587 instead of 25 for the .me account anyway?
    Mail>Preferences>Accounts>Outgoing SMTP>Server Settings...

  • My email storage shows 13.3 GB used but I only have about 20 emails in my mailbox with no attachments.  Do I need to back up, delete everything and restore to get rid of the cache?

    My email storage show 13.3GB used but I only have about 20 emails in my inbox with no attachments.  I assume it's memory cache that's clogging my phone.  Do I need to backup and restore to get rid of all of it??

    There is nothing wrong with the OS update.
    Delete ALL your email accounts.
    Restart Playbook
    Put the accounts back and ensure they are all set with PUSH ON.  Manual (push off) will burn battery.
    Similarly delete your wifi connections and add back when required. 
    Turn off wifi is not connected to wifi. 
    Any "hunting for connection" in email or wifi will burn up battery.

  • Chinese Characters in Body of the Email when sending attachments.

    I have google and exchange accounts connected to mac mail. Whenever I send an attachments through the exchange account via mac mail, the recipient receives the attachment however is filled with Chinese characters in the body of the email that look like this (⁥敧敮慲整⁤祢䔠捸慬浩牥吠浥汰瑡⁥摅瑩牯漠㘰ㄺ㨶㈳䘠楲慤ⱹ㤠䨠湡慵祲㈠㄰‵ⴭാ㰊呓䱙⁅祴数琽硥⽴獣㹳⹐慥捥㌱㙥〭㉢ⵤ㐴㜳㠭㐸ⴴ散㜸挴㌳㌳㑢笠਍䴉剁䥇㩎〠浣〠浣 〠瑰਍ൽ䰊⹉慥捥㌱㙥〭㉢ⵤ㐴㜳㠭㐸ⴴ散㜸) and goes on for 10-15 lines even when there is no content in the email.
    The OSX that I am running is Yosemite Version 10.10. Does anyone have a resolution to this problem? Thanks

    It looks like bogus chinese created when a message encoded as utf-8 is read as if it were encoded as utf-16.
    See if the people who run the exchange server can help, if that is the only account where this happens.  Such systems often botch encodings.  I don't know of anything you could do at your end beyond playing with the Windows Friendly attachment setting in Mail.

Maybe you are looking for

  • New Service tax mapping effective from April 2011

    HI Experts, Service tax rule has changed wef from 1st April, 2011 on foreign exchange related transactions. The Notification No 26/2011 Below given are the slabs for calculating the new service tax Gross amount of currency exchanged % of service tax

  • Calling PLSQL Procedure with CLOB input parameter from JDBC

    Hi.. I've got a PLSQL procedure with a CLOB object as input parameter: function saveProject (xmldoc CLOB) RETURN varchar IS I want to call that procedure from my JDBC Application as... String data = "..." CallableStatement proc = conn.prepareCall    

  • Broke phone? Or line?

    I've basic phone service and DSL.  The phone in my house doens't have a dial tone.  When I call the house I hear a ring through my cell, but not in the house.  My DSL works (mostly) fine. I do not have call waiting, if I don't have a dial tone in the

  • SAPf180p - Log for balancesheet adjustment

    Hi all, I am trying to generate a B/S adjustment log and have therefore run sapf180p. we haven't run this program before. I am having problems running the program. It states that nothing was selected even when i have entered all the details. As this

  • Is International bug fiexed for JWS?

    Hi, We have clients running Windows 98 with Turkish version. JWS reports security error stating "Unsigned application requires unrestricted access". All the jars are signed by using jarsigner. We set the site as trusted site on our browser (IE). The