Number of columns in Metadata

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
imbos123
Charter Member
Charter Member
Posts: 18
Joined: Mon Jul 24, 2006 1:43 pm

Number of columns in Metadata

Post by imbos123 »

Hi,

I have input metadata of 240 columns. This input metadata is used in Buildop.
When I compile the Buildop I am getting an error
######################
Operator Generation Failed

buildop -f -BC g++ -BL g++ -C buildop -H buildop -O buildop -W buildop buildop/EIM_Audit_Log.opd

##E TCBO 000000 3: Error while parsing schema:
In field "NewValu": Expected ";", got: <eof>, line 4
Expected ";", got: <eof>, line 4
Expected ";", got: <eof>, line 4
Error parsing schema: Expected ")", got: <eof>, line 4
##E TCBO 000000 4: $action directive not found -- perhaps it didn't start at the beginning of the line?
######################

When I change the metadata to 150 columns it gets compiled.

Is there any restriction of using number of columns in the input metada for Buildop. Or is there any ENVIRONMENT variable I need to setup to get this done.

Thanks,
Thanks
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Check the column defenition from 150 to 240 for any missing ',' or ')' or ';'
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Post Reply