Search found 5168 matches

by kumar_s
Thu Jun 01, 2006 10:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting universe information about a Job
Replies: 11
Views: 3663

Humm... Even Category is shown as Server jobs in PX only environment.
by kumar_s
Thu Jun 01, 2006 10:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: remove character symbols
Replies: 9
Views: 1912

Use SUBSTRING to stip off the last character irrespetive of any letter.
by kumar_s
Thu Jun 01, 2006 10:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup to Hashfile and Writing to same Hash File
Replies: 11
Views: 2663

I afraid, wether I havnt got the issue correctly If the job is validated the Hashed files will be created in its respective path. Since the transformer is looking up the same Hashed file which it cerates, hope it shouldnt give up any issue during run time. I dont have server access, so i could not t...
by kumar_s
Thu Jun 01, 2006 11:27 am
Forum: Site/Forum
Topic: Premium Membership
Replies: 13
Views: 6602

Is Premium poster and Premium membership making confusion :?
by kumar_s
Thu Jun 01, 2006 11:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting universe information about a Job
Replies: 11
Views: 3663

Its

Code: Select all

0 for Category
2 for Sequence
3 for Jobs.
by kumar_s
Thu Jun 01, 2006 11:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Assigning Seq Number for each group
Replies: 10
Views: 3493

Or in simple, maintain a stage variable to check the key change on the sorted data and assign the increased SeqNo to a column.
by kumar_s
Thu Jun 01, 2006 11:09 am
Forum: Site/Forum
Topic: Premium Membership
Replies: 13
Views: 6602

Premium poster was given based on the quality and quantity and the time spent toward this forum. You can be a Premium poster, but bit late. Let the topers take rest.
by kumar_s
Thu Jun 01, 2006 11:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run Time Propagation
Replies: 6
Views: 3413

Sequential File
File Set
External Source
External Target
Column Import
Column Export

Along with this you can add ColumnGenerator and RowGenerator.
by kumar_s
Thu Jun 01, 2006 10:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UNIX sort
Replies: 13
Views: 3936

-key 'DeptNo'
-asc
-key 'EmpNo'
-asc

But you told it was just single field...
Check with the combination of DeptNo along with DeptNo.
by kumar_s
Thu Jun 01, 2006 10:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSR_RECORD (Action=2); check DataStage is set up correctly i
Replies: 9
Views: 3763

Connection Breakdown.
Is it repeating even if you reconnect and redo the same?
by kumar_s
Thu Jun 01, 2006 10:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ds repository tables in Basic routines
Replies: 8
Views: 2050

You may find all these information in BASIC guide, which would be installed in your client machine.
by kumar_s
Thu Jun 01, 2006 10:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs suddenly become un-runable
Replies: 9
Views: 2391

ray.wurlod wrote:Just avoid any jobs that might currently be running. I typically use find (UNIX) or Search (Windows Explorer) to filter just those files two or more days old, and only delete those.

Thanks for your response. May I know what sort of files were left back under this directory?
by kumar_s
Thu Jun 01, 2006 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal: Parallel job reports failure (code 139)
Replies: 7
Views: 3665

smuppidi wrote:Kumar, it seems the Datasets were dropped and recreated.

Thanks for the response.
by kumar_s
Thu Jun 01, 2006 10:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal : node_node1: Player 2 terminated unexpectedly.
Replies: 34
Views: 50742

Perhaps DSguru2B might have got the same error while loading any table.. mctny - Waht is the load of your server when you got this error? What is the volume of the data you are working on? I hope this is ramdon, am I right? Is there any one who had issued KILL -9 command from unix? What is the value...
by kumar_s
Thu Jun 01, 2006 10:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Compilation Error
Replies: 2
Views: 1159

As mentioned, are you trying with Omit option?
Is it the first time you are tyring to compile a job?