Welcome! Log In

Advanced

Getting error when inporting CSV

Getting error when inporting CSV
December 11, 2018 08:56PM
Hello to everyone.

I'm getting this error.

App version: 1.0.5.0
Error Message: Import Claims

System.Data.SQLite.SQLiteException: Attempt to write a read-only database
attempt to write a readonly database
at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
at void.Val.RemoveInitializer(BackgroundWorker value, String vis, Boolean addserv)

I hope there is a solution.

Ty.
Ido
Re: Getting error when inporting CSV
December 12, 2018 12:51AM
is your .lbml file read-only for some reason?

Re: Getting error when inporting CSV
December 26, 2018 08:02PM
Hi.

Tnx for the reply but now i have different problem.
I reinstalled the windows and now when i open LBML i get this error.

12/26/2018 12:59:28 PM
App version: 1.0.5.1
Error Message: 0800

System.DllNotFoundException: Unable to load DLL 'DirectXMap.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at void.Tag.CancelCollection(Int32 minvar1, Int64 next_visitor)
at void.Tag..ctor()


I realy don't have luck with this app. sad smiley
Re: Getting error when inporting CSV
December 26, 2018 08:55PM
Somehow it works but when i try to inport .csv the app is not responding.Or i get the same error. And .lbml file is not read only.



Edited 1 time(s). Last edit at 12/26/2018 08:59PM by Tadejus Desperion TheBoss.
Ido
Re: Getting error when inporting CSV
December 26, 2018 09:03PM
the error is exactly:
System.Data.SQLite.SQLiteException: Attempt to write a read-only database
attempt to write a read-only database

which implies something is blocking the .lbml file.. maybe your antivir software is scanning it?

I will have a look at imports at some point to make it better, but I cannot offer you any solution to this issue since I don't know why it would consider it as read-only. Maybe try moving the location of the LBML folder.

BR Ido