Most of times this error is occurred because of following line ,
INSERT INTO DT_PARAMS_Z VALUES ('IS_SPLIT_MODEL', 0, null, null);
So change to
INSERT INTO DT_PARAMS_Z VALUES ('IS_SPLIT_MODEL', 1, null, null);
Most of times this error is occurred because of following line ,
INSERT INTO DT_PARAMS_Z VALUES ('IS_SPLIT_MODEL', 0, null, null);
So change to
INSERT INTO DT_PARAMS_Z VALUES ('IS_SPLIT_MODEL', 1, null, null);