Quote:
Originally Posted by toddos
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