Hi, Running Database Maintenance (98.290.00) to update a SL 7 database (sys & app) to SL 2018CU1. The update fails with the below error in DBBBuild.log. Using SQL Server 2016. I have set the SQL Server remote query timeout to 0, but I get the same error. If you look at the log, it fails after 7 minutes. Any help is appreciated.
Start Time: 12:14:12 PM
Database Name: TRSSolomonApp
Error Code: -2
Error Text: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated.
Statement: SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULL_DFLT_OFF ON
GO
exec ut_build_indexes '%'
End Time: 12:21:29 PM