Closed GoogleCodeExporter closed 8 years ago
Investigating - Has this occurred again - ie after you encountered Issue 17?
Usage with MS Access and PVBC is a little unstable, primarily due to limited
number of users. If you persevere you can help me rectify the MS Access issues.
Access seems to be very sensitive to the manner of database connection
destruction. Most Access specific issues have traced back to connection
handling.
This issue may be a race condition at computer suspend. I try to address in the
next release.
Original comment by DennisMackayFisher
on 18 Mar 2011 at 9:41
Yes it happened today again, I wondered why pvoutput hadn't been updated and
found a 1.6GB log file and growing rapidly.
I've changed (locally)
PVInverterManagement.ExecutionStateManager::ManageExecutionState to throw any
errors so at least the service now stops as soon as it happens instead of
chewing my disk up. My new code has been triggered twice since.
I chose MSAccess simply so at the beginning (2 days ago) I could see what it
was doing by opening the file. Which db do you think works the best with your
application?
Original comment by googleco...@finnimore.org.uk
on 18 Mar 2011 at 10:11
Probably rectified in version 1.3.6.0 - Please notify if 1.3.6.0 does this
Original comment by DennisMackayFisher
on 19 Mar 2011 at 6:34
Original comment by DennisMackayFisher
on 19 Mar 2011 at 6:36
[deleted comment]
I've got it set up on my Acer Revo Nettop now running SqlLite (as I didn't want
to set up a standalone database and have to administer that). I've set it fully
automated with 6 minute wakes, 10 minute sleeps - it's been working all day
fantastically, I love your program (and pvoutput)
Original comment by googleco...@finnimore.org.uk
on 19 Mar 2011 at 12:36
Resubmitted due to incorrect statement:
MySQL seems to be better than the others but it takes some setting up. MySQL
requires little thread syncronisation - more concurrent processing. The others
have problems with concurrent DB acticity (from multiple threads). It also
seems to run with lower overall system load.
MS Access suffered from problems associated with .Net command disposal that did
not affect the others. This caused the most recent Access based issues.
Original comment by DennisMackayFisher
on 19 Mar 2011 at 9:58
Original comment by DennisMackayFisher
on 21 Mar 2011 at 10:20
Original issue reported on code.google.com by
googleco...@finnimore.org.uk
on 17 Mar 2011 at 7:39