Comment on page
MSCEWI4008
Failed to transform Unicode literal.
High
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. 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";
- 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.
Last modified 21d ago