Search found 57 matches

by rohithmuthyala
Tue Sep 21, 2010 1:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Will partition despite the preserve-partitioning flag
Replies: 3
Views: 2355

Clearing the partition in the copy/dataset stage should solve this problem.
by rohithmuthyala
Tue Sep 21, 2010 1:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC problem with partion
Replies: 2
Views: 1089

Hi,
As you are using the partition type as entire this problem is encountered, changing the partitioning type can help. I would suggest to go for hash partitioning on the key column combination.
by rohithmuthyala
Mon Sep 20, 2010 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in doing UPSERT mode in DB2UDB
Replies: 3
Views: 1111

The error basically is saying that the DB2 stage has an extra column session_key, but the source dataset doesn't have it, so if you remove the extra columns in the DB2 stage and keep only the columns present in Dataset.
by rohithmuthyala
Tue Sep 14, 2010 6:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writting NULL to a sequential File
Replies: 4
Views: 2805

Changing the datatype from CHAR to VARCHAR is a good option as the output is a Sequential file.
by rohithmuthyala
Tue Sep 14, 2010 6:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: null handling warning
Replies: 6
Views: 1625

Hi,

You can open the sequential file stage, select the nullable column select the option edit row and then assign a default value which needs to be written if it encounters any NULLS in the actual data.
by rohithmuthyala
Mon Sep 06, 2010 2:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Executing scripts
Replies: 15
Views: 7856

Hi Gopi,

If script is causing a problem, then try with the Aggregator stage for getting the row count and funnel all the results into a single Otuput file/dataset.
by rohithmuthyala
Fri Aug 27, 2010 3:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer stage problem
Replies: 7
Views: 4250

You can use a similar formula like, sequnum=(empno*2) - 1
by rohithmuthyala
Fri Jun 11, 2010 12:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delimiter for field warning while reading sequential file
Replies: 16
Views: 24175

If there are any columns read as Char try changing them to Varchar and check the result.
by rohithmuthyala
Fri Jun 04, 2010 12:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Limitation of the number of parameters
Replies: 11
Views: 4616

@Anbu: I've tried this dsjob set -vx -run -jobstatus -param ${ParameterFile} -param ${TableName} -param ${ColumnNames} -param "${Filter}" ${ProjName} ${JobName} But i'm getting the same error. @Vinoth: Yes, I've run a similar job having 1 parameter less. @Craig: Actually I've run a similar...
by rohithmuthyala
Thu Jun 03, 2010 12:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Limitation of the number of parameters
Replies: 11
Views: 4616

Limitation of the number of parameters

Hi All, I have a generic Sequence job to extract data which has 5 parameters: 1)Parameter File 2)Table Name 3)ColumnNames 4)Filter 5)Type I'm trying to run this through dsjob -run command in Unix, dsjob -run -jobstatus -param ${ParameterFile} -param ${TableName} -param ${ColumnNames} -param ${Filter...
by rohithmuthyala
Wed May 05, 2010 6:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record drop problem
Replies: 2
Views: 1171

Can you please give more details like, how many columns are used as keys etc. An example with the type of input records will also help one to understand the problem.
by rohithmuthyala
Fri Apr 30, 2010 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Conversion error
Replies: 8
Views: 10570

By chance is there any possibilty of getting a non numeric character in the input field like an alphabet or a box character ?
by rohithmuthyala
Fri Apr 30, 2010 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Funnel stage warning message
Replies: 5
Views: 9247

This warning may come, if in one of the inputs of the funnel stage has the specified column and the other input doesn't have the same..!! Please check the layout of the inputs to the funnel.
by rohithmuthyala
Tue Apr 20, 2010 3:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compile a job through command line....
Replies: 2
Views: 1716

Compile a job through command line....

Hi All,

I wanted to know if there is a way to compile a job through the command line.