Search found 128 matches

by bikan
Tue Jan 23, 2007 3:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Constraints Rejects and Filtered records
Replies: 5
Views: 1709

Constraints Rejects and Filtered records

Hi, I have a transformer where i basically join 2 different tables from different source. I need to somehow capture the Rejected records and the Filtered records at the same time without additional constraint in the transformer. An example will make it clear I Have Table A from source1 and Table B f...
by bikan
Mon Nov 20, 2006 6:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to capture job log into text file
Replies: 10
Views: 8695

how to capture job log into text file

Hi All, I want to capture job log information into text file. i have given this query in job control (c:\Ascential\DataStage\Engine\bin\dsjob -logdetail DMCProj1 CopyOfCon_Cons 1 20 > E:\DMC_Data\DSProjects\DMC_DEV\log\Con_Cons.txt). In this case log will dsplay based on event id but i want total lo...
by bikan
Wed Nov 01, 2006 3:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg: Timestamp
Replies: 15
Views: 4286

Reg: Timestamp

Hi All,

My target is DB2 one column datatype is timestamp(26) how can i pass Data Stage timestamp value into that field.

DB2 Timestamp format is different and Data Stage farmat is different.


Please give me a suggestion on above matter.

Thanks
by bikan
Fri Oct 27, 2006 6:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Non-aggregate component in select
Replies: 2
Views: 3814

The issue is resolved. The problem was with the Metadata... Metadata was imported from a CFD and it had levels. On removing the levels it worked fine. Thanks Hi, Are you sure about, dummy column is present in all four input sequential files and check the nullability of Dummy Col in all four input fi...
by bikan
Fri Oct 27, 2006 12:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Non-aggregate component in select
Replies: 2
Views: 3814

Non-aggregate component in select

hi, I'm using a Join stage with 4 sequential files as inputs. Using Inner Join on a dummy key(integer(1)). However, the job fails at runtime throwing the following error: Non-aggregate component in select:dummy.col1 Col1 is an integer(1) nullable field from one of the files. Kindly help... Thanks.
by bikan
Thu Oct 19, 2006 12:43 am
Forum: IBM QualityStage
Topic: Quality stage Match
Replies: 3
Views: 2142

Can I take Block variables in the match variables ??

e.g -- In the Block Variables -- ZIPCODE
In the Match variables -- NAME, ADDRESS and ZIPCODE

Is this possible ?? will it give me actual result ??
by bikan
Wed Oct 18, 2006 9:56 pm
Forum: IBM QualityStage
Topic: Quality stage Match
Replies: 3
Views: 2142

Quality stage Match

Hi
I am trying to do a probabilistic match(many to one) in the match stage.
I want to do entire record match without specifying any blocks. Can anyone help me out how to do this. If anyone has any example please send it to me.

Thanks
by bikan
Wed Sep 20, 2006 3:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can handle multiple lines into a single line in data sta
Replies: 1
Views: 660

How can handle multiple lines into a single line in data sta

Hi,

My source coming from access database in that table one field contain multiple lines data that field data type is memo in access same i transformed into target(DB2) but in target stored before and after data stored some junk values how can i handle in data stage and which fuction will usefull.