Search found 5 matches

by mkapoor
Wed Jul 05, 2006 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Write to Oracle using ODBC Stage
Replies: 1
Views: 924

Write to Oracle using ODBC Stage

Hi, I trying to load an oracle table using an ODBC stage. Job design is pretty simple - reading from a sequential file and mapping to oracle table (odbc stage) using a parallel transformer. No. of records that get inserted is correct, but all fields are carrying null values - inspite of the source (...
by mkapoor
Wed May 17, 2006 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Matching header record with detail records of an input file
Replies: 1
Views: 794

Matching header record with detail records of an input file

Hi, We have a requirement in our project wherein a source file having a single header record and multiple detail records have to be matched for batch date and update date respectively. Current job design is as follows:- 1.Source file read using Complex file stage (using redefine feature of Cobol fil...
by mkapoor
Thu Feb 16, 2006 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot in Parallel job gives diff result than in Server Jobs
Replies: 6
Views: 1942

May be partiton screwing up you process :? Just for testing purpose run you job in sequential mode and check the result. Is the value being empty for all the values? If so pls check the datatype to which the columns are mapped to. -Kumar Following are the settings under which I'm running the job:- ...
by mkapoor
Thu Feb 16, 2006 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot in Parallel job gives diff result than in Server Jobs
Replies: 6
Views: 1942

Pivot in Parallel job gives diff result than in Server Jobs

Have you checked to see if the problem is happening in your PX transform stage or in the pivot stage? It might be because the conversion isn't working correctly in the PX stage. Yes, I have used Peek stage to view the records after every stage(transform and pivot). The data is coming out correctly ...
by mkapoor
Thu Feb 16, 2006 4:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot in Parallel job gives diff result than in Server Jobs
Replies: 6
Views: 1942

Pivot in Parallel job gives diff result than in Server Jobs

Hi, I have got a csv file to be loaded to Oracle table. One of the columns has to be split in 48 different values/columns and then those 48 columns have to be transformed into rows. I tried implementing the above via both server and parallel job using the following scheme: Sequential File Stage > tr...