I am using Python, BerkeleyDB and bsddb3 lib for an script which store many informations. After use the same environment while months I get the following error :
bsddb3.db.DBNoSuchFileError
But I have many files in my environment. I don't know which file BerkeleyDB wants to open.
I tried db_recover but it doesn't work. Do you have any idea to find the missing file searched by BerkeleyDB ?