Search found 42189 matches

by chulett
Sun Jun 06, 2010 5:45 am
Forum: General
Topic: Datastage interview questions
Replies: 6
Views: 5884

No thanks.
by chulett
Sun Jun 06, 2010 5:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Upsert option
Replies: 23
Views: 11656

Any fun columns like a CLOB in your table? Did you try with an array size of 1? What exact (all 4 segments) Oracle client version are you running?
by chulett
Sat Jun 05, 2010 4:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01008: not all variables bound
Replies: 5
Views: 3742

Let us know if the command executes from Oracle Yes it is executed cleanly from Oracle Command Line. Just wanted to point out I never ask this question as a 'yes' here means so very little. Unless there is something wrong with the ordinary SQL syntax then may point someone that way as an object les...
by chulett
Sat Jun 05, 2010 4:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01008: not all variables bound
Replies: 5
Views: 3742

But this job is running fine in production server. It is only when I imported it to Dev box, it started to throw this error. The table structure in both dev and prod schema is also identical. Hmmm... that would have been good information to share right off the bat. :? So, what *is* different betwee...
by chulett
Sat Jun 05, 2010 3:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pass UNIX environment variable to DataStage jobs
Replies: 13
Views: 12374

More to it than that. You first need to define it in the Project as a user-defined environment variable using the Administrator and that sounds like the step you missed. There you would set its value to $ENV which means it will take the current value from the job's environment. Then in the job, add ...
by chulett
Sat Jun 05, 2010 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: jobs are aborting when running. Below is the error message
Replies: 3
Views: 1226

Hmmm... seems to me it is likely that you have a network problem.
by chulett
Sat Jun 05, 2010 3:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validate email ID
Replies: 7
Views: 2213

There's a heck of a lot more to it than that, but Index would give you a minimal check. All kinds of regexp samples posted on the 'net for stuff like this - email, phone number, etc which a search should turn up. May help... may not. :wink:
by chulett
Sat Jun 05, 2010 5:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ereplace and fmt equivalent in parallel
Replies: 4
Views: 3358

And then pad zeros for the parts it doesn't handle.
by chulett
Fri Jun 04, 2010 7:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "In" operator in a derivation
Replies: 4
Views: 1549

More of that "amplifying", eh? :wink:
by chulett
Fri Jun 04, 2010 4:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSR_RECORD 81021 error
Replies: 5
Views: 4435

8)

That never occurs to me as it's a Windows thing and I've never worked on a Windows-based DataStage server. Not every really sure when you would enable that, as all it seems to do is introduce a still measure of grief into people's lives.
by chulett
Fri Jun 04, 2010 4:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Improve performance with multiple transformers
Replies: 24
Views: 6451

Now it's 50 transformers rather than "datasets"? :?
by chulett
Fri Jun 04, 2010 3:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to specify lookup found condition in EE ?
Replies: 10
Views: 3124

If all you want are the failures, it's perfectly fine to capture the rejects like it sounds you did. For "Continue" however, did you check to see what the actual values were that "did not work" in your constraint? Push them out to a Peek stage so you know why it is not working......
by chulett
Fri Jun 04, 2010 3:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mixed O/S 3 Tier Architecture for DataStage
Replies: 12
Views: 7156

Probably, but don't know for certain... others will.

ps. It is "tier" not "tire" by the way.
by chulett
Fri Jun 04, 2010 3:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01008: not all variables bound
Replies: 5
Views: 3742

You've got the whole key / where clause thing basically right but your problem is using bind variables in the select list. You can only bind the key columns in the where clause of your sql, they are not available to stand in for column names in the list of columns to select.
by chulett
Fri Jun 04, 2010 3:47 pm
Forum: General
Topic: Open Hub Extract pack in DatStage
Replies: 3
Views: 4488

Sorry, but this is a peer-to-peer support site so there's no concept of "ASAP"... that or our concept probably differs radically from what you're looking for. For that kind of help you should go to your official support provider, that's one of the reasons your company pays them big bucks e...