Search found 53125 matches

by ray.wurlod
Tue Dec 26, 2006 6:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to extract Excel file...
Replies: 5
Views: 1518

Re: Need to extract Excel file...

swades wrote:and we dont have time to make macros for that.


Make time.

Why is it there's never time to do it right, but always time to do it again?

It will require the same amount of work no matter which way you do it - DataStage is not a magic bullet.
by ray.wurlod
Tue Dec 26, 2006 6:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Populating user activity variable in a sequencer
Replies: 14
Views: 4188

Incidentally, none of this is possible in a sequencer.

It is, however, possible in a job sequence.

A sequencer is a component in a job sequence that makes an "any or all" decision based on whether its inputs have fired.
by ray.wurlod
Tue Dec 26, 2006 6:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error on Schedule with Director, ODBC Drivers and stuff
Replies: 3
Views: 1322

Read the error message. Your Data Direct ODBC driver, used outside the context of an ODBC stage, gives you a 30 day grace period in which to purchase a licence. That time has now elapsed. Possible remedial actions are to be found in another post where this very same question was asked, about four ho...
by ray.wurlod
Tue Dec 26, 2006 6:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Multiple Files on a File Server
Replies: 12
Views: 2653

... or even a filter in the find command itself, both for level searched and for file name(s). If you can see the directory to use the find command, then you can see the directory to use a Sequential File stage, and should not need to be concerned about using FTP.
by ray.wurlod
Tue Dec 26, 2006 6:00 pm
Forum: General
Topic: Differences between Join, Merge and Lookup Stages.
Replies: 12
Views: 6437

It's quite like the table in the DataStage Essentials class, though missing the row that indicates whether sorted inputs are required.
by ray.wurlod
Tue Dec 26, 2006 3:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dos to unix on Linux environment
Replies: 18
Views: 5914

Don't know if it exists on Linux or not. But even if it does, it may be in a directory not mentioned in your PATH environment variable (which specifies the directories to be searched when looking for a command).

What error message is generated?
by ray.wurlod
Tue Dec 26, 2006 3:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Populating user activity variable in a sequencer
Replies: 14
Views: 4188

The method you're using (via a file) is adequately efficient.

Even a job's user status area involves writing to and from disk, so there's no big gain there. The main additional cost is the additional file opens and closes (a total of four operations, and thus negligible).
by ray.wurlod
Tue Dec 26, 2006 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to connect to DataStage using Universe Shell
Replies: 15
Views: 4570

Unusual to see this message with uvsh - it's usually encountered with the uv command but not the uvsh command. Are you certain that the shared library search path environment variable (LD_LIBRARY_PATH for example, or LIBPATH or SHLIB_PATH) includes the DataStage libraries? Check that these are being...
by ray.wurlod
Tue Dec 26, 2006 3:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort Stage Warning
Replies: 3
Views: 1782

The Sort stage (or input link sort) should be as early as possible in the job. The Join stage, further, will require that both its inputs are identically key-partitioned on the join keys. Even so, the framework will insert a tsort operator (and generate this message) if there is no specific sorting ...
by ray.wurlod
Tue Dec 26, 2006 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restarting A Sequence
Replies: 5
Views: 1397

My reading was that Job_B and Job_D had to run irrespective of the exit status of Job_A and Job_C respectively, so as to write the audit entries, hence I designed in that way.
by ray.wurlod
Tue Dec 26, 2006 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Stored Procedure Stage
Replies: 11
Views: 5035

Get your DBA to put a trace on it, to determine whether the input parameters are being received correctly.
by ray.wurlod
Tue Dec 26, 2006 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Recieving the error following error message.
Replies: 2
Views: 1177

Yeah, otherwise we might have to advise you to send twice as much money to Data Direct. They'd like that, but your budget probably wouldn't.
by ray.wurlod
Tue Dec 26, 2006 3:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Look Up Without Keys
Replies: 12
Views: 6097

It is practically impossible to create a lookup in a server job without at least one key.

The reason is that the key expression associated with the key has to be evaluated as part of triggering the lookup operation (which, for example, does not occur if the expression evaluates to NULL).
by ray.wurlod
Tue Dec 26, 2006 3:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Recieving the error following error message.
Replies: 2
Views: 1224

And the reason it's worked so far is that you get a 30 day "grace period". Like a "try before you buy". Now you need to send some $$$ (actually quite a lot) to Data Direct to buy a licence for the ODBC driver, or find some other way to achieve your result (such as using a DataStage stage rather than...
by ray.wurlod
Tue Dec 26, 2006 3:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ETL Job Restartability
Replies: 5
Views: 1540

Arun, answers to all your questions in this thread were to be found in on-line help and in the manual. You may have been able to save some time by consulting them.