Search found 5168 matches

by kumar_s
Tue Mar 06, 2007 4:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: port state close_wait
Replies: 1
Views: 1032

CLOSE_WAIT are waiting to close state. You can wait for certain more time till it dies by itself. Its interesting to see the operator level information in Unix.
by kumar_s
Tue Mar 06, 2007 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding warnings
Replies: 5
Views: 2243

Hi, You need to check the brchdm_file stage, to find the field which has been given as length 7, where as the actual file has the value as 9 in length. If you file is with correct metadata, you need to convert the length from 7 to 9. In the advance tab, the Preserve partiton would be by default as C...
by kumar_s
Tue Mar 06, 2007 4:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Scheduling
Replies: 20
Views: 8470

Thats good to see that. According to document its both AT and CRON. Not sure where, what is been used. :roll:
by kumar_s
Tue Mar 06, 2007 4:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage job - runtime error ORA-01036
Replies: 21
Views: 11321

So its certainly with the bind variable that you used in lookup. It could have been easily identified if you posted the query. Still I dont find it reasonable to populate a Hashed file and doing a lookup on Hashed file.
So do you mean the problem is resolved?? If so you can mark the thread as
such.
by kumar_s
Tue Mar 06, 2007 1:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in loading DB2 (
Replies: 3
Views: 1408

Could you mark the topic as resolved pls. Thanks.
by kumar_s
Tue Mar 06, 2007 1:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transaction handling in Parallel jobs
Replies: 23
Views: 5379

Does you table have partition in Database?
What is the partition method used to partition data to 5 streams?
Could you explain the job design a bit more?
by kumar_s
Tue Mar 06, 2007 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Scheduling
Replies: 20
Views: 8470

CRONTAB for unix.
by kumar_s
Tue Mar 06, 2007 1:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compare value with previous record.
Replies: 6
Views: 8985

No I am not checking for duplicate records. In my file anywhere I can have col2 value of previous record could be same as col1 value of current processing record. Ok, you need to compare Previous value of Col2 to current value of Col1 or the vice versa. User Transformer stage, User stage variables ...
by kumar_s
Tue Mar 06, 2007 1:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compare value with previous record.
Replies: 6
Views: 8985

Kumar, Can you please explain what is "CreateKeyChageColumn" Its the option available in Sort stage. Making this to True creates the column KeyChange. This column is set to 1 for the first row in each group where the value of the sort key changes. Subsequent records in the group have the column set...
by kumar_s
Tue Mar 06, 2007 12:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compare value with previous record.
Replies: 6
Views: 8985

If you are checking for Duplicate records and trying to divert to other file, use Sort stage to sort based on a column and assign "CreateKeyChageColumn". Using Transformer or Filter, divert the records whose values are 0s.
This has been discussed several times in forum.
by kumar_s
Tue Mar 06, 2007 12:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in loading DB2 (
Replies: 3
Views: 1408

It is the code for Load pending state. The previous run might have aborted with some error during load.
To get you table to normal form you need to run LOAD with the RESTART or TERMINATE option.
by kumar_s
Tue Mar 06, 2007 12:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage v752s01 Import error (importing from command line)
Replies: 3
Views: 2853

You need to give '=' after the parameters like /H /U /P.

Code: Select all

dscmdimport /H=host /U=username /P=password TEST D:\Apps\DataStage_Client\ribs_xfm_sos_service_load.dsx /V
by kumar_s
Tue Mar 06, 2007 12:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Order by Clause in Oracle Enterprise stage of Parallel jobs
Replies: 5
Views: 1615

SQL Builder has option called "Sort Order" selecting the corresponding column with sort method (Asc or Dsc) will give the required output, which doesn't require 'Where' clause.
by kumar_s
Tue Mar 06, 2007 12:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Any limit on Target target tables in a job
Replies: 3
Views: 1232

High volume, more stages will always be a challenge to performance.
Is it all one to one, or joined together and later diversified.
If its one source to one target table, its better to have different jobs for many beneficial factors. You can run the jobs parallely as well.
by kumar_s
Tue Mar 06, 2007 12:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Statistics not Showing for Parallel Job
Replies: 24
Views: 5593

But you said, its only with your machine and not with others, even for the same project in the same server???
Could you just confirm that. What if the same job been monitored from other machine?