Search found 5168 matches

by kumar_s
Wed Feb 21, 2007 4:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: incremental loading
Replies: 6
Views: 2549

For the second option DSguru2B, you can use Staging table to retain the last run data, rather than doing a lookup against the full target data. If you requirement specifies for last and current load.
by kumar_s
Wed Feb 21, 2007 4:55 pm
Forum: General
Topic: Modifying a DOS script to a AIX ksh script
Replies: 8
Views: 2974

Its fine if you scripts is already working. Declaring variable wont have space in close to "=".
FILE2 = /Ardent/EDWDev/DataKC/EDWD130AUDIT_Completed
May be you might have just give for example, if so leave it.
by kumar_s
Wed Feb 21, 2007 4:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Issue
Replies: 3
Views: 824

Try with two WaitForFile activity connected to Sequencer with "Any" as trigger. One which waits for ABC.txt and followed by the required logic, and then to Sequencer. And the other WFF stage for XYZ.txt and directly to Sequencer. So that, if XYZ.txt comes, it reaches the Seqencer and you can finish ...
by kumar_s
Wed Feb 21, 2007 4:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Issue
Replies: 3
Views: 824

How are you making datastage to wait for a file? Using WaitForFile activity or using script ExecuteCommand activity? If you are using ExecuteCommand Activity as you mentioned, you can change you script to wait for both and proceed with the logic, if you find any one of them. You can frame a loop, an...
by kumar_s
Wed Feb 21, 2007 2:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to eliminate the thicked pipeline |
Replies: 30
Views: 6625

How are you populating the table?
Check the source data that used to populate the data. Check if any transformation logic involved which appends any special character or a space or newline character or tab character at the end of it.
by kumar_s
Wed Feb 21, 2007 2:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Weird problem with Sequential File Stage
Replies: 26
Views: 5780

Why do you need to abort it anyway. If there is no records, dont execute it, and notify or do whatever. You can do this in a Execute command activity to populate a file. And using "test -s newfilename", you can check the file size and based on the result, you can execute the job or you can trigger t...
by kumar_s
Wed Feb 21, 2007 1:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Weird problem with Sequential File Stage
Replies: 26
Views: 5780

An empty string will be passed as parameter, and hence the result of the your code will return an empty values to standard output, and that was read as input by the sequential file stage.
by kumar_s
Tue Feb 20, 2007 9:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning in Lookup Stage
Replies: 6
Views: 9626

There is not document given for each stages, but you can find you self by producing the scores. Set APT_DUMP_SCORE in your job and look for the scores, it will show you the details.
by kumar_s
Tue Feb 20, 2007 9:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date options is Parallel transformer
Replies: 4
Views: 1516

It depends on the function and parameter that you use, %mmm will give you Three character month abbrevation, %mm will give you 2 letter numerical representation of the month.
by kumar_s
Tue Feb 20, 2007 8:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: random errors SIGSEGV, SIGKILL, SIGBUS
Replies: 17
Views: 5314

Hi Kalai,

Welcome aboard :D !!!
And thanks for sharing your solution. You can post the inputs that you got from IBM, once you receive it.
by kumar_s
Tue Feb 20, 2007 6:14 pm
Forum: Site/Forum
Topic: Good Job Narasimha!!
Replies: 3
Views: 2294

Good Job Narasimha!!

Narasimha have reached 1000 posts.
The next Popping up star.
Great work.!!!!
by kumar_s
Tue Feb 20, 2007 6:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP text file from CD
Replies: 9
Views: 1228

Correct.
by kumar_s
Tue Feb 20, 2007 5:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating custom triggers in Datastage sequencer
Replies: 6
Views: 6002

What is the database, you should also have another option where you can check the change in updated timestamp in its corresponding log.
by kumar_s
Tue Feb 20, 2007 5:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Change Capture Stage
Replies: 9
Views: 2215

I guess, its your output dataset points to the After Dataset as input, and hence it might be showing as Copy.
by kumar_s
Tue Feb 20, 2007 5:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Perfomance Tuning in Change Capture Stage
Replies: 2
Views: 1124

If it is previously sorted, you can as well include an environmental variable to avoid the auto sorting. APT_NO_SORT_INSERTION.