Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Symptoms


Consider the following scenario:

  • You create an extended event session to capture the module_end extended event.

  • You set the collect_statement attribute to 1.

  • You configure the event to send the output to a file target.

  • You review the output from the file target by using the sys.fn_xe_file_target_read_file function, and you cast the event data as XML, for example, by using the following syntax:SELECT *, CAST(event_data AS XML) AS 'event_data_XML'
    FROM sys.fn_xe_file_target_read_file('file_name*.xel', NULL, NULL, NULL)

In this scenario, you receive an error message that resembles the following:

Msg 9421, Level 16, State 1, Line 50
XML parsing: line 1, character 592, illegal name character

Resolution

Service pack information

The issue was first fixed in the following Service Pack for SQL Server. 

Service Pack 2 for SQL Server 2014

About Service packs for SQL Server

Service packs are cumulative. Each new service pack contains all the fixes that are in previous service packs, together with any new fixes. Our recommendation is to apply the latest service pack and the latest cumulative update for that service pack. You don't have to install a previous service pack before you install the latest service pack. Use Table 1 in the following article for finding more information about the latest service pack and latest cumulative update.

How to determine the version, edition and update level of SQL Server and its components?

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.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×