Page 1 of 1

Unrecognized type-specific format properties:case=sensitive

Posted: Fri Jun 28, 2013 3:16 am
by mdbatra
Hi,

I have a parallel job which was running fine in 8.1, but the job is throwing a warning after migration to 8.7 -

main_program: When checking operator: Unrecognized type-specific format properties: {case=sensitive}; on key field_name.

field_name is being used as a key for a lookup and is also a part of key for a RemoveDups Stage. Datatype =Varchar100, it contains alphanumeric values. I've tried explicitly specifying case=True in the RDP stage but did not help.

On making it False, i'm getting the warning -
main_program: When checking operator: Unrecognized type-specific format properties: {case=insensitive}; on key field1.

Does anyone have any clue about this one?

Thanks

Posted: Fri Jun 28, 2013 3:40 am
by crystal_pup
Use the environment variable "$OSH_PRINT_SCHEMAS" and verify if the data type for the key columns are changing explicitly in the flow of the job

Posted: Fri Jun 28, 2013 4:20 am
by mdbatra
I checked that. There are no changes in the field type.