Search found 42189 matches

by chulett
Thu Jun 08, 2006 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: If one row reject then I want reject all and stop the job
Replies: 13
Views: 2400

Can't be done in one transformer. You're going to need to arrange to make two passes thru the data and track the number of rejects - then reprocess it with those results in mind.
by chulett
Thu Jun 08, 2006 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No job or category list displayed under Jobs in Repository
Replies: 2
Views: 875

You need to get everyone out and reindex the project. Lots of posts on the subject, search for things like REINDEX or find the option under your DS.TOOLS menu.
by chulett
Thu Jun 08, 2006 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to change the number of connections in History
Replies: 3
Views: 660

I recall this conversation but nothing specific to your question... and I couldn't find anything either. :cry:
by chulett
Thu Jun 08, 2006 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: web service to call sequence job
Replies: 5
Views: 1153

It means you can 'RTI enable' Server, TX or PX jobs but not Sequence jobs.
by chulett
Thu Jun 08, 2006 1:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in using DS Routine
Replies: 17
Views: 4225

Error -12 is DSJE_BADNAME /* Job name badly formed */ - check to make sure it exists as you've specified it, down to the casing of the letters.
by chulett
Wed Jun 07, 2006 5:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic RDBMS stage not remembering User-defined SQL option
Replies: 4
Views: 1985

Well... processed X rows just means they were sent to the target database, it doesn't mean any were actually 'accepted' by it.

What does your job's log show? Warnings up the Wazoo? :lol:

What happens if you hang a reject link off the transformer?
by chulett
Wed Jun 07, 2006 5:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Designer crashes while building Sequencer
Replies: 2
Views: 1114

Known issue. Designer 'crashes back to desktop' when working on Sequencer jobs - and there is a patch for it. :D Brief description of problem (ecase 72758) ========================================== It appears that the Datastage designer client crashes intermittently when editing job sequences. The ...
by chulett
Wed Jun 07, 2006 4:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datatype not supported
Replies: 1
Views: 658

OCI does not (yet) natively support TIMESTAMP. Treat is as a varchar in your job.
by chulett
Wed Jun 07, 2006 12:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: initialize a hash file using a parameter
Replies: 13
Views: 2544

Add a stage variable. No need to use it but it will make the compiler happy. :wink:
by chulett
Wed Jun 07, 2006 10:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: initialize a hash file using a parameter
Replies: 13
Views: 2544

Why use a seq file? Start the job from the transformer and constrain the output to one row.
by chulett
Wed Jun 07, 2006 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot edit any stages within a Job Sequence
Replies: 11
Views: 3491

Actually, the patch we have been discussing for Service Pack 2 is the one that corrects the inability to open certain stages in a Sequence job. The patch you are probably refering to is one that prevents Designer crashes when working with Sequence jobs.

Both are good to have. :wink:
by chulett
Wed Jun 07, 2006 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in using DS Routine
Replies: 17
Views: 4225

chulett wrote:What does your job process, by the way... a series of job / stage / link names? Any chance one of the jobs it is trying to attach to is itself? That can hang the job.

Well?
by chulett
Wed Jun 07, 2006 6:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Collector Input link from Transformer or Hash File
Replies: 6
Views: 1280

dylsing wrote:I thought I checked the Key property for the output column in the Link Collector but it was the Group property that I checked.

This is actually a pretty common mistake, what with the way the columns are ordered. :wink:
by chulett
Wed Jun 07, 2006 6:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in using DS Routine
Replies: 17
Views: 4225

What I dbout whether we can call a routine in the derivation of a Transformer stage. Of course you can. Just recognize the fact that it will be called for every row processed. What does yor job process, by the way... a series of job / stage / link names? Any chance one of the jobs it is trying to a...