Dear team,
we are getting a below-mentioned error while opening Mobile Configuration URL. kindly help.
Error:
Server Error in '/Mobile' Application.
SQL logic error or missing database
no such table: Logs
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SQLite.SQLiteException: SQL logic error or missing database
no such table: Logs
Source Error:
Line 118: $scope.WinHTTPTracePath="<%=new Laserfiche.WebAccessMobile.ConfigurationPageService().GetWinHTTPTracePath()%>" ; Line 119: $scope.disableHTTP=<%=new Laserfiche.WebAccessMobile.ConfigurationPageService().CanWriteWinHTTPTracingRegKey()%> ; Line 120: $scope.TraceLogSearch_Repo_Input=<%=new Laserfiche.WebAccessMobile.ConfigurationPageService().GetSearchRepo()%> ; Line 121: $scope.TraceLogSearch_Form_Input=<%=new Laserfiche.WebAccessMobile.ConfigurationPageService().GetSearchForm()%> ; Line 122: $scope.TraceLog_BlockList_Table=<%=new Laserfiche.WebAccessMobile.ConfigurationPageService().PopulateBlockListRows()%> ;
Source File: c:\Program Files\Laserfiche\Mobile\Web Files\Configuration.aspx Line: 120
Stack Trace:
[SQLiteException (0x1): SQL logic error or missing database no such table: Logs] System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain) +1649 System.Data.SQLite.SQLiteCommand.BuildNextCommand() +573 System.Data.SQLite.SQLiteDataReader.NextResult() +148 System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) +316 System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) +60 Laserfiche.WebAccessMobileCommon.WAMLogger.GetRepoQueryList() +175 Laserfiche.WebAccessMobile.ConfigurationPageService.GetSearchRepo() +11 ASP.configuration_aspx.__Render__control2(HtmlTextWriter __w, Control parameterContainer) in c:\Program Files\Laserfiche\Mobile\Web Files\Configuration.aspx:120 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +117 System.Web.UI.HtmlControls.HtmlHead.RenderChildren(HtmlTextWriter writer) +27 System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +47 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +79 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +11899679 ASP.configuration_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\Program Files\Laserfiche\Mobile\Web Files\Configuration.aspx:7 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +117 System.Web.UI.Page.Render(HtmlTextWriter writer) +39 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +79 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +11899679 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +8753