Search found 53125 matches

by ray.wurlod
Tue Apr 17, 2007 1:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ouput to Excel on Multiple Sheets
Replies: 18
Views: 5517

No.

The DataStage job - or metadata importer - is the client, the ODBC driver is the protocol, and the database server is the server.

Therefore the ODBC driver (and driver manager) must be on the same machine as the DataStage server.
by ray.wurlod
Tue Apr 17, 2007 1:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Disappearing leading zeros from Oracle Number fields
Replies: 4
Views: 3403

Technical Note
This is an artifact of DataStage BASIC behaviour that will present any arithmetic result as the shortest possible string. It is for this reason that adding zero to a number is the easiest (= most efficient) mechanism for removing leading and trailing non-significant zeroes.
by ray.wurlod
Mon Apr 16, 2007 9:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: difference betwn transformer and basic transformer in PX
Replies: 13
Views: 3641

Doesn't need to be sequential. But it does need to be partitioned correctly - that is, on the grouping columns.
by ray.wurlod
Mon Apr 16, 2007 9:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using routines in parallel job
Replies: 7
Views: 2003

They are actually totally different products.

You can intend whatever you please, but you will not be able to implement anything that is impossible.

Beware that the BASIC Transformer stage is not supported for MPP environments.
by ray.wurlod
Mon Apr 16, 2007 9:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS EE 7.5 : Migration from DS Server 3.0
Replies: 7
Views: 1863

You can install versions 3.0 and 7.5 side by side on the same server, but you must make sure they are installed in different directories. Version 3.0 uses UniVerse as its underlying engine, records the location of the engine directory in /.uvhome, uses uvrpcd listening on port #31438 and uses 0xace ...
by ray.wurlod
Mon Apr 16, 2007 9:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file error
Replies: 8
Views: 2014

Please double check that you have selected a Sequential File stage. It is very unusual to get an FTP message from this stage. Further, unless there is a link connected to the stage, then there is no "browse for file" capability (the file name is a property of the link, not of the stage). So please s...
by ray.wurlod
Mon Apr 16, 2007 6:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage JOB on HOLD ?!
Replies: 3
Views: 1199

Yes, that is an easy solution. Within the loop perform any innocuous task that requires connection to DB2 - even a command the connects then quits. When the exit status is zero, it's time to progress to Job1. Don't forget to include a small sleep in the loop so that you don't eat too much CPU.
by ray.wurlod
Mon Apr 16, 2007 3:56 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: TX Jobs
Replies: 3
Views: 2323

Do you actually have DataStage TX licensed?
by ray.wurlod
Mon Apr 16, 2007 3:55 pm
Forum: IBM QualityStage
Topic: Running QS match job from DS
Replies: 12
Views: 3209

Thanks for posting the resolution. Did the DataStage job log contain an error message that indicated insufficient permission?
by ray.wurlod
Mon Apr 16, 2007 3:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error 11 in GCI Link initialisation.
Replies: 3
Views: 1399

No idea. The reason we have no idea is that you have posted no detail of your job (and job sequence?) design, for example what stage types are being used, nor any detail of the routine you are invoking. Right now your question is in the category of "my car won't start, what's wrong with it?". More d...
by ray.wurlod
Mon Apr 16, 2007 3:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does file exist on mainframe
Replies: 5
Views: 2629

Probably a script, executed via an Execute Command activity, that establishes an FTP connection then tests for the existence of the file. Does FTP into the mainframe support the ls subcommand for ftp?
by ray.wurlod
Mon Apr 16, 2007 3:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL*Loader-500: Unable to open file
Replies: 10
Views: 11659

There are no magic bullets. There are two problems in this thread, and no indication given anywhere that an environment variable will fix either of them. Why do you believe (hope?) that there is? The pathname "\\." indicates "current machine". The pathname "\\.\pipe" therefore suggests a (sub)direct...
by ray.wurlod
Mon Apr 16, 2007 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSR_EXECJOB (Action=7)
Replies: 2
Views: 1465

Search also for DS.REINDEX
by ray.wurlod
Mon Apr 16, 2007 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file error
Replies: 8
Views: 2014

In particular there appears to be a problem resolving the address of the remote system to the host name specified. Is your name resolution service not working? As a test, try specifying the remote machine's IP address instead of its name.
by ray.wurlod
Mon Apr 16, 2007 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SMP to MPP Systems
Replies: 3
Views: 1207

As a general rule, there will be no impact. The only major exception is if your designs involve a lot of repartitioning, which means that rows have to move between player processes on different processing nodes. In an SMP environment this is managed through shared memory; in an MPP environment the m...