Search found 53125 matches

by ray.wurlod
Mon Oct 08, 2012 12:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF stage issue with OCCURS and blank default values
Replies: 6
Views: 3279

You can't. Blank is not a legal value for decimal and integer data types.

You might try changing the data type to Char.
by ray.wurlod
Sun Oct 07, 2012 3:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error warning
Replies: 3
Views: 2521

Provide a sufficiently large precision value for the Decimal data type.
by ray.wurlod
Sun Oct 07, 2012 3:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Connector Invalid password
Replies: 3
Views: 1791

Check and double check the user name/password combination specified in the Connector or its associated Data Connection.
by ray.wurlod
Sun Oct 07, 2012 3:50 pm
Forum: IBM QualityStage
Topic: Match Designer - Unduplicate - Table Create Failed
Replies: 2
Views: 3883

Thank you for posting the solution. I was thinking along the same lines while reading the original problem (did not "do" DSXchange over the weekend).
by ray.wurlod
Sat Oct 06, 2012 2:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: left outer join and where caluse
Replies: 6
Views: 2733

Do you get three rows into the Transformer stage?

What would you expect the result to be?

The correct test for a failed lookup would be IsNull(col2).
by ray.wurlod
Sat Oct 06, 2012 2:40 am
Forum: General
Topic: Unable to logon to Infosphere server
Replies: 5
Views: 1829

That's not the URL for version 8.7 (though it was for earlier versions).

Try http://machinename:9080/ibm/iis/console
by ray.wurlod
Fri Oct 05, 2012 3:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS locale (US-ENGLISH) has been specified for category TIME
Replies: 2
Views: 1841

Actually it's neither of the things you envisage. Was this job exported from a system on which NLS is enabled and imported to this system on which NLS is not enabled? The request for the NLS locale setting has come with the job, but the locale is not available on a system on which NLS is not install...
by ray.wurlod
Fri Oct 05, 2012 2:59 pm
Forum: General
Topic: Unable to logon to Infosphere server
Replies: 5
Views: 1829

Have you started ASB Node Agent and Logging Agent?
by ray.wurlod
Fri Oct 05, 2012 5:43 am
Forum: General
Topic: Sequencer with few stage to call multiple parallel
Replies: 7
Views: 1678

You could write your own Job Control routine. This is the old-fashioned way, and requires some skill with DataStage BASIC code, but may solve your particular problem.
by ray.wurlod
Thu Oct 04, 2012 11:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: instr in datastage
Replies: 5
Views: 4047

By far the easiest way to accomplish this task is to use "text formatting", to do which you need to use the Fmt() function in a BASIC Transformer stage (or in a server job). The derivation expression is Field(Fmt(InLink.TheString,"40T"),@TM,1,1) The Fmt() function with "T&qu...
by ray.wurlod
Thu Oct 04, 2012 11:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sorting Stage Tunning
Replies: 1
Views: 1294

Stable sort does require rather more memory. Do you really need a stable sort? That is, is it really part of your requirement that the original order of records is preserved for each value of sort key? In my experience it rarely is. So I'd first look at disabling stable sort. I'd also look at cleani...
by ray.wurlod
Thu Oct 04, 2012 11:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DFLOAT DATATYPE MISMATCH
Replies: 2
Views: 3566

The solution is to have your metadata match what's really out there.

I always do, so I've never encountered that particular message.
by ray.wurlod
Thu Oct 04, 2012 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata warning from character set to ISO-8859-1may affect
Replies: 4
Views: 2855

DataStage issues the alert when any difference occurs in the map name; it is not the responsibility of DataStage to be aware that one map name is an alias for another one.
by ray.wurlod
Thu Oct 04, 2012 3:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: WriteHash() - Write failed for record id 'CHER'
Replies: 2
Views: 1517

The error message indicates that you (the user name under which connection is made) do not have write permission to the hashed file.
by ray.wurlod
Thu Oct 04, 2012 3:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract produces nothing but columns repeated as output
Replies: 7
Views: 2717

DS_CONNECT is executed within the dssh environment, possibly from the Administrator client Command window, possibly by logging in on the engine machine. DS_CONNECT <<DSN>> You are prompted for a user name and password for the data source, and then connection succeeds or fails. If connection succeeds...