Insert datatable: disk I/O error disk I/O error

Hi all,
the activity I use “Insert datatable” from the “SQLitDatabaseForUiPath” library fails due to the following message:

Insert datatable: disk I/O error disk I/O error

Anyone could help me?

It’s a database error. Check with your database team.

Thanks for your answer.
The database on which the bot works is nothing more than a file in db3 format saved on a network folder.
Is it possible that the error is due to the momentary unreachability of the folder or file?

Could be something like that, yes

Thanks, I add a punctual retry scope to retry the insert in the table.
I’ll let you know if it’s a possible solution.