Strange request for file deletion

When I have to delete a file in my documents folder (and only in that folder) finder asks me my admin password. I checked my permissions and they are RW (so it seems to me everything's allright); I tried even to click on "apply to all included elements" (sorry for my translation: I'm italian ) but no change happened.
Thanks for help,
Emilio.

Are the files you're deleting in your home folder? If so, can you move them to the Desktop and back without being prompted for a password?

Similar Messages

  • Creation of Trasport request for the Deletion of Infoset from Dev

    Hi
      i want to create a trasport request for the deletion of infosets from dev system and want to trasport request in to production.
    i wish to know while right clicking the info set and selecting deletion will it prompt for trasport request.
    could any one help me out for this issue.
    Thanks
    Sandy

    Hi
    I suggest you to transport the  Infoarea under which the Infoset query is deleted
    This will adjust all your changes including any deletion or any new changes
    Assign points if useful
    Thanks
    N Ganesh

  • Transport request for the deleted dso

    Hi,
    i had deleted the dso in development and not captured the transport request. now how can i generate the transport request for the deleted dso to move for production.
    Regards
    Ram
    Edited by: ramsapconsultant on Mar 9, 2011 7:40 AM

    Hi Ram,
    you can try creating DSO with same name in Dev system. Capture it in transport req.
    Now delete that DSO and capture it in deletion Transport Request.
    I am not 100% sure if this will work but you can give it a try.
    Regards,
    Hardik

  • HT204053 best storage for filies deleted but used frequently wd drop box flash drive

    best storage for filies deleted but used frequently wd drop box flash drive

    Thanks LowLuster!  With that info I have another questions if that's ok.  First, I'm sure it's formatted to fat32.  I have learned I can't transfer movies over 4gb.  I use an external hard drive for those.  The files are ones I've downloaded from YouTube in the mp4 format and are never over 1gb.  They're all mb in size. 
    I didn't realize flash drives had limited writes.  Is there any way to confirm I've reached the limit?  Both times I reformatted it I was able to add back the videos I previously had on it.  I would say there were a hundred or so. Both times I left some "growing room" on the flash drive so I could add more files.  And, both times I was able to continuing adding until I had reached the max capacity.  The problem occured after I tried deleting files to free up space.  Does this make sense with "the amount you have used it" theory?  Does it start to become buggy at that point, or does it just make writes to the drive impossible?
    Thanks

  • Logs for File Deletion?

    I have a situation where I don't want to recover a file... I want to see how it was deleted.
    Is there any way to review file deletions via Apple log files or any other method? My research so far says no... but perhaps someone is craftier than I've proven to be.

    An unfortunate circumstance to be sure. Out of curiosity is there any particular reason you can't use ClamXAV rather than NAV?
    I suppose that if NAV has a log and nothing relevant is in the log, then you're at a loss to even know if NAV is responsible for the folder's mysterious disappearance. Maybe you have technically savvy cockroaches in the building that come out at night to play? An informational age version of Archie and Mehitabel?
    This experience may be an impetus to install software that keeps track of what's installed or removed from a computer. Doesn't help much now but it would be useful in the future.
    Oh, one thing comes to mind - file recovery software:
    Data Rescue II
    File Salvage
    TechTool Pro
    Message was edited by: Kappy

  • HTTP PUT Request for File Uploads is returning a response header with content-length = 0

    After upgrading from CF9 to Coldfusion 10, I'm running into an odd issue, with `cURL` calls to a webservice that used to work.
    We are using an HTTP PUT Request with multipart="no" so that the request header content is the file itself, now the data is being sent properly in the content but it has a ~8k limit. This is fine for smaller files but some files are 60kb etc.
    Errors are odd too, near the 8KB limit we get a bad gateway error 502, and above that the webpage errors with a connection reset.
    It works fine with multipart="yes", but in a PUT request the file's data isn't even sent since it's looking for `httpparam formField` , the content-length from the target page's Headers show a content-length of 0 which causes `cURL` to fail with an error (56): http://curl.haxx.se/docs/manpage.html
    Here's example code to reproduce:
    <cfset sFilename = "C:\999\test4.txt">
    <cffile action="readBinary" file="#sFilename#" variable="fileRead">
    <cfset oFileInfo = GetFileInfo("#sFilename#")>
    <cfhttp           url="localhost/Clarence/diff_elt_test_output.cfm"
                                  method="PUT"
                                  username="******"
                                  password="******"
                                  multipart="yes"
                                  result="oHttp">
              <cfhttpparam type="header" name="Content-Type" value="text/plain" />
              <cfhttpparam type="header" name="Content-Length" value="#oFileInfo.Size#" />
              <cfhttpparam type="body" value="#fileRead#"/>
    </cfhttp>
    <cfdump var="#oHttp#">
    Dumping the response via GetHttpRequestData() shows that the header's content-length = 0 and content is blank.
    Whereas POST requests work fine, cURL has a -F form option which is our fallback but a solution to this would be great.
    Here's what I've tried:
    1. Changing CF post request limit sizes (64MB+)
    2. Changing IIS config web/webserver http runtime and security.request filtering request limits to much higher values
    3. AJP Connector between IIS and Tomcat has a default 8KB header limit, I changed that to 64k on both sides, still nothing
    Also am I missing something fundamental here? I thought at the network layer a packet is split up and rejoined, so large content in a http request body should work, what's wrong with Coldfusion 10?

    I am familiar with java.net package and know how to
    Read and Write Streams.
    However, what I do not know is what string
    represntation of PUT or POST resquests is?It's HttpURLConnection.setRequestMethod("PUT") or ("POST").
    Also you have to setDoOutput(true).
    Then you set the content type, possibly encode the input, set the content length, and write the file data to the stream.
    Using a Jakarta package may be easier, however.

  • Set Permissions for file deletion

    I need to create a new temp directory and at the end of my program, I need to delete the temp files...pretty common thing to do.  My problem is the permissions dont allow me to delete the files unless I set them first somehow.  I want to know what the settings must be in the Set Permission.VI so I can then delete the files.  How do I mechanize this? 

    Are you having this issue in both the Development Environment and the Run Time Environment? The second solution that I linked is for executables only, and only makes it so that you don't have to turn off the UAC because it has administrative privilages. Anything that an administrator is able to do, the executable will now have permission to do. To test if this solution will work at all, just right click on the executable and select "Run as Administrator". If you are still having issues when the executable is running as administrator, the above solution will not work. 
    Try running this snippet and let me know what happens. All it does is create a file in the temp directory, read its permissions, then deletes the file. This runs on my computer with no error in the Development Environment and has the permissions of binary 110110110 (Decimal 438). 

  • On value request for file name

    Hi,
         when i press f4 in the 'filename' field in selection screen, it must open up a window from where i can select a file from my desktop.
    wat should i do for this using 'on value request'?

    Hi
    please find my code
    on selection screen there are two radiobuttons 'P_PRES' and
    'P_APPL'.
    and one parameter where pop up will be displayed acc to the radiobutton selected.
    please reward points
    CLEAR wa_fieldvalues.
      wa_fieldvalues-fieldname = 'P_PRES'.
      APPEND wa_fieldvalues TO it_fieldvalues.
      CLEAR wa_fieldvalues.
      wa_fieldvalues-fieldname = 'P_APPL'.
      APPEND wa_fieldvalues TO it_fieldvalues.
      CLEAR wa_fieldvalues.
      CALL FUNCTION 'DYNP_VALUES_READ'
        EXPORTING
          dyname               = sy-repid
          dynumb               = sy-dynnr
        TABLES
          dynpfields           = it_fieldvalues
        EXCEPTIONS
          invalid_abapworkarea = 1
          invalid_dynprofield  = 2
          invalid_dynproname   = 3
          invalid_dynpronummer = 4
          invalid_request      = 5
          no_fielddescription  = 6
          invalid_parameter    = 7
          undefind_error       = 8
          double_conversion    = 9
          stepl_not_found      = 10
          OTHERS               = 11.
      READ TABLE it_fieldvalues INTO wa_fieldvalues WITH KEY fieldname = 'P_APPL'.
      IF wa_fieldvalues-fieldvalue = 'X'.
        CALL FUNCTION 'F4_DXFILENAME_TOPRECURSION'
              EXPORTING
                i_location_flag       = 'A'
            IMPORTING
         o_location_flag = server_type
              o_path          = p_outfil
            EXCEPTIONS
              rfc_error       = 1
              error_with_gui  = 2
              OTHERS          = 3.
        IF syst-subrc <> 0.
          MESSAGE i006.
        ENDIF.
      ELSE.
        CALL FUNCTION 'F4_DXFILENAME_TOPRECURSION'
              EXPORTING
                i_location_flag       = 'P'
            IMPORTING
         o_location_flag = server_type
              o_path          = p_outfil
            EXCEPTIONS
              rfc_error       = 1
              error_with_gui  = 2
              OTHERS          = 3.
        IF syst-subrc <> 0.
          MESSAGE i006.
        ENDIF.
      ENDIF.
    please reward points

  • Request for File to JDBC configuration steps.

    Hi XI Forum,
    I have 2 years of exp.in ABAP.I am new to XI. I know file-to-file scenario configuration. And would request you send me configuration document or  step-by-step procedure.
    Thanks in advance.
    Best regards
    Krish

    Hi,
    Check out this links
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters
    Check out this for JDBC configuration
    http://help.sap.com/saphelp_nw04/helpdata/en/64/ce4e886334ec4ea7c2712e11cc567c/content.htm
    Thanks,
    Prakash

  • Request for file zpl600.xdc

    Hello all,
    I need a copy of the file above (zpl600.xdc), and I'm having some trouble with Adobe Support. It's supposed to be delivered with LiveCycle ES, but it's not in the trial version.
    If anyone has this file, please respond, and I'll post an email address where I could receive it.

    Hi,
    Check out this links
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters
    Check out this for JDBC configuration
    http://help.sap.com/saphelp_nw04/helpdata/en/64/ce4e886334ec4ea7c2712e11cc567c/content.htm
    Thanks,
    Prakash

  • I have a somewhat strange request for anyone who can help. A300-146.

    A friend of mine gave me this satellite A300-146 laptop about a year ago, and I want to fix it up so I can use it. The trouble is, this is not a US model, and the motherboard is bad. It turns on, everything spins up (except the HDD, that was dead) but no video. I've had the same situation with desktops and it was invariably a dead mobo. So my question is this. Are there any other a series mobos that will work in this thing? I've tried google searching for the same model type mobo, but no dice, not even from overseas retailers and wholesalers.

    Satellite A300-146 (PSAJ0E-00D00GG3)
    I think you'll find this one works: V000125000
    -Jerry

  • Request for file libdsbtsh8.so

    libdsbtsh8.so in $ORACLE_HOME/lib directory is 0 bytes, causing problems since libobk.so is soft linked to it. I've read the other threads, but no info was available about where to get the file myself, nor how to get setup to install the file correctly. Dynamic SQL code is failing at runtime due to this problem. Someone please help! I'm using Linux Workgroup Server 8.1.5.

    You can find the file libdsbtsh8.so in a "jar" archive in the following directory on the cd:
    stage/Components/oracle/rdbms/8.1.5.0.0/1/DataFiles/lib.0.1.jar
    Just un-jar the file and copy it to $ORACLE_HOME/lib
    Arun ( [email protected] )

  • Request Message mapping in SXMB_MONI for File - RFC - File without BPM

    Hi ,
    In my File-RFC-File scenario, the messages are processed successfully.
    but when i look into the SXMB_MONI for File to RFC step, the records are present only till the  Message split According to Receiver List and not able to see the records from Request Message mapping step onwards.it contains
    <?xml version="1.0" encoding="UTF-8" ?>
      <ns1:Z_PI_LOTUSNOTES_UNIFORM xmlns:ns1="urn:sap-com:document:sap:rfc:functions" />
    in my mapping for the receiver RFC i have not done the mapping for all the fields. few fields i have disabled. whether this could create a problem in message mapping. pls let me know what needs to be done.

    Is it only for this scenario that the above display issue is occuring or is it for all scenarios?
    If onlt a particular Pipeline steps are displayed then you can check what is the TRACE level set in SXMB_ADM --> Integration Engine Configuration --> and check if the TRACE parameter is set to at least 2 (max is 3 which will ensure that your DB will get full quickly)
    For more information refer: /people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni
    Regards,
    Abhishek.

  • I do not have a delete option for files or folders in Adobe Creative Cloud

    I do not have a delete option for files or folders in Adobe Creative Cloud
    im looking and looking....
    im stumped.....
    4 weeks now....
    kai

    HOW TO DELETE FILES or FOLDERS or Assets from Adobe Creative Cloud Brouser/Web Portal By: Kai Buskirk rev:130626
    Adobe now burried deleting or trashing unwanted iteams files or folders in the Archive section of your creative cloud brouser/web portal.
    Note!! - No longeer is there a standard TrashCan icon or simple Delete button... its burried in the archive sector: but why i ask?
    An archive is an accumulation of historical records, or the physical place they are located.[1] Archives contain primary source documents that have accumulated over the course of an individual or organization's lifetime, and are kept to show the function of that person or organization. Professional archivists and historians generally understand archives to be records that have been naturally and necessarily generated as a product of regular legal, commercial, administrative or social activities.
    In general, archives consist of records that have been selected for permanent or long-term preservation on grounds of their enduring cultural, historical, or evidentiary value. Archival records are normally unpublished and almost always unique, unlike books or magazines for which many identical copies exist. This means that archives (the places) are quite distinct from libraries with regard to their functions and organization, although archival collections can often be found within library buildings
    A person who works in archives is called an archivist. The study and practice of organizing, preserving, and providing access to information and materials in archives is called archival science. The physical place of storage is sometimes referred to as an archive repository.
    To delete files folders or individual assests in the current incarnation of adobe creative cloud brouser/web portal rev:130626
    1 - Check mark the box on left and select files or folders you would like Deleted/Trashed and move them to the ARCHIVE folder location inside your adobe creative cloud brouser/web portal....Then navigate to the ARCHIVE SECTION
    2 - Once the files or folders you have check marked are moved to the ARCHIVE folder location you can select them for Permanant Deletion (Trash)
    ps: you can also restore them......if you so choose....
    3 - in case you missed this step after selecting/checking the files or folders in the ARCHIVE folder there is a small Triangle Selector drop down that will reviel the Permanently Delete option.... clicking that is the point of no return i think..... so do not be misled my the use of the term ARCHIVE.... DELETING PERMANANTLY IS DELETING YO!
    4 - OK DONE NOW YOU GOT IT .....
    Good Luck Happy House Cleaning.....
    Wamest Blessings,
    Kai Buskirk
    Message was edited by: [email protected] rev: 130626

  • When I receive an email request for a meeting, when I open it I get an error message asking if I want to revert to server, try again or ignore. If I choice revert to server it delete the event, if I choice ignore it accepts but won't sync with my other de

    When I receive an email request for a meeting, when I open it I get an error message asking if I want to revert to server, try again or ignore. If I choice revert to server it deletes the event, if I choice ignore it accepts it but won't sync with my other devices.

    Interesting suggestion, but it's not clear to me how I would do that if I'm not using an "(at) icloud.com" email address/account. I am having the same problem with changed invitations that come from an organizer who is using Google Apps. My email account is hosted at my ISP - it's not obvious to me how I can use iCloud to access that email account (and therefore the changed invitation). Suggestions?

Maybe you are looking for