The Windows SysAdmin installed SSMS 18.9 on our servers using SCCM. I'm trying to run SSIS packages that were migrated from our 2012 servers, and upgraded to target SQL 2019. We keep getting error messages like this one
Error: 2021-06-10 19:58:03.57
Code: 0xC000F427
Source: Send Mail AssistedPwdResets err end
Description: To run a SSIS package outside of SQL Server Data Tools you must install Standard Edition of Integration Services or higher.
End Error
I downloaded the download SSMS setup file "SSMS-Setup-ENU.exe, from https://learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver15
I have attempted to run the SSMS installer multiple times, but keep getting error 0x80072efd. The logs for the installer show:
[1FA0:1D40][2021-06-10T21:43:27]i338: Acquiring package: NetFx45Web, payload: NetFx45Web, download from: http://go.microsoft.com/fwlink/?LinkId=225704
[1FA0:1D40][2021-06-10T21:43:50]e000: Error 0x80072efd: Failed to send request to URL: http://go.microsoft.com/fwlink/?LinkId=225704, trying to process HTTP status code anyway.
[1FA0:1D40][2021-06-10T21:43:50]e000: Error 0x80072efd: Unknown HTTP status code 0, returned from URL: http://go.microsoft.com/fwlink/?LinkId=225704
[1FA0:1D40][2021-06-10T21:43:50]e000: Error 0x80072efd: Failed to send request to URL: http://go.microsoft.com/fwlink/?LinkId=225704
[1FA0:1D40][2021-06-10T21:43:50]e000: Error 0x80072efd: Failed to connect to URL: http://go.microsoft.com/fwlink/?LinkId=225704
[1FA0:1D40][2021-06-10T21:43:50]e000: Error 0x80072efd: Failed to get size and time for URL: http://go.microsoft.com/fwlink/?LinkId=225704
[1FA0:1D40][2021-06-10T21:43:50]e000: Error 0x80072efd: Failed attempt to download URL: 'http://go.microsoft.com/fwlink/?LinkId=225704' to: 'C:\Users\ADSTEP~1.WIE\AppData\Local\Temp{bf0d55ea-f272-49bc-8699-22fbdcc115a8}\NetFx45Web'
[1FA0:1D40][2021-06-10T21:43:50]e000: Error 0x80072efd: Failed to acquire payload from: 'http://go.microsoft.com/fwlink/?LinkId=225704' to working path: 'C:\Users\ADSTEP~1.WIE\AppData\Local\Temp{bf0d55ea-f272-49bc-8699-22fbdcc115a8}\NetFx45Web'
This is an internal production, so the internet is blocked. We cannot reach the internet and must use an offline installer.
For Visual Studio, we can use the installer to download all packages on a workstation with internet access, and make those files available to the server. I am hoping that SSMS has a similar option.