Can not open aup3-file recorded on another computer - "Can not open DB file". Audacity 3.2.5 Win 10

I can not open Audacity file (aup3) recorded on another computer in the same program version (3.2.5).
Receive message “Can not open database file”
I use Audacity version 3.2.5 Win 10

This should work - as long as you are not trying to open the same copy. If you are able to open an Audacity .aup3 project file on one computer, you should be able to open a copy of that file on another computer, using the same version of Audacity. Do you get a specific “sqlite3.rc”: “xx" error code? If so, you can look that up here: Result and Error Codes

Well, I also expected that it should work…

Code of the mistake was as follows:
{
“timestamp”: 1678648475,
“event_id”: “505aa43f1df8c94092ef22411ce09375”,
“platform”: “native”,
“release”: “audacity@3.2.5”,
“contexts”: {
“os”: {
“type”: “os”,
“name”: “Windows”,
“version”: “10.0.19042”
}
},
“exception”: {
“values”: [
{
“type”: “Error_Opening_Project”,
“value”: “Failed to open database file:\n\nAudacity 2023-02-12 EN part 3 ”,
“mechanism”: {
“type”: “runtime_error”,
“handled”: false,
“data”: {
“sqlite3.rc”: “14”,
“sqlite3.context”: “DBConnection::ModeConfig”,
“sqlite3.mode”: “PRAGMA .page_size = 65536;VACUUM;”,
“log”: “22:14:35: DBConnection SetDBError\n\tErrorCode: 14\n\tLastError: Failed to set page size for database Audacity 2023-02-12 EN part 3 \n\tLibraryError: unable to open database file\n22:14:35: DBConnection SetError\n\tErrorCode: 14\n\tLastError: Failed to open database file:\n\nAudacity 2023-02-12 EN part 3 \n\tLibraryError: (14): unable to open database file\n”
}
}
}
]
}
}

" (14) SQLITE_CANTOPEN result code indicates that SQLite was unable to open a file. The file in question might be a primary database file or one of several temporary disk files."

Yes, so that is not very helpful. :wink:

There may be an issue with the media. See if you can create, save, close, and re-open a database on that media. I am thinking that Audacity will not work on certain FAT formatted drives. See: Loading direct from SD drive not working