For more information about CARA, please visit the support page.
You may also report this error to the CARA Admin at the following page:
eMNEPA Support
Please include a brief description of repeatable actions which have generated this error.
Thank you,
CARA Support team
Go Back To Previous Page
Inner Exception: System.Data.SqlClient.SqlException (0x80131904): Invalid column name 'ReadingRoomKeyCount'.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.EntityClient.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior)
ClientConnectionId:3fcd1a19-2d07-4ed8-88d8-166532d5b793
Error Number:207,State:1,Class:16
Controller: Public
Action: ReadingRoom
Stack Trace: at System.Data.EntityClient.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior)
at System.Data.Objects.ObjectContext.CreateFunctionObjectResult[TElement](EntityCommand entityCommand, ReadOnlyMetadataCollection`1 entitySets, EdmType[] edmTypes, MergeOption mergeOption)
at System.Data.Objects.ObjectContext.ExecuteFunction[TElement](String functionName, MergeOption mergeOption, ObjectParameter[] parameters)
at Aquilent.Cara.Domain.CaraDomainEntities.spsLettersReadingRoom(Nullable`1 projectId, Nullable`1 phaseId, Nullable`1 filterLetterTypeId, String filterFirstName, String filterLastName, String filterOrganizationId, String filterKeyword, Nullable`1 filterPublishToReadingRoom, Nullable`1 filterShowForms, Nullable`1 pageNum, Nullable`1 numRows, String sortKey, ObjectParameter totalRows)
at Aquilent.Cara.Domain.CaraDomainEntities.GetLetterReadingRoomSearchResults(LetterReadingRoomSearchResultFilter filter, ObjectParameter total)
at Aquilent.Cara.Domain.LetterManager.GetLettersReadingRoom(LetterReadingRoomSearchResultFilter filter, Int32& total)
at Aquilent.Cara.WebApp.Models.ReadingRoomService.GetPublicReadingRoomLetters(String filterName, GridCommand command, String context, Int32& total, Int32& pageNum, Nullable`1& totalSize)
at Aquilent.Cara.WebApp.Controllers.PublicController.LoadReadingRoomListModel(GridCommand command)
at Aquilent.Cara.WebApp.Controllers.PublicController.ReadingRoom(GridCommand command)
at lambda_method(Closure , ControllerBase , Object[] )
at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClassd.