<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/fullsync/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/fullsync/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 08 Jun 2023 07:42:02 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/fullsync/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>sftp error</title><link>https://sourceforge.net/p/fullsync/bugs/83/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;sftp error&lt;br/&gt;
net.sourceforge.fullsync.FileSystemException: Nested exception: Could not connect to SFTP server at "sftp://transcript.seekingalpha.com/".&lt;br/&gt;
nested exception: &lt;br/&gt;
org.apache.commons.vfs2.FileSystemException: Could not connect to SFTP server at "sftp://transcript.seekingalpha.com/". &lt;br/&gt;
    at org.apache.commons.vfs2.provider.sftp.SftpFileProvider.doCreateFileSystem(SftpFileProvider.java:107)&lt;br/&gt;
    at org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider.getFileSystem(AbstractOriginatingFileProvider.java:103)&lt;br/&gt;
    at org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider.findFile(AbstractOriginatingFileProvider.java:81)&lt;br/&gt;
    at org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider.findFile(AbstractOriginatingFileProvider.java:65)&lt;br/&gt;
    at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:693)&lt;br/&gt;
    at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:621)&lt;br/&gt;
    at net.sourceforge.fullsync.fs.connection.CommonsVfsConnection.&amp;lt;init&amp;gt;(CommonsVfsConnection.java:54)&lt;br/&gt;
    at net.sourceforge.fullsync.fs.filesystems.SFTPFileSystem.createConnection(SFTPFileSystem.java:99)&lt;br/&gt;
    at net.sourceforge.fullsync.FileSystemManager.createConnection(FileSystemManager.java:75)&lt;br/&gt;
    at net.sourceforge.fullsync.ui.ProtocolSpecificComposite.onBrowse(ProtocolSpecificComposite.java:112)&lt;br/&gt;
    at net.sourceforge.fullsync.ui.ProtocolSpecificComposite$1.widgetSelected(ProtocolSpecificComposite.java:65)&lt;br/&gt;
    at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)&lt;br/&gt;
    at net.sourceforge.fullsync.ui.WizardDialog.show(WizardDialog.java:209)&lt;br/&gt;
    at net.sourceforge.fullsync.ui.MainWindow.createNewProfile(MainWindow.java:592)&lt;br/&gt;
    at net.sourceforge.fullsync.ui.MainWindow$8.handleEvent(MainWindow.java:236)&lt;br/&gt;
    at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)&lt;br/&gt;
    at net.sourceforge.fullsync.ui.GuiController.run(GuiController.java:161)&lt;br/&gt;
    at net.sourceforge.fullsync.cli.Main.main(Main.java:298)&lt;br/&gt;
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br/&gt;
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;br/&gt;
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;br/&gt;
    at java.lang.reflect.Method.invoke(Unknown Source)&lt;br/&gt;
    at net.sourceforge.fullsync.launcher.Launcher.main(Launcher.java:76)&lt;br/&gt;
Caused by: org.apache.commons.vfs2.FileSystemException: Could not connect to SFTP server at "transcript.seekingalpha.com".&lt;br/&gt;
    at org.apache.commons.vfs2.provider.sftp.SftpClientFactory.createConnection(SftpClientFactory.java:230)&lt;br/&gt;
    at org.apache.commons.vfs2.provider.sftp.SftpFileProvider.doCreateFileSystem(SftpFileProvider.java:96)&lt;br/&gt;
    ... 31 more&lt;br/&gt;
Caused by: com.jcraft.jsch.JSchException: Algorithm negotiation fail  &lt;br/&gt;
    at com.jcraft.jsch.Session.receive_kexinit(Session.java:582)&lt;br/&gt;
    at com.jcraft.jsch.Session.connect(Session.java:320)&lt;br/&gt;
    at com.jcraft.jsch.Session.connect(Session.java:183)&lt;br/&gt;
    at org.apache.commons.vfs2.provider.sftp.SftpClientFactory.createConnection(SftpClientFactory.java:226)&lt;br/&gt;
    ... 32 more&lt;br/&gt;
