Hi,
I have a BODS 3.1 data services project that I migrated to bods 4.2 and the jobs by themselves run successfully, but when I try to validate one of the jobs the system gives me a validation error in query transform saying "Column <xxxx_KEY> in schema type <target> does not have a matching column in schema type <source> and is not nullable. Make this column nullable, or specify a mapping expression that can provide values for this column. (BODI-1111037)".
The reason for this is, as I understand, target table has an IDENTITY column which naturally does not need a mapping to a source, as this value is generated by the SQL database. Have anybody tried to resolve this issue successfully ? Any help is greatly appreciated.