October 30, 2020 at 7:21 pm
HI every one
I'm running into problems in DQS I'll appreciate your advice, I tried several things but it is not running yet, we have the following error:
SQL Server Data Quality Services
--------------------------------------------------------------------------------
Message Id: LogOnWindowFailedToConnect
Cannot connect to SERVER\INSTANCE.
A .NET Framework error occurred during execution of user-defined routine or aggregate "SetDataQualitySession":
System.Data.SqlClient.SqlException: A .NET Framework error occurred during execution of user-defined routine or aggregate "SetDataQualitySessionPhaseTwo":
System.TypeInitializationException: The type initializer for 'Microsoft.Ssdqs.Core.Startup.ServerInit' threw an exception. ---> Microsoft.Ssdqs.Infra.Exceptions.ServerException: Failed to initialize configuration. ---> Microsoft.Ssdqs.Infra.Log.LogMessageFormatException: Failed to init log configuration. ---> System.IO.IOException: There is not enough space on the disk.
System.IO.IOException:
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count)
at System.IO.FileStream.FlushWrite(Boolean calledFromFinalizer)
at System.IO.FileStream.Dispose(Boolean disposing)
at System.IO.Stream.Close()
at System.IO.StreamWriter.Dispose(Boolean disposing)
at System.IO.TextWriter.Dispose()
at Microsoft.Ssdqs.Infra.Log.LLogger.WriteTextFile(String filename, String data)
at Microsoft.Ssdqs.Infra.Log.LLogger.InitLogWriter()
at Microsoft.Ssdqs.Infra.Log.LLogger.InitConfiguration()
Microsoft.Ssdqs.Infra.Log.LogMessageFormatException:
at Microsoft.Ssdqs.Infra.Log.LLogger.InitConfiguration()
at Microsoft.Ssdqs.Infra.Log.LLogger.GetLogger(Type loggerType)
at Microsoft.Ssdqs.Core.Startup.ServerInit..cctor()
Microsoft.Ssdqs.Infra.Exceptions.ServerException:
at Microsoft.Ssdqs.Core.Startup.ServerInit..cctor()
System.TypeInitializationException:
at Microsoft.Ssdqs.Core.Startup.ServerInit.Init()
.
System.Data.SqlClient.SqlException:
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.SqlInternalConnectionSmi.EventSink.DispatchMessages(Boolean ignoreNonFatalMessages)
at System.Data.SqlClient.SqlCommand.RunE...
--------------------------------------------------------------------------------
System.Data.SqlClient.SqlException (0x80131904): A .NET Framework error occurred during execution of user-defined routine or aggregate "SetDataQualitySession":
System.Data.SqlClient.SqlException: A .NET Framework error occurred during execution of user-defined routine or aggregate "SetDataQualitySessionPhaseTwo":
System.TypeInitializationException: The type initializer for 'Microsoft.Ssdqs.Core.Startup.ServerInit' threw an exception. ---> Microsoft.Ssdqs.Infra.Exceptions.ServerException: Failed to initialize configuration. ---> Microsoft.Ssdqs.Infra.Log.LogMessageFormatException: Failed to init log configuration. ---> System.IO.IOException: There is not enough space on the disk.
System.IO.IOException:
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count)
at System.IO.FileStream.FlushWrite(Boolean calledFromFinalizer)
at System.IO.FileStream.Dispose(Boolean disposing)
at System.IO.Stream.Close()
at System.IO.StreamWriter.Dispose(Boolean disposing)
at System.IO.TextWriter.Dispose()
at Microsoft.Ssdqs.Infra.Log.LLogger.WriteTextFile(String filename, String data)
at Microsoft.Ssdqs.Infra.Log.LLogger.InitLogWriter()
at Microsoft.Ssdqs.Infra.Log.LLogger.InitConfiguration()
Microsoft.Ssdqs.Infra.Log.LogMessageFormatException:
at Microsoft.Ssdqs.Infra.Log.LLogger.InitConfiguration()
at Microsoft.Ssdqs.Infra.Log.LLogger.GetLogger(Type loggerType)
at Microsoft.Ssdqs.Core.Startup.ServerInit..cctor()
Microsoft.Ssdqs.Infra.Exceptions.ServerException:
at Microsoft.Ssdqs.Core.Startup.ServerInit..cctor()
System.TypeInitializationException:
at Microsoft.Ssdqs.Core.Startup.ServerInit.Init()
.
System.Data.SqlClient.SqlException:
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.SqlInternalConnectionSmi.EventSink.DispatchMessages(Boolean ignoreNonFatalMessages)
at System.Data.SqlClient.SqlCommand.RunE...
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.SqlInternalConnection.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.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.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Microsoft.Ssdqs.Infra.Database.DBAccess.ExecCommand()
at Microsoft.Ssdqs.Proxy.Database.DBAccessClient.Exec()
at Microsoft.Ssdqs.Proxy.EntryPoint.BaseEntryPointClient.SetDataQualitySession(Nullable1 clientId, Nullable
1 knowledgebaseId)
at Microsoft.Ssdqs.Proxy.EntryPoint.BaseEntryPointClient..ctor(String serverName, String databaseName, Nullable1 clientId, Nullable
1 knowledgebaseId)
at Microsoft.Ssdqs.Proxy.EntryPoint.NotificationEntryPointClient..ctor(String serverName, String databaseName)
at Microsoft.Ssdqs.Studio.ViewModels.Data.Common.DataManager.ConnectToDatabase(String instance, String database, Boolean useEncryption)
at Microsoft.Ssdqs.Studio.ViewModels.ViewModels.Application.LogOnWindowViewModel.ConnectToServer()
at Microsoft.Ssdqs.Studio.ViewModels.Utilities.UIAsynchronousRelayAction.Action()
at Microsoft.Ssdqs.Studio.ViewModels.Utilities.UIAsynchronousAction.ActionExecuter()
ClientConnectionId:7a1b638b-fbd6-4f95-b8e6-3d12e3225c96
Error Number:6522,State:1,Class:16
October 31, 2020 at 8:10 pm
Thanks for posting your issue and hopefully someone will answer soon.
This is an automated bump to increase visibility of your question.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply