Search found 53125 matches

by ray.wurlod
Thu Apr 24, 2008 9:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: EtlStats question
Replies: 20
Views: 7112

You might need some small changes for Parameter Sets and Connectors.
by ray.wurlod
Thu Apr 24, 2008 8:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: product join between two inputs
Replies: 4
Views: 985

That's OK - for new people we understand it can be bewildering (for experienced posters we get a bit more harsh!). This forum (General) is for when you don't know where to post a question. The moderator may "relocate" this thread to the forum (Enterprise Edition) that is specifically for parallel jo...
by ray.wurlod
Thu Apr 24, 2008 4:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trying to get a Varchar column and assign to decimal column
Replies: 5
Views: 1643

"" is not valid as a Decimal data type. You are supplying "" and asking for it to be treated as Decimal. This is neither permitted nor possible.
by ray.wurlod
Thu Apr 24, 2008 4:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trying to interpret output of orchadmin for a dataset
Replies: 3
Views: 856

Depends. How much caffeine do you have on board?
:lol:
by ray.wurlod
Thu Apr 24, 2008 4:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: product join between two inputs
Replies: 4
Views: 985

Put a Column Generator on each input to the join stage, in each of which you generate the same constant (a cycle with only one value). Use that as the join key.

Code: Select all

Teradata ----->  ColGen1  ----->
                                  Join  ----->
 Oracle  ----->  ColGen2  ----->
by ray.wurlod
Thu Apr 24, 2008 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Leading and Trailing ‘0’ problem in Sequential File Stage
Replies: 6
Views: 2051

No. DataStage generates decimal numbers with leading and trailing zeroes as specified by the precision and scale. Remember, too, that text files do not really have data types - everything in them is "string" or "text". So changing your metadata is, in this case, slightly more correct from a technica...
by ray.wurlod
Thu Apr 24, 2008 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage PX and MQ Client
Replies: 11
Views: 4336

It is resolved in version 8. You must have MQ client (obviously), but the MQ server no longer needs to be co-located with the DataStage server.
by ray.wurlod
Thu Apr 24, 2008 3:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: view data, job compile issue
Replies: 5
Views: 3695

As the others have said, your user ID (nor any group of which it is a member) does not have write permission to the project directory on the server. Gaining that permission is the only solution to this particular problem.
by ray.wurlod
Thu Apr 24, 2008 3:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trying to interpret output of orchadmin for a dataset
Replies: 3
Views: 856

Multiple segments can occur when a segment reaches 2GB (not the case here) or when a Data Set is appended to. The former case allows Data Sets to exist on operating systems that impose a 2GB maximum file size limit.
by ray.wurlod
Thu Apr 24, 2008 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Level Number in the output columns
Replies: 11
Views: 2132

You have to click Apply to get anything saved. I would recommend editing the table definition in the Repository to add the Occurs value, and then to load the table definition into your job from there. You might also try editing the column definition on the other end (the passive stage end) of its li...
by ray.wurlod
Thu Apr 24, 2008 3:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stop the job from running when there is no i/p file
Replies: 14
Views: 6649

Since it's in a job sequence, making use of the test command in an Execute Command activity is a convenient way to check for existence and/or size of a file. On Windows it's marginally more indirect - you can use DIR command in your Execute Command activity and parse the result using an expression b...
by ray.wurlod
Thu Apr 24, 2008 2:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix Return Code
Replies: 7
Views: 12797

Just as a test, try using a Failure trigger (this can be a separate trigger from your custom trigger, and can lead nowhere, for example into a sequencer) - it is the existence of explicit failure handling that overrides automatic error handling.
by ray.wurlod
Thu Apr 24, 2008 5:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Server Engine - UniVerse
Replies: 31
Views: 18204

There are some things one does not need to know. ....There are some things one does not need, or even bother, to know. There are no such things in this world to be as no-need-to-know things but are things which are least importantly to be known mainly which are according to who sees its importance ...
by ray.wurlod
Thu Apr 24, 2008 5:33 am
Forum: General
Topic: [HELP] 'Reset' aborted job automatically
Replies: 12
Views: 6322

In version 6 DSAttachJob() incorporates the functionality of DSLockJob().
by ray.wurlod
Thu Apr 24, 2008 1:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC stage error
Replies: 3
Views: 2737

As a general principle, change only one thing at a time, and test it.
If it doesn't work, your search for the cause is far smaller.