google-code-export / hfm-net

Automatically exported from code.google.com/p/hfm-net
1 stars 0 forks source link

Work Unit repeatedly written to CompletedUnits.csv. #190

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Not entirely sure but I I've gone the whole queue without sending the
unit in position 4 back. HFM is then constantly writing the completed (and
sent) unit in position 3 in the queue to the completed units file.

What is the expected output? What do you see instead?
Expected to see it written once but it's written (not sure how often the
CSV file is written, once on every refresh?)
Also the client is showing as not working (even though it is and a refresh
will show the steps being completed in the log area)

What version of the product are you using? On what operating system?
Windows 7 with 0.4.10 R-156

Please provide any additional information below.

Original issue reported on code.google.com by drezha on 6 Apr 2010 at 7:27

GoogleCodeExporter commented 9 years ago
I've just committed a fix for this.  It happened to me too.  Here's what you 
need to
do to fix it in the mean time.

- Close HFM -> Go to the following folder:

 - Windows XP: C:\Documents and Settings\<username>\Application Data\HFM

 - Vista / Windows 7: C:\Users\<username>\AppData\Roaming\HFM

- Delete the UnitInfoCache.dat file.  

This has to do with some unexpected FAHlog output coupled with the fact that HFM
doesn't know what it wrote to the CompletedUnits.csv file last, it just writes 
it.  I
plan on adding some features to load and analyze the CompletedUnits.csv file in
upcoming versions, so HFM will be able to "clean up" after itself and remove any
duplicates it finds.  This will also include the ability to remember what was 
written
last.

Partially Fixed for Revision 158.

Original comment by harlam357 on 7 Apr 2010 at 1:42

GoogleCodeExporter commented 9 years ago

Original comment by harlam357 on 7 Apr 2010 at 1:42

GoogleCodeExporter commented 9 years ago
This Issue really goes right along with Issue 177.

Original comment by harlam357 on 13 May 2010 at 11:41

GoogleCodeExporter commented 9 years ago

Original comment by harlam357 on 6 Aug 2010 at 1:31

GoogleCodeExporter commented 9 years ago
Marked Fixed for Revision 237.

Superseded by the WU History Database.

Original comment by harlam357 on 9 Oct 2010 at 8:10