net.sourceforge.fullsync.FileSystemException: Nested exception: Could not connect to SFTP server at "sftp://transcript.seekingalpha.com/".&lt;br/&gt;
    at net.sourceforge.fullsync.fs.connection.CommonsVfsConnection.&amp;lt;init&amp;gt;(CommonsVfsConnection.java:60)&lt;br/&gt;
    at net.sourceforge.fullsync.fs.filesystems.SFTPFileSystem.createConnection(SFTPFileSystem.java:99)&lt;br/&gt;
    at net.sourceforge.fullsync.FileSystemManager.createConnection(FileSystemManager.java:75)&lt;br/&gt;
    at net.sourceforge.fullsync.ui.ProtocolSpecificComposite.onBrowse(ProtocolSpecificComposite.java:112)&lt;br/&gt;
    at net.sourceforge.fullsync.ui.ProtocolSpecificComposite$1.widgetSelected(ProtocolSpecificComposite.java:65)&lt;br/&gt;
    at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)&lt;br/&gt;
    at net.sourceforge.fullsync.ui.WizardDialog.show(WizardDialog.java:209)&lt;br/&gt;
    at net.sourceforge.fullsync.ui.MainWindow.createNewProfile(MainWindow.java:592)&lt;br/&gt;
    at net.sourceforge.fullsync.ui.MainWindow$8.handleEvent(MainWindow.java:236)&lt;br/&gt;
    at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)&lt;br/&gt;
    at net.sourceforge.fullsync.ui.GuiController.run(GuiController.java:161)&lt;br/&gt;
    at net.sourceforge.fullsync.cli.Main.main(Main.java:298)&lt;br/&gt;
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br/&gt;
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;br/&gt;
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;br/&gt;
    at java.lang.reflect.Method.invoke(Unknown Source)&lt;br/&gt;
    at net.sourceforge.fullsync.launcher.Launcher.main(Launcher.java:76)&amp;lt;/init&amp;gt;&amp;lt;/init&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">david</dc:creator><pubDate>Thu, 08 Jun 2023 07:42:02 -0000</pubDate><guid>https://sourceforge.nete7964fa02685e141004c0f6a5e8f3919d1b06294</guid></item><item><title>Continue After Error</title><link>https://sourceforge.net/p/fullsync/bugs/82/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am getting this error trying to sync 2 external backup drives on Windows.&lt;/p&gt;
