S3 backup can't upload files with apostrophe​s in the name

s3 backup doesn't seem to be able to upload any file with an apostrophe in the name.  I see a load of "Unable to upload 'foo bar's.file' to Amazon S3" warnings in the event log.  The log is littered with file names that contain an apostrope.  This seems to be the thing that stands out in common with all of the failed transfers.  Is there some way to workaround the problem besides renaming all files containing apostropes?
It seems like an easy fix to properly escape single quotes in the name for upload though, but I suppose that I'll need a firmware fix for a change like that.

 Hello spitzcor
Have you checked your Amazon S3 account to see if the files have actually uploaded to the bucket or if they did indeed fail to upload?
I also recommend that you contact support to have an incident created.  There is a hotfix for 4.1.108 that updates the Amazon S3 applications API version and might help with what you are experiencing, although it is intended for a seperate Amazon S3 issue.
LenovoEMC Contact Information is region specific. Please select the correct link then access the Contact Us at the top right:
US and Canada: https://lenovo-na-en.custhelp.com/
Latin America and Mexico: https://lenovo-la-es.custhelp.com/
EU: https://lenovo-eu-en.custhelp.com/
India/Asia Pacific: https://lenovo-ap-en.custhelp.com/
http://support.lenovoemc.com/

Similar Messages

  • Projector wont publish a file with an "s" in the name

    Hello There! I've got a "weird one" for you all...
    When I try to pack a file for publishing, director mx version
    10.1 will say that my file named "galaxies.dir" is not a director
    file and then gives a second error that the file is corrupted. BUT
    if I remove the 's' from the name of the file, so that it is now
    called "galaxie.dir", the file can now be added for publishing just
    fine.
    I know that it can't be a naming limit because I can add a
    file called "galaxies_database" with no problem at all.
    I would really, really appreciate the help because to have to
    rename the file would mean I would have to change the links of
    about 450 references.
    Cheers in 2008*

    "justforkicks1" <[email protected]> wrote in
    message
    news:fm0p80$mia$[email protected]..
    > Hello There! I've got a "weird one" for you all...
    >
    > When I try to pack a file for publishing, director mx
    version 10.1
    > will say
    > that my file named "galaxies.dir" is not a director file
    and then
    > gives a
    > second error that the file is corrupted. BUT if I remove
    the 's'
    > from the name
    > of the file, so that it is now called "galaxie.dir", the
    file can
    > now be added
    > for publishing just fine.
    >
    > I know that it can't be a naming limit because I can add
    a file
    > called
    > "galaxies_database" with no problem at all.
    >
    > I would really, really appreciate the help because to
    have to rename
    > the file
    > would mean I would have to change the links of about 450
    references.
    >
    > Cheers in 2008*
    >
    Eeeerhmmm....
    Do you have a directory called "galaxies" or something?
    Wasnt there something weird a long time ago that Director had
    problems
    with a filename if you also had a directory name like it?
    Without the
    extension probably...?
    Real memory or was it a bad dream?
    I am not sure....
    Richard.

  • Lightroom 4.1 will not import files with a backslash in the name

    Lightroom 4.1 will not import files with a name containing a backslash "\" I am using a Mac running OSX 10.6.8 (Snow Leopard). Under Preferences I have checked and "Treat the following characters as illegal" is set to "/:"

    Your preferences and configurations will not be deleted. Of course, I'd advice you to back it up anyway and then completely remove LR.
    You find all the files here: http://kb2.adobe.com/cps/929/cpsid_92954.html

  • Robohelp 7 HTML cannot get files with accented characters in the name

    The files are added without a problem but "Get" operation
    returns error "invalid file name"
    Example of the file name Le_système.htm or
    Aperçu_du_système.htm

    I got a similar response when RSC didn't like some of the
    special characters (punctuation) that sneaked into some of our
    files. Your other files operate normally, right? I'd report this to
    Adobe as a bug.
    G

  • Can't upload files to lighttp server

    Hi *
    I'm starting to have grey hairs abut this...
    My sys is Archlinux (64bit), lighttpd 1.4.29-2, curl 7.22.
    I'm trying to setup hhtp server with capability of upload files.
    After basic setup I use following command to test functionality: 
    curl -T "test_file" http://192.168.1.254/test/
    curl's output is following:
    [root@mythtv ~]# curl -T "test_file" http://192.168.1.254/test/
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <title>404 - Not Found</title>
    </head>
    <body>
    <h1>404 - Not Found</h1>
    </body>
    </html>
    Dir "test" exists & has 777.
    All dirs upper to "test" also have 777.
    lighttpd access log shows following:
    192.168.1.254 192.168.1.254 - [24/Nov/2011:11:57:14 +0100] "PUT /test/test_file HTTP/1.1" 404 345 "-" "curl/7.22.0 (x86_64-unknown-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.0e zlib/1.2.5 libssh2/1.3.0"
    My lighttpd.conf is following:
    server.modules = (
    "mod_rewrite",
    "mod_access",
    "mod_auth",
    "mod_setenv",
    "mod_fastcgi",
    "mod_cgi",
    "mod_webdav",
    "mod_accesslog" )
    server.document-root = "/var/http/"
    server.errorlog-use-syslog = "enable"
    index-file.names = ( "index.php", "index.html",
    "index.htm", "default.htm" , "mythweb.php" )
    mimetype.assign = (
    ".pdf" => "application/pdf",
    ".sig" => "application/pgp-signature",
    ".spl" => "application/futuresplash",
    ".class" => "application/octet-stream",
    ".ps" => "application/postscript",
    ".torrent" => "application/x-bittorrent",
    ".dvi" => "application/x-dvi",
    ".gz" => "application/x-gzip",
    ".pac" => "application/x-ns-proxy-autoconfig",
    ".swf" => "application/x-shockwave-flash",
    ".tar.gz" => "application/x-tgz",
    ".tgz" => "application/x-tgz",
    ".tar" => "application/x-tar",
    ".zip" => "application/zip",
    ".mp3" => "audio/mpeg",
    ".m3u" => "audio/x-mpegurl",
    ".wma" => "audio/x-ms-wma",
    ".wax" => "audio/x-ms-wax",
    ".ogg" => "application/ogg",
    ".wav" => "audio/x-wav",
    ".gif" => "image/gif",
    ".jar" => "application/x-java-archive",
    ".jpg" => "image/jpeg",
    ".jpeg" => "image/jpeg",
    ".png" => "image/png",
    ".xbm" => "image/x-xbitmap",
    ".xpm" => "image/x-xpixmap",
    ".xwd" => "image/x-xwindowdump",
    ".css" => "text/css",
    ".html" => "text/html",
    ".htm" => "text/html",
    ".js" => "text/javascript",
    ".asc" => "text/plain",
    ".c" => "text/plain",
    ".cpp" => "text/plain",
    ".log" => "text/plain",
    ".conf" => "text/plain",
    ".text" => "text/plain",
    ".txt" => "text/plain",
    ".dtd" => "text/xml",
    ".xml" => "text/xml",
    ".mpeg" => "video/mpeg",
    ".mpg" => "video/mpeg",
    ".mov" => "video/quicktime",
    ".qt" => "video/quicktime",
    ".avi" => "video/x-msvideo",
    ".asf" => "video/x-ms-asf",
    ".asx" => "video/x-ms-asf",
    ".wmv" => "video/x-ms-wmv",
    ".bz2" => "application/x-bzip",
    ".tbz" => "application/x-bzip-compressed-tar",
    ".tar.bz2" => "application/x-bzip-compressed-tar", # default mime type
    "" => "application/octet-stream",
    debug.log-request-handling = "enable"
    accesslog.filename = "/var/log/web-access.log"
    url.access-deny = ( "~", ".inc" )
    $HTTP["url"] =~ "\.pdf$" {
    server.range-requests = "disable"
    static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
    server.pid-file = "/var/run/lighttpd.pid"
    server.reject-expect-100-with-417 = "disable"
    fastcgi.server = (
    ".php" => ((
    "bin-path" => "/usr/bin/php-cgi",
    "socket" => "/var/run/mythtv-php-fcgi.socket",
    "broken-scriptfilename" => "enable",
    "bin-environment" => (
    "db_server" => "localhost",
    "db_name" => "mythconverg",
    "db_login" => "mythtv",
    "db_password" => "mythtv"
    setenv.add-environment = (
    "db_server" => "localhost",
    "db_name" => "mythconverg",
    "db_login" => "mythtv",
    "db_password" => "mythtv"
    cgi.assign = ( ".pl" => "/usr/bin/perl",
    ".cgi" => "/usr/bin/perl" )
    url.rewrite-once = (
    "^/{1,2}mythweb/(css|data|images|js|themes|skins|[a-z_]+\.(php|pl)).*" => "$0",
    "^/{1,2}mythweb/(pl(/.*)?)$" => "/mythweb/mythweb.pl/$1",
    "^/{1,2}mythweb/(.+)$" => "/mythweb/mythweb.php/$1",
    "^/{1,2}mythweb/(.*)$" => "/mythweb/mythweb.php"
    include "/etc/lighttpd/auth-inc.conf"
    Can somebody hint me where issue might be ?
    Thx n advance !

    @milomir,
    Thx for replay.
    While Your proposal is nice solution - this little now what I want to achieve.
    In my application curl usage is automated (curl is called by user script).
    My script has following entry:
    /usr/local/bin/curl -s -f -T "<file>" "<server>/<path>/<file>"
    Strange enough that I have setup which worked OK sometime ago.
    Since that time I do few system upgrades - and recently I discover that posting files via curl isn't working.
    Last days I was trying many combination including clean install of 64bit arch in VM and try to play with default settings.
    No matter what I'm doing - all the time I'm getting 404.
    I still think I miss something in configuration as i don't believe vanilla Arch/Lighttpd/Curl can't be used as http upload service with standard curt usage (like way it is used in my script).
    So maybe my original Q should be following: why I can't upload files with standard curl/wget usage ?
    -br

  • Upload files with swedish characters NS 4.7

    Hi,
    I can upload files with swedish characters in the file name with IE 5, but not with Netscape 4.7. iFS presents an error message that the file doesn't exist or is empty.
    Is there a solution for this problem?
    /Elin
    null

    check out if you are using javascripts and whether IE supports it
    Roberto Nanamura <[email protected]> wrote:
    >
    Hi,
    I am having a problem uploading files with Internet Explorer, it works with
    Netscape Communicator. Has someone had the same problem?
    I am using WebLogic 5.1 service pack 5 with Netscape iPlanet 4.1 service pack 2
    in a Solaris 7.
    Best regards,
    Roberto N Nanamura
    Technical Consultant
    Summa Technologies

  • Firefox 3 cannot download files with white space in the filename

    When opening attachments in e-mail Firefox is unable to handle files with white space in the name. This is not the same as the white space file name truncation problem documented on this site (where file names with white space are truncated on saving.) The issue is that the browser will prompt to allow the file to be saved, but it will not prompt to open the file as an option. If I rename the file to remove white space then I do receive the "Open with..." dialog box. I verified that Firefox 2 did not have this problem and I can open attachments with white space in the file names just fine using that version of the browser (2.0.0.20).
    == This happened ==
    Every time Firefox opened
    == Upgraded to version 3

    When a user clicks on an attachment with spaces, the filename is truncated to the first whitespace. While IE, Chrome & Safari handle this, Firefox refuses to accept mime headers with unquoted filename parameters. According to Firefox's bugzilla/knowledgebase, Firefox's behavior is the correct behavior and it's a problem with most webservers or web applications. This problem can be easily corrected by surrounding the filename parameter with double quotes.
    Eg.
    Response.AddHeader("Content-Disposition", "attachment; filename=\"" + fileName + "\"");

  • How can I start anew with Photos and clear the (minimal) stuff it has uploaded

    I've about had it up to here with this new Photos scheme. I reorganised my Aperture libraries on both my iMac and MBA in preparation for this, delayed turning Photos on for a couple of days until I thought everything was ready based upon the limited advice that was out there, and then got stuck in an endless loop of "uploading" and "preparing" every time I opened Photos. There are 19,975 images in my Aperture library on the iMac. I was stuck at Uploading at anywhere between that number and 19,000 with no progress after hours of waiting. I tried all the tricks mentioned here including re booting, restarting the app, repairing/rebuilding the database, killing the "cloudd" process, etc.today Today when I restarted Photos, it now said I had 23,775 images to upload- 4000
    more than I have-and of course it got stuck there, like it has for the last week.
    I copied the previous Aperture library (pre Photos migration)back to my iMac and opened it in Aperture. Thankfully, all the photos I had taken on my iPhone this week during this Photos clusterphuck transition were in the Aperture Stream so I didn't lose any of those. I'm willing to give this whole thing one more shot. So  i need some advice. How can I start anew with Photos and clear the (minimal) stuff it has uploaded (about 6000 of 19,000 images in the last 7 days) ? If I simply delete the Photos.photolibrary file will that do the trick and lt me start a new fresh library using?
    <Re-Titled By Host>

    How can I start anew with Photos and clear the (minimal) stuff it has uploaded (about 6000 of 19,000 images in the last 7 days) ? If I simply delete the Photos.photolibrary file will that do the trick and lt me start a new fresh library using?
    It is hard to say from your post, why the migration did not succeed in your case.
    by "stuck on upload" do you mean, you opened the Aperture library in Photos, and Photos converted it to a Photo Library, and then the upload to iCloud Photo Library did hang?  Or did already the upgrade to the Photo Library fail?
    If you want the Aperture library to upload to iCloud Photo Library, it needs to be on a disk formatted MacOS Extended (Journaled) and the original image files must not be referenced. Referenced originals will not upload.
    Also, the upload may hang, if you do not have enough free iCloud storage, orr if one of the videos or photos in your library is in an unsupported format or corrupted.
    To start over, try to repair and rebuild the Aperture library before opening it in Photos. Try all Aperture Library First Aid options - starting with repairing the permissions.  (Repairing and Rebuilding Your Aperture Library: Aperture 3 User Manual)
    If I simply delete the Photos.photolibrary file will that do the trick and lt me start a new fresh library using?
    You will have to delete the photos that are already in icloud too; otherwise you are risking duplicates.
    Can you launch Photos at all?  If yes, delete all photos in Photos and empty the Recently Deleted album. Wait for the deletion to sync to iCloud. Then delete the Photos.photolibrary.

  • Can't upload file on my wiki

    Last month, I was able to upload files on my wiki with Server 4 and Yosemite. Now, something have change and the uploading just load forever without any error message. It happen even if I'm in the administrator account and on the computer of the server. I have change the permissions of the wiki folder (777), but I still can't upload files!
    How can I fix that?

    Hi Irina,
    Check this:
    /message/2977938#2977938 [original link is broken]
    Greetings,
    Praveen Gudapati
    p.s. Points are always welcome for helpful answers

  • Logic to upload file with dynamic columns

    hi
    in my requirement i hav given to add logic to upload file with dynamic columns so that this upload program can be reused.
    this way the program is flexible, irrespective of the number of columns in the file.
    can any one explain this?
    and let me know what actually i hav to do.

    Check the program and the dynamic column is in the col_pos internal table and in the routines get_structure onwards.
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/scm/dynamic%2bstructures%2band%2bcomponents
    cheers
    Aveek

  • I Can't upload files anymore

    Yesterday the Upload action was working OK. Last night
    however (till now)
    I'm not able to upload files anymore. When I click the Put
    command (Files
    Panel - Local view > right click a file's name > Put)
    DW seems to connect to
    remote server, but after 60sec it displays the message "No
    response from
    server. Reconnecting". If I don't cancel the process, after
    60 more secs
    another message... confirms the first, giving me the options
    to skip the
    file or close the message.
    What I already have checked:
    1. In Remote Info category of Site's definitions the Test
    button displays
    the message "Connection successful".
    2. In Files Panel, while I'm in Remote view I can
    delete/move/Get a file
    3. When I put the file with another FTP program the transfer
    is successful.
    4. The same with copy/paste the file from Windows Explorer to
    Internet
    Explorer.
    5. DW's Put command doesn't work with either the Firewall
    (ZoneAlarm)
    enabled or disabled.
    6. The same after Export/Remove/re-Import site's definitions
    (in order to
    clear cache)
    7. Windows performance has been checked with Ad-aware, Sbybot
    S&D, Norton
    AV. I've also tried to restore windows to about a week
    before, to no avail.
    8. Re-installation of DW 8.0.2 upgrade pack doesn't solve the
    problem to.
    I don't have a clue what else should I try. Do you?
    </gt>
    Please, remove hyphens to contact me

    Sometimes the sign-in process goes kablooey for whatever reason. It can usually be remedied by tapping the options icon (the cogwheel out in the project selection user interface; upper right) > My Account. Sign in that way and you should be able to get everything going again. I just did it on my Google Nexus 7 2013 with no problems.

  • How to associate an uploaded file with form data

    I have a "ticketing" app which stores a ticket no. as well as allows users to upload multiple files per ticket. The problem I am having is how to associate an uploaded file with a particular ticket no. As you can guess this becomes complicated when the same user can potentially update multiple tickets using the same file names. I am having difficulty trying to understand how to associate a ticket no with one or more uploaded files. I do have a custom table which I update with the attachments but I am unsure how to, or when to, update the ticket information on this custom table. I only want to retrieve attachments for a given ticket, not all attachments uploaded by a user.Does anyone have any ideas?

    Hi,
    My question is bit related to this topic.
    I am having a requirement to upload the CSV files so that they will store in a database table and later on wards when they search on that table it needs to pull the information and display on the form. I am a new bee to application express. Could some body tell me how to start this process with??. Just give me an overvoew/hints so that I will try to carry on my own.
    Cheers,
    Krishna.

  • Hi Apple Team, my iphone can't share files with my macbook pro. But other devices can share bluetooth files with my mac book pro. Please, kindly open up bluetooth to accept all connections from all devices. Now it becoming difficult for me to share.

    Hi Apple Team, my iphone can't share bluetooth files with my macbook pro. But other devices can share bluetooth files with my mac book pro. Please, kindly open up bluetooth to accept all connections from all devices. Now it difficult for me to share bluetooth files from my mac bookpro to my iphone, unless i attached it through email.
    We need it to be acceptable to all devices.
    Thank you!

    You can tell Apple directly at the link below.
    http://www.apple.com/feedback/iphone.html

  • Snow Leopard 10.6.2 CS4 InDesign can't open files with a "#" in file path

    Snow Leopard 10.6.2 CS4 InDesign can't open files with a "#" in file path using any of these perfectly normal methods:
    1. double-click file in the Finder (e.g in a Folder on your Mac or on your Mac desktop etc.)
    2. select file and choose "File... Open" command-o in the Finder
    3. drag file to the application icon in the Finder.
    4. Select file in Bridge and double-click, choose File.. Open.. or Drag icon to InDesign icon in dock.
    If you try to open an ID file named with a "#", you will get an error message "Missing required parameter 'from' for event 'open.'"
    This happens to any InDesign file that has a "#" (pound sign, number sign, or hash) in the filename or in the file path (any parent folder).
    To reproduce
    Name an InDesign file Test#.idd Try to open it in the Finder or Bridge (as opposed to the "Open" dilaog of InDeisng itself).
    "Solution"
    The file WILL open using File... Open... command-o while in InDesign application.
    Rename the file or folders that have a "#" (shift-3) in the filename.
    Report to Adobe if it bugs you.
    This does not occur in "plain" Leopard 10.5 nor Tiger 10.4
    Untested in Panther or before and
    Untested with CS3 and earlier in Snow Leaopard.
    Anyone have those and want to try this... ?

    In case this really bothers you: we've added a workaround for this into Soxy. If you enable the option, these documents will open fine on double-click.
    You need Soxy 1.0.7 from:
    http://www.rorohiko.com/soxy
    Go to the 'Soxy' - 'Preferences' - 'Other' dialog window, and enable 'Open InDesign via Script'
    (Irrelevant background info (it's all invisible to the user): the workaround works by special-casing how Soxy opens documents in InDesign: instead of using AppleScript, Soxy will use ExtendScript to instruct InDesign to open the document - which works fine).

  • How can i upload files from one ip address to another  ip address machine ?

    how can i upload files from one ip address to another ip address machine ?

    i need to copy files from one client m/c to server m/c like sftp
    please suggest solution on this

Maybe you are looking for