Search found 42189 matches

by chulett
Fri Feb 03, 2006 7:42 am
Forum: Site/Forum
Topic: Revealing Premium content for the post made upto 28 Feb 06.
Replies: 9
Views: 3996

balajisr wrote:yes craig i know about the Continue Trail button.

Good, just wanted to double-check as not everyone did. :wink:
by chulett
Fri Feb 03, 2006 7:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 connection problems on AIX
Replies: 13
Views: 6748

Can't help on the specifics of DB2 connections, but in general... There should be no need to manually add the branded odbc libraries to the library path, that happens automatically during the installation and is controlled by the dsenv file. Adding it into the user's .profile won't help when it come...
by chulett
Thu Feb 02, 2006 7:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing rejected filename from XML Input
Replies: 5
Views: 1665

Hmmm... didn't really want to build any kind of a singleton looping structure, as I could have upwards of 500 files at a time to process. The folder stage makes pretty short work of them as they are small files. For example, the 509 I mentioned in my original post took all of 10 seconds to process. ...
by chulett
Thu Feb 02, 2006 4:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing rejected filename from XML Input
Replies: 5
Views: 1665

On the other hand wasn't there an option to have a column containing the file name somewhere? I wonder if that might be also used? Yes, but you are thinking of the Folder stage which is used to feed the XML Input stage. However, once it gets there I can't find a way to capture that information when...
by chulett
Thu Feb 02, 2006 10:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing rejected filename from XML Input
Replies: 5
Views: 1665

Capturing rejected filename from XML Input

I've been trying to find a way to capture the filename of XML files that fail validation as they are processed through an XML Input stage. Right now, I've got the 'Validate input XML' and 'Log reject errors' options enabled in the General tab of the stage. This gets me messages like this in the job'...
by chulett
Thu Feb 02, 2006 10:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to prevent a column from being updated in an Insert/Upda
Replies: 8
Views: 2739

Chulett Lando had mentioend he did not want to use two seperate links and u gave him the suggestion of using two links ?? My suggestion of using the customized sql was based on the assumption that the users have a basic knowledge of working with DataStage. If he had asked about the details of how t...
by chulett
Thu Feb 02, 2006 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lock maintenance
Replies: 7
Views: 2371

If you are on version 7.5.x and Designer is crashing specifically while editing a Sequence job, this is a known issue and there is a patch availalbe from Support for this. Other than that, sometimes a reinstall of the Client software helps...
by chulett
Thu Feb 02, 2006 7:50 am
Forum: Site/Forum
Topic: Craig hits 5000 Posts!
Replies: 9
Views: 4438

:shock: Had to go back to the homepage and double-check. Sheesh... what a long, strange trip it's been. Thanks all!
by chulett
Thu Feb 02, 2006 7:48 am
Forum: Site/Forum
Topic: Revealing Premium content for the post made upto 28 Feb 06.
Replies: 9
Views: 3996

Did you try clicking 'Continue Trial' under the button?
by chulett
Thu Feb 02, 2006 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trigger type in sequencer
Replies: 5
Views: 1408

It was another of his own quotes, about Sequence versus Sequencer I do believe. Hence the (ibid) that he added. :wink:

Time to change mine.
by chulett
Wed Feb 01, 2006 11:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DATASTAGE SEQUENCER
Replies: 5
Views: 3537

I guess that makes it unanimous. :lol:
by chulett
Wed Feb 01, 2006 11:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DATASTAGE SEQUENCER
Replies: 5
Views: 3537

What 7.x version of DataStage do you have? Ideally, the answer should be to check / enable the "Add checkpoints so sequence is restartable on failure" option. You may also set the "Automatically handle activities that fail" so that all you need to include are the "Ok" paths. When the job aborts, its...
by chulett
Wed Feb 01, 2006 11:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trigger type in sequencer
Replies: 5
Views: 1408

Welcome aboard! Check this post for your answer.
by chulett
Wed Feb 01, 2006 5:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORacle table lookup
Replies: 3
Views: 900

Was gonna get there when the query was posted. Biggest thing is to ensure that all columns are 'bound', that there is a parameter marker in the query for each column defined in the stage. Also, fields marked as Keys are expected to be used in the 'where' clause but I'm not sure if that is enforced w...
by chulett
Wed Feb 01, 2006 1:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can someone has info on XML related stuff in Datastage
Replies: 1
Views: 617

First place would be the "XMLPACK_20_Designer.pdf" document in the Docs folder under your PC's client install folder. :wink: