No DB Engine upgrade path for removing Silverlight for MDS

WranglingData 36 Reputation points
2021-07-26T01:29:43.607+00:00

Hi,

I am currently investigating the upgrade path for MDS running on SQL Server 2016, to urgently remove the dependency of Silverlight in the portal.

I have noticed that there is an upgrade path that does not require updating the SQL Server Engine, as highlighted in the documentation here: Upgrading Master Data Services

If I follow the procedure, install MDS from SQL Server 2019, but retain the 2016 database/engine, will this remove the dependency for Silverlight?

Thanks

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,823 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Cris Zhan-MSFT 6,626 Reputation points
    2021-07-26T09:22:09.847+00:00

    Hi,

    Starting in SQL Server 2019 (15.x), HTML controls replace all former Silverlight components, therefore the Silverlight dependency removed. More browsers, including Chrome and Edge, now work for accessing the Master Data Services web app.
    https://learn.microsoft.com/en-us/sql/master-data-services/master-data-services-installation-and-configuration?view=sql-server-ver15

    >If I follow the procedure, install MDS from SQL Server 2019, but retain the 2016 database/engine, will this remove the dependency for Silverlight?

    I tested this scenario. But there is SQL Server 2017 in my environment (I can directly use Google to access mds web in this version), then I installed SQL Server 2019 MDS, upgraded the MDS database, created a new web application, and everything was fine.

    1 person found this answer helpful.

Your answer

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