Search found 5168 matches

by kumar_s
Tue Jul 04, 2006 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to know more about performance tuning
Replies: 14
Views: 4251

As mentioned, it depends up on the available number of rows. Is it MPP or SMP?
SMP architecture should get benifited with more nodes for large file processing at most of the time.
by kumar_s
Tue Jul 04, 2006 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: REG : Job Status = 99 Error
Replies: 6
Views: 1638

What is the status of the job EligPxiFileNameCoalitionJob.1832 in director?
by kumar_s
Tue Jul 04, 2006 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading 4 rows as one
Replies: 5
Views: 1617

Do a Inverse Pivot based on the transaction id. Do a search on the to know available various methods.
by kumar_s
Tue Jul 04, 2006 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Diff between Server and parallel job in case or multiple CPU
Replies: 14
Views: 4351

And IPC will be overhead only if the increase in nubmer of process (due to usage of IPC) become a nightmare to the CPUs capacity.
by kumar_s
Mon Jul 03, 2006 11:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Join stage
Replies: 7
Views: 4361

Are you sure that not even stage link sort been enabled on the key columns. Try to convert the columns into same length.
And, are the datasets been sorted?
by kumar_s
Mon Jul 03, 2006 11:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal values Getting rounded
Replies: 10
Views: 3729

What is the datatype in target? Is it the view data which gives you the truncation or the target or the both?
by kumar_s
Mon Jul 03, 2006 11:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HASH FILE BROWSING
Replies: 6
Views: 967

'if you have time' pls do a search on the same keyword. :wink:
by kumar_s
Mon Jul 03, 2006 11:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Obtaining single datasets from multiple datasets
Replies: 1
Views: 543

You cannot do this unless you have a common column (key) in all the three. If not, you have to try with dummy column, as what you have did. Which will result in cross product. Again you need to remove the recoreds based on your requirements. Which is most ineffecient way of doing.
by kumar_s
Mon Jul 03, 2006 11:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Login on personnel desktop
Replies: 6
Views: 971

LAN connection is not required if you server and client is installed in the same machine, but the resquested is installaion of LAN card.
by kumar_s
Mon Jul 03, 2006 8:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to see the existing jobs
Replies: 9
Views: 2491

How big is your project? Is there any one doing the same with the existing clinet connection. That would be one of the main reason to see the job disappearing often. Take a backup of all the jobs, and deleter the project and rebuild a new one and import back. So that you the installaion on the fresh...
by kumar_s
Mon Jul 03, 2006 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routine
Replies: 6
Views: 3313

Need to look into programing logic in deep.
What happens if your code has simple, print and return command.
by kumar_s
Mon Jul 03, 2006 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Login on personnel desktop
Replies: 6
Views: 971

Check the ipconfig from command prompt.
You can use the same ip which is obtained, most probably the loop back address 127.0.0.1 will work out.
By chance if you get Windows IP Configuratrion', you need to check the NIC installaion or upgrade.
by kumar_s
Mon Jul 03, 2006 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with the installation
Replies: 5
Views: 1534

Has the MKS tool kit been installed?
by kumar_s
Mon Jul 03, 2006 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs not firing
Replies: 11
Views: 2091

Have you tried running the same shell script from server command prompt?
Try to run the dsjob comand from the client command prompt directly?
But you are sure about compiling from client isnt a issue?
by kumar_s
Mon Jul 03, 2006 12:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upgrade from v7.0.1 to v7.5.2
Replies: 8
Views: 2234

ray.wurlod wrote:No, the Windows-based server is 7.5x2. There is, separately, a version called 7.5.2 for UNIX servers. :?

This is a new info learnt form you today. Thanks. :D