Page 1 of 2
Cant update database in 0.66
Posted: Tue May 13, 2014 4:35 pm
by tonyt
Hi
I just updated and replaced XNMP with the latest version in my apps directory - Mac OSX 10.9.2. Ran app and got this error message - HELP PLEASE!
Cheers
tony
Re: Cant update database in 0.66
Posted: Tue May 13, 2014 4:54 pm
by xnview
you had which version? could you send me the xnview.db? please contact me by mail?
Re: Cant update database in 0.66
Posted: Wed May 14, 2014 8:05 am
by tonyt
I had 0.64, the last latest version so to speak.
The file is too big, maximum allowed size is 1 MiB. Message from forum 'Post a Reply'
My zipped .db is over 4 mb. How do I get it to you, Dropbox somehow or....???
Cheers
tony
Re: Cant update database in 0.66
Posted: Wed May 14, 2014 8:14 am
by xnview
please contact me by mail?
Re: Cant update database in 0.66
Posted: Thu May 15, 2014 7:28 am
by vommie
I have the same problem but with XnViewMP 0.67 x64 on Win7 x64..
I try to update from 0.64 to 0.67 and get the same message as above.
"XnviewMP - There is a problem to update database, please contact the developer"
(PS: My DB is too private to share but I would contribute any other way to fix this)...
Re: Cant update database in 0.66
Posted: Thu May 15, 2014 8:26 am
by m.Th.
To Pierre:
Do a dialog like this (which also will help to be more user-friendly):
"Upgrading the database (## % completed)"
...and update it with percentages after each upgrade step you do. Something like this:
SQLExec(myDB, 'UPDATE Table1 SET f1='foo' WHERE f2='blah'');
SetPercentage(10);
SQLExec(myDB, 'UPDATE Table2 SET f1='bar' WHERE f2='baz'');
SetPercentage(20);
...
...and then modify the message from "XnviewMP - There is a problem to update database, please contact the developer" to "XnviewMP - There is a problem to update database at ## %, please contact the developer"
It doesn't matter that the percentages will change/ramp up very very fast in normal conditions. It is just a 'hidden code' for you to know where the program was stopped. Also if you can get the error code/message and show it, it would be ideal. Something like this:
"XnviewMP - There is a problem to update database at ## % - error code: ######, please contact the developer"
Re: Cant update database in 0.66
Posted: Fri May 16, 2014 11:43 am
by vommie
With 0.68 I still can't update. Now I get an "Error: 11" in the message popup.
Re: Cant update database in 0.66
Posted: Fri May 16, 2014 1:29 pm
by xnview
please contact me by mail?
Re: Cant update database in 0.66
Posted: Fri May 16, 2014 7:40 pm
by hifly156
Hello,
I also got this error on mac os X
Had 0.64 running fine.
This is the screenshot of the error:
http://sintjansberg.be/downloads/_20140 ... 213833.png
Do I send you the db?
Re: Cant update database in 0.66
Posted: Fri May 16, 2014 7:59 pm
by hifly156
hifly156 wrote:Hello,
Do I send you the db?
Where do I find the db on a mac?
Re: Cant update database in 0.66
Posted: Sat May 17, 2014 9:13 am
by m.Th.
hifly156 wrote:hifly156 wrote:Hello,
Do I send you the db?
Where do I find the db on a mac?
Go to Tools | Settings | Integration | Paths and press the "Open Database Location" button. It should open a window with some files on it. Choose from there the xnview.db and if it is big make it zip (compress it) - it compresses very well - and send it to Pierre.
Re: Cant update database in 0.66
Posted: Sat May 17, 2014 7:02 pm
by hifly156
m.Th. wrote:hifly156 wrote:hifly156 wrote:Hello,
Go to Tools | Settings | Integration | Paths and press the "Open Database Location" button. It should open a window with some files on it. Choose from there the xnview.db and if it is big make it zip (compress it) - it compresses very well - and send it to Pierre.
Thanks, the program didn't open anymore. I downgraded with the help of Time Machine, found the db and will send it to Pierre.
best
hifly
Re: Cant update database in 0.66
Posted: Sun May 18, 2014 7:32 am
by TWsalt
where is the database location(path)
sorry for my English is bad
after update to version 0.68
when launch XnViewMP
first ask update database
then issue happen
i already had try to remove new 0.68, then reinstall old 0.56 version
but this issue continue happen again, even downgrade to old 0.56 version
i want to try delete "the data base"
but where is the default database location(path)?
Re: Cant update database in 0.66
Posted: Sun May 18, 2014 4:33 pm
by TWsalt
Hi, everyone
I find solution in this article
http://newsgroup.xnview.com/viewtopic.php?f=62&t=30002
delete folder in
C:/User/%userAccount%/AppData/Roaming/XnViewMP
Re: Cant update database in 0.66
Posted: Mon May 19, 2014 7:53 am
by xnview