Kbase P3447: Error with RAW-TRANSFER across different database types
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/24/2011 |
|
Status: Verified
SYMPTOM(s):
Table signatures do not match in RAW-TRANSFER operation. (4955)
Executing RAW-TRANSFER source TO target from the 4GL.
source is a Progress TEMP-TABLE or Progress database table, target is a table of a non-Progress database type, or vice versa.
source is one database type, target is of a different database type.
CAUSE:
Progress limit.
RAW-TRANSFER across different database types is not supported. For this purpose, ABL Temp-tables are considered Progress tables.
FIX:
Use BUFFER-COPY statement instead.
BUFFER-COPY source TO target