Search found 42189 matches

by chulett
Sun Sep 03, 2006 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup step:not enough step
Replies: 8
Views: 3288

Our dear friend T42 hasn't posted here is a year and a half. However, it looks like the page they were linking to in the past may now be here:

http://publib.boulder.ibm.com/infocente ... upport.htm

See if that helps. Regardless, I'm sure someone else with AIX knowledge will pop in and help. :wink:
by chulett
Sat Sep 02, 2006 7:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OSH.EXE Application Error
Replies: 15
Views: 5375

Also, when Importing, make sure you Filter the result to just the Owner Name (SCOTT) that you are interested in. Otherwise you will get everything in the schema, including system tables like you noted. I'd bet your scott tables are in there, just buried along with everything else. After the fact, yo...
by chulett
Sat Sep 02, 2006 7:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sample UNIX script
Replies: 10
Views: 2824

I got more of an impression that the 'flow' they were interested in wasn't of any job in particular or a series of jobs. As noted, the interest seemed to be in 'how it was controlled and run under UNIX'.

We shall see. Ajayone, pop back in if you have more questions on this topic! :wink:
by chulett
Sat Sep 02, 2006 10:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sample UNIX script
Replies: 10
Views: 2824

It's a UNIX scripts that uses 'dsjob' to run any kind of DataStage job. You can use it from the command line or schedule it into an Enterprise Scheduler like Ctrl-M or even something like cron. Not sure what you mean by the 'between jobs' comment. Visio charts? Flow? The script is well documented, f...
by chulett
Sat Sep 02, 2006 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Visual C++ 2005!
Replies: 2
Views: 813

A quick search turned this post up.
by chulett
Fri Sep 01, 2006 12:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sample UNIX script
Replies: 10
Views: 2824

There have been several posted here over time, this one being one example. One *big* example. :wink:
by chulett
Fri Sep 01, 2006 11:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashfile corrupted
Replies: 7
Views: 1213

Ok. You are correct that you should be cautious about going in and tweaking those parameters, however proper tuning of them certainly is supported and recommended. As Ray notes, you'd need to have an idea of your max number of open hashed files at any given time and use that to tune the T30FILE entr...
by chulett
Fri Sep 01, 2006 11:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unexpected exit status 1
Replies: 6
Views: 4279

You need to read the DB2/UDB API Stage Guide pdf that is in your Docs directory. There is a section there that explains how to handle column names with $ or # in them.

ps. This same issue (and solution) exists for the Oracle stages.
by chulett
Fri Sep 01, 2006 11:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashfile corrupted
Replies: 7
Views: 1213

Is which 'this' supported and recommended?
by chulett
Fri Sep 01, 2006 9:13 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: RTI service Stops all of a Sudden
Replies: 6
Views: 3456

Cool. :D
by chulett
Fri Sep 01, 2006 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Looking for Oracle's instance information
Replies: 7
Views: 1962

It works the same way that it does in TOAD. Typically, you point it to an ORACLE_HOME and it uses the tnsnames.ora file there. Obviously, there can be more to it than that but that's normally how it works. The fact that you got a Table or View does not exist error shows you are connected to an insta...
by chulett
Fri Sep 01, 2006 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Installation
Replies: 13
Views: 4532

Yes, generally. I'm assuming people care more about DataStage's Holocene era rather than how things worked in the Mesozoic. :lol:
by chulett
Fri Sep 01, 2006 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Installation
Replies: 13
Views: 4532

Re: latest version

Xpert wrote:Generally which is the latest version in DS

Generally, the one with the highest number. :wink:

As Ray notes, it changes frequently and depends on platform as well. Best to hunt down where the eServices website ended up and check the matrix there.
by chulett
Fri Sep 01, 2006 7:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xml metadata importer tool
Replies: 6
Views: 4528

Can you explain the nature of the changes you are looking at making through this methodology? List of examples, perhaps?
by chulett
Fri Sep 01, 2006 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ArraySize and Transaction Size
Replies: 16
Views: 4209

No, not 1024 and not in parallel. He meant he divides 1024 by the row size and uses that number. So, for a 50 byte row size, the Array Size would be set to 20. Which means 20 rows would be sent across the network at a time where they would be processed in a serial fashion there.