Error when checking operator: Could not find input field 'field_name'

Well, you checked and double-checked the existence of respective field and it is there! Yeah, stumbled over it again. And again!

Possible solutions


  • You need to compile jobs explicitly. You're done then. Try it. Go! What are you waiting for?
  • If you are really extra sure compiled the job, then double-check the presence of the respective field again, but not in the stage DS tells you but in the very source at the start of the dataflow where this field comes from. It happens that if the column name of your SQL is not identical to the field name propagated. I do absolutely not know why:
    • compilation does not reveal the problem
    • DataStage misses the correct problem location by far

Kommentare

Beliebte Posts aus diesem Blog

Missing record delimiter "\n", saw EOF instead