Search found 42189 matches

by chulett
Thu Apr 26, 2007 2:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with read only routines
Replies: 3
Views: 709

Re: Problem with read only routines

sshettar wrote:But now we are having hard time running the jobs which are calling these issues.

Rather than worry about unsetting their read-only-ness, perhaps you could start by explaining what exactly this means. What issues are you having?
by chulett
Thu Apr 26, 2007 1:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Where did I go wrong?
Replies: 20
Views: 4999

Guess not. :cry:

Me, I'd want to build something similar and run some tests but I just can't spare the time right now. I couldn't even spare my spare time for this as I basically have none right now. [sigh]
by chulett
Thu Apr 26, 2007 11:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrade Question
Replies: 4
Views: 880

Yes, and it should be documented in the 7.5 Installation and Upgrade Guide pdf document.
by chulett
Thu Apr 26, 2007 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: db2 connection issue in sequence
Replies: 12
Views: 2080

Let's put it this way - it only needs to open 1 connection per stage to do its work, and that's the behaviour I've seen with the stages I use. Now, if the DB2 stage does something stoopie... [shrug]
by chulett
Thu Apr 26, 2007 8:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: db2 connection issue in sequence
Replies: 12
Views: 2080

Um... No. One stage = one connection.
by chulett
Thu Apr 26, 2007 8:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: An interesting scenario of using a Hashed File
Replies: 3
Views: 863

Perfectly fine if done properly. While you're here, learn from other's woes to cut down on the frustrations this path could bring.
by chulett
Thu Apr 26, 2007 8:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Over 500,000 objects in hashed file directory
Replies: 3
Views: 1321

Just the directory would suffice. Doing both wouldn't hurt.
by chulett
Thu Apr 26, 2007 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invocation of DS Job of Sequence from Java
Replies: 8
Views: 1911

Can you 'invoke' a command line O/S function via JAVA? Then just call dsjob directly without any scripting wrapper. Or check the Command Line Interface section of the Server Job Developer's Guide, the APIs that dsjob leverages are documented there.
by chulett
Thu Apr 26, 2007 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: db2 connection issue in sequence
Replies: 12
Views: 2080

It will open a connection per database stage in a job.
by chulett
Thu Apr 26, 2007 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Over 500,000 objects in hashed file directory
Replies: 3
Views: 1321

Sure. Dynamic hashed file gets 'corrupted', typically resulting in the lose of the .Type30 file. Result is it suddenly becomes a Type 19 (I believe) - one in which each record becomes a separate file. Delete the directory and it should 'rebuild' fine. Happens sometimes when using the 'Delete' option.
by chulett
Thu Apr 26, 2007 7:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Aggretaor
Replies: 10
Views: 2188

The error is pretty self-explanatory. You've told the Aggregator to expect rows in a certain order and it found a row 'out of sequence' - one that violated your alleged order. Correct it.
by chulett
Thu Apr 26, 2007 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while trying to import tables-dsn names
Replies: 14
Views: 4946

Have you configured DataStage for Oracle? It's documented in the Install and Upgrade Guide and requires the dsenv file be edited to contain specific entries for ORACLE_HOME and your 'Shared Library Path'.
by chulett
Thu Apr 26, 2007 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get Hashed File row count?
Replies: 6
Views: 2891

Any job log will only show how many records were written to a hashed file, not what it ended up containing. As noted, a hashed file with a VOC pointer can be counted with normal sql or with EXECUTE COUNT RETURNING. Or build a brain dead job that sources from the hashed file to a sequential file but ...
by chulett
Thu Apr 26, 2007 6:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduling a job quarterly
Replies: 3
Views: 1670

There's no 'scheduler' that ships with DataStage. As noted, it's just an interface to cron on your UNIX server. If you are using DataStage to create cron entries for this, then just 'Add to schedule' four times once a year. Are you looking for something more... automated? Do you have an Enterprise s...
by chulett
Thu Apr 26, 2007 6:31 am
Forum: General
Topic: DataStage XML Pack Guide
Replies: 2
Views: 2579

What documentation, exactly? The XML PACK 'guide' ships with DataStage and so should be on your PC in the 'Docs' directory. There is also a 'Best Practices' document that Kim Duke is hosting on his site for us.