Search found 42189 matches

by chulett
Mon Jan 18, 2010 11:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Server Not picking correct System Time
Replies: 4
Views: 1925

Is this consistent across all users or is this something specific to you?
by chulett
Mon Jan 18, 2010 6:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: So what exactly is stored in the XMETA repository?
Replies: 3
Views: 2187

Ah... ok, thanks for the clarification. I guess I just went off on a tangent with the two responses I linked to above, especially the first one where it seemed like just doing work in the Administrator could have resolved the problem. The last paragraph seemed to imply that as well... the Administra...
by chulett
Mon Jan 18, 2010 5:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: So what exactly is stored in the XMETA repository?
Replies: 3
Views: 2187

So what exactly is stored in the XMETA repository?

A couple of recent posts by Ray, like this one and another one about Lance's ghost project have bot me thinking... and I'm wondering what exactly is (and is not) stored in the XMETA repository. :? For whatever reason, I've been under the impression that it was an extra crispy RDBMS model of the comp...
by chulett
Mon Jan 18, 2010 5:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB Loading Error
Replies: 22
Views: 10415

hey chulett sorry i have pasted the view data error in earlier post. when i am running the job here is the error get generated APT_CombinedOperatorController,0: Failure during execution of operator logic. APT_CombinedOperatorController,0: Fatal Error: Fatal: This SQL statement did not contain the s...
by chulett
Mon Jan 18, 2010 4:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job summations coming up incorrectly.
Replies: 4
Views: 1741

Yup, from your linked post it sounds like it is indeed an (gasp!) Oracle bug. At least there's a patch for it. Good luck.
by chulett
Mon Jan 18, 2010 3:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NOT IN function in datastage
Replies: 11
Views: 10275

And now it shows your status as a Premium Member... can you see everything?
by chulett
Mon Jan 18, 2010 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB Loading Error
Replies: 22
Views: 10415

So, what's wrong with using the auto-generated sql?
by chulett
Mon Jan 18, 2010 1:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: call a server a routine from another server routine
Replies: 1
Views: 1329

Yes. Search the forums for DEFFUN for the syntax.
by chulett
Mon Jan 18, 2010 12:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NOT IN function in datastage
Replies: 11
Views: 10275

Mark, you might want to double-check on your Premium Membership status as it doesn't show you as one - there's an indicator by your name on every post that should show that and it's missing from yours.
by chulett
Mon Jan 18, 2010 9:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Stage 7.5.2
Replies: 3
Views: 1840

Jeez, help yourself ASAP - search the forums here for that message. It's not like you're the first one to ask this particular question. :?
by chulett
Mon Jan 18, 2010 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimeStamp Format to read MicroSecond from Oracle RDB
Replies: 15
Views: 14309

Have you involved your official support provider yet? Asked them?
by chulett
Mon Jan 18, 2010 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is DataStage 7.5.2 supports Oracle 10.2.0.4?
Replies: 3
Views: 1703

I would make sure it matches exactly. If you have problems, you could use a stable 9i client like 9.2.0.6 or 9.2.0.8 instead to access 10g. I have without issue.
by chulett
Mon Jan 18, 2010 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Aborting giving very little information
Replies: 4
Views: 3463

Kind of sounds like your 'patch level' means you have no patches. Plus there's an 8.1.1. First thing I would do is double-check with your official support provider and see if you need any.
by chulett
Mon Jan 18, 2010 8:51 am
Forum: General
Topic: Problem useing multiple value in parameter with where clause
Replies: 26
Views: 6325

Then triple check the exact version of the Oracle client installed on the DataStage server in both environments.
by chulett
Mon Jan 18, 2010 8:50 am
Forum: General
Topic: Key management
Replies: 2
Views: 1060

Use the name of the column or table the sequence is for in the call: KeyMgtGetNextValue(cust_id, KeyMgtGetNextValue(merchant_id), etc. Or if needed, use "table.column" so that it a unique key and doesn't mix with any other table's value.