Unrecognized type-specific format properties:case=sensitive

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
mdbatra
Premium Member
Premium Member
Posts: 175
Joined: Wed Oct 22, 2008 10:01 am
Location: City of London

Unrecognized type-specific format properties:case=sensitive

Post 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
crystal_pup
Participant
Posts: 62
Joined: Thu Feb 08, 2007 6:01 am
Location: Pune

Post 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
mdbatra
Premium Member
Premium Member
Posts: 175
Joined: Wed Oct 22, 2008 10:01 am
Location: City of London

Post by mdbatra »

I checked that. There are no changes in the field type.
Post Reply