Search found 5168 matches

by kumar_s
Fri Jul 28, 2006 2:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: [CLI Driver]CLI0125E Function sequence error.SQLSTATE=HY010
Replies: 4
Views: 6910

Do a reset on the aborted job. You may find some usefull information on "From Previous run" log.
by kumar_s
Fri Jul 28, 2006 2:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: difference between parttion key and sorting key
Replies: 3
Views: 989

Do you want to know what is the difference between partition and sort? Patitioning key and sorting key can be explained by its name. Many freshers assume that, by performing partition it does sorting as well. Its not true. The key based on which the records are distributed to the available nods are ...
by kumar_s
Fri Jul 28, 2006 2:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Duplicate Records
Replies: 30
Views: 13034

Perform a search on this forum, this has been discussed many times.
Search for "How do I remove duplicate rows from a data source?" in FAQ.
by kumar_s
Fri Jul 28, 2006 2:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: copy 10 from one folder to another folder using Folder stage
Replies: 2
Views: 1203

Do you have any pattern in which the folders should be moved or its just a number count. If it has any pattern, you can make use of "File Pattern" option available in sequential file stages to get the list of folders. You can limit the numbers using transformer. Deletetion can be accomplished by the...
by kumar_s
Fri Jul 28, 2006 2:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to implement typ2 SCD in PX
Replies: 3
Views: 2238

Hi Vidya, Welcome aboard :D Type 2 is you want to add new rows to the target and retain the old rows with a unique Key. So simple surrogate key generator would help to maintain unique keys(Primary Key). For the concept of update/Insert, have a look at vincents blog here. m Do a search on "SCD type2"...
by kumar_s
Fri Jul 28, 2006 2:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning
Replies: 7
Views: 1830

And it is not must to have entire partition on the reference lookup. Hash partiton on the key for both input and refernce like will do.
by kumar_s
Fri Jul 28, 2006 1:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rejected records
Replies: 16
Views: 6142

Hi Cetin,
Have you treid assigning a Null to a not null field in a transformer?
by kumar_s
Fri Jul 28, 2006 1:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning Message in Change Capture Stage
Replies: 3
Views: 2016

If you go through all the post, you may end up to replace that stage with Join-Transformer. :wink:
by kumar_s
Thu Jul 27, 2006 10:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execution error - creation of extra file... please help
Replies: 1
Views: 477

you cannot stop datastge from creating a 0Kb file if it is given as in output link. But you can delete the created 0kb (only if 0kb) from after job subroutine. It has been discussed. You can perform a search on it. Or filter it in a higher level, i.e., from Jobsequence with the help of parameter/Job...
by kumar_s
Thu Jul 27, 2006 10:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning
Replies: 7
Views: 1830

Auto partition might have helped you in your case. But dont expect in all the case, if your expect presicse result.
by kumar_s
Thu Jul 27, 2006 7:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning
Replies: 7
Views: 1830

Auto will do, unless you do a key based transformation (eg comparing current and previous records...) in transformer.
by kumar_s
Thu Jul 27, 2006 7:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Warnings ODBC
Replies: 10
Views: 3187

You could have just recompiled, with export-import.
by kumar_s
Thu Jul 27, 2006 7:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rejected records
Replies: 16
Views: 6142

Field 'pt_state' from input dataset '0' is NULL. Record dropped Reconfirm the output metadata of the transformer for pt_state column is nullable. If you source is nullable = 'no', check the RCP. Disable it. Esle change this column as nullable = yes right from begining and do a 'Force compile' and r...
by kumar_s
Thu Jul 27, 2006 7:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning on APT_ParallelSortMergeOperator
Replies: 8
Views: 11974

Try not to partiton and to sort in Transformer, maintain Same as mentioned. Try using APT_COMBINALBE_OPERATOR to false. Or the same effect in the transformer. As mentioned, just do the required partiton in the funnel and maintain the same. Is there any key based specific operation going on in transf...
by kumar_s
Thu Jul 27, 2006 6:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage career question. Please advise.
Replies: 8
Views: 2351

Selecting Datastage is good decision. But dont be specific on any tool. They come and go. Try to be experitised on different domains. If you are master in the doamains then you can play with any tool. Either you can expert you skills in domain (Business) or in tool(Technical). Both will provide you...