Search found 53125 matches

by ray.wurlod
Wed Apr 09, 2008 4:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_seqput: error in 'write()' - Error 0
Replies: 3
Views: 1730

0 means "infinite wait" but that does not directly affect the current problem. Timeout allows the reader process to conclude that no more rows will be arriving or the writer process to conclude that the reader process has died. You might try setting the writer timeout to a finite value, say two minu...
by ray.wurlod
Wed Apr 09, 2008 3:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date conversion
Replies: 3
Views: 1351

DateToString() and StringToDate() functions with appropriate format strings.
by ray.wurlod
Wed Apr 09, 2008 3:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator Stage
Replies: 5
Views: 2824

I am not aware of any.
by ray.wurlod
Wed Apr 09, 2008 3:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Export
Replies: 14
Views: 5533

1. Yes. But it's obvious - they are different products. They put different magic numbers in the object code header, and generate similar but different sets of opcodes. For example UniVerse does not have memory caching for hashed files. 2. No. 3. Precompilation is a "sanity check", for example making...
by ray.wurlod
Wed Apr 09, 2008 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter not resolvable error
Replies: 5
Views: 2759

DSProjectMapName is an internal parameter. The error message suggests that your old server has NLS enabled and your new server does not.
by ray.wurlod
Wed Apr 09, 2008 3:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ascential conversion productivity tool
Replies: 6
Views: 1389

When you buy the server to parallel service, you have to agree to your job designs being "offshored". Make of that what you will.
by ray.wurlod
Wed Apr 09, 2008 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler Error
Replies: 1
Views: 796

You probably have a syntax error in the Transformer stage which therefore can not compile.
by ray.wurlod
Wed Apr 09, 2008 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Abort
Replies: 5
Views: 4579

A good place to begin would be to look at whether the examples mentioned in the error message apply in your case - the temporary directory is non-local or not have enough free space at the time when the error occurs.
by ray.wurlod
Wed Apr 09, 2008 3:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Before/After-job subroutine
Replies: 4
Views: 6202

DSGetLinkInfo() is a transform function, not a before/after subroutine. You will need to write an interlude before/after subroutine that invokes DSGetLinkInfo().
by ray.wurlod
Wed Apr 09, 2008 3:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_seqput: error in 'write()' - Error 0
Replies: 3
Views: 1730

Writing to a pipe can fail if the pipe itself becomes full - the reader process is draining data from the pipe more slowly than the writer process is sending data into the pipe.
by ray.wurlod
Wed Apr 09, 2008 3:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: AS400/flat file sources, NLS, UTF8 & a new NLS-related e
Replies: 5
Views: 2314

Ultimately - and particularly in Japan where there are many different encodings of characters - you need to know how the character set is encoded. ASCII and ISO8859-x are "single byte character sets" so it should be a simple matter of reviewing which map(s) handle all the character in your data. The...
by ray.wurlod
Wed Apr 09, 2008 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: AS400/flat file sources, NLS, UTF8 & a new NLS-related e
Replies: 5
Views: 2314

MNEMONICS is a pseudo map that recognizes "ASCII representations" such as <N?>.

You may find MNEMONICS-1 even better, as it recognizes "ISO885901" representations such as <o>> (LATIN SMALL LETTER O WITH CIRCUMFLEX).
by ray.wurlod
Wed Apr 09, 2008 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting Error: data source is empty
Replies: 6
Views: 1415

keshav0307 wrote:you can find what query statement is submitted through your job?

Yes, it's reported in the job log.
by ray.wurlod
Wed Apr 09, 2008 6:35 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: pivot stage error
Replies: 1
Views: 2432

There is no Pivot stage in DataStage TX.

Please post in the correct forum (Enterprise Edition).
by ray.wurlod
Wed Apr 09, 2008 5:38 am
Forum: Site/Forum
Topic: How to list all job name created by a user
Replies: 9
Views: 3305

General

Or, drawing a slightly long bow, Metadata