Kbase P22559: Error 5363 when r-code generated on 9.1B passes a temp-table as parameter to another r-code generate
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Verified
FACT(s) (Environment):
Oracle DataServer
Progress 9.1B
Progress 9.1C
SYMPTOM(s):
The caller's temp-table parameter does not match to the target temp-table. (5363)
Error 5363 when r-code generated on 9.1B passes a temp-table as parameter to another r-code generated on 9.1C
Using temp-table created using LIKE
CAUSE:
A fix in 9.1C for a bug# 20001128-029 required a internal structure change for a temp-table using LIKE option by skiping the time column portion of the date field. Therefore, the r-code generated on 9.1B has a different internal structucture from the r-code generated on 9.1C. Because of this difference you are not allowed to pass the temp-table as a parameter from 9.1B r-code to 9.1C r-code.
FIX:
Generate the code in the same version as the one being passed the temp-table