Search found 53125 matches

by ray.wurlod
Wed Sep 01, 2010 1:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to configure a unix server for datastage client
Replies: 11
Views: 3467

According to your original post in this thread, DataStage IS running on a UNIX box.
by ray.wurlod
Wed Sep 01, 2010 1:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC problem
Replies: 8
Views: 3161

A pair of stage variables, not a function. One stage variable effects the comparison while the second "remembers" the value from the previous row. The technique has been outlined on DSXchange many times.
by ray.wurlod
Wed Sep 01, 2010 1:16 am
Forum: General
Topic: Sequencer ALL or Any - I need both
Replies: 11
Views: 5841

It's a difficult question. Theoretically all triggers in a Nested Condition will fire very close to simultaneously, so the combination of jobs will start at very close to the same time. You could use a Routine to determine which jobs are running and wait for all of those (and only those) to finish. ...
by ray.wurlod
Tue Aug 31, 2010 8:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC connectivity issue.Pkg creation failed in bind20 cmd
Replies: 5
Views: 2056

Try connecting during US business hours. The numbers are often higher than that.
by ray.wurlod
Tue Aug 31, 2010 8:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 2 ODBC Stages Open command not deleting each other's data.
Replies: 11
Views: 3385

Yet again, it depends. If process 1 is busily updating, then it will be taking at least record level locks that will prevent process 2 from obtaining a table level lock. So how are the deletes being accomplished? Through SQL (which will start with record level locks but will probably end up promotin...
by ray.wurlod
Tue Aug 31, 2010 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC problem
Replies: 8
Views: 3161

That's a new problem - your original SQL wouldn't handle that either.

You can still do it in a Transformer, by outputting only rows where the key (user_id) is different from that in the previous row.
by ray.wurlod
Tue Aug 31, 2010 3:16 pm
Forum: General
Topic: Univers : how to get jobs dependency
Replies: 10
Views: 4059

Please note that Kim's routine does not find jobs invoked from the DSRunJob() routine within a parent job.
by ray.wurlod
Tue Aug 31, 2010 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Problem
Replies: 11
Views: 7137

Provided the environments are identical and you have migrated all required components, then you can use the compiled code on another machine. Technically the fact that it's a trial version of the compiler should not affect code that you have successfully compiled but there will come a time when your...
by ray.wurlod
Tue Aug 31, 2010 12:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I want to Pivot the data which in one column
Replies: 4
Views: 1487

At least 50 columns. As many as - or more than - the number of distinct values in the STATE column. Filter out nulls or empty values after the Pivot has occurred.
by ray.wurlod
Tue Aug 31, 2010 12:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extract and Update the same table
Replies: 3
Views: 1190

It is possible but not recommeded due to the danger of establishing a self-deadlock situation in the database.
by ray.wurlod
Tue Aug 31, 2010 12:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 2 ODBC Stages Open command not deleting each other's data.
Replies: 11
Views: 3385

Nothing's different in DataStage - it's just another client as far as the database is concerned. If you issue two DELETE statements on the same table, the first to start executing will take an exclusive table lock and the second will wait until that lock is released (or a timeout error occurs).
by ray.wurlod
Tue Aug 31, 2010 12:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is RTLogging & ORLogging ?
Replies: 5
Views: 3540

One means the common repository for Information Server, the other means the "UniVerse" local repository for DataStage. What the actual letters mean has never been revealed.
by ray.wurlod
Tue Aug 31, 2010 12:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC connectivity issue.Pkg creation failed in bind20 cmd
Replies: 5
Views: 2056

Talk to your DB2 DBA about why bind20 may have failed. This is a DB2 client command.
by ray.wurlod
Tue Aug 31, 2010 12:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC connectivity issue.Pkg creation failed in bind20 cmd
Replies: 5
Views: 2056

Nagaraj wrote:Did you get answer to this query?
Do you see one?