File Handling - Iterating through a whole directory

How can you cycle through all the files in a given directory, and then select the ones you think you need? What I need to do is cycle through all the files in a directory and pick out the text files with a specific name. Is this done with FilenameFilter?
TIA.

You can use File.list[b] or File.listFiles[b] with, or without a FilenameFiler.

Similar Messages

  • How can I copy the whole directory of files from PC to iPad?

    How can I copy the whole directory of files from PC to iPad ?

    Get an app that reads PDF's, such as iBooks or GoodReader or Readdle Docs, then use the file transfer part of iTUnes to get those files to your iPad, through iTunes. ( I have no experience with goodreader, but with ReaddleDocs you can move the files, then create folders to put them in to keep them organized)

  • Bullet Proof File Handling - Directory Iteraction

    Hi
    I have a cleanup script which I got and modified from the .net. The problem was only some files were being actioned.
    I fired up powergui and tried various errorlevels, try / catch but can't beat it..
    i.e if gets an error and aborts further recursion
    What I want to happen is :
    - all directories and files (top level and sub directory) to be deleted UNLESS the files happen to end with *.msi
    - if a directory contains files AFTER deletion attempts (this will either me *.msi or files which are locked - in use) the directory is not deleted
    - locked etc, access denied should not be reported and skipped over but the recursion itself should not stop
    >> What do you recommend ?
    Thanks
    Get-ChildItem "C:\users\$env:USERNAME\AppData\Local\Temp\" -Exclude *.msi -Recurse -Force -ErrorAction Ignore | foreach {
    #Write-Host "File is $_ try
    remove-item -Path $_ -Exclude *.msi -Verbose -Force -recurse -ErrorAction SilentlyContinue
    catch
    File is C:\users\me\AppData\Local\Temp\OneNoteRuntimeCache\15.0
    VERBOSE: Performing operation "Remove Directory" on Target "C:\users\me\AppData\Local\Temp\OneNoteRuntimeCache\15.0".
    VERBOSE: Performing operation "Remove file" on Target "C:\users\Sme\AppData\Local\Temp\OneNoteRuntimeCache\15.0\OneNoteRuntimeCache.onecache".
    Get-ChildItem : Access is denied
    At D:\Projects\PowerShell\test2.ps1:3 char:4
    + Get-ChildItem "C:\users\$env:USERNAME\AppData\Local\Temp\" -Exclude *.msi -Re ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (:) [Get-ChildItem], UnauthorizedAccessException

    The following works and gives finer control but requires more code.
    The previous approach still caused the script to stop.
    I have written in a general sense with comments so others can modify.
    $ErrorActionPreference
    =
    "SilentlyContinue"
    $global:LevelCount
    = 0
    $global:MaxLevelCount
    = 0
    $global:TotalFileCount
    = 0
    $global:TotalDirCount
    = 0
    $global:TotalFileSize
    = 0
    $DirFlag
    = [int]([System.Io.FileAttributes]::Directory)
    $JunctionFlag
    = [int]([System.Io.FileAttributes]::ReparsePoint)
    <#
    .SYNOPSIS
    Recurse direcory, first go through all the files then each directory
    .DESCRIPTION
    Recurse direcory, first go through all the files then each directory
    then repeat this patterm in subdirectories, the code has a section for file and dir handling
    .NOTES
     Authors:  Greg Roberts
    .PARAMETER String Path
     Path to top level directory
    .PARAMETER Int Recurse_Flag
     Used internally, do not add
     #>
    Function
    Recurse_Files{
    Param(
    [Parameter(Mandatory=$True)]
    [string]$Path,
    [Parameter(Mandatory=$False)]
    [int]$Recurse_Flag
    = 0
    if ($Recurse_Flag
    -eq 0)
    # first time...
    $global:TotalFileCount
    = 0
    $global:TotalDirCount
    = 0
    $global:TotalFileSize
    = 0
    $global:MaxLevelCount
    = 0
    $global:LevelCount++
    if ($global:LevelCount
    -gt
    $global:MaxLevelCount)
    $global:MaxLevelCount
    =
    $global:LevelCount
    $Files
    = 0
    $Dirs
    = 0
    $FileSize
    = 0
    [int[]]
    $theStats
    = 0,0,0
    Write-Host
    "Inside "
    $Path
    # Exclusions can be added here (-Exclude *.msi) or in the logic below
    ForEach($file
    in (Get-ChildItem
    $Path
    -force
    -ErrorAction
    silentlycontinue))
    try
    # Do not follow reparse points, i.e. junctions
    if (([int]$file.Attributes
    -band
    $JunctionFlag)
    -eq 1)
    Continue
    if (([int]$file.Attributes
    -band
    $DirFlag)
    -eq
    $DirFlag)
    # Directory section
    # Continue down to bottom so that we do things bottom up
    # By placing this Recusion call on the other side of the "work" you can drill top down
    Recurse_Files
    $file.FullName 1
    $Dirs++
    $global:TotalDirCount++
    # Do File work here, NB: this will not include the original parent directory called
    if ((Get-ChildItem
    $file.FullName).Count
    -eq 0)
    Write-Host
    "Deleting "
    $file.FullName
    remove-item
    -Path
    $file.FullName
    -Exclude *.msi
    -Verbose
    -Force
    -Recurse
    -ErrorAction
    SilentlyContinue
    else
    Write-Host
    "NOT Deleting "
    $file.FullName
    else
    # File section
    $Files++
    $global:TotalFileCount++
    $global:TotalFileSize
    +=
    $file.Length
    $FileSize
    +=
    $file.Length
    # Do file work here
    if ($file.ModifyTime
    -gt $(Get-Date).AddDays(-7))
    Write-Host
    "Deleting "
    $file.FullName
    remove-item
    -Path
    $file.FullName
    -Exclude *.msi
    -Verbose
    -Force
    -ErrorAction
    SilentlyContinue
    else
    Write-Host
    "Not deleting because modified recently "
    $file.FullName
    catch
    $global:LevelCount--
    # When this is zero we are back to the top level if something needs to be done
    Recurse_Files
    "C:\users\$env:USERNAME\AppData\Local\Temp\" 
    Write-Host
    Write-Host
    "Stats Dirs "
    $global:TotalDirCount
    ", files "
    $global:TotalFileCount

  • Can i delete all AAC files at once without going through my whole library?

    Is there a way i can delete all AAC files off my itunes without going through my whole library and deleting them one by one. If deleting them at once isnt an option is there a way to see all the AAC files at once???

    Put your library in list view and sort on the Kind column.
    tt2

  • Duplicate File Handling Issues - Sender File Adapter - SAP PO 7.31 - Single Stack

    Hi All,
    We have a requirement to avoid processing of duplicate files. Our system is PI 7.31 Enh. Pack 1 SP 23. I tried using the 'Duplicate File Handling' feature in Sender File Adapter but things are not working out as expected. I processed same file again and again and PO is creating successful messages everytime rather than generating alerts/warnings or deactivating the channel.
    I went through the link  Michal's PI tips: Duplicate handling in file adapter - 7.31  . I have maintained similar setting but unable to get the functionality achieved. Is there anything I am missing or any setting that is required apart from the Duplicate file handling check box and a threshold count??
    Any help will be highly appreciated.
    Thanks,
    Abhishek

    Hello Sarvjeet,
    I'd to write a UDF in message mapping to identify duplicate files and throw an exception. In my case, I had to compare with the file load directory (source directory) with the archive directory to identify whether the new file is a duplicate or not. I'm not sure if this is the same case with you. See if below helps: (I used parameterized mapping to input the file locations in integration directory rather than hard-coding it in the mapping)
    AbstractTrace trace;
        trace = container.getTrace();
        double archiveFileSize = 0;
        double newFileSizeDouble = Double.parseDouble(newFileSize);
        String archiveFile = "";
        String archiveFileTrimmed = "";
        int var2 = 0;
        File directory = new File(directoryName);
        File[] fList = directory.listFiles();
        Arrays.sort(fList, Collections.reverseOrder());
        // Traversing through all the files
        for (File file : fList){   
            // If the directory element is a file
            if (file.isFile()){       
                            trace.addInfo("Filename: " + file.getName()+ ":: Archive File Time: "+ Long.toString(file.lastModified()));
                            archiveFile = file.getName();
                          archiveFileTrimmed = archiveFile.substring(20);       
                          archiveFileSize = file.length();
                            if (archiveFileTrimmed.equals(newFile) && archiveFileSize == newFileSizeDouble ) {
                                    var2 = var2 + 1;
                                    trace.addInfo("Duplicate File Found."+newFile);
                                    if (var2 == 2) {
                                            break;
                            else {
                                    continue;
        if (var2 == 2) {
            var2 = 0;
            throw new StreamTransformationException("Duplicate File Found. Processing for the current file is stopped. File: "+newFile+", File Size: "+newFileSize);
    return Integer.toString(var2);
    Regards,
    Abhishek

  • HOW: File handling - Date and time of file created/modified

    Hi all,
    Is there any way by which we can find out the date and time of the file created in operating system using file handling through PL/SQL.
    Eg:-
    I have a directory in which I am storing some files, and for a given file name I must know when that file was created, i mean date and time.
    Might be there is some simple way, please help out.
    regards
    CJ

    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:439619916584#73995149457661
    Remember to get the correct privs (java privs) on the directory.
    Mette

  • Various errors after upgrade (stale file handle, corrupt file)

    Hi,
    I performed a system update a couple of days ago and since then have not been able to access certain directories (it seems to be only my home directory and any directory in my Dropbox) using graphical file browsers (tested with thunar and nautilus). I can access them through the command line just fine but graphical file browsers give me a "Stale file handle" error.
    When I try to open a libreoffice application, I get the following error: "The application cannot be started. The configuration file "/etc/libreoffice/bootstraprc" is corrupt".
    The relevant part of my pacman logfile looks like this:
    [2014-07-10 07:05] [PACMAN] Running 'pacman -Syu'
    [2014-07-10 07:05] [PACMAN] synchronizing package lists
    [2014-07-10 07:05] [PACMAN] starting full system upgrade
    [2014-07-10 07:16] [PACMAN] upgraded alsa-lib (1.0.27.2-1 -> 1.0.28-1)
    [2014-07-10 07:16] [PACMAN] upgraded alsa-plugins (1.0.27-2 -> 1.0.28-1)
    [2014-07-10 07:16] [PACMAN] upgraded alsa-utils (1.0.27.2-1 -> 1.0.28-1)
    [2014-07-10 07:16] [PACMAN] upgraded lib32-gcc-libs (4.9.0-3 -> 4.9.0-5)
    [2014-07-10 07:16] [PACMAN] upgraded gcc-libs-multilib (4.9.0-3 -> 4.9.0-5)
    [2014-07-10 07:16] [PACMAN] upgraded aspell (0.60.6.1-1 -> 0.60.6.1-2)
    [2014-07-10 07:16] [PACMAN] upgraded readline (6.3.005-1 -> 6.3.006-1)
    [2014-07-10 07:16] [PACMAN] upgraded bash (4.3.011-1 -> 4.3.018-3)
    [2014-07-10 07:16] [PACMAN] upgraded autoconf (2.69-1 -> 2.69-2)
    [2014-07-10 07:16] [PACMAN] upgraded babl (0.1.10-1 -> 0.1.10-2)
    [2014-07-10 07:16] [PACMAN] upgraded qca (2.0.3-4 -> 2.0.3-5)
    [2014-07-10 07:16] [PACMAN] upgraded libdbusmenu-qt (0.9.2-2 -> 0.9.2-3)
    [2014-07-10 07:16] [PACMAN] upgraded polkit-qt (0.103.0-2 -> 0.103.0-3)
    [2014-07-10 07:16] [PACMAN] upgraded shared-mime-info (1.2-2 -> 1.3-1)
    [2014-07-10 07:16] [PACMAN] upgraded hunspell (1.3.2-3 -> 1.3.3-1)
    [2014-07-10 07:16] [PACMAN] upgraded perl (5.18.2-2 -> 5.20.0-5)
    [2014-07-10 07:16] [PACMAN] upgraded hspell (1.2-1 -> 1.2-2)
    [2014-07-10 07:16] [PACMAN] upgraded enchant (1.6.0-4 -> 1.6.0-5)
    [2014-07-10 07:16] [PACMAN] upgraded giflib (5.0.6-1 -> 5.1.0-1)
    [2014-07-10 07:16] [PACMAN] upgraded libxcursor (1.1.14-1 -> 1.1.14-2)
    [2014-07-10 07:16] [PACMAN] upgraded phonon-qt4-gstreamer (4.7.1-1 -> 4.7.2-1)
    [2014-07-10 07:16] [PACMAN] upgraded libqzeitgeist (0.8.0-3 -> 0.8.0-4)
    [2014-07-10 07:16] [PACMAN] upgraded phonon-qt4 (4.7.1-2 -> 4.7.2-1)
    [2014-07-10 07:16] [PACMAN] upgraded kdelibs (4.13.1-3 -> 4.13.2-3)
    [2014-07-10 07:16] [PACMAN] upgraded gnupg (2.0.22-2 -> 2.0.25-1)
    [2014-07-10 07:16] [PACMAN] upgraded gpgme (1.4.3-1 -> 1.5.0-1)
    [2014-07-10 07:16] [PACMAN] upgraded qjson (0.8.1-2 -> 0.8.1-3)
    [2014-07-10 07:16] [PACMAN] upgraded kdepimlibs (4.13.1-1 -> 4.13.2-1)
    [2014-07-10 07:16] [PACMAN] upgraded xapian-core (1:1.2.17-1 -> 1:1.2.18-1)
    [2014-07-10 07:16] [PACMAN] upgraded libpng (1.6.10-1 -> 1.6.12-1)
    [2014-07-10 07:16] [PACMAN] upgraded pixman (0.32.4-1 -> 0.32.6-1)
    [2014-07-10 07:16] [PACMAN] upgraded libvdpau (0.7-1 -> 0.8-1)
    [2014-07-10 07:16] [PACMAN] upgraded fixesproto (5.0-2 -> 5.0-3)
    [2014-07-10 07:16] [PACMAN] upgraded damageproto (1.2.1-2 -> 1.2.1-3)
    [2014-07-10 07:16] [PACMAN] upgraded libxdamage (1.1.4-1 -> 1.1.4-2)
    [2014-07-10 07:16] [PACMAN] upgraded libdbus (1.8.2-1 -> 1.8.4-1)
    [2014-07-10 07:16] [PACMAN] upgraded dbus (1.8.2-1 -> 1.8.4-1)
    [2014-07-10 07:16] [PACMAN] upgraded kmod (17-1 -> 18-1)
    [2014-07-10 07:16] [PACMAN] upgraded hwids (20130915.1-1 -> 20140602-1)
    [2014-07-10 07:16] [PACMAN] upgraded libsystemd (212-3 -> 214-2)
    [2014-07-10 07:16] [PACMAN] upgraded pam (1.1.8-4 -> 1.1.8-5)
    [2014-07-10 07:16] [ALPM-SCRIPTLET] :: coredumps are no longer sent to the journal by default. To re-enable:
    [2014-07-10 07:16] [ALPM-SCRIPTLET] echo >/etc/sysctl.d/50-coredump.conf \
    [2014-07-10 07:16] [ALPM-SCRIPTLET] "kernel.core_pattern=|/usr/lib/systemd/systemd-coredump %p %u %g %s %t %e"
    [2014-07-10 07:16] [PACMAN] upgraded systemd (212-3 -> 214-2)
    [2014-07-10 07:16] [PACMAN] upgraded libffi (3.0.13-4 -> 3.1-2)
    [2014-07-10 07:16] [PACMAN] upgraded llvm-libs (3.4.1-2 -> 3.4.2-1)
    [2014-07-10 07:16] [PACMAN] upgraded mesa (10.1.4-1 -> 10.2.3-1)
    [2014-07-10 07:16] [PACMAN] upgraded libxdmcp (1.1.1-1 -> 1.1.1-2)
    [2014-07-10 07:16] [PACMAN] upgraded kbproto (1.0.6-1 -> 1.0.6-2)
    [2014-07-10 07:16] [PACMAN] upgraded libx11 (1.6.2-1 -> 1.6.2-2)
    [2014-07-10 07:16] [PACMAN] upgraded libxkbfile (1.0.8-1 -> 1.0.8-2)
    [2014-07-10 07:16] [PACMAN] upgraded xorg-xkbcomp (1.2.4-1 -> 1.2.4-2)
    [2014-07-10 07:16] [PACMAN] upgraded xorg-setxkbmap (1.3.0-1 -> 1.3.0-2)
    [2014-07-10 07:16] [PACMAN] upgraded xorg-fonts-encodings (1.0.4-3 -> 1.0.4-4)
    [2014-07-10 07:16] [PACMAN] upgraded xorg-bdftopcf (1.0.4-1 -> 1.0.4-2)
    [2014-07-10 07:16] [PACMAN] upgraded xorg-mkfontdir (1.0.7-1 -> 1.0.7-2)
    [2014-07-10 07:16] [PACMAN] upgraded xorg-font-util (1.3.0-1 -> 1.3.0-2)
    [2014-07-10 07:16] [PACMAN] upgraded xorg-font-utils (7.6-3 -> 7.6-4)
    [2014-07-10 07:17] [ALPM-SCRIPTLET] Updating font cache... done.
    [2014-07-10 07:17] [PACMAN] upgraded xorg-fonts-misc (1.0.1-2 -> 1.0.1-3)
    [2014-07-10 07:17] [PACMAN] upgraded xorg-server-common (1.15.1-1 -> 1.15.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded xorg-server (1.15.1-1 -> 1.15.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded nvidia-utils (337.19-1 -> 337.25-3)
    [2014-07-10 07:17] [PACMAN] upgraded nvidia-libgl (337.19-1 -> 337.25-3)
    [2014-07-10 07:17] [PACMAN] upgraded lzo2 (2.06-3 -> 2.08-1)
    [2014-07-10 07:17] [PACMAN] upgraded cairo (1.12.16-1 -> 1.12.16-2)
    [2014-07-10 07:17] [PACMAN] upgraded poppler (0.26.1-1 -> 0.26.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded poppler-qt4 (0.26.1-1 -> 0.26.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded libtasn1 (3.4-1 -> 3.6-1)
    [2014-07-10 07:17] [PACMAN] upgraded gnutls (3.3.2-1 -> 3.3.5-1)
    [2014-07-10 07:17] [PACMAN] upgraded libva (1.3.1-1 -> 1.3.1-2)
    [2014-07-10 07:17] [PACMAN] upgraded opencore-amr (0.1.3-1 -> 0.1.3-2)
    [2014-07-10 07:17] [PACMAN] installed libx264 (1:142.20140311-4)
    [2014-07-10 07:17] [PACMAN] upgraded xvidcore (1.3.2-3 -> 1.3.3-1)
    [2014-07-10 07:17] [PACMAN] upgraded x265 (1.0-1 -> 1.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded ffmpeg (1:2.2.2-3 -> 1:2.2.4-2)
    [2014-07-10 07:17] [PACMAN] upgraded ebook-tools (0.2.2-1 -> 0.2.2-2)
    [2014-07-10 07:17] [PACMAN] upgraded kdegraphics-mobipocket (4.13.1-1 -> 4.13.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded kfilemetadata (4.13.1-1 -> 4.13.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded baloo (4.13.1-1 -> 4.13.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded binutils (2.24-4 -> 2.24-6)
    [2014-07-10 07:17] [PACMAN] upgraded bluez (5.19-1 -> 5.21-2)
    [2014-07-10 07:17] [PACMAN] upgraded bluez-libs (5.19-1 -> 5.21-2)
    [2014-07-10 07:17] [PACMAN] upgraded ca-certificates-java (20140324-2 -> 20140324-3)
    [2014-07-10 07:17] [PACMAN] upgraded openssl (1.0.1.g-1 -> 1.0.1.h-1)
    [2014-07-10 07:17] [PACMAN] upgraded sqlite (3.8.4.3-2 -> 3.8.5-1)
    [2014-07-10 07:17] [PACMAN] upgraded python2 (2.7.6-3 -> 2.7.8-1)
    [2014-07-10 07:17] [PACMAN] upgraded python2-six (1.6.1-2 -> 1.7.3-1)
    [2014-07-10 07:17] [PACMAN] upgraded python2-beautifulsoup3 (3.2.1-2 -> 3.2.1-3)
    [2014-07-10 07:17] [PACMAN] upgraded libcl (1.1-3 -> 1.1-4)
    [2014-07-10 07:17] [PACMAN] upgraded imagemagick (6.8.9.1-2 -> 6.8.9.5-1)
    [2014-07-10 07:17] [PACMAN] upgraded libusb (1.0.18-1 -> 1.0.19-1)
    [2014-07-10 07:17] [PACMAN] upgraded libwebp (0.4.0-1 -> 0.4.0-2)
    [2014-07-10 07:17] [PACMAN] upgraded python2-pillow (2.4.0-1 -> 2.5.0-1)
    [2014-07-10 07:17] [PACMAN] upgraded libunrar (1:5.1.5-1 -> 1:5.1.6-1)
    [2014-07-10 07:17] [PACMAN] upgraded sip (4.15.5-2 -> 4.16.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded python2-sip (4.15.5-2 -> 4.16.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded pyqt4-common (4.10.4-2 -> 4.11.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded python2-pyqt4 (4.10.4-2 -> 4.11.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded calibre (1.38.0-1 -> 1.40.0-1)
    [2014-07-10 07:17] [PACMAN] upgraded cdrdao (1.2.3-6 -> 1.2.3-7)
    [2014-07-10 07:17] [PACMAN] upgraded libxft (2.3.1-2 -> 2.3.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded harfbuzz (0.9.28-1 -> 0.9.29-1)
    [2014-07-10 07:17] [PACMAN] upgraded pango (1.36.3-2 -> 1.36.5-1)
    [2014-07-10 07:17] [PACMAN] upgraded compositeproto (0.4.2-2 -> 0.4.2-3)
    [2014-07-10 07:17] [PACMAN] upgraded libxcomposite (0.4.4-1 -> 0.4.4-2)
    [2014-07-10 07:17] [PACMAN] upgraded libcups (1.7.3-1 -> 1.7.3-4)
    [2014-07-10 07:17] [PACMAN] upgraded gdk-pixbuf2 (2.30.7-1 -> 2.30.8-1)
    [2014-07-10 07:17] [PACMAN] upgraded gtk-update-icon-cache (2.24.23-1 -> 2.24.24-1)
    [2014-07-10 07:17] [PACMAN] upgraded gtk2 (2.24.23-1 -> 2.24.24-1)
    [2014-07-10 07:17] [PACMAN] upgraded xdg-utils (1.1.0.git20140207-1 -> 1.1.0.git20140426-1)
    [2014-07-10 07:17] [PACMAN] upgraded flac (1.3.0-2 -> 1.3.0-3)
    [2014-07-10 07:17] [ALPM-SCRIPTLET] Updating font cache... done.
    [2014-07-10 07:17] [PACMAN] upgraded ttf-liberation (2.00.1-3 -> 2.00.1-4)
    [2014-07-10 07:17] [PACMAN] upgraded chromium (35.0.1916.114-1 -> 35.0.1916.153-1)
    [2014-07-10 07:17] [PACMAN] upgraded libcap-ng (0.7.3-1 -> 0.7.4-1)
    [2014-07-10 07:17] [PACMAN] upgraded talloc (2.1.0-2 -> 2.1.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded libwbclient (4.1.7-1 -> 4.1.9-1)
    [2014-07-10 07:17] [PACMAN] upgraded cifs-utils (6.2-1 -> 6.3-2)
    [2014-07-10 07:17] [PACMAN] upgraded isl (0.12.2-1 -> 0.13-1)
    [2014-07-10 07:17] [PACMAN] upgraded cloog (0.18.1-2 -> 0.18.1-3)
    [2014-07-10 07:17] [PACMAN] upgraded clutter-gst (2.0.10-2 -> 2.0.12-1)
    [2014-07-10 07:17] [PACMAN] upgraded cogl (1.18.0-2 -> 1.18.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded libirman (0.4.5-3 -> 0.4.5-4)
    [2014-07-10 07:17] [PACMAN] upgraded lirc-utils (1:0.9.0-71 -> 1:0.9.0-74)
    [2014-07-10 07:17] [PACMAN] upgraded x264 (1:142.20140311-1 -> 1:142.20140311-4)
    [2014-07-10 07:17] [PACMAN] upgraded smbclient (4.1.7-1 -> 4.1.9-1)
    [2014-07-10 07:17] [PACMAN] upgraded mplayer (37051-2 -> 37224-1)
    [2014-07-10 07:17] [PACMAN] upgraded mencoder (37051-2 -> 37224-1)
    [2014-07-10 07:17] [PACMAN] upgraded python2-cairo (1.10.0-1 -> 1.10.0-2)
    [2014-07-10 07:17] [PACMAN] upgraded pygtk (2.24.0-3 -> 2.24.0-4)
    [2014-07-10 07:17] [PACMAN] upgraded devede (3.23.0-1 -> 3.23.0-2)
    [2014-07-10 07:17] [PACMAN] upgraded dhcpcd (6.3.2-1 -> 6.4.0-1)
    [2014-07-10 07:17] [PACMAN] upgraded djvulibre (3.5.25.3-1 -> 3.5.25.3-2)
    [2014-07-10 07:17] [PACMAN] upgraded dmxproto (2.3.1-2 -> 2.3.1-3)
    [2014-07-10 07:17] [PACMAN] upgraded dnssec-anchors (20130320-1 -> 20140629-1)
    [2014-07-10 07:17] [PACMAN] upgraded docbook-xml (4.5-5 -> 4.5-6)
    [2014-07-10 07:17] [PACMAN] upgraded dvd+rw-tools (7.1-4 -> 7.1-5)
    [2014-07-10 07:17] [PACMAN] upgraded json-glib (1.0.0-1 -> 1.0.2-1)
    [2014-07-10 07:17] [PACMAN] installed libnm-glib (0.9.8.10-3)
    [2014-07-10 07:17] [PACMAN] upgraded libmm-glib (1.2.0-3 -> 1.2.0-4)
    [2014-07-10 07:17] [PACMAN] upgraded geoclue2 (2.1.4-1 -> 2.1.8-2)
    [2014-07-10 07:17] [PACMAN] upgraded harfbuzz-icu (0.9.28-1 -> 0.9.29-1)
    [2014-07-10 07:17] [PACMAN] upgraded webkitgtk2 (2.4.2-1 -> 2.4.3-2)
    [2014-07-10 07:17] [ALPM-SCRIPTLET] ==> If you are using extensions you should update the extensions with
    [2014-07-10 07:17] [ALPM-SCRIPTLET] ==> dwbem -u or dwbem -Nu
    [2014-07-10 07:17] [PACMAN] upgraded dwb (2014.03.07-1 -> 2014.03.07-2)
    [2014-07-10 07:17] [PACMAN] upgraded e2fsprogs (1.42.9-2 -> 1.42.10-1)
    [2014-07-10 07:17] [PACMAN] upgraded webkitgtk (2.4.2-1 -> 2.4.3-2)
    [2014-07-10 07:17] [PACMAN] upgraded gnome-online-accounts (3.12.2-1 -> 3.12.3-1)
    [2014-07-10 07:17] [PACMAN] upgraded liboauth (1.0.1-1 -> 1.0.3-1)
    [2014-07-10 07:17] [PACMAN] upgraded libgdata (0.15.0-1 -> 0.15.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded evolution-data-server (3.12.2-1 -> 3.12.3-1)
    [2014-07-10 07:17] [PACMAN] upgraded folks (0.9.7-1 -> 0.9.7.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded telepathy-farstream (0.6.0-1 -> 0.6.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded telepathy-logger (0.8.0-1 -> 0.8.0-2)
    [2014-07-10 07:17] [PACMAN] upgraded empathy (3.12.2-1 -> 3.12.4-1)
    [2014-07-10 07:17] [PACMAN] upgraded ffmpeg-compat (1:0.10.12-2 -> 1:0.10.13-1)
    [2014-07-10 07:17] [PACMAN] upgraded file (5.18-1 -> 5.19-1)
    [2014-07-10 07:17] [ALPM] warning: /etc/group installed as /etc/group.pacnew
    [2014-07-10 07:17] [ALPM] warning: /etc/passwd installed as /etc/passwd.pacnew
    [2014-07-10 07:17] [ALPM] warning: /etc/shadow installed as /etc/shadow.pacnew
    [2014-07-10 07:17] [PACMAN] upgraded filesystem (2013.05-2 -> 2014.06-2)
    [2014-07-10 07:17] [PACMAN] upgraded filezilla (3.8.0-1 -> 3.8.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded findutils (4.4.2-5 -> 4.4.2-6)
    [2014-07-10 07:17] [PACMAN] upgraded mozilla-common (1.4-3 -> 1.4-4)
    [2014-07-10 07:17] [PACMAN] upgraded firefox (29.0.1-2 -> 30.0-1)
    [2014-07-10 07:17] [PACMAN] upgraded flashplugin (11.2.202.359-1 -> 11.2.202.394-1)
    [2014-07-10 07:17] [PACMAN] upgraded freerdp (1.0.2-5 -> 1.0.2-6)
    [2014-07-10 07:17] [PACMAN] upgraded fuse-exfat (1.0.1-1 -> 1.0.1-2)
    [2014-07-10 07:17] [PACMAN] upgraded gavl (1.4.0-1 -> 1.4.0-2)
    [2014-07-10 07:17] [PACMAN] upgraded gc (7.4.0-3 -> 7.4.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded gcc-multilib (4.9.0-3 -> 4.9.0-5)
    [2014-07-10 07:17] [PACMAN] upgraded geoclue (0.12.99-1 -> 0.12.99-2)
    [2014-07-10 07:17] [PACMAN] upgraded jre7-openjdk-headless (7.u55_2.4.7-1 -> 7.u60_2.5.0-3)
    [2014-07-10 07:17] [PACMAN] upgraded jre7-openjdk (7.u55_2.4.7-1 -> 7.u60_2.5.0-3)
    [2014-07-10 07:17] [PACMAN] upgraded geogebra (4.4.35.0-1 -> 4.4.37.0-1)
    [2014-07-10 07:17] [PACMAN] upgraded geoip-database (20140304-1 -> 20140604-1)
    [2014-07-10 07:17] [PACMAN] upgraded gettext (0.18.3.2-1 -> 0.19.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded git (1.9.3-1 -> 2.0.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded glu (9.0.0-2 -> 9.0.0-3)
    [2014-07-10 07:17] [PACMAN] upgraded gmime (2.6.20-1 -> 2.6.20-2)
    [2014-07-10 07:17] [PACMAN] upgraded gnome-calculator (3.12.1-1 -> 3.12.3-1)
    [2014-07-10 07:17] [PACMAN] upgraded rarian (0.8.1-3 -> 0.8.1-4)
    [2014-07-10 07:17] [PACMAN] upgraded gnome-doc-utils (0.20.10-1 -> 0.20.10-2)
    [2014-07-10 07:17] [PACMAN] upgraded gnome-icon-theme-symbolic (3.12.0-1 -> 3.12.0-2)
    [2014-07-10 07:17] [PACMAN] upgraded gnome-icon-theme (3.12.0-1 -> 3.12.0-2)
    [2014-07-10 07:17] [PACMAN] upgraded gnome-menus (3.10.1-1 -> 3.10.1-2)
    [2014-07-10 07:17] [PACMAN] upgraded gnome-mime-data (2.18.0-6 -> 2.18.0-7)
    [2014-07-10 07:17] [PACMAN] upgraded vte-common (0.36.2-1 -> 0.36.3-1)
    [2014-07-10 07:17] [PACMAN] upgraded vte3 (0.36.2-1 -> 0.36.3-1)
    [2014-07-10 07:17] [PACMAN] upgraded gnome-terminal (3.12.2-1 -> 3.12.3-1)
    [2014-07-10 07:17] [PACMAN] upgraded gnome-user-docs (3.12.1-1 -> 3.12.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded gnome-user-share (3.10.2-2 -> 3.10.2-3)
    [2014-07-10 07:17] [PACMAN] upgraded goocanvas1 (1.0.0-2 -> 1.0.0-3)
    [2014-07-10 07:17] [PACMAN] upgraded gparted (0.18.0-1 -> 0.19.0-1)
    [2014-07-10 07:17] [PACMAN] upgraded grep (2.19-1 -> 2.20-1)
    [2014-07-10 07:17] [PACMAN] upgraded grub (1:2.02.beta2-3 -> 1:2.02.beta2-4)
    [2014-07-10 07:17] [PACMAN] upgraded gst-libav (1.2.4-1 -> 1.2.4-2)
    [2014-07-10 07:17] [PACMAN] upgraded gstreamer0.10-python (0.10.22-1 -> 0.10.22-2)
    [2014-07-10 07:17] [PACMAN] upgraded pangox-compat (0.0.2-1 -> 0.0.2-2)
    [2014-07-10 07:17] [PACMAN] upgraded gtkglext (1.2.0-9 -> 1.2.0-10)
    [2014-07-10 07:17] [PACMAN] upgraded hardinfo (0.5.1-5 -> 0.5.1-6)
    [2014-07-10 07:17] [PACMAN] upgraded hunspell-en (7.1-2 -> 7.1-3)
    [2014-07-10 07:17] [PACMAN] upgraded hyphen (2.8.6-1 -> 2.8.7-2)
    [2014-07-10 07:17] [PACMAN] upgraded i2c-tools (3.1.0-5 -> 3.1.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded xcb-util-keysyms (0.3.9-1 -> 0.3.9-2)
    [2014-07-10 07:17] [PACMAN] upgraded i3-wm (4.7.2-1 -> 4.8-3)
    [2014-07-10 07:17] [PACMAN] upgraded perl-xml-parser (2.41-4 -> 2.41-5)
    [2014-07-10 07:17] [PACMAN] upgraded perl-xml-simple (2.20-1 -> 2.20-2)
    [2014-07-10 07:17] [PACMAN] upgraded icon-naming-utils (0.8.90-2 -> 0.8.90-3)
    [2014-07-10 07:17] [PACMAN] upgraded imlib2 (1.4.6-1 -> 1.4.6-3)
    [2014-07-10 07:17] [PACMAN] upgraded poppler-glib (0.26.1-1 -> 0.26.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded inkscape (0.48.4-15 -> 0.48.5-2)
    [2014-07-10 07:17] [PACMAN] upgraded inputproto (2.3-1 -> 2.3.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded intel-tbb (4.2_20140122-1 -> 4.2_20140601-1)
    [2014-07-10 07:17] [PACMAN] upgraded intltool (0.50.2-1 -> 0.50.2-2)
    [2014-07-10 07:17] [PACMAN] upgraded jdk7-openjdk (7.u55_2.4.7-1 -> 7.u60_2.5.0-3)
    [2014-07-10 07:17] [PACMAN] upgraded libkactivities4 (4.13.1-3 -> 4.13.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded kactivities4 (4.13.1-3 -> 4.13.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded oxygen-icons (4.13.1-1 -> 4.13.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded kdebase-runtime (4.13.1-3 -> 4.13.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded ladspa (1.13-4 -> 1.13-5)
    [2014-07-10 07:17] [PACMAN] upgraded leafpad (0.8.18.1-3 -> 0.8.18.1-4)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-alsa-lib (1.0.27.2-1 -> 1.0.28-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-alsa-plugins (1.0.27-1 -> 1.0.28-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-bzip2 (1.0.6-1 -> 1.0.6-2)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-gettext (0.18.3.2-1 -> 0.19.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-harfbuzz (0.9.26-2 -> 0.9.29-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-libdbus (1.8.0-1 -> 1.8.4-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-libffi (3.0.13-1 -> 3.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-libgpg-error (1.12-1 -> 1.13-1)
    [2014-07-10 07:17] [PACMAN] upgraded libice (1.0.8-2 -> 1.0.9-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-libice (1.0.8-1 -> 1.0.9-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-libpng (1.6.10-1 -> 1.6.12-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-libvdpau (0.7-2 -> 0.8-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-llvm-libs (3.4.1-1 -> 3.4.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-systemd (212-1 -> 214-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-mesa (10.1.4-1 -> 10.2.3-1)
    [2014-07-10 07:17] [PACMAN] installed freeglut (2.8.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded mesa-demos (8.1.0-2 -> 8.2.0-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-mesa-demos (8.1.0-3 -> 8.2.0-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-nvidia-utils (337.19-1 -> 337.25-2)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-nvidia-libgl (337.19-1 -> 337.25-2)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-openssl (1.0.1.g-1 -> 1.0.1.h-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-sqlite (3.8.4.3-1 -> 3.8.5-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-util-linux (2.24.1-1 -> 2.24.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded libatasmart (0.19-2 -> 0.19-3)
    [2014-07-10 07:17] [PACMAN] installed librevenge (0.0.1-2)
    [2014-07-10 07:17] [PACMAN] upgraded libwpd (0.9.9-1 -> 0.10.0-1)
    [2014-07-10 07:17] [PACMAN] upgraded libcdr (0.0.16-2 -> 0.1.0-1)
    [2014-07-10 07:17] [PACMAN] upgraded libcroco (0.6.8-1 -> 0.6.8-2)
    [2014-07-10 07:17] [PACMAN] upgraded libdaemon (0.14-2 -> 0.14-3)
    [2014-07-10 07:17] [PACMAN] upgraded libetonyek (0.0.4-1 -> 0.1.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded libevdev (1.2.1-1 -> 1.2.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded libgme (0.6.0-2 -> 0.6.0-3)
    [2014-07-10 07:17] [PACMAN] upgraded libgnomecanvas (2.30.3-2 -> 2.30.3-3)
    [2014-07-10 07:17] [PACMAN] upgraded libgnomeui (2.24.5-1 -> 2.24.5-2)
    [2014-07-10 07:17] [PACMAN] upgraded libinput (0.1.0-1 -> 0.2.0-1)
    [2014-07-10 07:17] [PACMAN] upgraded libmusicbrainz5 (5.0.1-1 -> 5.0.1-2)
    [2014-07-10 07:17] [PACMAN] upgraded libkcddb (4.13.1-1 -> 4.13.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded libmicrohttpd (0.9.35-1 -> 0.9.37-1)
    [2014-07-10 07:17] [PACMAN] upgraded libmms (0.6.2-1 -> 0.6.4-1)
    [2014-07-10 07:17] [PACMAN] upgraded libmpcdec (1.2.6-3 -> 1.2.6-4)
    [2014-07-10 07:17] [PACMAN] upgraded libmpeg2 (0.5.1-4 -> 0.5.1-5)
    [2014-07-10 07:17] [PACMAN] upgraded libmspub (0.0.6-2 -> 0.1.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded libnfs (1.9.3-1 -> 1.9.4-1)
    [2014-07-10 07:17] [PACMAN] upgraded libodfgen (0.0.4-1 -> 0.1.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded libproxy (0.4.11-2 -> 0.4.11-4)
    [2014-07-10 07:17] [PACMAN] upgraded libreoffice-en-GB (4.2.4-1 -> 4.2.5-1)
    [2014-07-10 07:18] [PACMAN] upgraded libreoffice-common (4.2.4-1 -> 4.2.5-1)
    [2014-07-10 07:18] [PACMAN] upgraded libreoffice-base (4.2.4-1 -> 4.2.5-1)
    [2014-07-10 07:18] [PACMAN] upgraded lpsolve (5.5.2.0-2 -> 5.5.2.0-3)
    [2014-07-10 07:18] [PACMAN] upgraded libreoffice-calc (4.2.4-1 -> 4.2.5-1)
    [2014-07-10 07:18] [PACMAN] upgraded libreoffice-draw (4.2.4-1 -> 4.2.5-1)
    [2014-07-10 07:18] [PACMAN] upgraded libreoffice-impress (4.2.4-1 -> 4.2.5-1)
    [2014-07-10 07:18] [PACMAN] upgraded libreoffice-math (4.2.4-1 -> 4.2.5-1)
    [2014-07-10 07:18] [PACMAN] upgraded postgresql-libs (9.3.4-1 -> 9.3.4-2)
    [2014-07-10 07:18] [PACMAN] upgraded libreoffice-postgresql-connector (4.2.4-1 -> 4.2.5-1)
    [2014-07-10 07:18] [PACMAN] upgraded zip (3.0-3 -> 3.0-4)
    [2014-07-10 07:18] [PACMAN] upgraded libreoffice-sdk (4.2.4-1 -> 4.2.5-1)
    [2014-07-10 07:18] [PACMAN] upgraded libreoffice-sdk-doc (4.2.4-1 -> 4.2.5-1)
    [2014-07-10 07:18] [PACMAN] upgraded libreoffice-writer (4.2.4-1 -> 4.2.5-1)
    [2014-07-10 07:18] [PACMAN] upgraded libsigc++ (2.3.1-1 -> 2.3.1-2)
    [2014-07-10 07:18] [PACMAN] upgraded libspectre (0.2.7-1 -> 0.2.7-2)
    [2014-07-10 07:18] [PACMAN] upgraded libspiro (20071029-3 -> 1:0.2-1)
    [2014-07-10 07:18] [PACMAN] upgraded libtiger (0.3.4-3 -> 0.3.4-4)
    [2014-07-10 07:18] [PACMAN] upgraded libtracker-sparql (1.0.1-1 -> 1.0.1-2)
    [2014-07-10 07:18] [PACMAN] upgraded libwpg (0.2.2-2 -> 0.3.0-1)
    [2014-07-10 07:18] [PACMAN] upgraded libvisio (0.0.31-3 -> 0.1.0-1)
    [2014-07-10 07:18] [PACMAN] upgraded libvisual (0.4.0-4 -> 0.4.0-5)
    [2014-07-10 07:18] [PACMAN] upgraded libwps (0.2.9-1 -> 0.3.0-1)
    [2014-07-10 07:18] [PACMAN] upgraded xfconf (4.10.0-3 -> 4.10.0-4)
    [2014-07-10 07:18] [PACMAN] upgraded libxfce4ui (4.10.0-1 -> 4.10.0-2)
    [2014-07-10 07:18] [PACMAN] upgraded libxklavier (5.3-1 -> 5.4-1)
    [2014-07-10 07:18] [PACMAN] upgraded licenses (20130203-1 -> 20140629-1)
    [2014-07-10 07:18] [PACMAN] upgraded linux-firmware (20140316.dec41bc-1 -> 20140603.a4f3bc0-1)
    [2014-07-10 07:18] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2014-07-10 07:18] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2014-07-10 07:18] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2014-07-10 07:18] [ALPM-SCRIPTLET] ==> Starting build: 3.15.4-1-ARCH
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-07-10 07:18] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2014-07-10 07:18] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-07-10 07:18] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2014-07-10 07:18] [ALPM-SCRIPTLET] ==> Starting build: 3.15.4-1-ARCH
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2014-07-10 07:18] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-07-10 07:18] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2014-07-10 07:18] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-07-10 07:18] [PACMAN] upgraded linux (3.14.4-1 -> 3.15.4-1)
    [2014-07-10 07:18] [PACMAN] upgraded man-pages (3.67-1 -> 3.69-1)
    [2014-07-10 07:18] [PACMAN] upgraded mcpp (2.7.2-4 -> 2.7.2-5)
    [2014-07-10 07:18] [PACMAN] upgraded mdadm (3.3-2 -> 3.3.1-2)
    [2014-07-10 07:18] [PACMAN] upgraded mkvtoolnix-cli (6.9.1-1 -> 7.0.0-1)
    [2014-07-10 07:18] [PACMAN] upgraded mpfr (3.1.2.p8-1 -> 3.1.2.p10-1)
    [2014-07-10 07:18] [PACMAN] upgraded nano (2.2.6-2 -> 2.2.6-3)
    [2014-07-10 07:18] [PACMAN] upgraded netctl (1.7-1 -> 1.8-1)
    [2014-07-10 07:18] [PACMAN] upgraded networkmanager (0.9.8.10-1 -> 0.9.8.10-3)
    [2014-07-10 07:18] [PACMAN] upgraded nspr (4.10.5-1 -> 4.10.6-1)
    [2014-07-10 07:18] [PACMAN] upgraded ntp (4.2.7.p441-1 -> 4.2.7.p446-1)
    [2014-07-10 07:18] [PACMAN] upgraded nvidia (337.19-1 -> 337.25-4)
    [2014-07-10 07:18] [PACMAN] upgraded xine-lib (1.2.5-1 -> 1.2.6-1)
    [2014-07-10 07:18] [PACMAN] upgraded opencv (2.4.8-2 -> 2.4.9-1)
    [2014-07-10 07:18] [ALPM] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2014-07-10 07:18] [PACMAN] upgraded pacman-mirrorlist (20140405-1 -> 20140706-1)
    [2014-07-10 07:18] [PACMAN] upgraded phonon-qt5-gstreamer (4.7.1-1 -> 4.7.2-1)
    [2014-07-10 07:18] [PACMAN] upgraded pkg-config (0.28-1 -> 0.28-2)
    [2014-07-10 07:18] [PACMAN] upgraded pm-quirks (0.20100619-3 -> 0.20100619-4)
    [2014-07-10 07:18] [PACMAN] upgraded protobuf (2.5.0-3 -> 2.5.0-4)
    [2014-07-10 07:18] [PACMAN] upgraded pulseaudio-alsa (2-2 -> 2-3)
    [2014-07-10 07:18] [PACMAN] upgraded pygoocanvas (0.14.1-5 -> 0.14.1-6)
    [2014-07-10 07:18] [PACMAN] upgraded pyorbit (2.24.0-4 -> 2.24.0-5)
    [2014-07-10 07:18] [PACMAN] upgraded python-setuptools (3.6-1 -> 1:5.4.1-1)
    [2014-07-10 07:18] [PACMAN] upgraded python2-gnomecanvas (2.28.1-8 -> 2.28.1-9)
    [2014-07-10 07:18] [PACMAN] upgraded python2-bonobo (2.28.1-8 -> 2.28.1-9)
    [2014-07-10 07:18] [PACMAN] upgraded python2-cffi (0.8.2-4 -> 0.8.6-1)
    [2014-07-10 07:18] [PACMAN] upgraded python2-docutils (0.11-2 -> 0.12-1)
    [2014-07-10 07:18] [PACMAN] upgraded python2-gconf (2.28.1-8 -> 2.28.1-9)
    [2014-07-10 07:18] [PACMAN] upgraded python2-gnomevfs (2.28.1-8 -> 2.28.1-9)
    [2014-07-10 07:18] [PACMAN] upgraded python2-libgnome (2.28.1-8 -> 2.28.1-9)
    [2014-07-10 07:18] [PACMAN] upgraded python2-mako (0.9.1-2 -> 1.0.0-1)
    [2014-07-10 07:18] [PACMAN] upgraded python2-setuptools (3.6-1 -> 1:5.4.1-1)
    [2014-07-10 07:18] [PACMAN] upgraded xcb-util (0.3.9-1 -> 0.3.9-2)
    [2014-07-10 07:18] [PACMAN] upgraded xcb-util-image (0.3.9-1 -> 0.3.9-2)
    [2014-07-10 07:18] [PACMAN] upgraded qt5-base (5.3.0-3 -> 5.3.1-1)
    [2014-07-10 07:18] [PACMAN] upgraded qt5-xmlpatterns (5.3.0-3 -> 5.3.1-1)
    [2014-07-10 07:18] [PACMAN] upgraded qt5-declarative (5.3.0-3 -> 5.3.1-1)
    [2014-07-10 07:18] [PACMAN] upgraded qt5-location (5.3.0-3 -> 5.3.1-1)
    [2014-07-10 07:18] [PACMAN] upgraded qt5-script (5.3.0-3 -> 5.3.1-1)
    [2014-07-10 07:18] [PACMAN] upgraded qt5-sensors (5.3.0-3 -> 5.3.1-1)
    [2014-07-10 07:18] [PACMAN] upgraded qt5-webkit (5.3.0-3 -> 5.3.1-1)
    [2014-07-10 07:18] [PACMAN] upgraded randrproto (1.4.0-1 -> 1.4.0-2)
    [2014-07-10 07:18] [PACMAN] upgraded recordproto (1.14.2-1 -> 1.14.2-2)
    [2014-07-10 07:18] [PACMAN] upgraded remmina (1.0.0-11 -> 1.0.0-12)
    [2014-07-10 07:18] [PACMAN] upgraded renderproto (0.11.1-2 -> 0.11.1-3)
    [2014-07-10 07:18] [PACMAN] upgraded s-nail (14.6.4-1 -> 14.7.1-1)
    [2014-07-10 07:18] [PACMAN] upgraded samba (4.1.7-1 -> 4.1.9-1)
    [2014-07-10 07:18] [PACMAN] upgraded scrnsaverproto (1.2.2-1 -> 1.2.2-2)
    [2014-07-10 07:18] [PACMAN] upgraded sdl_mixer (1.2.12-3 -> 1.2.12-4)
    [2014-07-10 07:18] [PACMAN] upgraded sg3_utils (1.38-1 -> 1.39-1)
    [2014-07-10 07:18] [PACMAN] upgraded shntool (3.0.10-2 -> 3.0.10-3)
    [2014-07-10 07:18] [PACMAN] installed lib32-json-c (0.12-1)
    [2014-07-10 07:18] [PACMAN] installed lib32-libasyncns (0.8-7)
    [2014-07-10 07:18] [PACMAN] installed lib32-libcap (2.24-1)
    [2014-07-10 07:18] [PACMAN] installed lib32-libxtst (1.2.2-1)
    [2014-07-10 07:18] [PACMAN] installed lib32-libogg (1.3.1-1)
    [2014-07-10 07:18] [PACMAN] installed lib32-flac (1.3.0-1)
    [2014-07-10 07:18] [PACMAN] installed lib32-libvorbis (1.3.4-1)
    [2014-07-10 07:18] [PACMAN] installed lib32-libsndfile (1.0.25-3)
    [2014-07-10 07:18] [PACMAN] installed lib32-libpulse (5.0-1)
    [2014-07-10 07:18] [ALPM-SCRIPTLET] Important update note: Since Skype 4.3, only PulseAudio is supported.
    [2014-07-10 07:18] [ALPM-SCRIPTLET] That means you NEED a working PulseAudio setup to use Skype for voice chatting.
    [2014-07-10 07:18] [ALPM-SCRIPTLET] If you get distorted sound in skype, try adding PULSE_LATENCY_MSEC=60 to your
    [2014-07-10 07:18] [ALPM-SCRIPTLET] env before starting skype. Something like 'export PULSE_LATENCY_MSEC=60' in .bashrc, for example.
    [2014-07-10 07:18] [PACMAN] upgraded skype (4.2.0.13-4 -> 4.3.0.37-3)
    [2014-07-10 07:18] [PACMAN] upgraded slim (1.3.6-4 -> 1.3.6-5)
    [2014-07-10 07:18] [PACMAN] upgraded sound-theme-freedesktop (0.8-1 -> 0.8-2)
    [2014-07-10 07:18] [PACMAN] upgraded swig (3.0.0-1 -> 3.0.2-1)
    [2014-07-10 07:18] [PACMAN] upgraded sysfsutils (2.1.0-8 -> 2.1.0-9)
    [2014-07-10 07:18] [PACMAN] upgraded systemd-sysvcompat (212-3 -> 214-2)
    [2014-07-10 07:18] [PACMAN] upgraded thunar-volman (0.8.0-1 -> 0.8.0-2)
    [2014-07-10 07:18] [PACMAN] upgraded thunderbird (24.5.0-1 -> 24.6.0-1)
    [2014-07-10 07:18] [PACMAN] upgraded tracker (1.0.1-1 -> 1.0.1-2)
    [2014-07-10 07:18] [PACMAN] upgraded tzdata (2014c-1 -> 2014e-1)
    [2014-07-10 07:18] [PACMAN] upgraded unrar (1:5.1.5-1 -> 1:5.1.6-1)
    [2014-07-10 07:18] [PACMAN] upgraded unzip (6.0-6 -> 6.0-7)
    [2014-07-10 07:18] [PACMAN] upgraded vi (1:050325-3 -> 1:050325-4)
    [2014-07-10 07:18] [PACMAN] upgraded vim-runtime (7.4.307-3 -> 7.4.335-4)
    [2014-07-10 07:18] [PACMAN] upgraded vim (7.4.307-3 -> 7.4.335-4)
    [2014-07-10 07:18] [PACMAN] upgraded vlc (2.1.4-2 -> 2.1.5-1)
    [2014-07-10 07:18] [PACMAN] upgraded vorbis-tools (1.4.0-3 -> 1.4.0-4)
    [2014-07-10 07:18] [PACMAN] upgraded webrtc-audio-processing (0.1-1 -> 0.1-2)
    [2014-07-10 07:18] [PACMAN] upgraded wine (1.7.19-3 -> 1.7.21-1)
    [2014-07-10 07:18] [PACMAN] upgraded xbmc (13.0-5 -> 13.1-3)
    [2014-07-10 07:18] [PACMAN] upgraded xcb-util-renderutil (0.3.8-1 -> 0.3.9-1)
    [2014-07-10 07:18] [PACMAN] upgraded xdg-user-dirs-gtk (0.10-1 -> 0.10-2)
    [2014-07-10 07:18] [PACMAN] upgraded xf86-video-modesetting (0.8.1-2 -> 0.9.0-1)
    [2014-07-10 07:18] [PACMAN] upgraded xf86dgaproto (2.1-2 -> 2.1-3)
    [2014-07-10 07:18] [PACMAN] upgraded xf86vidmodeproto (2.3.1-2 -> 2.3.1-3)
    [2014-07-10 07:18] [PACMAN] upgraded xfsprogs (3.1.11-2 -> 3.2.0-1)
    [2014-07-10 07:18] [PACMAN] upgraded xineramaproto (1.2.1-2 -> 1.2.1-3)
    [2014-07-10 07:18] [PACMAN] upgraded youtube-dl (2014.05.19-1 -> 2014.06.26-1)
    Does anyone know what's going on?
    Is there any more information I can provide that would assist diagnosis?

    Hi, thanks for the reply
    /etc/libreoffice/bootstraprc  looks like this:
    [ErrorReport]
    ErrorReportPort=80
    ErrorReportServer=report.libreoffice.org
    [Bootstrap]
    InstallMode=<installmode>
    ProductKey=LibreOffice 4.2
    UserInstallation=$SYSUSERCONFIG/libreoffice/4
    Is this of any use?
    EDIT: through finding more applications that don't work I'm beiginning to suspect it is something to do with GTK. QT apps seem unaffected whereas GTK apps are all a bit upset. I can, for example, access my home directory just fine in dino (qt) and ranger (ncurses).
    EDIT 2: It appears only gtk2 apps are affected. gtk3 apps seem OK
    EDIT 3: I never found a solution, I reformatted the partition and started again (it was only my home partition). I am now back to using ext4.
    Last edited by gav989 (2014-08-19 11:09:53)

  • Empty File handling and raise alert.

    Hi,
    We have requirement where we are doing file pass through. But client wants PI to raise alert when it receives 0 byte file.
    How can we achieve this using File/FTP/SFTP adapter when we are not reading the actual payload and doing only pass thru?
    Thanks,
    Vertika

    Hi Vertika,
    AFAIK - there is no standard way for pass through interface to raise alert (for empty file). so you need to develop adapter module to raise the alert for empty file.
    Please refer the help page
    Configuring the Sender File Adapter - Advanced Adapter Engine - SAP Library
    Under Handling of Empty Files, specify how empty files (length 0 bytes) are to be handled:
    Do Not Create Message No XI messages are created from empty files.The files are processed according to the selected processing mode.For example, if the processing mode is Delete, empty files are deleted in the source directory.
    Process Empty Files XI messages are created with an empty main payload.The files are processed according to the selected processing mode.
    Skip Empty Files No XI messages are created from empty files.Empty files are skipped and remain in the source directory.

  • Can't delete file after renaming due to Word file handle still present. Error staes document is still in use but it's really not. Worked fine in 2007 but not in 2010.

    I have some code associated with a Word Template. The template is opened, filled out and saved via a routing in vba. This all works fine in older 2007 version (which is version it was originally created in). Once this file is saved, the user can change the
    date in a text box and re-save document. The code saves using the new date for part of new file name and then deletes that older file from the server. It fails at the delete function because the newer version of word is not dropping the file handle from the
    first named file when user saves it to the new filename. In older version (2007) this handle was released as soon as file was saved to a different name. I can't seem to figure out how to release the old document filename so the old document file can be deleted.
    I hope I explained this well enough.
    Here's the code that woeked in version 2007 but fails in version 2010.
    Option Explicit
    Dim CAPEX01 As MSForms.ComboBox
    Dim CAPEX02 As MSForms.ComboBox
    Dim LocalPath As String
    Dim NetPath As String
    Dim OldPath As String
    Dim OldPathNet As String
    Dim DocName01 As String
    Dim DocName02 As String
    Dim DocName03 As String
    Dim DocName04 As String
    Dim DocName As String
    Dim DocNameold As String
    Dim TestDocName As String
    Dim filesys
    Dim newfolder
    Sub AutoOpen()
    ActiveDocument.ActiveWindow.View.Type = wdPrintView
    TestDocName = ActiveDocument.TextBox2
    OldPathNet = "\\yourPath\" & TestDocName & "\"
    End Sub
    Sub AutoNew()
    TestDocName = ActiveDocument.TextBox2
    OldPathNet = "\\yourPath\" & TestDocName & "\"
     ComboBox1.Locked = False
     ComboBox1.Enabled = True
     FillList1
     FillList2
     End Sub
    Sub DeleteOldDoc()
    OldPathNet = "\\yourPath\" & TestDocName ' & "\"
    DocNameold = OldPathNet & TestDocName & "-" & DocName02 & "-" & DocName03 & "-" & DocName04 & ".doc"
        If Not TestDocName = DocName01 Then
            Set filesys = CreateObject("Scripting.FileSystemObject")
        If filesys.FileExists(DocNameold) Then
            filesys.DeleteFile (DocNameold), True      
     'I get file permission error here
        End If
        End If
    If DocName01 <> "" Then
    If Not TestDocName = DocName01 Then
    If Not TestDocName = "" Then
        MsgBox "Project Proposal Has Been Moved From Year " & TestDocName & " To " & DocName01 & ""
    End If
    End If
    End If
    TestDocName = DocName01
    End Sub
    '''''''Document path functions''''''
    Sub chkpath()
    Set filesys = CreateObject("Scripting.FileSystemObject")
    If Not filesys.FolderExists("\\yourPath\") Then
       newfolder = filesys.CreateFolder("\\yourPath\")
    End If
    If Not filesys.FolderExists("\\yourPath\" & DocName01 & "\") Then
        newfolder = filesys.CreateFolder("\\yourPath\" & DocName01 & "\")
    End If
    End Sub
    ''''''Save Function''''''
    Private Sub CommandButton1_Click()
    DocName01 = ActiveDocument.TextBox2
    DocName02 = ActiveDocument.TextBox4
    DocName03 = ActiveDocument.TextBox1
    DocName04 = ActiveDocument.ComboBox1.Value
    chkpath
    NetPath = "\\yourPath\" & DocName01 & "\"
    DocName = NetPath & DocName01 & "-" & DocName02 & "-" & DocName03 & "-" & DocName04
    ActiveDocument.SaveAs2 FileName:=DocName, FileFormat:=wdFormatDocument
     ComboBox1.Locked = True
     ComboBox1.Enabled = False
     ComboBox2.Locked = True
     ComboBox2.Enabled = False
     TextBox1.Locked = True
     TextBox1.Enabled = False
     TextBox3.Locked = True
     TextBox3.Enabled = False
     TextBox4.Locked = True
     TextBox4.Enabled = False
     DeleteOldDoc
    End Sub
    Sub FillList1()
    Set CAPEX02 = ActiveDocument.ComboBox2
      With CAPEX02
          .AddItem "CASTING", 0
          .AddItem "HOT ROLLING", 1
          .AddItem "COLD ROLLING", 2
          .AddItem "FINISHING", 3
          .AddItem "PLANT GENERAL", 4
          .AddItem "MOBILE EQUIPMENT", 5
      End With
    End Sub
     Sub FillList2()
     Set CAPEX01 = ActiveDocument.ComboBox1
      With CAPEX01
          .AddItem "A Name", 0
          .AddItem "Another Name", 1
      End With
    End Sub
    Private Sub CommandButton2_Click()
        UserForm1.Show
    End Sub

    mogulman52 and Don,
    I went back and looked at my code and had already updated it to SaveAs in the new docx format. It still holds the lock handle in place until Word closes, unlike earlier versions which released the lock handle when you did a SaveAs.
    As a note, all my Word and Excel macro-enabled (dotm & xltm) templates are read only and are never filled in, prompting the user for a file name on any close event or if they run the code gets auto-named. I do the SaveAs and concatenate the file name
    from data on the document (or sheet) that has been filled in. During the SaveAs the docx gets saved to a network folder and also on a local folder. The lock gets renamed to the filename and remains until Word is closed.
    So my code still fails at the point noted below while trying to delete an old filename version after the file has been saved as a new filename in a new folder. So....
    The code is looking in the last folder where the docx file was saved for the older filename so it can be deleted. The newest docx version has already been saved in a different folder and has a new lock handle of its own. That lock is not my problem, it's
    the older file lock which really exists in the same folder as the first filename that the docx was saved to. It does not release that lock until I exit Word. My work around has been to instruct all users to manually delete the older version file.
    The other odd thing is this only happens when I run it from code, if you manually go through these steps with the SaveAs menu drop-downs in Word it will release the lock handle???
    Hope this isn't to confusing and thanks for all your suggestions and help.
    Sub DeleteOldDoc()
    OldPathNet = "\\yourPath\" & TestDocName ' & "\"
    DocNameold = OldPathNet & TestDocName & "-" & DocName02 & "-" & DocName03 & "-" & DocName04 & ".doc"
    If Not TestDocName = DocName01 Then
    Set filesys = CreateObject("Scripting.FileSystemObject")
    If filesys.FileExists(DocNameold) Then
    filesys.DeleteFile (DocNameold), True 'I get file permission error here- lock handle is still present from last SaveAs command in last folder where previous version of file was saved.
    End If
    End If
    If DocName01 <> "" Then
    If Not TestDocName = DocName01 Then
    If Not TestDocName = "" Then
    MsgBox "Project Proposal Has Been Moved From Year " & TestDocName & " To " & DocName01 & ""
    End If
    End If
    End If
    TestDocName = DocName01
    End Sub
    Glenn

  • How to delete a whole directory in Contribute CS3

    Hello,
    Here is my problem :
    I've created a new page (html) in my site. This page contains
    some pictures.
    When I publish this new page, I choose a new directory to
    save it : "NewDirectory" for example.
    When I visit this new directory, I can see that Contribute
    creates an "images" directory and I can see my new html page.
    So, now I want to delete my (new) page. I know how to do
    that. But my problem is : how to delete the images.
    I can do delete them one by one but If I have a lot of image,
    it will be very long.
    Now my question : how can I delete a whole directory in
    contribute without having the following message:
    "CONTRIBUTE CAN'T DELETE THIS DIRECTORY. VERIFY DIRECTORY IS
    EMPTY" or something like that...
    Sorry for my bad english and thanks a lot for your help!!
    Victor

    Download FileZilla(free) and use FTP to delete the folder and
    its contents. Its not possible doing this using Contribute, even
    with 'Delete' permissions, you can only delete individual files
    that you're allowed to edit. I haven't found any admin-settings
    that allow you to delete folders with content (alas).

  • Error in creating IO file handles for job (number 3152513)

    Hi All -
    I am using Tidal 5.3.1.307. And the Windows agent that is running these jobs is at 3.0.2.05.
    Basically the error in the subject was received when starting a particular job once it was cancelled and a couple of other different jobs a few days before. These jobs have run successfully in the past.
    This particular job was running for 500+ minutes when it should run at an estimated 40 minutes. At that time it would not allow for a re-start of the job, it just stayed in a launched status.
    Trying to figure out what causes this error.
    Error in creating IO file handles for job 3152513
    Note - from that being said we were to see 2 instances of this process running at the same time, we noticed some blocking on the DB side of things.
    Trying to figure out if this is a known tidal issue or a coding issue or both.
    Another side note, after cancelling the 2nd rerun attempt the following error was encountered: Error activating job, Duplicate.
    When we did receive the Error creating IO file, the job did actually restart, but Tidal actually lost hooks into it and the query was still running as an orphan on the db server.
    Thanks All!

    The server to reboot is the agent server.  You can try stopping the agent and then manually deleting the file.  That may work.  When the agent is running the agent process may keep the file locked, so rebooting may not be sufficient.
    The numerical folders are found as sub-directories off of the services directory I mentioned.  I think the numbers correspond to the job type, so one number corresponds to standard jobs, another to FTP jobs.  I'd just look in the numbered directories until you find a filename matching the job number.
    The extensions don't really matter since you will want to delete all files that match your job number.  There should only be one or two files that you need to delete and they should all be in the same numbered sub-directory.
    As to the root cause of the problem, I can't really say since it doesn't happen very often.  My recollection is that it is either caused by a job blowing up spectacularly (e.g. a memory leak in the program being launched by Tidal) or someone doing something atypical with the client.

  • How do I know if this variable is a file handle?

    G'day
    (This has also been posted on StackOverflow)
    Say I have this code:
    function doFileStuff(){
        var file = "";
        try {
            file = fileOpen(filePath);
            // do stuff with file
        finally {
            fileClose(file);
    If the fileOpen() process fails, the fileClose() call will error. What I need to do is this sort of thing (pseudocode):
    if (isFile(file)){
        fileClose(file);
    I know I can test if file is an empty string still, and this works for me here, but it's not testing what I should be testing: whether file is a file handle. I can check the object's Java class, but this again sounds a bit hacky to me, and there should be a CFML way of doing it.
    There should be something like just isFile(), shouldn't there? I can't find anything like this in the docs.
    Any thoughts / tips? I have gone into more depth in my investigations on my blog. it's too wordy for here.
    Cheers for any help.
    Adam

    That would just defer the issue.. fileOpen() doesn't return a boolean, so I can't go:
    if (fileOpen(filePath)){
         fileClose(file);
    fileOpen() returns a file object; or nothing if it fails.  The whole thing is to identify whether it's a file.  That's the question.
    As per my original, it's dead easy to work around, provided one leverages known side effects of the situation (original variable state; that if it's a file it exposes some public properties; that one can doa  getClass() on it via Java, etc), but one shouldn't have to work around something as fundamental as this.  So I was wondering if I had missed something.
    Seemingly not (based on feedback I've had from various quarters).
    Adam

  • Empty File Handling in xLink adapter

    Helloo Experts
    I am doing a scenario, which creates an empty file(when some mapping condition doesnt satisfy).
    I dont want to write this empty file in the target directory.
    This can be handled if a file adapter is used, but I am using a SOAP AXIS adapter, so I dont know how to handle this here.
    I alaso tried using the StrictXml2PlainBean to avoid the creation, it creates 0 documents and a 0kb empty file.
    Can anyone please let me know how this can be solved????
    Also if some one has done this empty file handling in J2SE file adapter...can you tell how it was done.
    Thanks a lot!!!!!!
    Regards
    Shobha

    Hi Gabriel,
                       You can write a simple script to copy a file from source folder to target in case the fiel size is ZERO bytes. The script will not copy the file if the filesize is more than zero bytes, This will be processed normally by PI server. You can call the script from sender communication channel parameter : "RUN OS command before message processing". Could you please specify the Operating System (OS) you are using in your PI server.
    Regards
    Anupam

  • Empty File Handling in  SAP XI------Urgent

    Hi Frnds,
      1)  I have  one doubt XI will support Empty file processing. Suppose in my scenario
    In sender side i am having Empty file i want to process this file , what are necessary steps i need to take.
    2) In my scenario XI will support only 10mb file processing at a time, But in sender side i am having 20 mb file. How to transfer the file without splitting.

    hi raja
    Regarding empty file processing
    Handling of Empty Files
    Specify how empty files (length 0 bytes) are to be handled.
    &#9675;       Do Not Create Message
    No XI messages are created from empty files.
    The files are processed according to the selected processing mode.
    For example, if the processing mode is Delete, empty files are deleted in the source directory.
    &#9675;       Process Empty Files
    XI messages are created with an empty main payload.
    The files are processed according to the selected processing mode.
    &#9675;       Skip Empty Files
    No XI messages are created from empty files.
    Empty files are skipped and remain in the source directory.
    Also refer this link
    http://help.sap.com/saphelp_nw70/helpdata/EN/ae/d03341771b4c0de10000000a1550b0/frameset.htm
    This is done at ID in sender File Adapter Configuration of the communication.
    Regards
    Ramesh  P

  • Empty File Handling : Do Not Create Message

    Hi,
    I have set this option in Sender CC - file.
    Parameters --> Processing.
    I dont want to pass file to reciever , when file is empty.
    Will the above option  "Do Not Create Message" do the trick.
    OR do i need to choose something else??
    -santosh.

    Santosh,
    Yes. The trick will work for empty file handling.
    When your incoming file is empty then will be no xml message posted to IE and hence receiver will not get any message.
    FYI: Also you can use skip empty files which will do the same but here the files will remain in your source directory.
    Regards,
    Prasanthi.

Maybe you are looking for