Hi,
Thank you for your assistance. We have solved the below mentioned problem:
The reason was that the temp directory of the service did not exist - so
sqlite was not able to create temp files in that non-existing directory.
We checked the 'TMP' and/or 'TEMP' environment variables of the service
Make sure account SYSTEM or NT SYSTEM AUTHORITY has change access to the
directories containig the database files. Note also that local system has no
acces to network shares drives or files
Sent from Samsung Mobilemarkus ruettimann
wrote:
___
sqli
If you're using impersonation, you'll run into problems doing any
updates during the impersonation when sqlite tries to create any
temporary files or reopen any it has closed.
You can use Process Monitor from Sysinternals (now Microsoft) to see
exactly what the failure is with what file.
On
Hello markus,
Every Windows programmer needs to have "Procmon" installed on their
system so, they can watch their program's disk IO. I'd suggest
installing it, then using a filter to watch just your service. Then,
you can simply watch what disk IO is failing. I use it on a daily
basis. Almost as m
On Wed, Aug 15, 2012 at 11:19 PM, markus ruettimann <
markus.ruettim...@trapezegroup.com> wrote:
> Hi,
> We are facing problems when the sqlite database () is used within an
> application that runs as a Win7 service under the local system account.
> The application is written in Java and we use th
On 15 Aug 2012, at 4:19pm, markus ruettimann
wrote:
> How ever we can create a new database, reading and writing to it withount
> any problem. The only thing that is not working is the ATTACH DATABASE SQL
> command. We constantly receive a CAN_NOT_OPEN error code.
Thank you for your good des
6 matches
Mail list logo