On 2016-03-11 14:02, Manipal Singh wrote:
> when I try executing ./bin/trytond -c ../tryton/trytond.conf -d mydb --all 
> 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 85, in run
>     with Transaction().start(db_name, 0) as transaction:
>   File 
> "/home/manipalsingh/Documents/github/tryton/trytond/trytond/transaction.py", 
> line 84, in start
>     database = Database(database_name).connect()
>   File 
> "/home/manipalsingh/Documents/github/tryton/trytond/trytond/backend/sqlite/database.py",
>  
> line 220, in connect
>     raise IOError('Database "%s" doesn\'t exist!' % db_filename)
> IOError: Database "mydb.sqlite" doesn't exist!
> 
> Although I have a database named mydb created in path that I specified in 
> trytond.conf file.(I'm using sqlite for creating database).

I guess you did not create it in the right place.
Did you correctly used the extention '.sqlite'?

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

-- 
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/20160311232150.GF25642%40tetsuo.

Reply via email to