After installation of Data_Governance_Edition_6.1 , we are getting below error in System event log . This error is coutinuous (approx every 1min)
Any advice?
#####
Message: Error creating connection to the database. Exception: Key not valid for use in specified state.
Category: Data Access, Error
Priority: 10
EventId: 0
Severity: Error
Title:
Thread: (356)
ServerIdentity - WINDGSRV\Administrator
Exception - System.Security.Cryptography.CryptographicException: Key not valid for use in specified state.
at System.Security.Cryptography.ProtectedData.Unprotect(Byte[] encryptedData, Byte[] optionalEntropy, DataProtectionScope scope)
at Quest.Titan.Common.Configuration.ConfigurationStore.GetEncryptedSetting(ConfigurationSetting configurationSetting, String defaultValue)
at Quest.Titan.Common.Q1IM.Q1IMConnectionAuthentication..ctor(String authentication)
at Quest.Titan.Server.Data.ManagementData.TestDatabaseConnection(Boolean& isOpen)
StackTrace - at Microsoft.Practices.EnterpriseLibrary.Logging.ExtraInformation.DebugInformationProvider.PopulateDictionary(IDictionary`2 dict)
at Quest.Titan.Common.Logging.Logging.Log(BroadwayLogEntry entry)
at Quest.Titan.Common.Logging.Logging.Log(String logMessage, TraceEventType severity, Int32 priority, String[] categories, Exception exception, String[] propertyNames, Object[] propertyValues)
at Quest.Titan.Common.Logging.Logging.LogError(String logMessage, Exception exception, String[] propertyNames, Object[] propertyValues, String[] categories)
at Quest.Titan.Server.Data.ManagementData.TestDatabaseConnection(Boolean& isOpen)
at Quest.Titan.Server.InternalServices.ManagementServer.MonitorForVaildDatabaseConnection()
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()