Search found 394 matches

by samsuf2002
Tue Oct 17, 2006 2:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Output to a flat file of the following structure
Replies: 2
Views: 1455

what is ur job design ? u can go to format tab in out put file and set the delimiter as '|' manually , final delimiter none or end and null field value ''.
by samsuf2002
Tue Oct 17, 2006 1:29 pm
Forum: General
Topic: client and server in data stage
Replies: 2
Views: 3013

client and server in data stage

Can any one explain in brief about client and server in data stage
by samsuf2002
Mon Oct 16, 2006 1:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Format String
Replies: 8
Views: 4223

what is ur job design?
by samsuf2002
Fri Oct 13, 2006 3:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap allocation failed.
Replies: 17
Views: 6890

error due to heap is about allocation of memory resources u need to increase the memory size of the server or try to run fewer jobs simultaneously.
by samsuf2002
Fri Oct 13, 2006 2:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap allocation failed.
Replies: 17
Views: 6890

whst is ur job design, are u using join stage in ur job?
by samsuf2002
Fri Oct 13, 2006 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rows into columns
Replies: 3
Views: 2012

do a search on "Pivot" u will find bunch of posts discussed on this topic
by samsuf2002
Fri Oct 13, 2006 10:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job performance
Replies: 9
Views: 2453

Can any one tell how exactly we can partition ,are we talking about partitioning in SQLserver stage like hash.... etc. help me understand
by samsuf2002
Fri Oct 13, 2006 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job performance
Replies: 9
Views: 2453

Kris i am using sample stage to split the file in a seperate job.

Thanks Ray for ur reply since i am using SQL server i dont think we have any bulk load stage for SQL server and i am doing initial load so i am loading the data in empty table can u plz suggest some more.

thanks
by samsuf2002
Thu Oct 12, 2006 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job performance
Replies: 9
Views: 2453

job performance

Hi all , i am running a parallel job as [seq----transformer----sqlserver] i have divided the input file data as 3 million / run (total rows 12 million in original file) though each file has same meta data , every time i run the performance get reduce like 1st runs statistics is 5000 rows/sec 2nd run...
by samsuf2002
Thu Oct 12, 2006 2:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer error
Replies: 4
Views: 1342

no i am just adding a new column in the transformer which is used in the next stage that is look up as a look up key.
by samsuf2002
Thu Oct 12, 2006 11:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer error
Replies: 4
Views: 1342

transformer error

Hi All , i am running a parallel job where 2 seq file passsing through CDC and then transformer then to the rest ,i have 41 rows coming from CDC into transformer but the out put of transformer is only 28 rows and i am getting this error in director error :Transformer_414,1: Caught unknown exception ...
by samsuf2002
Thu Oct 12, 2006 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data is getting rejected when loading to file.
Replies: 14
Views: 5002

in ur sourse file check the nulable col is it defined correctly,i think if a col is nullable and if u specify it as not null then it get dropped i am not sure some body correct me if i am wrong.
by samsuf2002
Thu Oct 12, 2006 10:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while Bulk insertion of records
Replies: 14
Views: 6070

the error u r getting is uasually bcz the row ur inserting is already existing check the logic u r using to update the key value if it exist,somehow u r inserting the same key
by samsuf2002
Thu Oct 12, 2006 10:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while Bulk insertion of records
Replies: 14
Views: 6070

cud u plz let us know the job design and error log
by samsuf2002
Wed Oct 11, 2006 11:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hoew to populate blank Spaces in Seq File.
Replies: 7
Views: 2281

select the Null field value option in sequential file in format tab set it as ' ' with no. of spaces depending upon ur col width