Search found 3329 matches

by Sainath.Srinivasan
Fri Mar 09, 2007 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create Log file for DSEE job
Replies: 5
Views: 1205

Or maybe create your own dsjob shell script that calls dsjob with run and then with logsum.
by Sainath.Srinivasan
Thu Mar 08, 2007 5:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with execute_command activity
Replies: 32
Views: 10003

Maybe I am joining in the middle and missed a few lines.

In that case, you can try the 'echo' command to confirm that all parameters are being passed correct.

Secondly you can provide a wrong file name and see whether you get any output.
by Sainath.Srinivasan
Thu Mar 08, 2007 5:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-12154 Error and Possible Job Corruption
Replies: 17
Views: 5695

Do you have the job that fails?

Can you run it again and confirm the results?

Can you connect to Oracle from DS Server via sqlplus with same parameters like those to STP?
by Sainath.Srinivasan
Mon Mar 05, 2007 4:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: More column in RCP and less column in Target?
Replies: 8
Views: 1667

Oh!!

From the question raised, I just took that the RCP is enabled until the stage level.

So I will go with kumar_s's answer.
by Sainath.Srinivasan
Sat Mar 03, 2007 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to Read Floats in Sequential File
Replies: 4
Views: 1876

It is very easy to write within DataStage. But you need to make sure whether you expect any invalid values be present.
by Sainath.Srinivasan
Sat Mar 03, 2007 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: writing Null field on a fixed width sequential file
Replies: 21
Views: 4869

dsEdi,

What is the issue you are facing?

Why can't you convert output defn from Varchar to Char?

By doing this you do not have to include transformer to modify.
by Sainath.Srinivasan
Tue Apr 18, 2006 4:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DateDifference
Replies: 12
Views: 2623

As you are using Server Edition, you can use IConv. Search for it.
by Sainath.Srinivasan
Mon Sep 19, 2005 6:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How a table or a row or a column gets unlocked?
Replies: 6
Views: 1363

If I am guessing correct, you are in Server edition on Unix.
by Sainath.Srinivasan
Mon Sep 19, 2005 4:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove duplicate stage behaviour
Replies: 9
Views: 5534

By using different paritioning method, you are re-partitioning the data. So you are having the problem.

This is what others are explaining in different words.
by Sainath.Srinivasan
Mon Sep 19, 2005 4:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: about surrogate key generator
Replies: 5
Views: 1153

It is not unusual.

What is the sequence logic you have given?
by Sainath.Srinivasan
Fri Sep 16, 2005 10:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to compute the week of the month
Replies: 3
Views: 1027

Search the forum. There are quite a few routines similar to your requirement.

Try using IConv.

(YourDate - FirstDateOfTheYear) / 7

You can deduce the first day of the week and adjust current week no.
by Sainath.Srinivasan
Fri Sep 16, 2005 5:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About Modify Stage
Replies: 5
Views: 1787

Did you try %yyyy-%mm-%dd?
by Sainath.Srinivasan
Thu Sep 15, 2005 10:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Locks in Data Stage Tool
Replies: 3
Views: 987

Maybe the "other application" is locking the table !!
by Sainath.Srinivasan
Thu Sep 15, 2005 3:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to accomplish the logic
Replies: 5
Views: 1127

You can achieve that by SQL itself.

What do you wish to accomplish after locating such situation is what you need to know to code in DS.

By-the-way, can you let others know the actions or initiatives you have taken to solve it. This will allow others to assist you where necessary.