Search found 5168 matches

by kumar_s
Tue Jun 20, 2006 1:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sort order
Replies: 9
Views: 1933

How many time you repeated the test to confirm the effeciency?
Is your server consistantly loaded for each test for all the times?
What is the volume of data you took for this test?
by kumar_s
Tue Jun 20, 2006 1:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: grouping
Replies: 11
Views: 3292

Or with the same Aggregator stage, with additional Dummy column with a value '1' and sum it up.
Or with the sort stage with couple of columns defined as Key and use KeyValueChange option to differentiate a group.
by kumar_s
Tue Jun 20, 2006 1:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extraction is very slow
Replies: 9
Views: 1353

What does your job does other than extraction?
If output of oracle is directly dumped in to dataset, what is the differnce?
by kumar_s
Tue Jun 20, 2006 1:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Status Codes returned by dsjob
Replies: 10
Views: 2282

Not only for this but for many links refered :cry:
I guess it should be firewall. But I am wondering how am I able to open pages directly using the same firewall.
by kumar_s
Mon Jun 19, 2006 8:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in filter command...
Replies: 6
Views: 3223

According to Kim's suggestion, divert the output of the command used in the filter into a sequential file. Like dsjob -report srcdev src_common_curr_ext.abwBase1 XML > OutFile.xml or OutFile.txt.
by kumar_s
Mon Jun 19, 2006 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update action with condition in sequential file
Replies: 11
Views: 2629

Provide the full path where the script resides.
by kumar_s
Mon Jun 19, 2006 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Archiving of a Table: DTS Packages vs DataStage
Replies: 12
Views: 4441

Is it 24 month or 4 years? No matter what, how big it is (65 lakhs) renaming method should hurt your process. If the space is the constraint and deletion is the only option left, opt for incremental deletion. i.e., you can further divide the one month data into several stages, inorder to overcome tr...
by kumar_s
Mon Jun 19, 2006 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: check installation of DS server after a virus attack
Replies: 10
Views: 2244

Starting and stoping datastage server will not give the information on client/server conectivity. Coz its just the server action. You may even need to check with the proper system drivers installation. Once I had the same issue with improper network driver installaion. Lets know if you are through, ...
by kumar_s
Mon Jun 19, 2006 7:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing Unix/AIX environment variables
Replies: 10
Views: 2817

You need to assign in the batch job and use it several place of the code and not the other way, You can this, Path ="/MyProject/recent" command1 = "export sbpath=":Path command2 = 'echo " : "Path : " > /MyProject/Path.txt' Or command1 = 'echo /MyProject/recent' Call DSExecute("UNIX",command1,Output,...
by kumar_s
Mon Jun 19, 2006 7:30 am
Forum: Site/Forum
Topic: CONGRATS DSGURU
Replies: 13
Views: 5712

DSguru2B wrote:Kumar, you are going to get me killed by our two top gurus, ill stick to aiming at the moon :wink:

Congrats Chuck! Err... Jules! Err... what in the heck *is* your name

I guess, Craig would do, Atleast for some other reason :wink:
by kumar_s
Mon Jun 19, 2006 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Status Codes returned by dsjob
Replies: 10
Views: 2282

I dont know, for some reason I couldnt reach the post attached by DSguru2B. It always leads to Sign in page. I am sure all others can access it. It bit funny. I dont know what encryption logic is used by DSguru2B :wink:
by kumar_s
Mon Jun 19, 2006 4:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle 10.2
Replies: 4
Views: 910

Oracle9i is compatable sage for 10g release.
by kumar_s
Mon Jun 19, 2006 3:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Properties window of Sequence activity
Replies: 5
Views: 1276

You can check for ecase60128. Just today I got one.
by kumar_s
Mon Jun 19, 2006 3:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to view the Sequence Property in my Sequence Job.
Replies: 3
Views: 1005

Has SP2 been installed?
Search for the same.
Try the ecase60128.
by kumar_s
Sun Jun 18, 2006 11:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSCONTROLJOB
Replies: 5
Views: 1112

If you are refering to DS Job control, you can find one of the interesting conversation here.