<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Debenu Quick PDF Library - PDF SDK Community Forum : Merge wrong files?</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : I need help - I can help : Merge wrong files?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 19:34:09 +0000</pubDate>
  <lastBuildDate>Tue, 03 Mar 2015 16:23:49 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=3082</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[Merge wrong files? : Looks like I might not be that...]]></title>
   <link>http://www.quickpdf.org/forum/merge-wrong-files_topic3082_post12363.html#12363</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2707">JoeBlow</a><br /><strong>Subject:</strong> 3082<br /><strong>Posted:</strong> 03 Mar 15 at 4:23PM<br /><br />Looks like I might not be that far off -&nbsp;<a href="http://www.quickpdf.org/forum/merging-pdf-files-produces-unexpected-results_topic2723.html" rel="nofollow">http://www.quickpdf.org/forum/merging-pdf-files-produces-unexpected-results_topic2723.html</a>]]>
   </description>
   <pubDate>Tue, 03 Mar 2015 16:23:49 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/merge-wrong-files_topic3082_post12363.html#12363</guid>
  </item> 
  <item>
   <title><![CDATA[Merge wrong files? : It is a multi-threaded service,...]]></title>
   <link>http://www.quickpdf.org/forum/merge-wrong-files_topic3082_post12361.html#12361</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2707">JoeBlow</a><br /><strong>Subject:</strong> 3082<br /><strong>Posted:</strong> 02 Mar 15 at 5:15PM<br /><br /><div><span style="line-height: 1.4;">It is a multi-threaded service, where potentially more than one thread can have an instance of the component (different instances!).&nbsp;</span></div>It is my understanding (or rather a guess, since I didn't find anything about it) that the "file list" concept is "local", per instance of the component and instances don't share "global" state (file list or otherwise). &nbsp;<br>Is this correct?&nbsp;<span style="line-height: 1.4;">Can a "file list" somehow leak from one instance to another (and get stuck there)?</span>]]>
   </description>
   <pubDate>Mon, 02 Mar 2015 17:15:14 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/merge-wrong-files_topic3082_post12361.html#12361</guid>
  </item> 
  <item>
   <title><![CDATA[Merge wrong files? : Why not try clearing the file...]]></title>
   <link>http://www.quickpdf.org/forum/merge-wrong-files_topic3082_post12360.html#12360</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=121">Wheeley</a><br /><strong>Subject:</strong> 3082<br /><strong>Posted:</strong> 27 Feb 15 at 11:39PM<br /><br />Why not try clearing the file list after the merge? No use keeping it around.<br><br>Wheeley<br>]]>
   </description>
   <pubDate>Fri, 27 Feb 2015 23:39:08 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/merge-wrong-files_topic3082_post12360.html#12360</guid>
  </item> 
  <item>
   <title><![CDATA[Merge wrong files? : QuickPDF COM DLL 7.22 used from...]]></title>
   <link>http://www.quickpdf.org/forum/merge-wrong-files_topic3082_post12355.html#12355</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2707">JoeBlow</a><br /><strong>Subject:</strong> 3082<br /><strong>Posted:</strong> 27 Feb 15 at 12:09AM<br /><br /><div><span style="line-height: 16.7999992370605px;">QuickPDF COM DLL 7.22 used from .NET code (32-bit).&nbsp;</span></div><div><span style="line-height: 16.7999992370605px;"><br></span></div><div><span style="line-height: 1.4;">Windows service running multiple threads creating reports etc.</span></div><div><span style="line-height: 1.4;">Often a packet of reports gets merged into a single document at the end.&nbsp;<br><br></span></div><div>Yesterday a client reported that they have received a combined report, which appeared to have merged some of their reports with reports belonging to a different company.&nbsp;<br><br></div><div>Our first line support was able to repeatedly reproduce the issue. Unfortunately by the time I got involved, the setup was changed and I couldn't see it happen anymore. <br>Nevertheless mixing data is quite a serious issue and I have to investigate further.&nbsp;</div><div><br></div><div>The individual reports appeared to have been generated fine, names are unique across the board (GUIDs), and the report packet lists are kept in two different databases. If there was some sort of database connection mix-up, then the client would have received a combined report in which all reports would have been from the wrong database.&nbsp;</div><div><br></div><div>At the moment the only plausible scenario I can come up with, is if the component somehow retained (or regained) some sort of state between runs. <br>Merge is done with&nbsp;ClearFileList/AddToFileList/MergeFileList.&nbsp;<br>An instance of the component is (supposedly) created and destroyed with every run.&nbsp;</div><div><br></div><div>Has anybody experienced a similar issue? Any ideas?</div><br><div><br></div>]]>
   </description>
   <pubDate>Fri, 27 Feb 2015 00:09:34 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/merge-wrong-files_topic3082_post12355.html#12355</guid>
  </item> 
 </channel>
</rss>