Search found 394 matches

by samsuf2002
Wed Oct 11, 2006 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning with join and SQL server
Replies: 2
Views: 3676

Thanks a lot kumar i am not getting those warnings now.
by samsuf2002
Wed Oct 11, 2006 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error:--Scratch Space Full
Replies: 3
Views: 2342

u need to cleanup ur scratch space ,keep monitoring the scratch space whenever its getting over the limit of ur actual memory clean it up.
as kumar said u can find a bunch of post on this forum discussed on scratch space.
by samsuf2002
Wed Oct 11, 2006 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning with join and SQL server
Replies: 2
Views: 3676

warning with join and SQL server

Hi All i am running a parallel job which contain the stages like transformer ,CDC, join, lookup and sort .my source is seq file and target is SQL server .i am getting these 3 types of warning can any one plz help me how to get rid of these warnings Join_479: When checking operator: User inserted sor...
by samsuf2002
Tue Oct 10, 2006 2:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Communication link failure
Replies: 1
Views: 1220

Communication link failure

Hi All i am running a parallel job my source is a seq file and target is SQL server ,job is running fine but its giving bunch of fatal errors as SQLServer_Enterprise_403,1: [Microsoft][ODBC SQL Server Driver]Communication link failure [Microsoft][ODBC SQL Server Driver]Communication link failure can...
by samsuf2002
Tue Oct 10, 2006 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updates to Table Definition and its implications
Replies: 7
Views: 4556

u can use RCP(run time column propagation)
by samsuf2002
Tue Oct 10, 2006 12:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change capture
Replies: 5
Views: 1959

set the key value and also set the change mode option in change capture as Explicit keys,All values and try hope this will help u
by samsuf2002
Tue Oct 10, 2006 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job is being Aborted -- showing Not enough space
Replies: 14
Views: 8260

try using join instead of lookup stage
by samsuf2002
Mon Oct 09, 2006 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can't compiles jobs with Transformer Stage
Replies: 7
Views: 3894

u might need to install the C++ compiler
by samsuf2002
Mon Oct 09, 2006 10:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: read and write to same seq file
Replies: 2
Views: 1197

read and write to same seq file

Hi All
i am running a job which has two seq files 1 and 2 passing through CDC and the output file is pathed same as seq file 1 its working fine but i want to knw is it the right way will it be a problem later like deadlock or something.any suggestions will be appreciated
by samsuf2002
Fri Oct 06, 2006 2:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sub routine failed
Replies: 10
Views: 3625

hi i tried running it manually outside data stage job it is working i tried to move 10 million rows in an empty file
by samsuf2002
Fri Oct 06, 2006 1:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sub routine failed
Replies: 10
Views: 3625

yes i used move its still not working
by samsuf2002
Fri Oct 06, 2006 11:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sub routine failed
Replies: 10
Views: 3625

i tried mv while testing with small data it worked fine now im running with full file and these 4 files have around 30 million of records . i am trying to create 4 master files in one job is it a matter with memory
by samsuf2002
Fri Oct 06, 2006 11:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sub routine failed
Replies: 10
Views: 3625

when i run it maually its not moving the file but the code looks fine mv F:\CURR_MASTER_FILES\iro_Claim_NEWMSTR.txt F:\CURR_MASTER_FILES\iro_Claim_MSTR.txt mv F:\CURR_MASTER_FILES\iro_ClaimHold_NEWMSTR.txt F:\CURR_MASTER_FILES\iro_ClaimHold_MSTR.txt mv F:\CURR_MASTER_FILES\iro_Order_NEWMSTR.txt F:\C...
by samsuf2002
Fri Oct 06, 2006 11:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sub routine failed
Replies: 10
Views: 3625

sub routine failed

Hi All i am running a parallel job which has two input files master and chg passong through CDC results a new master which shud b moved to input master so i am using after job sub routine ExecDOS initial value = path of a bat file which has move command . when i run the job job is running fine but r...
by samsuf2002
Fri Oct 06, 2006 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning for null field
Replies: 6
Views: 1817

i tried Null Field value = ' ' but still it is giving this warning .My file is a pipe delimited why it is giving warning as fixed width i dont knw.