How to resolve this Fatal Error

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
jammala.ds
Participant
Posts: 38
Joined: Thu Jul 03, 2008 3:42 am

How to resolve this Fatal Error

Post by jammala.ds »

Hi,
i am using Job below job flow

Seqfile----->Trs--->Oci

Coversion is String to Timesatmp.

i am getting below fatal error.Please give me any suggitions..

APT_CombinedOperatorController,0: Data string 'Z'
does not match format '%yyyy-%mm-%dd %hh:%nn:%ss':
an integer was expected to match tag %yyyy.


Thanks,
Krish
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Your input is not something which can be directly formatted to timestamp.

You need to specify what mapping you are trying to do.
jammala.ds
Participant
Posts: 38
Joined: Thu Jul 03, 2008 3:42 am

One to one Mapping

Post by jammala.ds »

I want need One to One Mapping.

Thanks,
Krish
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

No, he means your "timestamp" value doesn't map to "%yyyy-%mm-%dd %hh:%nn:%ss". Post examples of your input format and the derivation you are using.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Moderator: please move to parallel forum
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply