Search found 42189 matches

by chulett
Wed Dec 20, 2006 12:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Sequence got aborted?
Replies: 6
Views: 1642

I think you need to enable the "Add checkpoints so sequence is restartable on failure" option, but I'm not really sure. :wink:
by chulett
Wed Dec 20, 2006 12:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting One File to Multiple Files
Replies: 21
Views: 10159

(pssst... Folder stage)
by chulett
Wed Dec 20, 2006 12:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting One File to Multiple Files
Replies: 21
Views: 10159

You could always code something up in BASIC to read the input and write the output to different filenames... or you could use the Folder stage. :wink:

Read the Server Job Developer's Guide section on it to see how it can dynamically write to many files in a directory.
by chulett
Wed Dec 20, 2006 12:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Call job each 30 minutes
Replies: 16
Views: 4298

Yes, we do. I'm interested in Ray's statement re: two syntaxes... I see no evidence of the ability of being able to sleep until a particular clock time. Where would that be documented? I went thru some gyrations to compute the next time to sleep to and how many seconds from now that was, hence the i...
by chulett
Tue Dec 19, 2006 9:19 pm
Forum: General
Topic: Using DDL (Create table) script in OCI o/p Stage
Replies: 6
Views: 3063

Re: Another issue in the same problem

linit wrote:I am back with some other issue.

Next time, when you come back with some other issue - start some other thread. Please.
by chulett
Tue Dec 19, 2006 9:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling Function From STP stage
Replies: 6
Views: 1545

You can't "call the function" without using a SELECT statement - that's how they work, they must be selected. :?

And wrapping the select of the function into a stored procedure just seems... silly. But hey, if that's what your Oracle team wants you to do, knock yourself out. :roll:
by chulett
Tue Dec 19, 2006 5:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Call job each 30 minutes
Replies: 16
Views: 4298

Then you just need a smarter sleeper. I wasn't going to add all the gory details, just put forth the general (very) high level concept. As an example, I just built one that needs to run over the course of the day and run a series of jobs 'every five minutes'. At the end of each run, regardless of ru...
by chulett
Tue Dec 19, 2006 3:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Call job each 30 minutes
Replies: 16
Views: 4298

You could build a Sequence job with the Loop stages that runs your job and sleeps for X inside each iteration.
by chulett
Tue Dec 19, 2006 2:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replacing an empty value in the datastage
Replies: 24
Views: 11405

Tell us what they are, what the hex values are that you are seeing.
by chulett
Tue Dec 19, 2006 1:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replacing an empty value in the datastage
Replies: 24
Views: 11405

Dollars to Doughnuts that 'square' is a DOS End-Of-File marker, a Ctrl-Z. As long as there's only one that is, and it's at the end of the file.

Otherwise, you'll need to take a peek at it with a Hex Editor or viewer of some sort.
by chulett
Tue Dec 19, 2006 11:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CombinedOperatorController(1),7: U_TRUNCATED_CHAR_FOUND
Replies: 9
Views: 11460

Since this is a Parallel job question, please mark it as such.
by chulett
Tue Dec 19, 2006 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change capture not taking input from "before" link
Replies: 17
Views: 6184

So why is this marked as a 'Server' question?
by chulett
Tue Dec 19, 2006 9:27 am
Forum: Site/Forum
Topic: Work-around status now available for posts
Replies: 2
Views: 2249

Now we just need some sort of Challenge mechanism. :P
by chulett
Tue Dec 19, 2006 8:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Probelm triggering job via Sequence
Replies: 15
Views: 3608

Yes, it does - but what shows in the Monitor can be confusing and can make it look like 'nothing is running'. BTW, the OP has never explained exactly what this means or how they are measuring this 'delay': The problem is, job A is not getting triggered immediatley after the tool triggers seqA job. S...
by chulett
Tue Dec 19, 2006 8:11 am
Forum: General
Topic: Schedule datastage job using command line
Replies: 5
Views: 8718

Great... how is this a 'workaround'? :?

How about coming back here and explaining whatever issue or issues you still have with this and let's get them straightened out.