<br>Hi,<br><br>Just to answer myself and give the solution :<br><br>The problem came with sqlite which doesn't support concurent access over an nfs export (documented in sqlite). Notice that even deleting the database doesn't change the problem. So my solution to continue using the same gallery directory over multiple computer was to export the gallery subdirectory of my nfs export with samba... wich seems to work.
<br><br>Thanks all.<br><br><br><div><span class="gmail_quote">2006/10/10, Pompon <<a href="mailto:pompon2@gmail.com">pompon2@gmail.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi team,<br><br>This is certainly a dummy question but, I have an NFS repository where<br>my photos are stocked accessed by 2 computers with digikam. Today,<br>after some weeks without using digikam and a little problem over nfs
<br>on my server, the 2 digikam won't launch saying (message translated<br>from french) : "Error; impossible to migrate from old database to new<br>database format". And the digikam doesn't launch.<br><br>If I launch it in a term, I obtain those messages :
<br>digikam: WARNING: [bool AlbumDB::execSql(const QString&, QStringList*,<br>bool)] sqlite_compile error: database is locked on query: SELECT name<br>FROM sqlite_master WHERE type='table' ORDER BY name;<br>digikam: WARNING: [bool AlbumDB::execSql(const QString&, QStringList*,
<br>bool)] sqlite_compile error: database is locked on query: SELECT value<br>FROM Settings WHERE keyword='Locale';<br>digikam: WARNING: [bool AlbumDB::execSql(const QString&, QStringList*,<br>bool)] sqlite_compile error: database is locked on query: REPLACE into
<br>Settings VALUES ('Locale','UTF-8');<br>digikam: WARNING: [bool AlbumDB::execSql(const QString&, QStringList*,<br>bool)] sqlite_compile error: database is locked on query: SELECT name<br>FROM sqlite_master WHERE type='table' ORDER BY name;
<br>digikam: WARNING: Failed to open new Album Database<br><br><br>So where should I find this database (where on the client is it<br>defined), and how should I remove the lock?<br><br>Thanks,<br>Jean-Michel.<br></blockquote>
</div><br>