Search found 5168 matches

by kumar_s
Fri Mar 31, 2006 4:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Timestamp Problem
Replies: 2
Views: 1039

In that case, try usign a transformer to convert it to a string and write it into a sequential file.
by kumar_s
Fri Mar 31, 2006 1:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings on preserve-partitioning
Replies: 7
Views: 3075

Warning 2 can be handled in the job.
Is your preserve parition flag from your transforer is ser?
If so 'clear' it.
by kumar_s
Fri Mar 31, 2006 12:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem With Datastage Project
Replies: 14
Views: 3818

If you logged into DS.TOOLS the 2nd option is 'Rebuild Repository indices'
by kumar_s
Thu Mar 30, 2006 10:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Influence of System Architecture on Job Design
Replies: 5
Views: 1337

The poster says he is on Windows and Server only no PX. Windows makes a big difference. One machine means no network traffic after you have done your extracts.

Sorry I missed that... Thanks for correcting it.
by kumar_s
Thu Mar 30, 2006 10:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings on preserve-partitioning
Replies: 7
Views: 3075

I would suggest, you can 'handle' the first one but not the second.
by kumar_s
Thu Mar 30, 2006 10:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup error
Replies: 10
Views: 4445

Try to select your link as 'Multiple rows returend from the link' from Lookup stage condtition tab.
by kumar_s
Thu Mar 30, 2006 10:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to group data and check some constraint
Replies: 9
Views: 2800

What you mean if 'MO is same for incoming rows '... Do you have any reference data?
by kumar_s
Thu Mar 30, 2006 10:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Improper lookup
Replies: 7
Views: 2215

Do you have all the 459 key match in the lookup data with in 145?
What is the condition given, if lookup failed, is it fail or reject or continue?
Have a reject file and mark it as reject and try to collect all the unmatch records in a seperate file and to a verification.
by kumar_s
Thu Mar 30, 2006 10:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem With Datastage Project
Replies: 14
Views: 3818

Close all you client connection.
From your command prompt.

Code: Select all

cd $DSHOME
. ./dsenv
bin/dssh
LOGTO {project}
DS.TOOLS
2


TCL is case sensitive.
by kumar_s
Thu Mar 30, 2006 9:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Influence of System Architecture on Job Design
Replies: 5
Views: 1337

There shouldnt be much difference between the source and target fall under same server of different server, but more than that, its important that the datastage and database server installations. If both were at same server obviuosly its a cake for you. Else input and output should be retrived and t...
by kumar_s
Thu Mar 30, 2006 9:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row to Column Pivoting
Replies: 9
Views: 2209

No this wont.
But how exactly you need your output to be.
Is it like new column to be inserted as AMT3,AMT4..... or it should be updated to AMT1 and AMT2 again.
by kumar_s
Thu Mar 30, 2006 8:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: When binding output interface field Implicit Conversion
Replies: 4
Views: 1317

So the executables are from DEV/TEST, in which RPC is turned ON.
by kumar_s
Thu Mar 30, 2006 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB API Stage
Replies: 17
Views: 4485

So have you tried to loading the table directly into a sequential file?
What is the structure of the job?
by kumar_s
Thu Mar 30, 2006 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Collector with Hashed file giving Empty Data set
Replies: 5
Views: 702

I dont guess duplicate should also be an issue, because
SeqFile------>HashedFile worked without any error. :?
by kumar_s
Thu Mar 30, 2006 5:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB API Stage
Replies: 17
Views: 4485

Let me reconfirm.
Is it view data succedes immediatly everytime, where as job gets aborted often. Am I right.