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.
- For more support, you can email us at [email protected] or post a message to our forums. If you have a contract for support with Mobilize.Net, reach out to your sales engineer and they can direct your support needs.
Last modified 1yr ago