Search found 42189 matches

by chulett
Mon Apr 12, 2010 8:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle stages hanging
Replies: 3
Views: 1821

"An Oracle stage" means what, exactly? Any Oracle stage type? Server or Parallel make any difference?
by chulett
Mon Apr 12, 2010 8:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: INDEX U2RPROCO RESTRICTS COLUMNS WITH SAME VALUES
Replies: 2
Views: 2513

Verify that duplicates do not exist in the data you are attempting to load.
by chulett
Mon Apr 12, 2010 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mainframe DB2 connection problem
Replies: 5
Views: 7249

Now involve your network administrator.
by chulett
Mon Apr 12, 2010 6:17 am
Forum: General
Topic: routine and the error in compilation log
Replies: 3
Views: 3593

You failed to add the DEFFUN you need.
by chulett
Sun Apr 11, 2010 11:36 pm
Forum: General
Topic: routine and the error in compilation log
Replies: 3
Views: 3593

Server routine, not Parallel.

You need a DEFFUN for the user-defined function you are calling. Search the forums for the syntax. And "log" looks to be a misspelled argument name.

ps. The Abort is completely unnecessary, after a call to DSLogFatal() you is aborted.
by chulett
Sun Apr 11, 2010 5:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: real time scenario
Replies: 9
Views: 2816

I know, I know... just got it bass-ackwards this one time. :oops:

Oh, and "Y is high". :wink:
by chulett
Sun Apr 11, 2010 1:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: real time scenario
Replies: 9
Views: 2816

What? :shock:

Horizontal, vertical, upsidedownical, whatever... I can barely keep my X and Y straight.
by chulett
Sun Apr 11, 2010 9:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: real time scenario
Replies: 9
Views: 2816

What does this have to do with "real time"? Do you mean real without the time, as in not fake or not hypothetical but something you've been tasked to do? :? Maybe you just really need to get it done on time. Regardless, it's a horizontal pivot, something you can do an Exact Search for here...
by chulett
Sat Apr 10, 2010 9:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Information server fail over to other LPAR
Replies: 4
Views: 1967

Server fails with job running, processes 'fail over' to another server and while Director still says 'Running' we know it ain't so. This isn't any kind of transparent fail-over, after all. :wink:
by chulett
Sat Apr 10, 2010 6:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Information server fail over to other LPAR
Replies: 4
Views: 1967

The job status in Director is simply a flag, when a system crashes the flag is 'stuck' at its last state - in your case 'Running'. Since you know it is not in fact running, that means it is safe to use the Reset Status File option from the Director to set it back to a known, non-running state.
by chulett
Sat Apr 10, 2010 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ftp of DataSet
Replies: 2
Views: 1106

I suppose... as long as you understand the relationship between the .ds descriptor file and the actual dataset stores and have a plan to ensure everything is correctly 'related' on the target server.
by chulett
Fri Apr 09, 2010 11:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: restart sequence from checkpoint without aborting other job
Replies: 28
Views: 15273

No worries and good luck. Should be... interesting. :wink:
by chulett
Fri Apr 09, 2010 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing low values in the output file for certain columns.
Replies: 8
Views: 4625

Yes. That or explicitly move that hex value to the target string.
by chulett
Fri Apr 09, 2010 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing low values in the output file for certain columns.
Replies: 8
Views: 4625

Again, what exactly are you doing? You "simply put zero" in what kind of output column - based on your PIC X(3) notation, are you actually putting zeroes in a Char(3) field and expecting it to work? Try making sure your APT_STRING_PADCHAR environment variable is set to "0x00" and...