Search found 42189 matches

by chulett
Tue Dec 05, 2006 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Before/After SubRoutine
Replies: 5
Views: 2480

An error status from an 'After Job' subroutine will only log a warning.
by chulett
Tue Dec 05, 2006 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert new rows without update
Replies: 6
Views: 1186

:? Confusing. Why don't you have a 'good solution' for inserts? There is an 'Insert' action that just does that and should be what you are using. And you need to do something to 'pre-qualify' each record so you know which link it needs to go down and that is typically done via a hashed file lookup.
by chulett
Tue Dec 05, 2006 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: illegal variable name/number
Replies: 13
Views: 3804

Because that is the only column marked as a Key, so it must be used in the 'WHERE' clause. And your SQL is incorrect in spite of the fact that it 'works'. You should remove the AND JOB_NAME = '#JobName#' part as that should be in the Key Expression of your lookup link. And I'll bet it already is or ...
by chulett
Tue Dec 05, 2006 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to create Read only Jobs.
Replies: 4
Views: 3457

You don't want to 'release' jobs. Use Version Control, it is built into the promotion process.
by chulett
Tue Dec 05, 2006 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I load this ""DSU_BP.O/DSU.ExecuteSQL"
Replies: 10
Views: 3585

As noted several times now, all you should have to do is compile the 'ExecuteSQL' routine. Please make sure you do that before we go around in any more circles. :?
by chulett
Tue Dec 05, 2006 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle restarting of subsequnces in Failure cases
Replies: 18
Views: 5367

Ex: If 1 sequence had total 6 subsequences but 4,5 subsequences are failed So,while restarting I need to excutre that 4&5 only. How can i do that Not only must your 'sub' sequence jobs be restartable but your main sequence job must be as well. And any checkpointed Sequence must have aborted to ...
by chulett
Tue Dec 05, 2006 1:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to abort the sequence
Replies: 4
Views: 2331

Re: How to abort the sequence

Is there any way to abort the sequence if any of the job activities finish with warnings! The answer depends on your version of DataStage. For 7.5.x all you have to do enable the option to 'Automatically handle activities that fail'. If all you have is an 'OK (Conditional)' trigger then anything ot...
by chulett
Tue Dec 05, 2006 1:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To populate Multiple IDs for UNIQUE Vehicle
Replies: 5
Views: 1261

Do you know the maximum number of values you could receive in one string? Your example shows 8 for example.
by chulett
Mon Dec 04, 2006 3:59 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Webservices PACK and RTI differenced...
Replies: 10
Views: 5037

That would be the CLICK PACK, Ray. :wink:
by chulett
Mon Dec 04, 2006 3:48 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Webservices PACK and RTI differenced...
Replies: 10
Views: 5037

Basically - RTI allows you to deploy your ETL jobs *as* web services. The PACK allows an ETL job to *call* a web service.
by chulett
Mon Dec 04, 2006 1:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with loading Timestamp filed into Oracle
Replies: 15
Views: 5931

You're correct in your conversion of the timestamp. What makes you think it is in any way related to your constraint violation problem? You need to look at the definition of the constraint being violated - like ETQ.PK_VALIDATION_VALUES for example - and see what field(s) make up that constraint. All...
by chulett
Mon Dec 04, 2006 12:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: illegal variable name/number
Replies: 13
Views: 3804

They are always necessary. So, you good now?
by chulett
Mon Dec 04, 2006 10:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: illegal variable name/number
Replies: 13
Views: 3804

Where are your parameter markers? It is expecting as many bind variables as you have columns in the stage when the job runs.
by chulett
Mon Dec 04, 2006 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error while populating date value from seq file to oracle
Replies: 8
Views: 1770

With generated sql, yes, it wants an ISO standard value: YYYY-MM-DD. And there's only about a billion posts on this, including multiple versions of my standard rant on the subject. :twisted:

I should write a frelling FRAQ.
by chulett
Sun Dec 03, 2006 11:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage GRID
Replies: 6
Views: 3566

There are also some recent posts on developerWorks regarding dynamic configurations in a GRID environment, from what I recall. Just checked and they are here with a nice explanation from Patrick (Danny?) Owen at IBM, along with a mention of the "the internal software we have that is only availabe th...