&lt;p&gt;Short Version: &lt;strong&gt;10216895 &lt;span&gt;&lt;span&gt;[main]&lt;/span&gt;&lt;/span&gt; DEBUG org.apache.commons.vfs2.cache.SoftRefFilesCache - putFile: file:///F:/Repositories/Xbox360Game&lt;br/&gt;
java.io.IOException: Could not list the contents of "file:///F:/S1M0NE" because it is not a folder.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I have determined that this error is due to file system permissions.  HOWEVER, this error doesn't pop for several minutes, and HALTS EXECUTION.   The program should be changed to allow the user to choose to continue execution on an error like this.  It would not hurt either to have it recognize the problem of lacking permissions, and skip over any files and folders where access is denied.&lt;/p&gt;
&lt;p&gt;Incidentally, Run As Administrator worked for me, but that won't help for everyone.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bryan Valencia</dc:creator><pubDate>Sat, 27 Feb 2021 22:52:13 -0000</pubDate><guid>https://sourceforge.net9b6769eee7558bd654a70786dc3eed5bea40593e</guid></item><item><title>#81 The Fullsync window does not open</title><link>https://sourceforge.net/p/fullsync/bugs/81/?limit=25#3300</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Please attach the log file in  %USERPROFILE%.config\fullsync (enter this in explorer)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christoph</dc:creator><pubDate>Wed, 24 Feb 2021 22:31:53 -0000</pubDate><guid>https://sourceforge.net38646d2ca17e48c85403930af3d1cb730098e147</guid></item><item><title>#68 Auto sync Enabled - Stops once "FTP connection Fails (Exception)"</title><link>https://sourceforge.net/p/fullsync/bugs/68/?limit=25#5fe5</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi !&lt;/p&gt;
&lt;p&gt;I use Fullsync for 4 weeks. He functioned properly until last week and rendered me the services I expected from him.&lt;br/&gt;
But since last week, the Fullsync window does no longer open and my backups are no longer realized !&lt;br/&gt;
I uninstall the software and I re-install it but the window does no more open !!! I try to lauch it in administrator mode, but no more results.&lt;br/&gt;
What can I do to make it work again ?&lt;br/&gt;
Thanks a lot for your ideas, and sorry for my poor english ... I'm french !&lt;/p&gt;
&lt;p&gt;Jeepinbdx&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jean-Pascal PERALES</dc:creator><pubDate>Mon, 08 Feb 2021 10:04:30 -0000</pubDate><guid>https://sourceforge.net561cd9e1a174503e78927bec74e4f9908cad248a</guid></item><item><title>The Fullsync window does not open</title><link>https://sourceforge.net/p/fullsync/bugs/81/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi !&lt;/p&gt;
&lt;p&gt;I use Fullsync for 2 weeks.  He functioned properly until the day before yesterday and rendered me the services I expected from him.&lt;br/&gt;
But since the day before yesterday,  the Fullsync window does no longer open and my backups are no longer realized !&lt;br/&gt;
I uninstall the software and I re-install it but the window does no more open !!! I try to lauch it in administrator mode, but no more results.&lt;br/&gt;
What can I do to make it work again ?&lt;br/&gt;
Thanks a lot for your ideas, and sorry for my poor english ... I'm french !&lt;/p&gt;
&lt;p&gt;Jeepinbdx&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jean-Pascal PERALES</dc:creator><pubDate>Mon, 01 Feb 2021 23:26:35 -0000</pubDate><guid>https://sourceforge.net9fcf02c3b0673e5c134a474b76cf38512bf3c382</guid></item><item><title>#68 Auto sync Enabled - Stops once "FTP connection Fails (Exception)"</title><link>https://sourceforge.net/p/fullsync/bugs/68/?limit=25#67cc</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Yes I am considering fixing this, but I still can't give you a specific release date.&lt;br/&gt;
Contributions are always welcome tough!&lt;/p&gt;
&lt;p&gt;BR,&lt;br/&gt;
Christoph&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christoph</dc:creator><pubDate>Mon, 10 Feb 2020 08:06:12 -0000</pubDate><guid>https://sourceforge.neta873f3c73f7798544deaf8ebb19bb7a20e5448c6</guid></item><item><title>#68 Auto sync Enabled - Stops once "FTP connection Fails (Exception)"</title><link>https://sourceforge.net/p/fullsync/bugs/68/?limit=25#3bc9</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Recently discover your software and Im using FullSync 0.10.4. Works amazing.&lt;br/&gt;
Also tested in Windows 10 and Windows Server 2019 using JRE 8.&lt;/p&gt;
&lt;p&gt;When (for any reason) the source or destination isn't available this throwed nested error stops the threads in the scheduler queue.&lt;/p&gt;
&lt;p&gt;The proyect has active manteinance and development? Are You considering fix this?&lt;/p&gt;
&lt;p&gt;Regards.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">NavSau</dc:creator><pubDate>Thu, 06 Feb 2020 21:10:56 -0000</pubDate><guid>https://sourceforge.net203dd41107580b757008f1ed73289781c37c27b5</guid></item><item><title>#22 special chars are not synced correctly (via sftp?)</title><link>https://sourceforge.net/p/fullsync/bugs/22/?limit=25#eb27</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm also running into this issue over FTP.  I've confirmed the FTP server lists the files (ls -l) with the correct extended ascii characters, but FullSync uses different characters when syncing.  It doesn't see the existing files and will copy them with different characters.&lt;/p&gt;
&lt;p&gt;Such as:&lt;br/&gt;
Malèna becomes MalÃ¨na&lt;br/&gt;
Les Misérables becomes Les MisÃ©rables&lt;/p&gt;
&lt;p&gt;I might have to find another utility since this is a big problem for my files.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jason</dc:creator><pubDate>Fri, 25 Jan 2019 20:04:08 -0000</pubDate><guid>https://sourceforge.net506f7acc49fda61b1a576b90e1d8f59844d1e5ca</guid></item><item><title>#80 Issue with "destination missing" - not copying files</title><link>https://sourceforge.net/p/fullsync/bugs/80/?limit=25#8018</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;br/&gt;
"destination missing" is just an indication that the file will be transferred from the source to the destination.&lt;/p&gt;
&lt;p&gt;What project type is this? (Backup Copy/ Exact Copy, ...)&lt;/p&gt;
&lt;p&gt;Could you attach the log for an entire sync? You can remove ip addresses / hostnames of course.&lt;/p&gt;
&lt;p&gt;Br,&lt;br/&gt;
Christoph&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christoph</dc:creator><pubDate>Sun, 09 Jul 2017 22:00:43 -0000</pubDate><guid>https://sourceforge.net7669da5d8fe133ba1237b81bd411fdb2c82fbc93</guid></item><item><title>Issue with "destination missing" - not copying files</title><link>https://sourceforge.net/p/fullsync/bugs/80/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I need some help understanding why certain files won't copy over from an SFTP source to an FTP destination.&lt;/p&gt;
&lt;p&gt;I see a lot of these "destination missing" messages but there aren't any errors in the log.  I am wondering whether it is related to the length of the full file path or perhaps some filenaming issues.&lt;/p&gt;
&lt;p&gt;Log below.  IP addresses changed.&lt;/p&gt;
&lt;p&gt;Driving me mad.  Any ideas?&lt;/p&gt;
&lt;p&gt;Many Thanks&lt;/p&gt;
&lt;p&gt;8897430 &lt;span&gt;[Thread-48]&lt;/span&gt; DEBUG org.apache.commons.vfs2.cache.SoftRefFilesCache - putFile: sftp://11.22.33.44/Fives_GP/1-Operationeel/C-Verrijkt/2017.15&lt;br/&gt;
8897646 &lt;span&gt;[Thread-48]&lt;/span&gt; DEBUG org.apache.commons.vfs2.cache.SoftRefFilesCache - putFile: ftp://44.33.22.11/ROKZ/1-Operationeel/C-Verrijkt/2017.15&lt;br/&gt;
8897646 &lt;span&gt;[Thread-48]&lt;/span&gt; DEBUG org.apache.commons.vfs2.cache.SoftRefFilesCache - putFile: ftp://44.33.22.11/&lt;br/&gt;
8897646 &lt;span&gt;[Thread-48]&lt;/span&gt; DEBUG org.apache.commons.vfs2.cache.SoftRefFilesCache - putFile: ftp://44.33.22.11/ROKZ/1-Operationeel/C-Verrijkt&lt;br/&gt;
8897722 &lt;span&gt;[Thread-48]&lt;/span&gt; DEBUG org.apache.commons.vfs2.cache.SoftRefFilesCache - putFile: sftp://11.22.33.44/Fives_GP/1-Operationeel/C-Verrijkt/2017.15/2017.15-ROKZ-IHZ-5J-TOTAL.VERRIJKT.xlsx&lt;br/&gt;
8897734 &lt;span&gt;[Thread-48]&lt;/span&gt; DEBUG org.apache.commons.vfs2.cache.SoftRefFilesCache - putFile: sftp://11.22.33.44/Fives_GP/1-Operationeel/C-Verrijkt/2017.15/2017.15-ROKZ-TS-5J-TOTAL.VERRIJKT.XLSX&lt;br/&gt;
8897746 &lt;span&gt;[Thread-48]&lt;/span&gt; DEBUG org.apache.commons.vfs2.cache.SoftRefFilesCache - putFile: sftp://44.33.22.11/Fives_GP/1-Operationeel/C-Verrijkt/2017.15/2017.15b-ROKZ-IHZ-5J-TOTAL.VERRIJKT.xlsx&lt;br/&gt;
8897758 &lt;span&gt;[Thread-48]&lt;/span&gt; DEBUG org.apache.commons.vfs2.cache.SoftRefFilesCache - putFile: sftp://11.22.33.44/Fives_GP/1-Operationeel/C-Verrijkt/2017.15/2017.15-ROKZ-TS-3J-TOTAL.VERRIJKT.XLSX&lt;br/&gt;
8897774 &lt;span&gt;[Thread-48]&lt;/span&gt; DEBUG StateDecider - 2017.15-ROKZ-TS-3J-TOTAL.VERRIJKT.XLSX; 38568 Bytes Mon May 29 08:57:49 BST 2017 vs. 2017.15-ROKZ-TS-3J-TOTAL.VERRIJKT.XLSX; -&lt;br/&gt;
8897774 &lt;span&gt;[Thread-48]&lt;/span&gt; DEBUG StateDecider - destination missing&lt;br/&gt;
8897774 &lt;span&gt;[Thread-48]&lt;/span&gt; DEBUG TaskGeneratorImpl - 2017.15-ROKZ-TS-3J-TOTAL.VERRIJKT.XLSX: &lt;span&gt;[Add(Destination) BU: Destination; Rec: true - Add]&lt;/span&gt;&lt;br/&gt;
8897774 &lt;span&gt;[Thread-48]&lt;/span&gt; DEBUG StateDecider - 2017.15-ROKZ-TS-5J-TOTAL.VERRIJKT.XLSX; 41085 Bytes Mon May 29 08:57:48 BST 2017 vs. 2017.15-ROKZ-TS-5J-TOTAL.VERRIJKT.XLSX; -&lt;br/&gt;
8897774 &lt;span&gt;[Thread-48]&lt;/span&gt; DEBUG StateDecider - destination missing&lt;br/&gt;
8897774 &lt;span&gt;[Thread-48]&lt;/span&gt; DEBUG TaskGeneratorImpl - 2017.15-ROKZ-TS-5J-TOTAL.VERRIJKT.XLSX: &lt;span&gt;[Add(Destination) BU: Destination; Rec: true - Add]&lt;/span&gt;&lt;br/&gt;
8897774 &lt;span&gt;[Thread-48]&lt;/span&gt; DEBUG StateDecider - 2017.15b-ROKZ-IHZ-5J-TOTAL.VERRIJKT.xlsx; 37631 Bytes Mon May 29 08:57:49 BST 2017 vs. 2017.15b-ROKZ-IHZ-5J-TOTAL.VERRIJKT.xlsx; -&lt;br/&gt;
8897774 &lt;span&gt;[Thread-48]&lt;/span&gt; DEBUG StateDecider - destination missing&lt;br/&gt;
8897774 &lt;span&gt;[Thread-48]&lt;/span&gt; DEBUG TaskGeneratorImpl - 2017.15b-ROKZ-IHZ-5J-TOTAL.VERRIJKT.xlsx: &lt;span&gt;[Add(Destination) BU: Destination; Rec: true - Add]&lt;/span&gt;&lt;br/&gt;
8897774 &lt;span&gt;[Thread-48]&lt;/span&gt; DEBUG StateDecider - 2017.15-ROKZ-IHZ-5J-TOTAL.VERRIJKT.xlsx; 30677 Bytes Mon May 29 08:57:48 BST 2017 vs. 2017.15-ROKZ-IHZ-5J-TOTAL.VERRIJKT.xlsx; -&lt;br/&gt;
8897774 &lt;span&gt;[Thread-48]&lt;/span&gt; DEBUG StateDecider - destination missing&lt;br/&gt;
8897774 &lt;span&gt;[Thread-48]&lt;/span&gt; DEBUG TaskGeneratorImpl - 2017.15-ROKZ-IHZ-5J-TOTAL.VERRIJKT.xlsx: &lt;span&gt;[Add(Destination) BU: Destination; Rec: true - Add]&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andy Clarkson</dc:creator><pubDate>Fri, 07 Jul 2017 12:30:30 -0000</pubDate><guid>https://sourceforge.net82dda7201e006fe10685c52122e5f150d4e77b75</guid></item></channel></rss>