Search found 4 matches

by MerinaPremaj
Thu Dec 15, 2011 6:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator Error
Replies: 1
Views: 1370

Aggregator Error

I have a parallel job with transformer and aggregator. while executing the job,im getting the following error in aggregator. "No derivation found for column 'poc_id' " but i mapped all the columns from transformer to aggregator.i checked all the derivations but i could not fix it. why is i...
by MerinaPremaj
Wed Nov 16, 2011 3:55 am
Forum: General
Topic: passing parameters
Replies: 5
Views: 1359

Actually the sequential file is taken from the database table which will change.
Then how those changed values will get reflected in the parameter set?
I want it to be dynamic. Can u pls let me know any solution??
by MerinaPremaj
Tue Nov 15, 2011 10:20 pm
Forum: General
Topic: passing parameters
Replies: 5
Views: 1359

Hi, The sequential file contains...... ID PATH SOURCE DESTINATION 1 C:\info src.csv dest.csv 2 C:\info src1.csv dest1.csv I need to fetch these values and pass it as parameters to a job.. I dont know how to retrieve these values and and pass it as parameter to a job.. thanks.
by MerinaPremaj
Tue Nov 15, 2011 8:33 am
Forum: General
Topic: passing parameters
Replies: 5
Views: 1359

passing parameters

how to get parameters from a sequential file and pass those values as parameters to a job?