Search found 53125 matches

by ray.wurlod
Mon Jan 11, 2010 11:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I restart the server after particular job finished?
Replies: 32
Views: 37342

Not something I'd advocate from within DataStage. If your job is invoked from the third-party scheduler, however, then it's a simple matter to invoke the appropriate commands to stop and start the server from the same scheduler. I'd script in a couple of safety checks, also. One that there are no ot...
by ray.wurlod
Mon Jan 11, 2010 11:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting Eventtype from RT_LOG file
Replies: 10
Views: 5966

OK, fields 4 and 8 both seem to contain the Message ID. Neither of these - as you noted - is mentioned in the file dictionary. However the expression EVAL "@RECORD<4>" can be used in a query to access the contents of field #4. Or use Position 4 in the columns grid of a Hashed File stage.
by ray.wurlod
Mon Jan 11, 2010 5:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting Eventtype from RT_LOG file
Replies: 10
Views: 5966

TYPE is 5 for "Control", 1 for "Info", 7 for "Run Job" and so on. It does "double duty".
by ray.wurlod
Mon Jan 11, 2010 5:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running job from Unix cmd w/o letting user becoming dsadmin
Replies: 7
Views: 2234

Put the user in a group that has SuperOperator role in DataStage.

(There is no role that allows for running of jobs but does not allow viewing of job logs.)
by ray.wurlod
Mon Jan 11, 2010 4:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting Eventtype from RT_LOG file
Replies: 10
Views: 5966

So what do you mean by "Event Type"? The TYPE column contains an enumerated value that maps onto the Type column in Director (and which is displayed as Event Type in detail log view) - is this what you mean?
by ray.wurlod
Mon Jan 11, 2010 4:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pointing value back & forth of each record?
Replies: 1
Views: 996

Lookahead is basically not possible. There are techniques, such as stage variables, to remember the previous row.

Perhaps you could re-think your requirement? It may require two passes through the data.

But if you're after a moving sum, the Aggregator stage can do this.
by ray.wurlod
Mon Jan 11, 2010 4:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error connecting to NZ using ODBC
Replies: 7
Views: 7586

They're getting there. WAS 6.0.2.127 is 64-bit and is the preferred WAS for DataStage version 8.1.
by ray.wurlod
Mon Jan 11, 2010 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Same Table as Source and Target
Replies: 8
Views: 3501

Good thinking, and it may work but it may not. Certainly with a normal reference link the reference data set is completely loaded into memory and an index built before the first lookup is attempted, which is the situation where it may work, provided the database does not continue to hold any lock un...
by ray.wurlod
Mon Jan 11, 2010 4:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: different outputs from difference stage
Replies: 3
Views: 1556

Presumably the input Data Sets are not changing between runs?

Can you give a couple of examples of input and output row counts? For example:

Code: Select all

Run   Before   After   Output
 1      2342    2344      412
 2      2342    2344      414
by ray.wurlod
Mon Jan 11, 2010 4:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting Eventtype from RT_LOG file
Replies: 10
Views: 5966

You need to list the dictionary of YOUR hashed file, not of RT_LOG ! If you know the position of the field in the data record, you can create an entry using that information in the Columns grid of the Hashed File stage, giving as the column name any legal name. The key column is position 0, the non-...
by ray.wurlod
Mon Jan 11, 2010 4:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join logic
Replies: 5
Views: 2554

Waiting for question to be posted in Parallel forum.

If I were to answer the question here, my answer would pertain to server jobs and waste both your time and mine.
by ray.wurlod
Mon Jan 11, 2010 4:00 pm
Forum: General
Topic: Multiple Job Scheduling
Replies: 4
Views: 1197

Director is only an interlude to a scheduler - not a scheduler in its own right. It has to provide the lowest common denominator of scheduler functionality on UNIX and Windows systems (or did, originally). There's nothing to stop you creating a script to schedule as many jobs as you like to start at...
by ray.wurlod
Mon Jan 11, 2010 3:58 pm
Forum: General
Topic: Error while logging in Designer and administrator clients
Replies: 4
Views: 1369

Have you set up (a) authentication mode in WebSphere Application Server and (b) DataStage credentials in Web Console for Information Server?
by ray.wurlod
Mon Jan 11, 2010 3:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture Reject data from reference dataset
Replies: 10
Views: 7272

Have you ever used a Merge stage, Srikanth? What row goes into the reject link - the one from the master input or the one from the update (reference) input? Also, please strive for a professional standard of written Engish on DSXchange. The second person personal pronoun in English is spelled "...