I have an existing OME 1.3 install attached to a remote SQL 2012 database. Backing up and restoring the database wasn't working because of permissions on the Cluster Shared Storage, so I have been using SQL Server Import Export Wizard. The wizzard completes, I shutdown the old server, restart OME, get the new DB credentials window, fill in the correct information, but when it starts up, I get the following logs in the browser. Does anyone know what I need to do to fix this?
Severity | Start Time | Source | Description |
Critical | 8/7/2014 5:06:43 PM | DataCache.LoadCheck() | Data Cache load error |
Critical | 8/7/2014 5:06:43 PM | DataCache.LoadCheck() | Data Cache load error |
Warning | 8/7/2014 5:06:43 PM | ProxyManager.FaultTolerate() | Fault tolerance on communication exception in progress -> Count: 1 |
Critical | 8/7/2014 5:06:43 PM | DataCache.LoadCheck() | Exception loading the cache occurred: System.ServiceModel.FaultException: <?xml version="1.0" encoding="utf-16"?><ArrayOfKeyValueOfstringstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><KeyValueOfstringstring><Key>Message</Key><Value>Could not find stored procedure 'dbo.SecureUser_GetPermissions'. #2812.62</Value></KeyValueOfstringstring><KeyValueOfstringstring><Key>Details</Key><Value>System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.SecureUser_GetPermissions'. 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) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite) 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.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult) at System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries) at System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) at DataProvider.Security.SecureDataContext.SecureUser_GetPermissions(Nullable`1 idSecureUser) at DataProvider.Security.SecureUser.LoadPermissions(SecureDataContext secureDataContext) at DataProvider.Security.SecureUser.GetActiveUser(SecureDataContext dataContext, String userSid) at DataProvider.Security.SecureUser.GetActive(WindowsIdentity activeIdentity) at DataProvider.Security.SecureUser.GetActive() at SmartConsole.Service.DataService.AccessCheck(Permission[] requiredPermissions) ClientConnectionId:2c48e527-f6d9-4d17-b161-f501eba4140c</Value></KeyValueOfstringstring><KeyValueOfstringstring><Key>SqlException.Number</Key><Value>2812</Value></KeyValueOfstringstring><KeyValueOfstringstring><Key>SqlException.State</Key><Value>62</Value></KeyValueOfstringstring><KeyValueOfstringstring><Key>Id</Key><Value>SqlException;2812;62</Value></KeyValueOfstringstring></ArrayOfKeyValueOfstringstring> at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc) at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result) at System.ServiceModel.ClientBase`1.ChannelBase`1.EndInvoke(String methodName, Object[] args, IAsyncResult result) at SmartConsole.DataServiceReference.DataServiceClient.DataServiceClientChannel.EndGetHelp(IAsyncResult result) at SmartConsole.DataServiceReference.DataServiceClient.SmartConsole.DataServiceReference.IDataService.EndGetHelp(IAsyncResult result) at SmartConsole.DataServiceReference.DataServiceClient.OnEndGetHelp(IAsyncResult result) at System.ServiceModel.ClientBase`1.OnAsyncCallCompleted(IAsyncResult result) |
Critical | 8/7/2014 5:06:43 PM | DataCache.LoadCheck() | Data Cache load error: SmartConsole.DataServiceReference.GetHelpCompletedEventArgs |
General Information | 8/7/2014 5:06:43 PM | App.xaml | DataCache load starting... |
General Information | 8/7/2014 5:06:42 PM | App.xaml | Splash screen instantiated... |
General Information | 8/7/2014 5:06:42 PM | App.xaml | Application_Startup: Starting... |