Search found 5168 matches

by kumar_s
Fri Jun 30, 2006 6:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage handler problem
Replies: 5
Views: 2864

Is this MappsMDI205ProjectsExtractJob your job which got aborted or this a job which is called by the aborted Sequence or batch.
If so what is the actual error log of the job MappsMDI205ProjectsExtractJob?
By the time when this happen, is that the only job been called?
by kumar_s
Fri Jun 30, 2006 2:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: killing a job outside datastage
Replies: 5
Views: 4479

Or just type dsjob and hit enter, from unix command prompt. You will get list of all options avaialbe to run dsjob command.
by kumar_s
Fri Jun 30, 2006 2:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error view data
Replies: 6
Views: 4866

Do you face this error repeatedly even after reconecting to server?
by kumar_s
Fri Jun 30, 2006 2:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage: Partitioing type
Replies: 5
Views: 1249

If your 2 keys both are dummy? I mean are they a constant single value?
If so your data wont be partitioned at all, all the data will be processed only in one node.
by kumar_s
Thu Jun 29, 2006 12:03 pm
Forum: Site/Forum
Topic: Seperate thread for Each video Tech tip
Replies: 0
Views: 1416

Seperate thread for Each video Tech tip

Hi, It will be better if we have a seperate thread related to each video tech tip So that all its resective doubts and clarification can be discussed in that. The one like ... On the chapter of output, when the job is executed, the the link color chages to indicate the completion. But the link in be...
by kumar_s
Thu Jun 29, 2006 11:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while compiling parallel routine
Replies: 6
Views: 1801

##W TFPA 000012 20:05:49(000) <main_program> Warning: the PWD environment variable is not defined. Remote process startup may be unsuccessful as a result.If your ORCHESTRATE job does not start up correctly, please set your PWD variable to a value that will work on all nodes of your system. Check ou...
by kumar_s
Thu Jun 29, 2006 11:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 16
Views: 4057

You do have it. Use the Expression Editor in a Transformer stage. It will appear in among the available Functions. ... thanks for ur reply,,i found timestamptodate function and when i am trying to use it it gives timestamp qoute,,can you pls help me wat to enter in that Sorry, could you be clear on...
by kumar_s
Thu Jun 29, 2006 11:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datatype conversion
Replies: 5
Views: 1248

In you given example 0.00053, length = 6 and scale = 5.
by kumar_s
Thu Jun 29, 2006 11:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SELECTING ROWS FROM A FILE
Replies: 10
Views: 1608

If you are talking about removing duplicates then you can search for this. There are lots of posts on removing duplicates. You can do it using a hash file or land your data in a staging table and then select distinct. Kim has mentioned the option available in both Server and PX. You still left out ...
by kumar_s
Thu Jun 29, 2006 11:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage: Partitioing type
Replies: 5
Views: 1249

ok, I tried to find by generated OSH or by DUMP SCORE, but before going it stirked. There is nothing to do with the partition type. It all depends on how the data is flowing from the join stage. Say for example, if you have left outer join and the left record set is hash partiton on a key and right ...
by kumar_s
Thu Jun 29, 2006 11:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot run uv to unlock jobs
Replies: 5
Views: 1916

If bin/uv give this warning bin/dssh will also do the same, as for as I have faced (facing..).
by kumar_s
Thu Jun 29, 2006 11:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running a batch script in DataStage
Replies: 5
Views: 1760

Make sure you give the full path where the batch file reside.
by kumar_s
Thu Jun 29, 2006 11:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert Error
Replies: 7
Views: 1271

In the above table, a uniqe index is already present. If your data set have duplicat data based on the key, you are violating the constraints. Or by any chance if you are running twice the same job with same input in insert type, you will get this error.
by kumar_s
Thu Jun 29, 2006 11:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between Explicit sort and Sort on partition
Replies: 3
Views: 1399

Hi dsdesigner , The same has been discussed many times earliar. Explicit sort is always recomended as for as performance is concern. The main reason, would be the buffereing. If the sort need to be done by the link option on any stage like join, the whole two files need to be buffered inorder to get...
by kumar_s
Thu Jun 29, 2006 10:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 10 Table Move
Replies: 7
Views: 1698

Yes, the strongest point of restartability was hidden in my previous go thorugh.