Share via

Upgrading SQL 2019 to 2025 - Fulltext index issue

Yunus Emre Coşkun 0 Reputation points
2026-06-03T07:09:59.9033333+00:00

When doing a SQL server upgrade from 2019 to 2025, im running into an issue when it is trying to finalize the Fulltext index part of the upgrade.

It seems like the upgrade locks itself out of the upgrade, by putting permissions on the Filterdatafolder, so it can no longer be accessed be the install process. When i try to check permissions on it with a local admin, i get access denied, ive even tried via psexec as SYSTEM but no luck.

The error im getting in the SQL Install is the following:

User's image

anyone experienced this, and how do i fix it?

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories


2 answers

Sort by: Most helpful
  1. Deepesh Dhake 80 Reputation points
    2026-06-03T16:09:31.92+00:00

    The exact failure reason is written to the setup logs at "C:\Program Files\Microsoft SQL Server...\Setup Bootstrap\Log". You can open Summary.txt and search for the failed action. Are there any more details why it is failing?

    Was this answer helpful?


  2. Senthil kumar 565 Reputation points
    2026-06-03T07:31:43.83+00:00

    Hi @Yunus Emre Coşkun

    While install or upgrade applications need a admin permission. and you provided permission to particular folder 'Filterdatafolder' I think. so please provide permission to 'SQL_DATA' folder might be chance to fix your issue.

    Thanks.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.