Delete response doesn't work in my automation

Hello all,
Has anybody else come across problems with the 'delete' response, or have any suggestions for me?
I've setup a watcher automation that's very simple. 1. Copy and move the file to the library (no transcode), and 2. Delete. When I drag a file into the watch folder, it copies it to the library just fine, but the file remains in the original drop folder! It should have been deleted, right?
I'm working with all of the media on the SAN, including the watch folder. I've tried it with subfolders and the root watch folder. I've tried it with 'delete all', and that does not work. Am I forgetting about some really simple here?
I would appreciate any thoughts/tips/suggestions.
XSAN, FCS 1.1, any other crucial info?
thanks,
cbill

Andiron,
I installed FCSvr under a local admin account. As a result it is having permissions issues with the archive/delete process.
Is there an easy way to get FCSvr running under a network account? I tried just re-installing, but it is still running as the local admin, which has no r/w permissions.
Or do I have to delete FSCvr and re-install from scratch under network account?
Thanks!

Similar Messages

  • TS2771 What should I do about the backspace key/delete button doesn't work?

    The backspace/delete key doesn't work on my son's ipod touch.  What can I do?

    A reset may help. Tap and hold the Home button and the On/Off buttons for approximately 10-15 seconds, until the Apple logo reappears. When the logo appears, release both buttons.
    No content is affected by this procedure.

  • Removing files from nano 6th gen: right clicking on selected file will not reveal a delete option, only play, get info, rate. Highlighted and hitting delete key doesn't work.

    Trouble removing files from 6th gen ipod nano: right clicking on selected file will not reveal a delete option, only play, get info, and rate. Highlighting the file and hitting delete key doesn't work. Have run diagnostics and rebooted nano to no avail. This is my second 6th gen nano; this prob never occured with it. Will greatly appreciate any help.

    Doink!  I didn't realize it wasn't checked. Works perfectly now. Thank you for post!!

  • Delete Button doesn't work

    I have 2 accounts in my Inbox. When the Inbox is highlighted in the Source list ( as opposed to highlighting one of the 2 .Mac accounts) the Delete button works fine when highlighting a message that will be moved to the Trash. However, when an individual account is highlighted and I want to move a messsage to the Trash, the Delete button won't work. Any thoughts ?

    It works for me. Is it the Delete button in the Toolbar that doesn't work, or the Delete key in the keyboard, or what? Doesn't any other way of deleting a message work either (e.g. Edit > Delete)?

  • Setting Header in response doesn't work !!

    Hi everyone,
    I want to set header in response to a request but it doesn't work :
    response.addHeader("WSC_RESPONSE", "STRUTS_ERROR");
    System.out.println(response.containsHeader("WSC_RESPONSE"));
    response.setHeader("WSC_RESPONSE", "STRUTS_ERROR");
    System.out.println(response.containsHeader("WSC_RESPONSE"));
    this print me :
    false
    false
    thanks in advance for help

    I can't do this because I'm putting those lines in an action who was caled by another action wich fill the response in.
    private ActionForward doDispatchMethod(ActionMapping mapping,
                                               ActionForm form,
                                               HttpServletRequest request,
                                               HttpServletResponse response,
                                               String methodName)
                                        throws IOException
                Method method = getMethod(methodName);
                Object[] args = { mapping, form, request, response };
                fwd = (ActionForward) method.invoke(this, args);
            if (request.getAttribute(ERROR_KEY)!=null)
                 response.reset();
                 response.addHeader("WSC_RESPONSE", "STRUTS_ERROR");
                 System.out.println(response.containsHeader("WSC_RESPONSE"));
                 response.setHeader("WSC_RESPONSE", "STRUTS_ERROR");
                 System.out.println(response.containsHeader("WSC_RESPONSE"));
            else
                 response.reset();
                 response.addHeader("WSC_RESPONSE", "OK");
                 System.out.println(response.containsHeader("WSC_RESPONSE"));
                 response.setHeader("WSC_RESPONSE", "OK");
                 System.out.println(response.containsHeader("WSC_RESPONSE"));
            return fwd;
        }

  • Table delete button doesn't work with Virtual Forms

    I applied all of Winston Prakash's tips to my project table (http://blogs.sun.com/winston/category/Creator), but my table is not the only component in the page, so I had to use Virtual forms.
    When I add the "Delete" button, i have to put it on a Virtual Form. I followed the steps on the multi selection table and the "Adding a button panel to the table component header" post, but when I select a row, the JavaScript works well (the row changes to yellow)... but the action code gets a :
    getTableRowGroup1().getSelectedRowsCount()==0
    and getTableRowGroup1().getSelectedRowKeys().length==0.
    I tried almost everything with the forms... I don't know what I missed...

    It works for me. Is it the Delete button in the Toolbar that doesn't work, or the Delete key in the keyboard, or what? Doesn't any other way of deleting a message work either (e.g. Edit > Delete)?

  • My delete key doesn't work at all

    Since I got my new Macbook refurb 2 days ago, the delete key has intermittently failed. Right now it seems to be pretty much off.
    Is there a utility I can use to see if it's firing events, and that therefore some piece of software is just swallowing the keypresses, or if the button is actually broken?
    The button has normal action.

    I've had the same problem. Whenever I turn on my MacBook Pro, or when I awaken it from sleep, if the computer is cool (i.e., hasn't been running recently), then both the Delete key and the right bracket key ( "]" ) don't work for a while. This may be 2- 3 minutes, possibly longer at times. During this time, the Keyboard Viewer does not indicate they are being pressed. Once the computer warms up, the problem goes away.
    Note that I have an Apple Bluetooth keyboard, and it works all the time, so I don't think there is a software problem.
    I called Applecare, and the person I spoke with had not heard of this problem. He suggested I reset the power management unit and the PRAM. The former is done by powering the computer off, disconnecting power, removing the battery and holding the power key down for at least 5 seconds. The latter is done by holding command-option-P-R when booting and waiting for the second chime before releasing the keys and letting the computer reboot.
    Neither of these fixed the problem. I think it's a hardware problem, but if the Apple discussion groups are indicative of the frequency of occurence, it doesn't appear to happen very often.
    My next step is to reconnect with AppleCare, who left the trouble ticket open for me. I wanted to post this so you could see that more than one person had the problem.

  • Delete button doesn't work in tabular form after upgrade from APEX3.2 to 4

    I just upgraded the APEX from 3.2 to 4.0. However, my application is not working anymore.
    First of all, my delete button in tabular form is not working. When I select a row and click the delete button, the row is not deleted, however the message showed 1 row is deleted.
    Could you anybody tell me how can I debug this problem?
    Thanks a lot !

    I had the same problem. I first tried the solution above, but that didn't work. I also had a derived column for a custom popup and some display only columns. I removed the derived column and took out the display columns from my query. I then made sure my column order matched the source query. I applied changes and the delete button worked. FYI. I found out by some testing that it was actually trying to delete from the table, but with the wrong id. My first editable field was qty so if the qty was equal to 2 it then tried to delete from the table where pk=2(I had to restore that record). I believe it is related to the bug above. Backup your app first. I always do before I mess with the tabular forms.
    Jeff

  • ICloud backup storage keeps popping up and I've delete a lot of data and apps for it to have more space, but it keeps popping up and deleting things doesn't work, how do I fix this?

    I've been trying to delete things to make room for more storage but nothing is happening, it keeps saying that iCloud won't backup because there is too much storage. I only have a few apps and I've deleted things I don't use, but nothin is working. How do I fix this?

    http://support.apple.com/kb/ht4847

  • Delete button doesn't work in deleting files in Windows Explorer

    Anyone is facing this problem? Delete button just works when deleting the letter we are typiing. Anyone can share if you are facing this problem and how to fix? thanks a lot.

    Windows deletion is activated from cursor on object right click options where you see rename, delete etc.
    You can delete multiple objects in Explorer's objects/list by putting cursor over 1st object, pressing the shift key and then sliding cursor down or up list to select multiply highlit objects. You right click on the group and can delete from dropdown. This can be used also to multiply rename pictures as well which is useful.

  • ICloud on iPhone 5 has wrong email-deleting account doesn't work

    I've been searching the boards all day - I just updated to iOS 6.1.4 to try and fix this, but nothing happened. I try to log into iCloud onto my phone, and a pop up asks me to enter my password for an old apple id/email address (my old college email.) But the only account that shows up in my iCloud settings.. and ANYWHERE on my phone... is my new, correct one. I don't know where it's pulling the old email from!

    i took it to the genius bar - the support employee told me the issue started with me creating an appleid with my old email, buying all my apps & using itunes under that id... and then when i tried to create my NEW appleid years later, i didn't properly 1) transfer all the old apps properly to my new appleid and refresh them, and 2) didn't delete my old appleid.
    the problem is i'm 100% certain that i deleted my old appleid, because i REMEMBER doing it, and now if i go in to adjust my account settings through apple, the old appleid doesn't show up. it's only on my phone. eventually he just restored my phone to the factory settings, and i started fresh entering my new appleid into a "blank" iphone. if you end up doing this, make sure you backup as much data as possible to iTunes or your computer or anywhere beforehand, because you lose eeevvverrrythingg. because of the issue with my appleid, i couldn't backup to iCloud.
    good luck, r88sla ! if you go to the genius bar, i hope you get someone who wasn't as ridiculously condescending as the employee who assisted me. with just a little more attention, i was hoping someone could have found a solution other than wiping my iphone and starting over again...

  • The "P" and "Delete" button doesn't work

    While text messaging or emailing the letter P nor the delete button work. Any suggestion?

    try your standard troubleshooting steps:
    power on/off
    reset
    restore
    if those dont work, would probably be a good time to contact apple to get it looked at (in store, if you are near one, or by phone).

  • Help! My "Delete" button doesn't work!

    About a week ago about a tablespoon of a drink landed on my keyboard. I immediately did everything that you're supposed to do. I dried off the keyboard, turned off the MacBook and removed the battery. The next day when I booted the computer back up, everything but my delete button worked.
    I've tried everything I can think of to get a delete button. I've downloaded several "keyboard reassignment" programs, including UControl and Ukelele. I found a program called "fKeys", but that comes with all sorts of crazy warning that it could make your computer crash.
    Any suggestions? I would really appreciate any help that anyone can give.

    You could try restoring the iPod but it may be a hardware fault and need service.
    How to restore the iPod to factory settings.

  • KEPM deletion package doesn't work as expected - duplicate entries in COPA

    hello,
    I have used KEPM TCODE to delete entries in COPA version and what we have experienced is that it doesn't delete data for a particular company code which led to duplicates.
    Does anyone know the reason and how I can delete duplicate entries.
    Thanks,
    Bhat

    Hi Vaidya,
    KEPM does not physically delete data from CE2XXXX table. It passes a opposite entry to nullify the effect.
    If you are unable to delete it, i request you to give screen shots of Planning Level, Planning Package.
    Best Regards
    Surya

  • My backspace/delete button doesn't work?

    yeah, basically what the question says.. i can't backspace anything.
    i have a macbook air that has os x version 10.8.3 if that helps.
    i've restored everything keyboard wise already, and still nothing has worked.
    i've updated my software and everything else you should do before asking what's wrong.
    has this happened to anyone else? is there a solution? thanks!

    When several keys in a row don't work my first two thoughts are that the keyboard ribbon has come partially loose or that a small bit of something was spilled on the keyboard. In either case a trip to an Apple store or repair center is probably your next step.

Maybe you are looking for