Schema Reference

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
harshada
Premium Member
Premium Member
Posts: 92
Joined: Tue May 29, 2007 8:40 am

Schema Reference

Post by harshada »

Hi,

I have a job

seq file read -> transformer - > seq file out

in the transformer we o/p only some columns. this was the original design. But now i wanted to change the job to o/p few more columns. When I simply drag dropped the columns from i/p to o/p in transformer and compiled the job it gave me error that


When processing argument -outputschemaWhen processing schema: schema contains a field "<field name>" that is a subrec or tagged; only top-level fields are accepted.

So I came to know there was reference to some schema.
My question is how can we come to know that which schema is getting referenced? I somehow found out the actual schema, added the new columns in it and then in my job and then the job was compiled successfully.

I could not find anywhere in the job, as to which schemas it is referencing
Where and how can we find this by looking at the job?

Thanks,
Harshada..
Last edited by harshada on Thu Dec 18, 2008 6:43 am, edited 1 time in total.
balajisr
Charter Member
Charter Member
Posts: 785
Joined: Thu Jul 28, 2005 8:58 am

Post by balajisr »

Examine the generated OSH. OSH can be viewed through "Generated OSH" tab in your job properties window.

If you do not get this tab in your job properties window then enable it using administrator.
Post Reply