Search found 42189 matches

by chulett
Mon Feb 11, 2008 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validate VS Compile
Replies: 5
Views: 1374

Why is this marked as a WORKAROUND? :?

As noted, they are completely different things and the difference has been explained. Twice.
by chulett
Mon Feb 11, 2008 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: In Datastage px Time Stamp issuse
Replies: 4
Views: 1225

Give us an example of what you're getting and what you want to turn it into. Also be curious why you don't want the seconds.
by chulett
Mon Feb 11, 2008 8:12 am
Forum: General
Topic: anyone are in touble with semicolumns ';'?
Replies: 5
Views: 1618

Easy - don't use a semi-colon. No need for them in your SQL.
by chulett
Sun Feb 10, 2008 10:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error adding new columns with Modify stage
Replies: 7
Views: 3217

Error in binding: Expected source field selector or conversion name

It is expecting a column to modify, that or drop columns from the link - but you can't use a Modify stage to create new columns.
by chulett
Sun Feb 10, 2008 4:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job is not in the right state(compiled and not running)
Replies: 11
Views: 16748

It means just what it says - a job must have been compiled and not be running in order to be started. You usually get that error when the job is already running, or if it is in an Aborted state and you haven't used 'Reset if required then run'.
by chulett
Sun Feb 10, 2008 12:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CombinedOperatorController(1),0: Fatal Error: Null value
Replies: 1
Views: 1322

Did you try... oh, I don't know... searching?

I got several hits on "Null value on the accessor interfacing to field" when I did.
by chulett
Sat Feb 09, 2008 4:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding all jobs which are using a perticular table
Replies: 4
Views: 1329

I think that's mentioned in pretty much every post I linked. :wink:
by chulett
Sat Feb 09, 2008 4:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding all jobs which are using a perticular table
Replies: 4
Views: 1329

Actually it is through various means and it has been discussed here a number of times. A quick search found several topics, I know there are plenty more out there. m m m m m m Note these are general 'how do I find' posts, not necessarily exact answers to the poster's question. They should get them s...
by chulett
Sat Feb 09, 2008 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Start Main Sequence from a particular Job/Sequence
Replies: 10
Views: 2936

As Arnd has already noted - no, there is no such 'inbuilt feature' available so no need to keep asking. Unless you code something else, they start from the beginning each time unless you use the checkpointing option and jobs are aborted. If you needed variable start points in your Sequence jobs, tha...
by chulett
Fri Feb 08, 2008 11:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer Execute Command Activity
Replies: 10
Views: 2421

If that works for you, then it's just as 'right' as any other way.
by chulett
Fri Feb 08, 2008 5:21 pm
Forum: General
Topic: hexatridecimal or base 36
Replies: 13
Views: 6132

Wow... you guys are way too anal. Did you not notice Mr Winkie? You know, as in 'wink, wink, nudge, nudge'.
by chulett
Fri Feb 08, 2008 5:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer Execute Command Activity
Replies: 10
Views: 2421

I'm sure you'll need to take the extra step to remove any 'Field Marks' from the output. So, either an ERplace or Convert to strip them before the check or...

Code: Select all

Stage_name.$CommandOutput<1> > 1
by chulett
Fri Feb 08, 2008 3:15 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Datastage job as service
Replies: 19
Views: 12982

Best place to start would be the RTI pdf documents included with the product. There is both a User Guide and an Admin Guide for your reading pleasure. :wink:
by chulett
Fri Feb 08, 2008 3:13 pm
Forum: General
Topic: DB2II apply job passing row data to DS job
Replies: 4
Views: 1736

Whizdee... that's what I couldn't remember. :roll:
by chulett
Fri Feb 08, 2008 3:00 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Datastage job as service
Replies: 19
Views: 12982

Well, if you have those two stages then you have RTI. No-one is going to be able to explain everything about RTI in a post here, you'd really need to attend a class. That or bring in an experienced consultant to get you started.