Symptoms
Assume that you use SQL Server 2016 Integration Services (SSIS). When you deploy an SSIS package that contains localized language such as Chinese, Japanese and others to the SSISDB catalog, you may receive an error message that resembles the following:
Failed to deploy packages. For more information, query the operation_messages view for the operation identifier 'OperationID'. (Microsoft SQL Server, Error: 27231)
Additionally, a detail error message that resembles the following can be found in the catalog.operation_messages view.
Failed to deploy the packages. Fix the problems and try again later.:Failed to locate the project named DeploymentError.:Failed to load XML due to error 0xC00CE509 "Required white space was missing. Line lineNumber, Column ColumnNumber". This occurs when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of specifying an incorrect file name to the LoadPackage method or the specified XML file has an incorrect format.
Resolution
This issue is fixed in the following cumulative update for SQL Server:
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.
References
Learn about the terminologythat Microsoft uses to describe software updates.