Core component of SQL Server for storing, processing, and securing data
Cause: The patch's ISServer_upgrade.sql referenced internal.operation_os_sys_info in your SSISDB and it's missing - your SSISDB schema is out of step with what the SQL 2025 script expects. Not the login (15151) case.
Fix:
If SSISDB is not used here:
Add -T902 to startup params (bring SQL up without the FCI restarting it mid-repair).
Drop SSISDB.
Remove -T902, restart normally.
If SSISDB is used:
Start with -T902.
Back up SSISDB + confirm you have the catalog master key password.
Run the SSIS Catalog Upgrade Wizard against the instance.
If that can't fix it, drop/recreate the catalog and redeploy from source. Then remove -T902, restart.