Hi,
after upgrade to MacOS Sequoia 15.1.1 (from previous Sequoia version) i cannot use anymore a little App i’ve written.
Specifically the App opens but i receive Error DB: Sqlite db /users/myname/Library/Application Support/NiP:Nip.db: Error: “Unable to open database file” - Error number: 427264
The NiP.db file is in that position and i can open it using DBBrowser.
What could be the issue ?
Thanks
Ohoh, yes your’re right so i’ve an error in my App, is it correct ? And the only way to solve is to rebuild it insert the correct path NiP/Nip.db, isn’t it ?
Actually i cannot insert the file using a name like: NiP:Nip.db …
Can you show us some code?
Are you using SpecialFolder.ApplicationData.Child("NiP/Nip.db")?
If so, try to change it to: SpecialFolder.ApplicationData.Child("NiP").Child("Nip.db")
Looks like now your mac is looking for a file named "NiP/Nip.db" instead of a file named "Nip.db" in folder "NiP"
I’ve to reinstall Xojo, it’s a very old App that works without issue for a decad
Is it possible that all happens only upgrading Mac OS Sequoia to 15.1.1 (from Sequoia 15.x) ?
Is it odd, isn’t it ?
To say the whole story … the App was created to be used with 2 scenario:
the first scenario in a shared folder using Valentina Server: in this case the database is correctly opened and i don’t receive any error message but it’s a week that seems suddenly empty … but when i open it using DBBrowser the data are correctly there, and don’t know how to solve that
so i tryed to use the second scenario (of this post) changing the path and work locally, i moved the file locally but i receive the error i’ve said
Any hints without need to reinstall Xojo ?