Share via

SQL Server 2019 Master Data Services Excel Add-in issue on new server

Reinero Joel 0 Reputation points
2026-04-01T15:08:17.6666667+00:00

Hi All,

We are migrating our SQL Server 2019 Master Data Services (MDS) installation running on Windows Server 2019 to a new installation on Windows Server 2019. We have migrating only databases on new server
With Edge it's ok but with MDS Excel Add-in on a client computer, we have this message

TITLE: Master Data Services Add-in for Excel


La connexion a échoué, car l'URL n'est pas valide ou la version de l'application Web Master Data Services n'est pas prise en charge.


ADDITIONAL INFORMATION:

Il n'existait pas de point de terminaison à l'écoute sur http://svsidpbipro.rtm.lan/MDS/service/service.svc/bhb pouvant accepter le message. Ceci est souvent dû à une adresse ou une action SOAP incorrecte. S'il est présent, voir l'élément InnerException pour plus d'informations. (mscorlib)


Le serveur distant a retourné une erreur : (404) Introuvable. (System)


BUTTONS:

OK


SQL Server | Other
0 comments No comments

2 answers

Sort by: Most helpful
  1. Lakshmi Narayana Garikapati 1,225 Reputation points Microsoft External Staff Moderator
    2026-04-09T03:57:38.1433333+00:00

    Hi Reinero Joel,

    Thanks for reaching out to SQL Q&A Forum

    1. Reinstall/Configure MDS Web Application
    • On the new Windows Server 2019, open Master Data Services Configuration Manager.
    • Create or configure a new Web Application in IIS pointing to the migrated MDS database.
    • Ensure the site has a valid application pool and bindings (HTTP/HTTPS).

     2.Check URL in Excel Add-in

    • In the Excel Add-in, use the exact URL of the MDS service (without extra path segments like /bhb unless configured).
    • Authentication & HTTPS
    • If you switched to HTTPS, update bindings and certificates in IIS.
    • The Excel Add-in may require editing the web.config to support HTTPS connections.
    • Firewall & DNS
    • Ensure the client machine can resolve svsidpbipro.rtm.lan and reach the server over the correct port (default 80 for HTTP, 443 for HTTPS).

    Hope this help!

    Thanks,

    Lakshmi.

    0 comments No comments

  2. Q&A Assist
    2026-04-01T15:08:39.0533333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The Excel add-in error indicates that the URL it is trying to reach is either invalid or not a supported MDS web application, and the HTTP 404 confirms that there is no MDS service endpoint at the specified address.

    From the context, the Excel add-in connects to MDS by using the URL of the Master Data Manager web application as its connection string, for example:

    https://contoso/mds
    

    Key checks and fixes in this migration scenario:

    1. Verify the MDS web URL
      • Confirm that the Master Data Manager site is correctly deployed and accessible in a browser on the new server (for example http://<server>/MDS or https://<server>/MDS).
      • Ensure that the path /service/service.svc exists under that site and is reachable in a browser (no 404).
    2. Update the Excel add-in connection
      • In the Master Data Services Add-in for Excel, edit or recreate the connection so that the connection string is the correct Master Data Manager URL for the new server (for example http://<newserver>/MDS).
      • Do not reuse the old server URL; the add-in must point to the new MDS web application, not just the migrated database.
    3. Confirm MDS version and add-in version
      • Ensure that the MDS web application version on the new SQL Server 2019 instance matches a supported Excel add-in version for SQL Server 2019.
      • If needed, install the “Master Data Services Add-in for Excel for SQL Server 2019” on the client and connect using the new URL.
    4. Ensure MDS is fully configured on the new server
      • Migrating only the databases is not sufficient; the MDS web application must also be deployed and configured on the new Windows Server 2019 instance so that the /service/service.svc endpoint is created.

    Once the MDS web site and its /service/service.svc endpoint are correctly deployed and the Excel add-in connection string is updated to the new Master Data Manager URL, the 404 and “URL not valid or version not supported” errors should be resolved.


    References:

    0 comments No comments

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.