Search found 42189 matches

by chulett
Wed Nov 15, 2006 10:43 am
Forum: General
Topic: Job Server dosent started
Replies: 8
Views: 4596

Re: Job Server dosent started

RAI ROUSES wrote:The Job is executed by the Job sequencer, is indicated in log that the Job was initiated, but after same minutes show an error message indicating that the Job was not initiated in 60 seconds.

This is the assertation that my comments are based on. (emphasis mine)
by chulett
Wed Nov 15, 2006 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maximum Size for job name?
Replies: 4
Views: 1197

Ugh... I certainly hope not! :lol:
by chulett
Wed Nov 15, 2006 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The property window of job activity stage
Replies: 11
Views: 2538

7.5 is not what I would consider the 'latest version'... it does seem to be a non-issue in 7.5.2 however. The patch is required up to and including version 7.5.1A.
by chulett
Wed Nov 15, 2006 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi Client Manager
Replies: 3
Views: 964

Worked just fine for me, once I got past the somewhat confusing installation issue mentioned. [shrug]
by chulett
Wed Nov 15, 2006 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Teradata API readig decimal(14,10) wrong value
Replies: 5
Views: 2195

So it's not really resolved, then. :cry:

Perhaps you can open a case with Support, see what they have to say on the issue and then let us know what you find out?
by chulett
Wed Nov 15, 2006 8:12 am
Forum: General
Topic: Performance Issue because of huge data
Replies: 6
Views: 4032

That should address the extract speed. Your next issue will then be how fast can you shove it into the other table. You can follow DSGuru2B's advice at that point. :wink:
by chulett
Wed Nov 15, 2006 8:09 am
Forum: General
Topic: Performance Issue because of huge data
Replies: 6
Views: 4032

The result you get in TOAD is actually the throughput. Actually, the result you get in TOAD is fairly meaningless, pretty much only telling you how much time will elapse before the query starts returning rows. However, if it 'runs' in TOAD it will run in DataStage assuming the two queries are actua...
by chulett
Wed Nov 15, 2006 7:58 am
Forum: General
Topic: Job Server dosent started
Replies: 8
Views: 4596

Welcome aboard, Rai. The full text of your error is something like this, I assume: Controller problem: Error calling DSRunJob(JOB NAME), code=-14 [Timed out while waiting for an event] If you search the site for either the error number or the phrase in square brackets, you'll find many discu...
by chulett
Wed Nov 15, 2006 12:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we code to call the bat files inside batch file?
Replies: 7
Views: 1749

Re: Can we code to call the bat files inside batch file?

My bat file is used to del those txt files. But that bat file doesn't work properly. How can anyone help you will so little information posted? What would your mechanic say if you called and told them that your car "doesn't work properly", what kind of advice could he give you over the phone? Post ...
by chulett
Tue Nov 14, 2006 7:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unix script
Replies: 2
Views: 1106

Converting a fixed width file to a delimited file would be trivial in a DataStage job.
by chulett
Tue Nov 14, 2006 7:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup
Replies: 4
Views: 1217

Yes, you can. It's a wee bit of a PITA but it certainly can be done. There are many postings with the gory details - VOC record, CREATE.INDEX, BUILD.INDEX, creating a hashed file versus a UV table, composite index versus multiple singleton indexes, yada yada yada. I avoid the need to do that unless ...
by chulett
Tue Nov 14, 2006 7:33 pm
Forum: General
Topic: How do you call a file that has SQL scripts
Replies: 8
Views: 5525

I agree - silent mode is not the way to go. The sqlplus session isn't all that good about handing back a meaningful exit status. We always redirect sqlplus output to a file in /tmp with the current pid in the name to ensure uniqueness. It is then grep'd post session for things like 'ORA-' or 'SP2-' ...
by chulett
Tue Nov 14, 2006 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with DSGetStageInfo
Replies: 7
Views: 2474

Ah yes... the dreaded 'negative cool' error. :wink:
by chulett
Tue Nov 14, 2006 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query not running in oracle stage
Replies: 2
Views: 1077

Sounds like 'patch' might actually mean 'upgrade' in this case.
by chulett
Tue Nov 14, 2006 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: export by command line interface
Replies: 3
Views: 1422

Subject say export, body say import - which is it? :?

Can make a big difference, especially from the Server side.