Search found 529 matches

by nagarjuna
Thu May 13, 2010 12:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataType Conversion -- Compilation Error
Replies: 1
Views: 1588

Can you paste exact error message ??
by nagarjuna
Thu May 13, 2010 12:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple jobs inserting data to single oracle table
Replies: 5
Views: 1751

There may be possibility of getting into deadlock even while inserting concurrently . This may be true even if its a row level lock .In those cases , check INITRANS parameter in database and increase the value to number of nodes .Let us know if it helps .
by nagarjuna
Wed May 12, 2010 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsrpcd service is not running
Replies: 2
Views: 2733

Restart the server . Please let us know what exactly your problem is ? Even after restarting the server , your dsrpcd is not running ?
by nagarjuna
Tue May 11, 2010 12:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Clean up scratch desk
Replies: 1
Views: 915

After job completes automatically the intermediate files will be deleted .

Still if there are some files which are old then use find command with option mtime .
by nagarjuna
Tue May 11, 2010 8:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to decide which partition to be used in what kind of job
Replies: 4
Views: 1468

It depends on type of req you are having .But decide whether its a keyed partitioning or non-key then as mentioned by craig experiment and decide .
by nagarjuna
Tue May 11, 2010 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job aborted for Not enough space on node frs-diis
Replies: 6
Views: 7878

Job got aborted due to lack of space . Please note that after the job aborted or completed all the scratch space related to that job will be cleaned up .
by nagarjuna
Tue May 11, 2010 8:42 am
Forum: General
Topic: Bad Data ???
Replies: 6
Views: 1984

In a parallel job , sequential file automatically rejects . Put a reject link and collect records which are having bad data .
by nagarjuna
Fri May 07, 2010 2:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with funnel
Replies: 6
Views: 3115

disabling operator combination wont eliminate error .It will tell what exactly the operator causing the problem
by nagarjuna
Fri May 07, 2010 1:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Runs Slow
Replies: 6
Views: 1958

you mean to say that there will be only one record from reference link ?
what is the through put in primary link ?
by nagarjuna
Fri May 07, 2010 1:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: EBCIDI file split in SE
Replies: 5
Views: 1637

CFF are best bet for multi record format . or you can use sequential file stage as varchar and after that filter or transformer to split into different files ( all records of same format into one file )
by nagarjuna
Fri May 07, 2010 1:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading encrypted password parameter from value file...
Replies: 2
Views: 1855

I believe you have given the password in the parameterset ( value file ) through datastage .If that value is not changed at unix level then you should be able to pass the value file at runtime through command line and execute the job successfully .
by nagarjuna
Fri May 07, 2010 1:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter Set Issue
Replies: 3
Views: 3146

Whenever there is a change in number of parameters in parameter set , compile the jobs that are using the paramter set .
by nagarjuna
Fri May 07, 2010 1:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using DataStage Job to Generate Value Files
Replies: 9
Views: 6614

Are you talking about value file related to paramter set ?
by nagarjuna
Fri May 07, 2010 12:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: run job with difference parameter set values - command line
Replies: 1
Views: 1139

dsjob -run -param parametersetname=valuefilename ......
by nagarjuna
Mon Mar 08, 2010 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to trim spaces during insert for CHAR data type
Replies: 5
Views: 3012

It will work with varchar fields only