Search found 5168 matches

by kumar_s
Wed Jan 24, 2007 2:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job has finished, status = 96 (Crashed)
Replies: 9
Views: 4506

As soon as you reset the job, you will find an entry as From previous run[...].
by kumar_s
Wed Jan 24, 2007 1:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String Manipulation
Replies: 18
Views: 3330

If I would have answered, I would simply given InputField[ delimiter , start , count ]. Thats 'Ray'ish way.
by kumar_s
Wed Jan 24, 2007 1:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strange problem in Job Sequence
Replies: 18
Views: 4368

There were issue in some version, where jobs in category beyond 2nd level cannot be seen.
by kumar_s
Wed Jan 24, 2007 1:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataBase vendors not available in SP stage
Replies: 6
Views: 1056

Version 7 will support only Oracle.
by kumar_s
Wed Jan 24, 2007 1:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between Email routine using the Sequencer and job
Replies: 4
Views: 1717

The difference will be on, how you need to use it.
by kumar_s
Wed Jan 24, 2007 1:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob command not executes
Replies: 4
Views: 1256

Hi User As If / Its Me,

dsjob is not a TCL/UV command. It need to be executed in command prompt. dsjob is a executable available in $DSHOME/bin.
If you want to stick to Administrator command, you can use SELECT NAME FROM DS_JOBS WHERE NAME NOT LIKE '\\%'
By the way, SIYF (Search Is Your Friend).
by kumar_s
Wed Jan 24, 2007 1:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CDC process
Replies: 2
Views: 1108

Performing CDC after loading will not fetch you any data. The CDC that you performed before loading will give you the 'After Chagne' data. And the same will be loaded. If you want to do another Change capture with the Loaded data with Input data, you ll get all the records as copy. Don't you.
by kumar_s
Tue Jan 23, 2007 5:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job is showing running status after exit
Replies: 5
Views: 998

It will just give a Warning with "Failure" as message in it.
by kumar_s
Tue Jan 23, 2007 5:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timed out while waiting for an event?
Replies: 6
Views: 2988

Arnd might give some input on this. I guess he got some inptus regarding some patch from Ascential through his friend.
by kumar_s
Tue Jan 23, 2007 5:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Constraints Rejects and Filtered records
Replies: 5
Views: 1189

You are doing a lookup, don't you? That case why can't you use Link1.NOTFOUND as a constraint.
by kumar_s
Tue Jan 23, 2007 4:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge or Join, Which is more efficient
Replies: 6
Views: 1367

Once I made similar benchmarking, Join gave be better result. But I dont have any of those details right now. But I will still wait for your results to be published, Munish.
Make sure your CPU usage idle for all the cases. Do also measure the memory and CPU usage during the operation.
by kumar_s
Tue Jan 23, 2007 4:51 am
Forum: General
Topic: CR/LF for the new generation
Replies: 45
Views: 19163

ArndW wrote:.... use electricity instead of implanted and run off the body's electrical current.

Thats a cute advanced thought. As you say, its no wonder if could see the advanced micro flat screen monitor of now, in antique show of IBM's firm entrance in few years.
by kumar_s
Tue Jan 23, 2007 4:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Data Capture
Replies: 22
Views: 5045

In that case Log might not help.
But you would love to use WebSphere Replication Server for you very purpose.
by kumar_s
Tue Jan 23, 2007 4:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Automated Regression Testing
Replies: 6
Views: 1779

Are you sure that, you are not using any metadata for source stage either :?: :!:
Do you just use one job for any sort of file with RPC enabled?
by kumar_s
Mon Jan 22, 2007 8:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator, Restricting count for individual group
Replies: 23
Views: 4062

Iam not referring to the key that been mentioned in the Aggregator stage before the Sort stage used for Key Change. Though I dont understane the use of first sort stage and Aggregator stage.
The Key group should be in the Sort stage. Perhaps you may need to re-partition.