When I create use a database having .sqlite extension in its name I'm
getting this error:
Traceback (most recent call last):
File "./bin/trytond", line 80, in <module>
server.TrytonServer(options).run()
File
"/home/manipalsingh/Documents/github/tryton/trytond/trytond/server.py",
line 91, in run
database.init()
File
"/home/manipalsingh/Documents/github/tryton/trytond/trytond/backend/sqlite/database.py",
line 337, in init
cursor.execute(line)
sqlite3.DatabaseError: file is encrypted or is not a database
How is it encrypted, because I just recreated database named mydb.sqlite
I have to create database in the path directory that I provided in
[database] in configuration file?I'm creating it there...
--
You received this message because you are subscribed to the Google Groups
"tryton" group.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tryton/c25a811d-9855-47ca-ae08-077efcde8185%40googlegroups.com.