Symptoms

Consider the following scenario:

  • You use Microsoft SQL Server 2012 or SQL Server 2014 Master Data Services (MDS).

  • You have an attribute that contains a value with a special character (such as the "+" symbol) in an entity.

  • You define a business rule on this entity, and configure it to send an email notification when the validation fails.

In this scenario, the link in the notification email is broken and incorrect. For example, the "+" symbol is replaced by "%2b" which is incorrect. Therefore, the link cannot direct to the expected record within MDS.

Cause

This issue occurs because, when Silverlight retrieves the code value from QueryString collection, it calls UrlDecode. However, the value in the QueryString collection has already been decoded by MDS. Therefore, an unnecessary UrlDecode is performed.

Each new cumulative update for SQL Server contains all the hotfixes and all the security fixes that were included with the previous cumulative update. Check out the latest cumulative updates for SQL Server:

Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.