Problem with ODBC stage

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
bkumar103
Participant
Posts: 214
Joined: Wed Jul 25, 2007 2:29 am
Location: Chennai

Problem with ODBC stage

Post by bkumar103 »

Hi,
I am using ODBC stage to read the data from SQL Server to put into a sequential file. I am just using select * from <tablename> as the query in the ODBC stage. But strange, Data from the character column type and date column type are getting truncated. For other data type its fine.

Any light on this issue? And also any solution for this.

Thanks in advance,
Birendra
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

There is an active thread with the same topic going on right now.
pathmaker
Premium Member
Premium Member
Posts: 14
Joined: Wed Dec 07, 2005 7:37 pm

Re: Problem with ODBC stage

Post by pathmaker »

There are couple of bug's that IBM fixed on ODBC and DRS stage.
contact tech support for them

-pratap
bkumar103 wrote:Hi,
I am using ODBC stage to read the data from SQL Server to put into a sequential file. I am just using select * from <tablename> as the query in the ODBC stage. But strange, Data from the character column type and date column type are getting truncated. For other data type its fine.

Any light on this issue? And also any solution for this.

Thanks in advance,
Birendra
Thanks & Regards
Pratap Bhimireddy
Post Reply