Received this error, but couldn't find anything about it in the KB or documentation:
WARNING: No common fields to be implicitly copied by BUFFER-COPY. Line 14 of /los_prod/archive/src/gen/loancopy6.p. (5382)
This is buffer copying records between databases.
Thanks.
Take a look at the definitions of the two tables involved in the BUFFER-COPY. The fields must match in name, extent and datatype. This message is saying that none of the fields match between the two tables. Maybe posting the statement from the source code and the table definitions will help.