When selecting
within the program, I receive an error message that states,
I'm currently running version 12.0.36.3534 Professional. This has been going on for several days.
Comments
7 comments
-
Hi
Sorry to hear you've been having trouble. I think we should have logging around the check for updates functionality, so if you start a verbose log as described in https://documentation.red-gate.com/disp ... +log+files, reproduce the problem and then have a look for log lines marked 'UpdateClient', there might be something useful there. Otherwise you'll probably need to get in touch with support at support@red-gate.com to try and debug the problem further
Hope that's helpful -
was there a solution to this issue? i am now experiencing the same.
-
OK. Seems to have resolved by running as administrator
-
Out of interest, which program did you need to run as administrator? SQL Data Compare should be able to run and display the blue "update available" bar without admin rights, as well as download the latest installer for you. When you run the installer, you should get a UAC prompt requesting the required privileges to install the new build.
-
I ran SQL Data Compare as administrator. I agree with you, as i've not had to do that before.
-
This also appeared for me at my new laptop. Thanks to the verbose logging, I found out that in c:\users\xxx\Appdata\Temp there were no rights for regular users, only for administrators. I added everyone with full control and now updating works as always before.
-
Currently unable to run updates (SQL Prompt from w/in SQL Mgmt Studio or SQL Compare from within that program).
I turned on verbose logging and this is what I get from SQL Compare (I changed the env variable to my desktop for testing):10:34:02.750|Info |UpdateClient |10 |Download C:\Users\<USER>Desktop\CFU\SQLCompare_13.4.0.6563.exe failed authenticode check10:34:02.942|Info |UpdateClient |10 |Download progress 204810:34:02.942|Info |UpdateClient |10 |Downloading 2048/3503751210:34:02.942|Info |UpdateClient |10 |State: Downloading10:34:03.446|Info |UpdateClient |10 |Download progress 206633710:34:03.446|Info |UpdateClient |10 |Downloading 2066337/3503751210:34:03.446|Info |UpdateClient |10 |State: Downloading10:34:03.948|Info |UpdateClient |10 |Download progress 1128996610:34:03.948|Info |UpdateClient |10 |Downloading 11289966/3503751210:34:03.948|Info |UpdateClient |10 |State: Downloading10:34:04.450|Info |UpdateClient |10 |Download progress 1988694610:34:04.450|Info |UpdateClient |10 |Downloading 19886946/3503751210:34:04.450|Info |UpdateClient |10 |State: Downloading10:34:04.952|Info |UpdateClient |10 |Download progress 2877062710:34:04.952|Info |UpdateClient |10 |Downloading 28770627/3503751210:34:04.952|Info |UpdateClient |10 |State: Downloading10:34:05.059|Warn |UpdateClient |10 |There is a problem saving the download file to your computer.System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size)at RedGate.Update.Client.Download.FileWriter.WriteStreamToFile(Stream steam)at RedGate.Update.Client.Download.DownloadManager.DownloadFile(FileDownloadProgress progress, IUpdate update, String updateUrl)10:34:05.386|Warn |UpdateClient |10 |Download failureRedGate.Update.Client.Download.DownloadException: There is a problem saving the download file to your computer. ---> System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size)at RedGate.Update.Client.Download.FileWriter.WriteStreamToFile(Stream steam)at RedGate.Update.Client.Download.DownloadManager.DownloadFile(FileDownloadProgress progress, IUpdate update, String updateUrl)--- End of inner exception stack trace ---at RedGate.Update.Client.Download.DownloadManager.DownloadFile(FileDownloadProgress progress, IUpdate update, String updateUrl)at RedGate.Update.Client.Download.DownloadManager.DownloadFile(FileDownloadProgress progress, IUpdate update, String updateUrl)at RedGate.Update.Client.Download.DownloadManager.Download(IEnumerable`1 requestedDownloads, DownloadProgress progress)10:34:05.388|Warn |UpdateClient |10 |Facade failureRedGate.Update.Client.Download.DownloadException: There is a problem saving the download file to your computer. ---> System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size)at RedGate.Update.Client.Download.FileWriter.WriteStreamToFile(Stream steam)at RedGate.Update.Client.Download.DownloadManager.DownloadFile(FileDownloadProgress progress, IUpdate update, String updateUrl)--- End of inner exception stack trace ---Server stack trace:at RedGate.Update.Client.Download.DownloadManager.DownloadFile(FileDownloadProgress progress, IUpdate update, String updateUrl)at RedGate.Update.Client.Download.DownloadManager.DownloadFile(FileDownloadProgress progress, IUpdate update, String updateUrl)at RedGate.Update.Client.Download.DownloadManager.Download(IEnumerable`1 requestedDownloads, DownloadProgress progress)at RedGate.Update.Client.UpdateService.CheckForUpdatesStatic(IUpdateServer updateServer, IDownloadManager downloadManager, String serialNumber, Boolean automatic, DownloadProgress progress)at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)Exception rethrown at [0]:at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)at RedGate.Update.Client.UpdateService.Callback.EndInvoke(IAsyncResult result)at RedGate.Update.Client.UpdateService.EndCheckForUpdates(IAsyncResult asyncResult)at RedGate.Update.Client.UpdateFacade.CheckFinished(IAsyncResult ar)10:34:05.388|Info |UpdateClient |10 |State: Error10:34:05.782|Info |UpdateClient |10 |Exiting check for updates
Add comment
Please sign in to leave a comment.