Search found 53125 matches

by ray.wurlod
Tue Apr 10, 2007 1:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: concatenate two fields in Transformer
Replies: 9
Views: 12979

Oh, wow, a SQL Server shell for Oracle! What a concept!

But, why not? We have UNIX shells for Windows, and DOS shells for UNIX.

Thinks... is there a niche market here?
8)
by ray.wurlod
Tue Apr 10, 2007 1:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Setting Datadirect of DS to see Postgres DB
Replies: 2
Views: 1608

Data Direct is the name of a software company (www.datadirect.com) that sells ODBC drivers. It is not "something else". A search on their web site failed to find any reference to Postgres. Direct access to major database tables (such as DB2 or Oracle) - that is, reading the rows directly - is possib...
by ray.wurlod
Tue Apr 10, 2007 1:00 pm
Forum: General
Topic: How to attach a file in the DSSendmail after subroutine
Replies: 2
Views: 1342

There needs to be a colon between "Attach" and the path name, not a space.
by ray.wurlod
Tue Apr 10, 2007 12:57 pm
Forum: General
Topic: Convert fields containing exponential values to decimal
Replies: 6
Views: 3550

They ARE converted; the View Data mechanism converts them back to scientific notation if they are very small or very large. Try writing to a database table with the column specified as Decimal with sufficiently large precision and scale. When writing to a text file (recall that text files don't have...
by ray.wurlod
Tue Apr 10, 2007 12:51 pm
Forum: General
Topic: DSSendMail
Replies: 9
Views: 6286

No colon after "Attach"?
by ray.wurlod
Tue Apr 10, 2007 12:48 pm
Forum:
Topic: metadata listener
Replies: 14
Views: 4850

Open the Administrator client. Open the Properties for your project. Make sure you have the General tab open. Click Help. At the bottom of the Help screen is the check box "Generate operational meta data". That's where it should be in your project. Close Help. If the check box is not present in your...
by ray.wurlod
Tue Apr 10, 2007 12:43 pm
Forum: IBM QualityStage
Topic: error Standardize
Replies: 7
Views: 2543

How large is the record specified for source file MALADDR? That is, what is the highest column number defined in its file definition?

What is the size (in characters) of the MALADDR file?
by ray.wurlod
Mon Apr 09, 2007 11:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need infromation regarding some Fatal errors
Replies: 9
Views: 7725

There must be more information available. Run the job with APT_DISABLE_COMBINATION set to True.
by ray.wurlod
Mon Apr 09, 2007 11:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FAILED return code 255
Replies: 3
Views: 3985

You appear to be running the job in reset mode from Tivoli. Is this the case? In that case I would expect the job status code to be 21.

What version of DataStage (precisely) are you running? There were some issues in version 7.0.x with the wrong byte of the return code being passed back.
by ray.wurlod
Mon Apr 09, 2007 11:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Weird Error
Replies: 5
Views: 1988

You tell us about nulls in the data - how the heck could we know?!! Instead of using a Link Collector, have you tried using a Merge stage (to join the files) or even cat to merge them at UNIX level. cat SeqFile1 SeqFile2 > SeqFile3 | sort will achieve what you're bursting a blood vessel to achieve i...
by ray.wurlod
Mon Apr 09, 2007 11:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage vs COBOL
Replies: 12
Views: 5590

:lol: The only place you're going to find a 360 these days is in a museum! (Probably in the archaeology department!) I can remember.....
by ray.wurlod
Mon Apr 09, 2007 11:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML inputfile
Replies: 5
Views: 1168

So whats the difficulty? The first job is run from a job sequence that makes the decision about whether to run the second job or to send email.
by ray.wurlod
Mon Apr 09, 2007 11:15 pm
Forum: IBM QualityStage
Topic: Unduplicate Match
Replies: 7
Views: 2902

It may be an installation issue. It may be a bug in version 8.0. I have not yet played with version 8.0, so am not really qualified to comment. You need to involve your "official" support provider, I suggest.
by ray.wurlod
Mon Apr 09, 2007 11:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage on Unix vs Datastage on Windows
Replies: 4
Views: 2727

This item might give you pause for thought.
by ray.wurlod
Mon Apr 09, 2007 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: schema
Replies: 14
Views: 3631

You did not report whether you had tried setting the Record Length property to "Fixed".