MSCEWI4008

Failed to transform Unicode literal.

This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.

Severity

High

Description

This error message is added to the output code when the contents of a Unicode literal (literals that have N as a prefix, i.e. N'Contents here') could not be successfully transformed to a JavaScript literal.

Code Example

      SQL = /*** MSC-ERROR - MSCEWI4008 - FAILED TO TRANSFORM UNICODE LITERAL. REASON: Invalid char in string in position 1469 ***/
 /*N'
 CREATE PROCEDURE
 .
 .
 .
 ;'*/
  "EMPTY LITERAL DUE TO AN EXCEPTION";

Recommendations

  • It is likely that the issue is caused by one or more characters currently not supported. Please, feel free to contact us with your specific scenario so we can look into it.

  • If you need more support, you can email us at snowconvert-support@snowflake.com

Last updated