Search found 42189 matches

by chulett
Thu Mar 08, 2007 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Abort After 50 warnings
Replies: 13
Views: 5230

I can't. We're missing some critical information here. It won't abort after 50 if you run it unlimited. Is this perhaps a Sequence job you are talking about or are you running a 'stand alone' job directly? :?
by chulett
Thu Mar 08, 2007 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Multiple Instance in DX server Job
Replies: 3
Views: 1378

Actually, that 'trailing' or extra slash in the pathname doesn't hurt at all. At least I've never seen it be a problem, so wouldn't focus on that. [shrug]

How are you setting the Invocation ID in the Sequence job?
by chulett
Thu Mar 08, 2007 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Select Privileges & Sox compliance
Replies: 12
Views: 3189

Re: Select Privileges & Sox compliance

But my client is adament on not to give these select privileges on dba tables to ETL user account as they are against the Sox compliance . I'm sorry, but that is just so wrong and shows a poor understanding of what 'Sox compliance' means. Without those privs you are SOL. So, it's ok for the ETL use...
by chulett
Thu Mar 08, 2007 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Abort After 50 warnings
Replies: 13
Views: 5230

Actually, it defaults to 50 when run from the Director - and unlimited when run from Designer regardless of your Director limit.
by chulett
Thu Mar 08, 2007 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: transfer data from 1 database 2 another database.
Replies: 7
Views: 1798

Exactly. Let the stages generate the sql. Use a Timestamp datatype for the Oracle DATE fields. You'll be fine.
by chulett
Thu Mar 08, 2007 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in the routine
Replies: 3
Views: 1499

As noted - why write this when a built-in function already exists to do this?
by chulett
Thu Mar 08, 2007 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: splitting a string into three fields
Replies: 33
Views: 5453

True - checking that for some reason would shut down the functionality of [b]all[/b] tags. I would [i]guess[/i] you'd only do that if you were tutoring someone on what the tags would look like in your [color=red]still evolving post[/color]... or some such. :wink:
by chulett
Thu Mar 08, 2007 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage variable on duplicates..
Replies: 4
Views: 995

Why complicate it so much? Three variables like so: svNewKey: in.field1 : '|' : in.field2 : '|' : in.field3 svIsDup: svNewKey = svOldKey svOldKey: svNewKey Make sure you have a decent initial value for the stage variables and you handle nulls in svNewKey if any of the three fields are nullable. Then...
by chulett
Thu Mar 08, 2007 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checking Inserts/Updates on large tables
Replies: 18
Views: 4700

I work with the boy and I know I'm missing something. I was just too caught up in other crapola to even know he was struggling with this yesterday... need to go downstairs, smack him upside the head and figure out what's going on here. :?
by chulett
Thu Mar 08, 2007 8:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row count of a link
Replies: 24
Views: 19340

Silly me. Based on your assertation that 'it worked in the Manager' I assumed you knew you were supposed to use an active stage and were actually doing that in your job. Obviously, that's not a fault in the routine itself, but how you were calling it in your job which is what I was suggesting all a...
by chulett
Thu Mar 08, 2007 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA OCI stage and Oracle sequence
Replies: 10
Views: 3860

That's where I was trying to get to, Ray. Eventually. Just because you use a Sequence doesn't magically mean you can't have duplicates. That could be the case if the target table started off life empty and you never had any issues with the Sequence itself, like some kind soul resetting it for you. B...
by chulett
Thu Mar 08, 2007 7:53 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Other Web Service options
Replies: 8
Views: 4268

Rotsa Ruck. I've been using it off and on for quite some time now and can't even see Ernie's level - it's that much further up Mount RTI. :shock:
by chulett
Thu Mar 08, 2007 7:50 am
Forum: General
Topic: Call java code
Replies: 4
Views: 2343

Define 'call Java code'. What / when. Otherwise, the only appropriate answer is 'yes'.
by chulett
Wed Mar 07, 2007 11:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: splitting a string into three fields
Replies: 33
Views: 5453

Code tags work, not sure what your issue was. Each word has two spaces between them. Each word has one space between them. Thank you for confessing your sins, My Son. It helps other supplicants who come here searching for answers from going astray. With your original stage variable order, you were d...
by chulett
Wed Mar 07, 2007 11:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA OCI stage and Oracle sequence
Replies: 10
Views: 3860

Then the issue is something you haven't mentioned yet. How about posting the sequence object definition? Curious what some specific attributes are: Increment By Max Value Cycle Fun stuff like that... but please post them all. I'm also curious about your 'very strange' remark - when you ran the job 3...