Search found 5168 matches

by kumar_s
Wed Dec 20, 2006 10:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation problem
Replies: 8
Views: 1866

Is it the same status for other jobs? Is it the same on other machine?
Have you tried command line compile, will it take the same time? Was your server busy with something else by the time you complied the job?
by kumar_s
Wed Dec 20, 2006 5:11 pm
Forum: General
Topic: Help on Datastage earlier versions
Replies: 14
Views: 7068

Wow!!! Thats is a great history told!!
by kumar_s
Wed Dec 20, 2006 1:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capture Duplicate Records
Replies: 2
Views: 1047

If Var2 (Previous record) is same as Var (current record), it should give you "Duplicate".
by kumar_s
Wed Dec 20, 2006 1:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Duplicates while inserting in to target
Replies: 7
Views: 2351

Check the logic on how you update the records. It might be a case that even update go in as Insert with new surrogate key.
You can give use more specific cases that on which case the duplicates occurs. Is it all the records from the source bee populated as duplicate?
by kumar_s
Wed Dec 20, 2006 1:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COM Initialization failed
Replies: 5
Views: 2449

What is the job desing? Do you have any other error/warning messages?
Reset the job and check if you were able to get any more information in "From previous log..." event.
by kumar_s
Wed Dec 20, 2006 1:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Job Hangs
Replies: 5
Views: 1368

Hi Sateesh,

Try changing your config file to skip the node 6 alone and check if you job finishes within expected time. So that you can nail down you problem.
by kumar_s
Wed Dec 20, 2006 1:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimeStamp Difference
Replies: 11
Views: 4021

Use split micro seconds and rest of the portions. And you can use SecondsSinceFromTimestamp and multiply with 1000000. Add the microsecond and the resultant. Now you can manipulate as you wish.
by kumar_s
Tue Dec 19, 2006 8:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling Function From STP stage
Replies: 6
Views: 1545

So stored procedure which calls the function will be the preffered approach.
by kumar_s
Tue Dec 19, 2006 8:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change capture not taking input from "before" link
Replies: 17
Views: 6184

As I mentioned earliar, the records that are not present in Before is INSERT. (NEW records).
by kumar_s
Tue Dec 19, 2006 7:48 pm
Forum: General
Topic: Using DDL (Create table) script in OCI o/p Stage
Replies: 6
Views: 3063

1. You cannot do. Stage variable are limited to stages. However, if you can pass it to a column value and pass the column value as an input to a stored procedure which creates the table. 2. If you intend to get CMG_LIST_4, pre process the Job parameter as required and pass it as just CMG_LIST_#JobPa...
by kumar_s
Tue Dec 19, 2006 5:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Successful sequence activity
Replies: 1
Views: 852

Add a sequencer which will connect all the streams of the JobSequnce for ALL condition. Which will ensure the successfully completion.
by kumar_s
Tue Dec 19, 2006 5:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: handle rejections
Replies: 2
Views: 829

Its more of a DB2 log. If you dont want to insert the data whose key is not present in parent table, do a lookup and reject those records based on unavailability.
by kumar_s
Tue Dec 19, 2006 5:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CombinedOperatorController(1),7: U_TRUNCATED_CHAR_FOUND
Replies: 9
Views: 11460

What is the size of the file that been loaded? Is it too bit to fit into virrual memory?
Have you marked APT_DISABLE_COMBINATION to true as suggested by Ray.
This option is available in project wide in adminstrator or in transformer.
by kumar_s
Tue Dec 19, 2006 5:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change capture not taking input from "before" link
Replies: 17
Views: 6184

Ok going back to your question, if both the key fields are same and all the values specified are same, it comes through Copy change code, which includes city name and zipext. If you are just testing it, allow all the type of change code and analyze what record came with which change code. It will gi...
by kumar_s
Tue Dec 19, 2006 5:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reject at 0 record
Replies: 11
Views: 3873

Hi,

Check the data type for the field ACTIVITY_MAPPING_ID.
It is complaining that, the data 'ID' is not accepted for the given data type.
May be a Header line.