Search found 53125 matches

by ray.wurlod
Mon Feb 19, 2007 2:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSN,PLUGIN ISSUE
Replies: 21
Views: 10259

I responded in similar words in your other thread on this problem. Lose the line terminator in the middle of (at the end of the first half of) this command.
by ray.wurlod
Mon Feb 19, 2007 2:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to configure DSN for Oracle In unix (Server)
Replies: 22
Views: 8704

The line beginning "OME" suggests to me that there's an unwanted line terminator in the line in dsenv that is setting LD_LIBRARY_PATH.

The script is attempting to recognize OME as the first subdirectlry in the relative pathname of a command; hence the "command not found" message.
by ray.wurlod
Mon Feb 19, 2007 2:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in using Command Stage
Replies: 8
Views: 1670

parag.s.27 wrote:... but can't this be done in a single server job as my task is to do it in a single server job.


Why?
by ray.wurlod
Mon Feb 19, 2007 1:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: installing DataStage and ohter WebSphere ETL tools on Linux
Replies: 4
Views: 1119

Husam, there should also be a "readme" document with your software. This contains latest changes, and probably contains some Linux-specific information. As far as I can recall (it's ages since I've done a Linux installation), it's not that different from UNIX - the main differences are in the prepar...
by ray.wurlod
Mon Feb 19, 2007 1:55 pm
Forum: General
Topic: Number of lines restriction
Replies: 10
Views: 3660

Inserts on first pass, updates on second pass.
by ray.wurlod
Mon Feb 19, 2007 1:49 pm
Forum: IBM QualityStage
Topic: not generating a unique id
Replies: 4
Views: 1415

Please describe how you are going about trying to generate this unique ID. It is not enough to allocate columns for it; you need also to specify the key, typically by choosing the Sequence option under the Assignment Commands in the Transfer stage. This should result in an ASEQ command that has your...
by ray.wurlod
Mon Feb 19, 2007 12:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: clear log, auto-purge
Replies: 7
Views: 2198

Fixer as well. Finishes any incomplete deletions.
by ray.wurlod
Mon Feb 19, 2007 12:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CONFIG_FILE - Wrong Server Name
Replies: 6
Views: 1852

Probably time to mark the thread as resolved, then.
by ray.wurlod
Mon Feb 19, 2007 12:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table Definitions- Dynamic Update
Replies: 8
Views: 2364

Any time RCP propagates a column is another time that you can not perform a lineage analysis to answer questions about derivation of results.
by ray.wurlod
Mon Feb 19, 2007 12:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine Error Code
Replies: 12
Views: 3305

What kind of routine - transform function or before/after subroutine? Where (and how) are you invoking this routine? Can you post the source code of the routine, so we can hopefully get a clearer idea of what you are trying to accomplish? Wrap the code in "Code" tags (select the source code, and cli...
by ray.wurlod
Mon Feb 19, 2007 12:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage 7.5 Connection problem
Replies: 18
Views: 5036

DataStage on Windows XP particularly (yes, I know it's not a suppoerted platform, but that doesn't stop folks using it) requires that there be an active network card. Therefore, even if you use localhost or 127.0.0.1, unless the network card is active, it won't work. In a network I've found it more ...
by ray.wurlod
Mon Feb 19, 2007 12:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage 7.5 Connection problem
Replies: 18
Views: 5036

No, I meant fired. Firing is what neurons do, passing a small electrical charge from one end to the other, by means of rebalancing sodium and potassium ions across their membranes (which is why these are so very important in a balanced diet). A very poor analogy is the triggers in a job sequence; th...
by ray.wurlod
Mon Feb 19, 2007 12:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: clear log, auto-purge
Replies: 7
Views: 2198

It's not indexes - the RT_... tables are not indexed. This error message usually occurs when you're trying to attach to a job that is incomplete, perhaps because someone is in the process if deleting it. It can also occur if the connection from Director to server has been interrupted, even temporari...
by ray.wurlod
Sun Feb 18, 2007 9:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table Definitions- Dynamic Update
Replies: 8
Views: 2364

There is no such utility in DataStage. Others will post that you can export the project and effect a global search and replace. While this is true, I don't agree that it fits your requirement for "in DataStage". Others may suggest that you hack the DataStage Repository. While this is possible, it is...
by ray.wurlod
Sun Feb 18, 2007 9:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CONFIG_FILE - Wrong Server Name
Replies: 6
Views: 1852

Simple misspelling.
The host name is MELLARWDS01.
The fast name is MELLASWDS01.