Hi,
Let me start by saying that I do not want to upgrade the SSIS project that I am working on and need better understanding on what will trigger the update.
The SSIS Project that I am modifying and need to deploy is 2014. I modified just one package and saved it using Visual Studio 2019.
On my local machine, I have the following installed: Visual Studio 2019 and Sql Server/SSIS 2017.
To deploy my changes, I am running the the wizard from cmd prompt. It is a project deployment, source is the ispac file I created and destination is sql server 2014 instance.
Questions:
1) Will my local machine installations cause this project to be upgraded.
2) The deployment errors with a timeout. Any ideas on what could be triggering that? I am working from home and my wifi is not the greatest. The deployment runs from some time before it errors.
Error:
Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. (.Net SqlClient Data Provider)
Error Number: -2Severity: 11
State: 0
------------------------------
Program Location:
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.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error)
at System.Data.SqlClient.TdsParserStateObject.ReadSniSyncOverAsync()
at System.Data.SqlClient.TdsParserStateObject.TryReadNetworkPacket()
at System.Data.SqlClient.TdsParserStateObject.TryPrepareBuffer()
at System.Data.SqlClient.TdsParserStateObject.TryReadByteArray(Byte[] buff, Int32 offset, Int32 len, Int32& totalRead)
at System.Data.SqlClient.TdsParserStateObject.TryReadPlpBytes(Byte[]& buff, Int32 offst, Int32 len, Int32& totalBytesRead)
at System.Data.SqlClient.TdsParser.TryReadSqlValue(SqlBuffer value, SqlMetaDataPriv md, Int32 length, TdsParserStateObject stateObj, SqlCommandColumnEncryptionSetting columnEncryptionOverride, String columnName)
at System.Data.SqlClient.SqlDataReader.TryReadColumnInternal(Int32 i, Boolean readHeaderOnly)
at System.Data.SqlClient.SqlDataReader.TryReadColumn(Int32 i, Boolean setTimeout, Boolean allowPartiallyReadColumn)
at System.Data.SqlClient.SqlDataReader.GetSqlBinary(Int32 i)
at Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo.GetProjectBytes()
at Microsoft.SqlServer.IntegrationServices.Wizard.Common.Model.SourcePageModel.LoadServerProject()
at Microsoft.SqlServer.IntegrationServices.Wizard.Common.Model.SourcePageModel.LoadProject()
at Microsoft.SqlServer.IntegrationServices.Wizard.Common.Pages.SelectSourceProgressPage.LoadAndValidateProject(Object sender, DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
===================================
The wait operation timed out