Search found 268 matches

by nkln@you
Tue Feb 27, 2007 6:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameters between stages
Replies: 12
Views: 3049

Kumar,

I need to compare filed f1 of data set d1 with field f1 of Table X and then do aggregation of column C1 in table X.

Does aggregator allow usinf where clause or do you mean it to use in source SQL.
by nkln@you
Tue Feb 27, 2007 5:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameters between stages
Replies: 12
Views: 3049

I have a table X which has records with 'n' columns. Then I will be classifying these recodrs as 3 data sets based on some conditions. For each record in each data set , A.I need to do sum of values in table X. B.I need to get the latest values for attributes from Table X. This is my Requirement. Da...
by nkln@you
Tue Feb 27, 2007 4:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameters between stages
Replies: 12
Views: 3049

Parameters between stages

I need to pass columns from a transformer to target database stage such that the passed column should be used in where clause of SQL statemnet. Is this possible in DataStage.
by nkln@you
Mon Feb 19, 2007 5:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Collector - Union
Replies: 12
Views: 3513

Threre are many date fields in my target and to my surpsrise the first date field is 6th field how did you tell that.

The error is having same pattern for all the row.

I have grown through the post you have given, It talks about the format to be changed. i didnt get much on this
by nkln@you
Mon Feb 19, 2007 4:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Collector - Union
Replies: 12
Views: 3513

Hi Kumar,

There is user defined sql. But to_date() function is already used in it.

it is as follows:

TO_DATE(:6, 'YYYY-MM-DD HH24:MI:SS')


Ray,

In the sequential file the date is stored as 2000-11-08 00:00:00

default date picture for Oarcle is 'DD-MON-RR'.

How should I use date function here.
by nkln@you
Sun Feb 18, 2007 8:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Collector - Union
Replies: 12
Views: 3513

My mapping contains Decimal, Varchar and Date. I think this error is being thrown while mapping date field from Link Collector to Target.

I did'nt use any user defined sql, I am simply mapping from Link collector to Oracle Target stage. So, I cant use the function you mentioned.
by nkln@you
Sun Feb 18, 2007 8:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Collector - Union
Replies: 12
Views: 3513

Kumar, Retrieving records from one source doesnt take more time. Any how I will check it with sequential file. Meanwhile,I have given o/p of Link Collector to a sequnetial File,there was no problem in populating the file. But when I connected o/p of Link Collector to Oracle Stage, I am getting the f...
by nkln@you
Sun Feb 18, 2007 7:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Collector - Union
Replies: 12
Views: 3513

Link Collector - Union

I am uisng Link Collector in my job to do a union between twe sets of records. I dont want to do an oracle union inside the soure stage. The union is happeneing using Link collector, but it is taking more time than it should be, is this slownees due to Round robin algorithm. How to improve the perfo...
by nkln@you
Tue Feb 13, 2007 4:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bus Error 17738
Replies: 8
Views: 1982

Here goes Job A. Oracle Enterprise -> Change capture CC ------->Transformer -> dataset Orcale enterprise -> change capture CC For CC, two oracle stages as input , o/p from CC is given to tansformer then, from transformer to dataset. JOb B dataset -> transformer-> orac;le enterprise. WHEN running Job...
by nkln@you
Tue Feb 13, 2007 2:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bus Error 17738
Replies: 8
Views: 1982

I deleted the post, but this error is causing problem for me
by nkln@you
Tue Feb 13, 2007 2:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bus Error 17738
Replies: 8
Views: 1982

I reset the job, but I could not get any new error. "Where is Log from previous Rum"

There is one fatal error along with that warning:

Parallel job reports failure (code 138)

How to delete the post, i could not find the option
by nkln@you
Tue Feb 13, 2007 1:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bus Error 17738
Replies: 8
Views: 1982

I am not running any script, I am loading dataset file in one job, and in another job I am trying to retrive te records from dataset. At this point the error is coming. I even tried dusing sequential file. The same problem.

My OS is Unix
by nkln@you
Tue Feb 13, 2007 1:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bus Error 17738
Replies: 8
Views: 1982

Bus Error 17738

I da dataset in one job and tried to access that dataset file, the output link from that dataset is given to a transformer. When I run the job its giving

Contents of phantom output file =>
17738 Bus Error

What is the poblem in this job.
by nkln@you
Mon Feb 12, 2007 2:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compare stage, output columns
Replies: 16
Views: 18973

I am new to PX and I am facing "first.rec schema is dropped " error. 1.how to uncheck Run time column propagation . 2.Also how to define the columns in Output Tab. "For the compare stage, all you have to do is define the following output columns: result : tinyint first : unknown (thes...
by nkln@you
Thu Feb 01, 2007 5:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: E-mail notification for successful job
Replies: 4
Views: 1519

Can we pass job parameters to notification activity. I tried enclosing the job parameter in #. But the mail didnt get value for Job parameter, it got only Parameter name.