Using reposcan to remove files

Hi All,
I'd like to remove files wich are no more referenced in BO repository (no corresponding infoobjects)
So, I thought reposcan coul'd help me to do this but when I use the "scan" option, I have the following message for that kind of files :
"File <path file>\xxx.wid exists in the Input or Output FRS, but there is no corresponding InfoObject in the repository. Please republish the file. The application will not publish this file for you"
What I really want is not to republish these documents but permanently remove the files (xxx.wid).
Is there an option to force reposcan to do this ? Another tool ?
Thanks.
David

Hi,
as far as i know there is no parameter to delete these files.
You could try the "-repair" option to create an identifier in the CMS DB or go manually to the path shown in the outcome and delete the .wird file.
Regards
-Seb.

Similar Messages

  • I keep getting an error code while trying to import a cd to my itunes: Error occurred while converting the file. The disc you are attempting to use is full. removing files and emptying the recycle bin will free up additional space.  What does this mean?

    I keep getting this error code while trying to import a cd to my itunes: "Error occurred while converting the file. The disc you are attempting to use is full. removing files and emptying the recycle bin will free up additional space."  What does this mean?

    Well it probably means exactly what it says... How much free space is there on your hard drive where the iTunes Media folder resides? I believe there is also an obscure bug that can occur when software doesn't read the true value of the free space properly, and the workaround is, perversely, to duplicate some content so that with less actual free space the software in question perceives it as more. I've no idea if iTunes is affected by such a bug.
    tt2

  • Error 550 when using CFFTP to remove a file

    I'm using cfftp to download files which I parse, then I need to delete the file from the server. (coldfusion 11 - development)
    I can list, and download the files fine, but am butting my head into a problem that I can't seem to resolve.
    USING THE SAME PATH AND FILE NAME that allowed me to 'get' the file - When I try to remove the file - I get this error.
    Error: 550 file: No such file or directory .
    (again - the path and file name I provide are identical to the path/filename -
    if this is a permission problem, I can delete files thru Filezilla, using the same credentials - with no problem)
    Here is the call to remove -
        <cfftp  action="remove"
                connection="myConnection1"
                passive="true"
                timeout="360"
                remotefile="#myPath##fileName#"
                item="file" >

    I'm not sure where you got the "This is not what the docs say" part.  Looking down the list of CFFTP attributes in the CF11 docs that apply to a "remove" operation, those were the attributes I would have expected to need.  Although I agree the examples could be clearer and a specific example of removing a file would be useful.
    -Carl V.

  • Framemaker uses $filename for short file name, can we edit this to change appearance? We do not want the short file name of long filename to include the .fm extension can this be removed or modified to make this happen?

    Framemaker uses <$filename> for short file name, can we edit this to change appearance? We do not want the short file name of long filename to include the .fm extension can this be removed or modified to make this happen? In compiling our books it would be helpful to not have this extension appear as it then requires us to create extra files without them.

    See: System Variables

  • How to remove file attachments using the SDK

    I am looking for ways to programmatically remove file attachments from work items.  If I recall correctly, the system only keeps the file for as long as the relationship exists, so that, in theory, the file is deleted from the database a soon as the
    relationship is removed.
    I found this
    Using the SDK to Create and Edit Objects and Relationships Using Type Projections
    Is this the only way or are the other, simpler ways for deleting relationships and/or file attachments?
    Is this something I could do with the Orchestrator Remove Relationship activity?
    A little background on this question: I have multiple different teams with varying data retention requirements for Service Requests.  My longest requirement is 3 years (audit) while most teams only require 90 days.  I was looking to add in some
    jobs for some more aggressive file attachment grooming to keep the database smaller.
    Thanks.

    The relationship is defined as a membership/containment relationship. So, yes, if you delete the relationship, the file attachment (and the associated blob) are deleted as well.
    Based on the background you described, I'm assuming you identify a bunch of work orders whose files you want to delete if they're older than X. So, for instance "Work Items with Y team; delete file attachments older than 90 days", "Work Items
    with Q team; delete file attachments older than 3 years". Is that right?
    If so, you don't necessarily need to delete relationships specifically...you can simply delete the file attachment objects which will delete the relationship, the file attachment object, and the associated blob (the file itself in the database).
    Using the SDK, you will not need type projections for this. You'll only need the work item object(s) (an incident or service request or whatever), the GetRelatedObjects<>() method, and an IncrementalDiscoveryData object.
    So, after you get all of the appropriate work items, you can use the following snippet to delete their file attachments if the attachments meet your age requirements
    //Connect to the management group
    String strMySCSMServer = "<my mgmt server>";
    emg = new EnterpriseManagementGroup(strMySCSMServer);
    IncrementalDiscoveryData idd = new IncrementalDiscoveryData();
    ManagementPackRelationship relWorkItemHasFileAttachment = emg.EntityTypes.GetRelationshipClass(new Guid("AA8C26DC-3A12-5F88-D9C7-753E5A8A55B4")); //System.WorkItemHasFileAttachment
    //Get the work item's related file attachments using it's Id
    Guid myWorkItemGuid = new Guid("<some work item guid>");
    IList<EnterpriseManagementObject> lstFileAttachments = emg.EntityObjects.GetRelatedObjects<EnterpriseManagementObject>(myWorkItemGuid, relWorkItemHasFileAttachment, TraversalDepth.OneLevel, ObjectQueryOptions.Default);
    //Loop through each file attachment
    foreach (EnterpriseManagementObject emoFile in lstFileAttachments)
    //Determine its age
    DateTime AddedDate = (DateTime)emoFile[null, "AddedDate"].Value;
    TimeSpan FileAttachmentAge = AddedDate.Subtract(DateTime.Now);
    //Prep the file attachment for deletion if it's old enough, in this example, older than 90 days
    if (FileAttachmentAge.Days > 90)
    idd.Remove(emoFile);
    //Submit the deletions to the database.
    idd.Commit(emg);

  • Updated to Mavericks OS X but can't use my external drive by WD My Passport. The Mac reads it but I can't add/remove files to the external drive. Help?!

    Updated to Mavericks OS X but can't use my external drive by WD My Passport. The Mac reads it but I can't add/remove files to the external drive. Help?!
    The WD My Passport, I purchased back in early December 2013 & I just used it the other day after I updated my Macbook... & of course it says in the online manual it works for Mac Lion, Mountain Lion, Snow Leopard but not this new Maverick update. Is there anything I can do?

    I like the free demo of SuperDuper to make clones. It's free, Tiger and Leopard ready and is easy to use. If you buy the full version you can do incremental backups.
    You should use Disk Utility to do a Disk Repair, as shown in this link, booted up on your install disk, before you make a clone of it.
    I then partition my external disk, in Disk Utility, with a partition that is the same size , actually a tad bigger, as my system disk. I then use SuperDuper to clone my system disk over to that partition.
    With a clone on an external FireWire drive (USB drives are not bootable on some Macs) you can bootup on it to do your repairs or just run your Mac anytime you have trouble with your main drive. Be careful, there are a few external FireWire drives out there that are not bootable on Macs. Check the drive's manual to be sure.
     DALE

  • I've emptied trash, removed files, discarded everything I don't use and my startup disc is still full.  Half of it is 'other'.  How do I find out what 'other' is and remove it?

    I've emptied trash, removed files, discarded everything I don't use and my startup disc is still full.  Half of it is 'other'.  How do I find out what 'other' is and remove it?  I'm using a Mac OS X Lion 10.7.5 (11G63).  Any help will be treasured!

    Linda Steider wrote:
    How do I find out what 'other' is and remove it?
    See Pondiini's The Storage Display, for details.

  • Remove-Mailboxes using Powershell from CSV file

    hello all ,
    I encountered in problem with my exchange Server 2010
    I have a mission to delete closed 150 Mailboxes in my organization
    I tried a lot times to use the command "Remove-mailbox " and i anytime got error
    I would appreciate the help of one of you maybe guide me because is very important for me to resolve this problem
    so meantime i did export of mailbox from exchange server with content "Userpricplename" to CSV file after than export does success i did filtering and tried to perform this commad :" import-csv c:\Mailboxes.csv | foreach {Remove-Mailbox -userprincipalname
    $_.Emailadress }
    please see the errors below :
    excel content :
    website: www.PelegIT.co.il

    Hi ,
    If we set -Confirm:$false EMS will not prompt for yes or no option while executing commands in shell.
    If we set -Confirm:$true EMS will prompt for yes or no option while executing commands in shell.
    Thanks & Regards S.Nithyanandham

  • Auto upgraded last night, Norton popped up with warning about using an exe file - Nortorn removed file now firefox won't work - what to do to restore firefox and keep bookmarks, etc. or is new exe safe to use?

    After Firefox upgraded, I closed the upgrade window and started firefox. When I went to bookmarks and tried to open a program a Norton window opened warning that this was untested...only 10 users in the community and gave three options:
    1. Block program
    2. Remove file
    3. Let it run.
    Not really knowing what was going on, I picked option 2. The "removal" was still running 7 hours later so I shut the computer down manually. All other programs seem to be working fine (email, Internet Explorer, etc.)
    When I now open firefox I have the option to start a new session or restore. I have not restored and a new session will stay open a few seconds before microsoft closes the program ( program has stopped working). I would like to restore firefox and get it working without loosing my bookmarks, etc.or have Norton try to block the program. Also, I think the exe file in question is a launcher.

    What are the names of the files? That is your beginning. One
    option is to isolate your computer from the web while you get
    back control.

  • Using bash as your file manager?

    Hello,
    My belief is that all file managers suck. There are no exceptions to this. So, for the past few months, I've been sourcing a file with a bunch of tricks I've invented / found through browsing the web to make using just bash as a file manager much more convenient.
    Here's what I currently use:
    # fm v1.9.1 by Kiah Morante
    # A very simple file manager.
    # Depends on pycp/pymv, http://github.com/yannicklm/pycp and feh
    # 'source' this file in a BASH shell
    showHidden=0 # Hidden files not shown
    showDetails=0 # ls is replaced with ls -lh if showDetails is 1
    shopt -s autocd # cd to a dir just by typing its name
    PROMPT_COMMAND='[[ ${__new_wd:=$PWD} != $PWD ]] && list; __new_wd=$PWD' # ls after cding
    # Shortcuts
    source ~/.config/fm/shortcuts # Call all custom shortcuts
    alias ..='cd ..'
    alias ...='cd ../..'
    alias ....='cd ../../..'
    alias h='cd ~'
    alias n='cd "$n"'
    # Keybindings
    bind '"\C-l":"list\C-m"'
    bind '"\C-h":"hide\C-m"'
    bind '"\C-o":"details\C-m"'
    bind '"\C-f":"makedir\C-m"'
    bind '"\C-n":"n\C-m"'
    bind '"\C-y":"cpwd\C-m"'
    bind '"\C-p":"cd "$OLDPWD"\C-m"' # Hint: You could also type '~-'
    # FM prompt appearance
    if [[ $(whoami) == 'root' ]]; then
    # So that the user knows if they have root privileges:
    PS1="\[\e[0;32\]mf\[m\e[m\] \[\e[0;31m\]root\[\e[m\] \[\e[0;34m\]\w \[\e[m\]\[\e[0;31m\]> \[\e[m\]"
    else
    PS1="\[\e[0;32\]mf\[m\e[m\] \[\e[0;34m\]\w \[\e[m\]\[\e[0;31m\]> \[\e[m\]"
    fi
    # Functions
    # Usage
    fmhelp () {
    echo "hide - toggle hidden (hidden by default)
    ls - lists contents of dir(s) passed in args.
    lsd - list directories
    cd - changed to directory \$1
    cp \$@ \$2 - copies file from \$1 to \$2
    mv \$@ \$2 - moves file from \$1 to \$2
    rm \$@ - deletes \$@
    sc \$1 \$2 - make a shortcut called \$1 pointing to \$2. If no \$2 is passed, it is evaluated as \$PWD
    cpwd - copy current working directory
    .., ..., .... - cd .. etc.
    o \$1 - opens \$1 with xdg-open
    hm - how many files are in the current directory
    details - show file details (ls -lh)
    fmhelp - this help menu
    n - Intelligent guess of the next dir you wish to cd to. Last $1 in open, list, or makedir; last argument in copy or move; pwd before a cd
    ~- - BASH shortcut for \$OLDPWD
    img - feh frontend with the following usage:
    img -t \$2 - views the dirs/images specified in \$2..\$n as clickable thumbnails
    img -s \$2 \$3 - views the images specified in \$3..\$n as a slideshow with a slide change speed of \$2 seconds
    img \$@ - views the dirs/images specified
    Shortkeys:
    Ctrl-f - mkdir
    Ctrl-h - hide
    Ctrl-l - ls
    Ctrl-n - cd \$n
    Ctrl-o - details
    Ctrl-p - cd \$OLDPWD
    Ctrl-y - cpwd
    Ctrl-u - clear line # urxvt default"
    # Toggle display hidden files
    # If $showHidden is 1, hidden files are shown
    hide () {
    showHidden=$(( 1 - $showHidden ))
    list
    # Toggle display file details
    # If $showDetails is 1, file details are shown
    details () {
    showDetails=$(( 1 - $showDetails ))
    list
    # ls
    listToggle () {
    if [[ $showHidden == 1 && $showDetails == 1 ]]; then
    ls -C --color -A -lh "$dir"
    elif [[ $showHidden == 1 && $showDetails == 0 ]]; then
    ls -C --color -A "$dir"
    elif [[ $showHidden == 0 && $showDetails == 1 ]]; then
    ls -C --color -lh "$dir"
    else
    ls -C --color "$dir"
    fi
    list () {
    clear # Unclutter the screen
    # List pwd if no $1
    if [[ $@ == "" ]]; then
    set '.'
    fi
    # List multiple folders:
    for dir in "$@"
    do
    listToggle
    done
    n="$1" # See 'n' in fmhelp
    # use feh to view thumbnails/images/slideshow
    img () {
    case "$1" in
    -t) nohup feh --thumbnails "${@:2}" --thumb-height 120 --thumb-width 120 -S filename -d --cache-thumbnails -B black > /dev/null 2>&1 & ;;
    -s) nohup feh "${@:3}" -S filename -d -B black --slideshow-delay "$2" > /dev/null 2>&1 & ;;
    *) nohup feh "$@" -S filename -d -B black > /dev/null 2>&1 & ;;
    esac
    list
    # cp
    copy () {
    if [[ $showHidden == 1 ]]; then
    pycp --interactive --all "$@"
    else
    pycp --interactive "$@"
    fi
    list
    n="${@:(-1)}" # n is the last argument (where stuff is moved to)
    # mv
    move () {
    if [[ $showHidden == 1 ]]; then
    pymv --interactive --all "$@"
    else
    pymv --interactive "$@"
    fi
    list
    n="${@:(-1)}"
    makedir () {
    if [[ $1 == "" ]]; then
    read -e n
    set "$n"
    fi
    if mkdir -- "$1"; then
    list # Update pwd to show new dir(s) that have been made.
    n="$1"
    fi
    # rm
    remove () {
    rm -rfI "$@"
    list
    # open files
    o () {
    # To use xdg-open
    #nohup xdg-open "$1" > /dev/null 2>&1 &
    if [ -f "$1" ] ; then
    case "$1" in
    *.tar.bz2) tar xjf "$1" ;;
    *.tar.gz) tar xzf "$1" ;;
    *.bz2) bunzip2 "$1" ;;
    *.rar) rar x "$1" ;;
    *.gz) gunzip "$1" ;;
    *.tar) tar xf "$1" ;;
    *.tbz2) tar xjf "$1" ;;
    *.tgz) tar xzf "$1" ;;
    *.zip) unzip "$1" ;;
    *.Z) uncompress "$1" ;;
    *.7z) 7z x "$1" ;;
    *.pdf) nohup zathura "$1" > /dev/null 2>&1 & ;;
    *.html) nohup luakit "$1" > /dev/null 2>&1 & ;;
    *.blend) nohup blender "$1" > /dev/null 2>&1 & ;;
    *.avi) nohup mplayer "$1" ;;
    *.wmv) nohup mplayer "$1" ;;
    *.rmvb) nohup mplayer "$1" ;;
    *.mp3) nohup urxvtc -si -sw -sh 30 -e mplayer "$1" > /dev/null 2>&1 & ;;
    *.flv) nohup mplayer "$1" ;;
    *.mp4) nohup mplayer "$1" ;;
    *.ogg) nohup urxvt -si -sw -sh 30 -e mplayer "$1" > /dev/null 2>&1 & ;;
    *.wav) nohup audacity "$1" > /dev/null 2>&1 & ;;
    *.jpg) img "$1" ;;
    *.jpeg) img "$1" ;;
    *.JPG) img "$1" ;;
    *.png) img "$1" ;;
    *.gif) nohup gpicview "$1" > /dev/null 2>&1 & ;;
    *) nohup urxvt -si -sw -sh 30 -e vim "$1" > /dev/null 2>&1 & ;;
    esac
    else
    echo "'$1' is not a valid file"
    fi
    n="$1"
    # Add shortcuts
    makeShortcut () {
    if [[ $2 == "" ]]; then
    set $1 .
    fi
    echo ""$1"=\""$2"\"
    alias "$1"='cd \""$2"\"'
    " >> ~/.config/fm/shortcuts
    source ~/.config/fm/shortcuts
    # Copy pwd to clipboard
    cpwd () {
    echo \"$(pwd)\" | xclip
    # List directories
    lsd () {
    ls -F "$@" | grep \/$
    # Command aliases
    alias mv="move"
    alias sc="makeShortcut"
    alias cp="copy"
    alias ls="list"
    alias rm="remove"
    alias mkdir="makedir"
    alias hm="ls -l . | egrep -c '^-'"
    list # ls when fm starts
    Could all of you fellow file manager-haters post your little tricks, whether just a few lines added to ~/.bashrc or fully fledged files that you source like mine?
    Last edited by greenmanwitch (2011-02-07 19:58:40)

    3]) wrote: once you have video files cluttered all throughout your hard drive and folders all over, thats where the 'bash' filemanager system lacks its use in terms of effectiveness.
    Actually, I found this to be one of the best advantages of using bash is that it forces a user to think about file organization and making useful naming schemes for files.
    For example, instead of having 1000+ media files in one directory I subcategorize theme by genre or whatever, and then probably subcategorize them again.
    Then I usually rename the files to something meaningful, like if I have 50 pictures of my kids birthday, just do a for each loop on the directory and rename all the files donovan_birthdayX.jpg where X is an integer incrementation.
    essentially. just don't "have files cluttered all throughout you hard drive and folders all over". and your life will be much happier regardless of how you manage your files.

  • How can I remove files from the startup disk

    I am getting a screen when I am trying to quit saying   the "MAC OS X startup disk has no more space available for application memory"  by closing the windows and removing files from the startup disk will help.
    How do I do this?

    That error message is misleading. Your problem is excessive swapping of data between physical memory and virtual memory.
    That can happen for two reasons:
    You have a long-running process with a memory leak (i.e., a bug), or
    You don't have enough memory installed for your usage pattern.
    Tracking down a memory leak can be difficult, and it may come down to a process of elimination.
    In the Activity Monitor application, select All Processes from the menu in the toolbar, if not already selected. Click the heading of the  Real Mem column in the process table twice to sort the table with the highest value at the top. If you don't see that column, select
    View ▹ Columns ▹ Real Memory
    from the menu bar.
    If one process (excluding "kernel_task") is using much more memory than all the others, that could be an indication of a leak. A better indication would be a process that continually grabs more and more real memory over time without ever releasing it. Here is an example of how it's done.
    The process named "Safari Web Content" renders web pages for Safari and other applications. It uses a lot of memory and may leak if certain Safari extensions or third-party web plugins are installed. Consider it a prime suspect.
    If you don't have an obvious memory leak, your options are to install more memory (if possible) or to run fewer programs simultaneously.
    The next suggestion is only for users familiar with the shell. For a more precise, but potentially misleading, test, run the following command: 
    sudo leaks -nocontext -nostacks process | grep total
    where process is the name of a process you suspect of leaking memory. Almost every process will leak some memory; the question is how much, and especially how much the leak increases with time. I can’t be more specific. See the leaks(1) man page and the Apple developer documentation for details.

  • Removing files from a dead powerbook drive

    I need to remove files from a dead powerbook which has motherboard failure. Does not boot up so Target mode will not work. Is there another way to do this?
    Do they make drive dock connectors for this?

    You could remove the drive and use a drive adapter. Many places make drive adapters.
    I like OWC. Here is an example.
    http://eshop.macsales.com/item/Newer%20Technology/U2NV2SPATA/
    Cheers.

  • Problem removing files and other issues

    Hello, i have been using Solaris 10 now for almost a week. I am starting to see a lot of flaws in it. I hate to go back to Linux when I have wanted Unix for so long. well here are my problems.
    Removing files from the DIR /export/home/ gives me this error:
    Error "Not on the same file system" while deleting "/export/hom...-1.src.rpm".
    would you like to continue?
    [Skip] [X_Cancel] [Retry]
    I seem to get that error everytime I try to delete a downloaded file, also I am logged in as root. (because I created a user account, assigined the user a group and password and I still can't log in with it)
    I also configure my panel, and add applications like the cd player, and when i reboot my computer, the applications are question marks wich are also dead links.
    I can't set my clock. the timezone seems to be messed up.
    When I reboot my computer or shut it down, it takes longer everytime to boot back up. I have timed it. The computer has passed infant mortality, but it is still young, and runs good. So i am assuming all my hardware is fine. since i have installed the os, I have installed firefox. and I have used firefox. that is about it. I am loggin in as root, so i am extremely carefull with what i do, I just seem to have a new problem with each log in. I am starting to feel like Unix is losing it's special value, but i want to try and fix the problems before giving up, after all, it has been less than a week.
    If you have any information on anything that i babbled on about thank in advance.

    Had the same problem. This post (external) seems to suggest this is Nautilus problem: http://unix.derkeiler.com/Newsgroups/comp.unix.solaris/2005-04/1109.html
    Deleting stuff form the shell instead works as a workaround, but then you don't have the benefits of trash can.
    / Rich

  • How do I remove files from my HD if MacBook Pro is not starting up?

    My MacBook Pro has a solid state aftermarket hard drive that is completely full and is now causing start up problems. When I turn my laptop on the login screen comes up and I can enter my password and login as usual. However after login just a grey screen appears and it stays that way forever until I shut the computer down by holding power button. if I physically remove my hard drive is there any way I can hook it up to a different computer and remove files to free up enough space to allow my Mac to successfully start up and login? Ive already tried safe boot and NVRAM/PRAM reboots but neither of those worked. Let me know if my idea is possible/how or any other methods that would help me out.
    Thanks,
    Isaac

    If you have another Mac, use Target Disk Mode. Connect your Mac to the other Mac using a Thunderbolt or FireWire cable, and hold down the T key while booting up on the problematic Mac. If you go into Finder on the other Mac, the first one's hard drive should show up as a disk.

  • How to restore the removed files back?

    Recently, in order to free up space of a WD external hard drive, I have removed some files. And I remember I have backed up them on another computer drive. However, yesterday, I found that these files were all missing from this computer
    drive. It was really strange.
    Is it possible for me to restore these removed files back? Any idea would be appreciated.

    Is there anyone that has used this computer drive before?
    Perhaps, there is some one that has accidentally deleted these files.
    OK! Don’t worry! In my opinion, you’d better not to use this drive right now and try to restore these files back by applying data recovery programs.
    To retrieve them back, you could ask for a professional service or also download a free data recovery tool. The former way could cost a lot.
    So, I suggest you to try a free data recovery program at first. There are many free data recovery programs available online, such as
    Recuva, Power Data recovery and iCare Data recovery Free, etc.
    Next time, you should never back up some important files only on one drive.
    Thank you for your listed data recovery freeware.
    Thanks a lot!

Maybe you are looking for

  • How do I add multiple songs to a Slideshow

    My slideshow is about 2 to 3 songs in length. When adding music I can only figure out how to use one song for the background music. Rather than having the same song play over and over, is there any way I can select 3 songs to play one after the other

  • "this is not a valid PDF file" message when creating a new document?

    Every time i try and open a new document I get a message that says this is not a valid PDF file? Has anyone else recieved this message?

  • CS3 not opening .CR2 files

    I can't get either Photoshop or Bridge to recognize/open .cr2 files. I have Camera Raw pug-in 4.6 installed, fully updated CS3, Snow Leopard 10.6.4 and the pictures are taken with an EOS 7D. Can't get my head around what's going on here. The funny th

  • Edit "more info" in the "get info" window

    I have songs on iTunes that are all named with what artists and song and album it is. When i click get info for the song out of itunes. In the "more info" section for song song will tell what artist and album it is and others will just say when it wa

  • BT Infinity - IP address at Router.

    This question relates to the Internet side of my BT Infinity connection. Does any one know if BT setup Static TCP/IP or use DHCP? If they use DHCP what is the lease time ? I know that I have DHCP running on my LAN side.