Transformer main_program: Fatal Error: Not a v1.1 type: date

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
afssekar
Participant
Posts: 11
Joined: Fri Apr 23, 2004 10:24 am
Location: chennai

Transformer main_program: Fatal Error: Not a v1.1 type: date

Post by afssekar »

Hi

I have a job in which a transformer accepts records having 84 fields in each.There are 8 constraints to be handled with the output records also having 84 fields each.

Since one transformer cannot handle so many columns,the input has been provided to 2 transformers.However,a run time error occurs

[b]

main_program: Fatal Error: Not a v1.1 type: date[/b]

Help needed urgently.
mandyli
Premium Member
Premium Member
Posts: 898
Joined: Wed May 26, 2004 10:45 pm
Location: Chicago

Post by mandyli »

Hi

I think this is not probem with no of columns in the Transformer.

I hope you need to re design before data loading into transformer stage.

Thanks
Man
elavenil
Premium Member
Premium Member
Posts: 467
Joined: Thu Jan 31, 2002 10:20 pm
Location: Singapore

Post by elavenil »

Hi,

There is an environment variable called 'APT_AUTO_TRANSFER_BLOCK" (I am not sure the variable name) and this variable is set 'True' then this problem occurs. Check this variable and set it to 'False'

Hope this would help.

Regards
Saravanan
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The statement that a Transformer stage cannot handle as many as 84 columns will come as a surprise to those who are handling hundreds of columns through this stage type.

No, your problem is elsewhere. Can you please post the exact and entire text of the error/warning message(s) associated with the job abend?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
lfong
Premium Member
Premium Member
Posts: 42
Joined: Fri Sep 09, 2005 7:48 am

Post by lfong »

In the Administrator, set the option APT_AUTO_TRANSPORT_BLOCK_SIZE
to false.
Post Reply