Error in insert job parameter in transformer

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
vincyTing
Participant
Posts: 52
Joined: Sun Jan 08, 2012 7:58 am
Location: Malaysia

Error in insert job parameter in transformer

Post by vincyTing »

I has a job paramter name "tablename". When I trying to insert this parameter into transformer, it gives me error "parameter specified but not used in flow dspxworkingdir". It is weird that when I change the parameter name to "name", it works....


Anyone know why tablename failed but name works ???



Thanks
jerome_rajan
Premium Member
Premium Member
Posts: 376
Joined: Sat Jan 07, 2012 12:25 pm
Location: Piscataway

Post by jerome_rajan »

Can you post the entire error output during compilation?
Jerome
Data Integration Consultant at AWS
Connect With Me On LinkedIn

Life is really simple, but we insist on making it complicated.
sjfearnside
Premium Member
Premium Member
Posts: 278
Joined: Wed Oct 03, 2007 8:45 am

Post by sjfearnside »

could be "tablename" is a reserved word
Post Reply