Search found 40 matches

by priyadharsini
Thu Nov 07, 2013 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Performance
Replies: 1
Views: 1514

DB2 Performance

I have a job with DB2 connector writing the output to a sequential file. First when I run the job it took almost 7 hours to complete. I have fine tuned the SQL and then re-run the job and it completed in less than 5 minutes. When the same job is run after two days, it is taking almost an hour to com...
by priyadharsini
Thu Oct 17, 2013 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error message about field not found
Replies: 7
Views: 5764

Are you using stage variable?
by priyadharsini
Tue Sep 24, 2013 5:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change capture stage logic
Replies: 7
Views: 4353

Check if any special character or space is getting padded in any of your inputs.
by priyadharsini
Mon Sep 23, 2013 11:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change capture stage logic
Replies: 7
Views: 4353

did you trim your keys before doing the change capture?
by priyadharsini
Tue Sep 17, 2013 12:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup will partition despite the preserve-partitioning flag
Replies: 5
Views: 2643

lookup warning

Thank you all for your replies. I have tried partitioned the data in the before stage and used same partition on lookup links. But the warning is not getting removed.
by priyadharsini
Mon Sep 16, 2013 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup will partition despite the preserve-partitioning flag
Replies: 5
Views: 2643

lookup will partition despite the preserve-partitioning flag

In lookup stage, I am using hash partition on key colums on the stream and the reference links and I am getting the below warning in director. When checking operator: Operator of type "APT_LUTCreateOp": will partition despite the preserve-partitioning flag on the data set on input port 0. ...
by priyadharsini
Thu Jun 13, 2013 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Low values in Mainframe file
Replies: 4
Views: 3190

Thank you all for your replies. At mainframe side the initialization is not done. Convert function is used to convert the low values to spaces.
by priyadharsini
Fri Jun 07, 2013 3:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Low values in Mainframe file
Replies: 4
Views: 3190

Low values in Mainframe file

Is it possible to identify low values in complex flat stage (source stage)?
by priyadharsini
Mon Oct 08, 2012 3:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector
Replies: 1
Views: 2146

Oracle Connector

Hi, In Oracle coonector stage when partition read method is selected as Oracle partiiton then there are no issue, but when the method is rowid range and in the meta data if column name is prefixed by GROUP_* then we are getting the below error message. The OCI function OCIStmtExecute returned status...
by priyadharsini
Thu May 05, 2011 2:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find the job that creates the dataset
Replies: 2
Views: 2923

How to find the job that creates the dataset

Is there any way to identify which job created the dataset by only knowing the dataset name?
by priyadharsini
Tue Mar 29, 2011 1:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is -NaNq
Replies: 5
Views: 6047

could you paste the warning message you are getting in the log and also some sample input and output data?
by priyadharsini
Mon Mar 28, 2011 5:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV and Partitioning
Replies: 11
Views: 5174

what is the partition defined on ODBC stage?
by priyadharsini
Fri Mar 25, 2011 5:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert rows in to column
Replies: 7
Views: 4874

All the records in a column has to be combined into a single record using the stage variables in transformer. 1. Create a dummy key column, sort and partition on that column. 2. In transformer use stage variables, one will store the current record and the stage variable will append the records. e.g....
by priyadharsini
Fri Mar 25, 2011 5:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can aggregator stage be of some help
Replies: 21
Views: 10205

use 2 aggregator stage and then join it back based on the common key.
by priyadharsini
Fri Mar 25, 2011 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can aggregator stage be of some help
Replies: 21
Views: 10205

use an aggregator to get the sum of all profits based on Product and then use this value in the next transformer to get the profit%