Search found 15603 matches

by ArndW
Tue Mar 11, 2008 11:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import Jobs
Replies: 11
Views: 2359

The command is easy, "LIST.READU EVERY" but the output is complex to interpret. The best way to learn this is to download the UniVerse 10 documentation from the IBM website and locate the chapter describing the LIST.READU command. Then you will most likely have to cross reference and learn about the...
by ArndW
Tue Mar 11, 2008 10:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml input stage v8.0 AIX
Replies: 6
Views: 1231

Is it "known problems and workarounds"? I couldn't find reference to it.
by ArndW
Tue Mar 11, 2008 10:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command line orchadmin ll <dataset> core dumps
Replies: 5
Views: 2142

how about "orchadmin describe -s {dataset}"?
by ArndW
Tue Mar 11, 2008 10:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checkpointing is taking too much time
Replies: 9
Views: 2340

Are you certain that it is checkpointing that is slowing things down? If you turn it off does it actually much faster?
by ArndW
Tue Mar 11, 2008 10:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml input stage v8.0 AIX
Replies: 6
Views: 1231

I think it is fixed - I see a working XML input stage at this 8.0 AIX site.
by ArndW
Tue Mar 11, 2008 10:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command line orchadmin ll <dataset> core dumps
Replies: 5
Views: 2142

Does this happen with any and all datasets?
by ArndW
Tue Mar 11, 2008 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: percent_rank() function in Datastage
Replies: 11
Views: 6382

If Teradata sql doesn't allow this function you could try running the data through an aggregator to get the total, then use that result to compute the rank?
by ArndW
Tue Mar 11, 2008 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import Jobs
Replies: 11
Views: 2359

It takes a certain amount of experience to interpret the LIST.READU command output and it is not worth the time to do this. The damage you can do in a running environment with kill and UNLOCK using information gleaned from the LIST.READU and PORT.STATUS output is substantial. In additional to the kn...
by ArndW
Tue Mar 11, 2008 6:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning- Query returns no rows
Replies: 10
Views: 4191

Are you asking how to remove the warning message from the log or how to fix the 0-rows problem? For the first the answer is "message handlers", but without more information nobody here can answer the second.
by ArndW
Tue Mar 11, 2008 5:59 am
Forum: Enhancement Wish List
Topic: CSV support in parallel jobs
Replies: 5
Views: 2817

Lol - I should have paid more attention :) I am fairly certain that I put this one in as eCase a couple of years back.
by ArndW
Tue Mar 11, 2008 5:20 am
Forum: Enhancement Wish List
Topic: CSV support in parallel jobs
Replies: 5
Views: 2817

That is a known issue, and there is a current thread on the same topic.
by ArndW
Tue Mar 11, 2008 5:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Where the job paramters stored in the unverse
Replies: 7
Views: 1468

Job parameters are not stored as such in the engine. The default values are stored within the job metadata, but the actual values used at runtime are only accessible by using the API routines such as DSGetParamInfo().
by ArndW
Tue Mar 11, 2008 5:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datstage IP Address Change
Replies: 3
Views: 2281

The system host name used during the DataStage install is stored and cannot be changed, but the underlying IP address can be changed.
by ArndW
Tue Mar 11, 2008 5:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer was entered, but never exited
Replies: 7
Views: 4250

If you remove all job activity and other stages, does the program behave differently and work? Also, did "reset" bring any additional information?
by ArndW
Tue Mar 11, 2008 4:59 am
Forum: General
Topic: sqloInit.log - in /tmp - any ideas why DS writes this file ?
Replies: 7
Views: 2682

I'm not sure wheer that file could be coming from. You can use "fuser -fux {file}" to get the pids that have that file in use.

What database(s) are you using?