Ajesh
11th March 2013, 06:34
Hello

I have migrated one Exchange Scheme from Test Environment to Production Environment. Both have same Service Pack of SP 6. Baan IV C. But while Compilation happens successfully on one Environment Compilation on Production Gives Error.

CTE.i( 982): Error: Missing RETURN(..) in function 'exec.cond.ctxctf00.dsca'
CTE.i( 992): Error: Missing RETURN(..) in function 'exec.cond.ctxctf00.citg'
CTE.i(1003): Error: Missing RETURN(..) in function 'exec.cond.ctxctf00.csig'
CTE.i(1011): Error: Missing RETURN(..) in function 'exec.cond.ctxctf00.osys'
CTE.i(1021): Error: Missing RETURN(..) in function 'exec.cond.ctxctf00.oqmf'
CTE.i(1029): Error: Missing RETURN(..) in function 'exec.cond.ctxctf00.ddfq'
CTE.i(1040): Error: Missing RETURN(..) in function 'exec.cond.ctxctf00.cuqp'
CTE.i(1049): Error: Missing RETURN(..) in function 'exec.cond.ctxctf00.cups.exis
CTE.i(1058): Error: Missing RETURN(..) in function 'exec.cond.ctxctf00.cpgs.exis
CTE.i(1067): Error: Missing RETURN(..) in function 'exec.cond.ctxctf00.csgs.exis

Any Clues Anyone?

Regards
Shinoj

vinceco252
11th March 2013, 16:14
How did you migrate the exchange schemes? This looks like the text for the conditions did not get migrated.

Vince

Ajesh
12th March 2013, 09:57
I migrated using the standard sessions. The Texts are visible on the system. No problem with that.

benito
13th March 2013, 13:45
the error says that test is not the same as prod. looks like one condition function was changed from NULL to LONG.

kumaravelr
13th March 2013, 14:02
In Production, You can copy the error giving conditions to another one and link in the Field relations. For example copy the condition dsca to dsca1 and link dsca1 in place of dsca in the field relations. This might solve the problem.

Ajesh
21st March 2013, 13:58
Another member of my team copied the Scheme Few Times and it started working. Inexplicable Really.