SQL Change Automation not showing up in SSMS 2014 and not working in SSMS v 18.3
tee
Posts: 25 New member
=======================================UPDATE===========================================
This issue was resolved by uninstalled SSMS v. 18.3 and installing v 18.2 instead.
=========================================================================================
I uninstalled all of the toolbelt products and re-installed from the latest toolbelt, rebooted after uninstall and after install. SQL Change Automation is available in SSMS v 18.3 but does not work. It will neither create a project nor open an existing project. I created a test project in VS 2017 with SQL Change Automation 4.0 but the SSMS - Sql Change Automation project tool cannot open the project. SQL Change Automation also does not detect the SQL servers. I typed the server name and database name (correctly) since the drop-down doesn't populate. Maybe this is the problem?? - do you have any suggestions?
Below is the error message - I chose to send the error message to RedGate, but with no feedback, I'm not sure it was actually sent.
=========================================================================================
=================================error message below========================================
=========================================================================================
This issue was resolved by uninstalled SSMS v. 18.3 and installing v 18.2 instead.
=========================================================================================
I uninstalled all of the toolbelt products and re-installed from the latest toolbelt, rebooted after uninstall and after install. SQL Change Automation is available in SSMS v 18.3 but does not work. It will neither create a project nor open an existing project. I created a test project in VS 2017 with SQL Change Automation 4.0 but the SSMS - Sql Change Automation project tool cannot open the project. SQL Change Automation also does not detect the SQL servers. I typed the server name and database name (correctly) since the drop-down doesn't populate. Maybe this is the problem?? - do you have any suggestions?
Below is the error message - I chose to send the error message to RedGate, but with no feedback, I'm not sure it was actually sent.
=========================================================================================
=================================error message below========================================
=========================================================================================
System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Authentication failed because the remote party has closed the transport stream.
at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult)
at System.Net.PooledStream.EndWrite(IAsyncResult asyncResult)
at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context)
at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar)
--- End of inner exception stack trace ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at RedGate.Versioning.Client.WebServer.Client.Services.HttpCommunication.HttpClientInvoker.<PostResponse>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at RedGate.Versioning.Client.WebServer.Client.Services.WebServerCommunication.SimpleWebServerInvoker.<Post>d__6`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at RedGate.Versioning.Client.VsShell.Ssms.Models.Projects.RecentProjectsService.<Open>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at RedGate.Versioning.Client.VsShell.Ssms.Models.Homepage.HomepageModel.<SaveRecentProject>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at RedGate.Versioning.Client.VsShell.Ssms.Models.Observable.ObservableTask`1.<WaitForTask>d__9.MoveNext()
Tagged:
Answers
The error suggests something environmental as its a system error rather than an SCA one. The drop down not populating might indicate a network issue as well - is it a remote server? Or local to you?