Search found 53125 matches

by ray.wurlod
Thu Oct 05, 2006 3:44 pm
Forum: IBM QualityStage
Topic: Sequencing the flow
Replies: 10
Views: 2917

DataStage writes two files, executes QS job (through UNIX command in after-stage subroutine perhaps). Another DataStage job reads the output file produced by QS. DataStage writes one file to disk, and streams the other into a QS job through the plug-in. I have not tried this approach, but theoretica...
by ray.wurlod
Thu Oct 05, 2006 3:00 pm
Forum: IBM QualityStage
Topic: Sequencing the flow
Replies: 10
Views: 2917

Exactly the opposite. Only one input stream is presently permitted.
by ray.wurlod
Thu Oct 05, 2006 2:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Node Terminated Unexpectedly........
Replies: 2
Views: 1891

At the top of this page there is a small menu. One of the options is Search. Click it.
by ray.wurlod
Thu Oct 05, 2006 2:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: [b]Error in CFF Stage[/b]
Replies: 1
Views: 881

Is this reliably reproducible? If so, the answer to your question is probably yes, and you need to report it to your support provider. You might also try installing more memory in your client machine.
by ray.wurlod
Thu Oct 05, 2006 2:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: fractional truncation issue
Replies: 9
Views: 6086

The "fractional truncation" message is generated by SQL Server (you can discern this from the square bracketed information in the message). It may be that SQL Server has some data with more than two decimal places and warns about the truncation when delivering a DECIMAL(x,2). It may also be that the...
by ray.wurlod
Thu Oct 05, 2006 2:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to find a row that exceeds max lenght when reading
Replies: 6
Views: 5679

If the largest length is 900, then searching for those with length > 1200 would be expected to return zero rows. The result is correct!
by ray.wurlod
Thu Oct 05, 2006 2:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence generator
Replies: 10
Views: 3633

-1 means "bad handle" - they are perhaps trying to test the routine rather than calling it from a job.
by ray.wurlod
Thu Oct 05, 2006 2:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating Metadata
Replies: 6
Views: 2293

The import process will "guess" the data type, precision and scale from your data. You can amend any wrong guesses as part of the import wizard, before actually saving the table definition into the Repository.
by ray.wurlod
Thu Oct 05, 2006 2:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Job 2270 Phantom 17275
Replies: 4
Views: 1438

"Pos arg" = "positional argument" The message is telling you that some function you are using has more positional arguments than can be filled from your row, because there are fewer fields in your record schema than the number of arguments. Now you have to do some detective work to figure out where ...
by ray.wurlod
Thu Oct 05, 2006 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import validation failed
Replies: 8
Views: 7311

Is this a delimited or fixed-width file?
by ray.wurlod
Thu Oct 05, 2006 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to PAD with Leading Zeroes
Replies: 5
Views: 2782

Is FMT function available in parallel jobs?
by ray.wurlod
Thu Oct 05, 2006 2:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to DB2 on z/OS
Replies: 6
Views: 1648

View Data does not check metadata.

Running a job does perform a metadata check, so it can issue metadata mismatch warnings.

So the answer to your question is YES.
by ray.wurlod
Thu Oct 05, 2006 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: optimum stages per job?
Replies: 7
Views: 1463

Please go back to your very expensive consultants and ask about restart recoverability. Landing data can be part of a good design, for example if you have different time windows available for extraction and for loading. Sure you sacrifice some throughput time when compared to not landing data, but y...
by ray.wurlod
Thu Oct 05, 2006 2:20 pm
Forum: General
Topic: Mouse Scrolling
Replies: 4
Views: 3371

I've also seen this. I think it's related to the mouse brand; some work, some don't. No idea why. But it's frustrating when you're used to the scroll wheel!
by ray.wurlod
Thu Oct 05, 2006 2:19 pm
Forum: General
Topic: Server setting problem
Replies: 17
Views: 9901

Post the precise sort command that you have used in the Execute Command activity as well as the (already requested) error message, and a more precise diagnosis is likely to be possible.