Search found 53125 matches

by ray.wurlod
Thu Feb 21, 2008 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View data error in oracle enterprise stage
Replies: 12
Views: 7822

Somewhere in your job design you have a VarChar or Char column with no precision (size, length) defined. You have to find it and fix it. It may or may not be in the Oracle Enterprise stage.
by ray.wurlod
Thu Feb 21, 2008 3:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Interesting warning error before modify stage!
Replies: 14
Views: 3737

Have you read the Orchestrate Operators manual? It's more comprehensive.
by ray.wurlod
Thu Feb 21, 2008 3:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: server jobs to parallel jobs????
Replies: 3
Views: 1148

Even IBM's software solution is largely wetware based, plus you have to agree to your jobs being "off-shored". Other consultants also offer this service.
by ray.wurlod
Thu Feb 21, 2008 3:20 pm
Forum: General
Topic: Access same hash file as look up from two different jobs
Replies: 5
Views: 1541

Cache sharing requires other things to be configured. You can read about these in dsdskche.pdf. Meanwhile do not enable cache sharing - the separate processes will create separate caches and, design being appropriate, both jobs will work OK.
by ray.wurlod
Thu Feb 21, 2008 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After compiling of the job what is the extension of the job
Replies: 5
Views: 1192

There is no single job executable. There is an osh script (suffix ".osh") and a shell script for running that (suffix ".sh"). There may also be compiled C++ components linked into libraries (suffix ".o") or shared objects (suffix ".so"). But, when it all boils down, what gets executed is none of the...
by ray.wurlod
Thu Feb 21, 2008 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avoid Cartesian Products
Replies: 7
Views: 1552

Put a Column Generator stage on each input to the Join stage, and use it to generate an integer sequence. Allow appropriately for partitioning if running in parallel. Make sure you get the same sequence on each input. Then use that as your join key.
by ray.wurlod
Thu Feb 21, 2008 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: long query
Replies: 6
Views: 1685

And, if none of those works, assemble your long query into a stored procedure and call the stored procedure from DataStage.
by ray.wurlod
Thu Feb 21, 2008 6:24 am
Forum: General
Topic: Dynamic Output File Names
Replies: 8
Views: 2052

Prefer type 19 if the names are going to exceed 14 characters in length.
by ray.wurlod
Thu Feb 21, 2008 6:23 am
Forum: General
Topic: Transform data from MS Sql server to oracle
Replies: 2
Views: 886

Welcome aboard. There is no SQL Server stage per se, but you should be able to see an MSOLEDB stage. Ask your administrator if it has been installed. If it is not there, it can be installed on the server using the DataStage Package Installer (available from the Start menu on the server). You will ne...
by ray.wurlod
Thu Feb 21, 2008 4:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: long query
Replies: 2
Views: 1140

Post your question in the correct forum is what you can do. This forum is for server jobs.
by ray.wurlod
Thu Feb 21, 2008 4:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error message after upgrading to 8.0.1
Replies: 2
Views: 1486

This may mean that one of the plug-in (= optionally installed) stage types is either not installed or not registered in your new project. This may be the case for a server stage type or a parallel stage type, depending on in which job type you encountered the message.
by ray.wurlod
Thu Feb 21, 2008 2:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installing SAS Package
Replies: 11
Views: 1985

I'm not sure about 7.1 but in 7.5 you can change licensing on the Licensing tab in Administrator client.
by ray.wurlod
Thu Feb 21, 2008 1:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: server jobs to parallel jobs????
Replies: 3
Views: 1148

Search :x

This has been answered a couple of times recently, and lots of times - bajillions of times, even - in the past.
by ray.wurlod
Thu Feb 21, 2008 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installing SAS Package
Replies: 11
Views: 1985

I was thinking about licensing, rather than installing.
by ray.wurlod
Thu Feb 21, 2008 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Error
Replies: 6
Views: 2794

Study the error message - get everything you can out of it. For example, what are these characters, and why can't they be converted?