View Single Post
Old 05-22-2010, 07:13 PM   #14
solomon
Connoisseur
solomon began at the beginning.
 
Posts: 94
Karma: 10
Join Date: May 2010
Device: Win 10
Quote:
Originally Posted by toddos View Post
I'm a little bit closer, but this is turning into quite the mess.
You're ahead of me again, I see that the global.py for NetworkService has None for library_path and language, and it overwrites those each time it launches.

7c7
< database_path = 'C:\\Documents and Settings\\NetworkService/library1.db'
---
> database_path = 'C:\\Documents and Settings\\Administrator/library1.db'
23c23
< library_path = None
---
> library_path = u'//Server/eBooks'
27c27
< language = None
---
> language = 'en'
55c55
< installation_uuid = 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'
---
> installation_uuid = 'yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy'


I don't understand the database_path bit at all. None of those files exist?

Confused,
Richard
solomon is offline   Reply With Quote