Data not getting loaded into target table

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
aschand
Participant
Posts: 57
Joined: Thu Jan 03, 2008 9:28 pm

Data not getting loaded into target table

Post by aschand »

Source is spreadsheet in a sequential file

there are 6 tabs in one single spreadshheet
two tabs are joined as one in a sequential file ... like that 3sequential files are made..

these 3 seq files are joined using join stage and then written to a sequential file .....

It worked perfectly and data could be loaded into a flat file.

Now when the I addded a transformed to the join stage and added target as sql server then i had problem... the data is not getting loaded.... i mapped everything and there are no compilation errors...

please help me on this.

thanks
aschand
us1aslam1us
Charter Member
Charter Member
Posts: 822
Joined: Sat Sep 17, 2005 5:25 pm
Location: USA

Post by us1aslam1us »

what does you logs in the director say? post them here...
I haven't failed, I've found 10,000 ways that don't work.
Thomas Alva Edison(1847-1931)
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Is it the Transformer or the SQL Server stage? To answer this question lose the SQL Server stage and replace it with a Sequential File stage.
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