Saxparser exception in Hierarchical stage

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
hitmanthesilentassasin
Participant
Posts: 150
Joined: Tue Mar 13, 2007 1:17 am

Saxparser exception in Hierarchical stage

Post by hitmanthesilentassasin »

Hi,

I have imported an xsd which has many complex types one of them is mandatory. However, I am trying to generate xml for non-mandatory element. I am able to map the fields properly and set validation to minimal validation to ignore mandatory fields in the validation tab of xml compose step of hierarchical step. the job compiles correctly but when I run the job it throws saxparseexception stating that it requires the mandatory element defined. In another job I was able to import and run the job properly(even that has mandatory element defined). Is there something very obvious that I missing?
Post Reply