Search found 6797 matches

by DSguru2B
Tue Jan 23, 2007 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with using check point run
Replies: 4
Views: 1071

If you want checkpointed behaviour in part of your sequence and not in the rest, best thing to do is create two sequences, basically modularize your job. Thats one option. The other one is inside each job activity you will have option "Do not check point run". If you check that it will always run th...
by DSguru2B
Tue Jan 23, 2007 7:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job running but no log, no PID, too long, CPU Pb ?
Replies: 5
Views: 1026

Thats a wierd behaviour. You have processes running and apparently hung and they have no PID :?
I have read a few posts from Ray talking about version r2. These versions never went through complete QA. I advice to bring up this matter with IBM and request for a thoroughly tested version.
by DSguru2B
Mon Jan 22, 2007 10:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding exporting datamodel
Replies: 53
Views: 13005

Re: Ray Wurlod is correct.

sveeramani wrote:This is not ETL task, for the long term maintenance

I say this is not an ETL task regardless.
by DSguru2B
Mon Jan 22, 2007 10:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parameter
Replies: 42
Views: 6765

kishoreramachandran wrote:no, the dates have got double quotes, thats the way it was created when i wrote it to a sequential file.

Dont create it with the quotes then. The quotes are the culprit. Or change your sql. Create the sequential file with quote character 000 to get rid of quote character.
by DSguru2B
Mon Jan 22, 2007 10:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Data Capture
Replies: 22
Views: 5045

Maybe less than 30 minutes. As told, it totally depends upon the record size.
by DSguru2B
Mon Jan 22, 2007 10:34 pm
Forum: Site/Forum
Topic: 3K in No time!!!!
Replies: 18
Views: 8632

kduke wrote:Awesome. Thanks for not passing me yet.

:lol: Your hilarious Kim. I can never pass you. You guys are my mentors. Post numbers are but a mere number, can never measure upto your senority, let alone passing it.
by DSguru2B
Mon Jan 22, 2007 8:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase DB to File
Replies: 2
Views: 657

number of bytes per row multiplied by number of rows,
that will give you a good approximation
by DSguru2B
Mon Jan 22, 2007 8:18 pm
Forum: Site/Forum
Topic: 3K in No time!!!!
Replies: 18
Views: 8632

Still 2B Ray, still 2B. I am going for the stars :wink:
Kinda following your's and other guru's footsteps :wink:
by DSguru2B
Mon Jan 22, 2007 8:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Data Capture
Replies: 22
Views: 5045

Well you have the data with you. Try with the CDC, with the Join stage and at the database level. Do a bench mark. Present the results to your team and see which one better.
by DSguru2B
Mon Jan 22, 2007 8:11 pm
Forum: Site/Forum
Topic: 3K in No time!!!!
Replies: 18
Views: 8632

Na, i like the 2B with my name. :wink:
Thanks for your support and appreciation guys.
by DSguru2B
Mon Jan 22, 2007 8:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Automated Regression Testing
Replies: 6
Views: 1779

Do a unix level diff on the two files.
by DSguru2B
Mon Jan 22, 2007 8:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Data Capture
Replies: 22
Views: 5045

If time is of the essence then why are you exactly refraining from it. Have "they" asked you not to?
by DSguru2B
Mon Jan 22, 2007 6:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Data Capture
Replies: 22
Views: 5045

You have two options. Do it in DataStage via CDC or Join Stage. Or you can do it at the database level itself. Do a select * from table where key NOT IN your yesterdays table, to get changes.
by DSguru2B
Mon Jan 22, 2007 6:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I wnat storred porocedures in oracle....
Replies: 16
Views: 4074

What in the world............ Who is this person, We need Walter.... It's gone now. My reaction was along those same lines when I first encountered it. Ofcourse, Craig helped me to stay sane. That was nothing, I had more there and my wife saw what i was writing and she asked me to be polite. After ...
by DSguru2B
Mon Jan 22, 2007 6:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with data types
Replies: 17
Views: 3666

Search on the "prior component with same name" and you will know what it means.