Displaying 3 results from an estimated 3 matches for "fileslist".
Did you mean:
filelist
2009 Jan 23
1
XML package help
Please consider this:
<Manifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
<!-- eName : name of the element.
eValue : value of the element. -->
<OutputFilePath>./XYZ</OutputFilePath>
<FilesList>
<File>
<FileTypeId>10</FileTypeId>
<FilePath>./XYZ/</FilePath>
<PatientCharacteristics eName="one" eValue="1"/>
<PatientChar...
2009 Feb 09
1
XML package- accessing nodes based on attributes
...attempting to parse based on attributes:
<Manifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- eName : name of the element.
eValue : value of the element. -->
<OutputFilePath>D:\CN_data\Agilent\Results\</OutputFilePath>
<FilesList>
<File>
<Characteristic Type="File" eName="FileTypeId" eValue="10"/>
<Characteristic Type="File" eName="FilePath" eValue="D:\CN_data\Agilent\TCGA-06-0875-01A-01D-0387-02_US23502331_251469343372_S01_...
2024 Feb 07
0
BUG? rsync ends without message by delete files
...n code ( echo $? )
>
> After some more tests, the ERR-Code are:
>
> "22 - Error allocating core memory buffers"
> (with --delete-before)
>
>
> But, now there are only ~100.000 Files to delete, in some Tranches.
>
>
> IMHO:
>
> rsync read the Fileslist without problems, begins with deleting (and on
> thi can decrease the list too) and fail than with a Momory-Error? :-o
>
> Source- and Target-system have 64GB RAM, could be enough...
>
> This seem for me as a Bug.
>
>
> And sorry, but i cant make Issues on Github.
>...