MSCEWI1037
Translation planned for the future.
Medium
This error is used when a specific statement from the source code is not being converted yet but is planned to be delivered in the future.
SELECT INTERVAL '11 10:09:08.555' DAY TO SECOND(3) FROM DUAL;
SELECT
/*** MSC-ERROR - MSCEWI1037 - TRANSLATION FOR INTERVAL DAY TO SECOND IS PLANNED TO BE DELIVERED IN THE FUTURE ***/
INTERVAL '11 10:09:08.555' DAY TO SECOND(3) FROM DUAL;
CREATE PROCEDURE PROC1 AS
SET VARIABLE1 = NOTSUPPORTEDNODE
CREATE OR REPLACE PROCEDURE dbo.sp_GAR_Rater_v3_2 ()
...
COL1 = defaultExpression
// ** MSC-ERROR - MSCEWI1037 - TRANSLATION FOR NOTSUPPORTEDNODE IS PLANNED TO BE DELIVERED IN THE FUTURE **
// NOTSUPPORTEDNODE
To assure transformation continues as intended, a
defaultExpression
is added. This means a translation is not supported yet.- 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 7mo ago