Bei Microsoft anmelden
Melden Sie sich an, oder erstellen Sie ein Konto.
Hallo,
Wählen Sie ein anderes Konto aus.
Sie haben mehrere Konten.
Wählen Sie das Konto aus, mit dem Sie sich anmelden möchten.
Englisch
Dieser Artikel ist leider nicht in Ihrer Sprache verfügbar.

FIM CM 2010 is configured with the workflow which sends notification emails which pulls user specific information from AD. Some User specific information contains Umlaut characters (ä, ö, ü) and the characters in the email got incorrectly re-formatted.

Example:

For example, the givenName = Töst
Email Text in the workflow is:

Dear {User!givenName},
your Secret is:
{Secret1}
Mit freundlichen Grüßen
CLM


The “ö” character in the email that user receives will be misinterpreted and the email the user with the givenName Töst starts with:

Dear Töst.


The same issue is with User!sn and User!Displayname

Symptoms

FIM CM 2010 uses AntiXssLIbrary to HTML-encode data that can be potentially unsafe and causes undesired misinterpretation of umlaut characters.

Cause

Disable usage of AntrXssLibrary by adding "!none" suffix to the email tags.

For example, use {User!givenName!none} instead of {User!givenName}

Resolution

Benötigen Sie weitere Hilfe?

Möchten Sie weitere Optionen?

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.

War diese Information hilfreich?

Was hat Ihre Erfahrung beeinflusst?
Wenn Sie auf "Absenden" klicken, wird Ihr Feedback zur Verbesserung von Produkten und Diensten von Microsoft verwendet. Ihr IT-Administrator kann diese Daten sammeln. Datenschutzbestimmungen.

Vielen Dank für Ihr Feedback!

×