Search found 42189 matches

by chulett
Tue Jul 13, 2010 1:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Implementing SCD in server job
Replies: 10
Views: 4611

It's hard to tell exactly what is going on with the OP's job as what is posted doesn't make much sense, at least to me. However, in general, it is quite straight-forward to do Type2 SCDs in a Server job and the proper way to do that is what Ray posted - the details first get populated into a referen...
by chulett
Tue Jul 13, 2010 1:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert HEX 92 Issue
Replies: 13
Views: 12187

Post the Convert() syntax you've been trying.
by chulett
Tue Jul 13, 2010 1:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special characters getting converted into boxes
Replies: 4
Views: 1157

OK, then what is the characterset of your target Oracle database?
by chulett
Tue Jul 13, 2010 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: many Port locks when i want to bring down the DSEngine
Replies: 5
Views: 1755

No, not down but they will need to be 'clean' before you can bring it back up again... and that usually just involves waiting as they typically clear themselves.
by chulett
Tue Jul 13, 2010 1:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Implementing SCD in server job
Replies: 10
Views: 4611

They could as long as they are willing to commit every record as it is written to the target database and take the performance hit on the lookup as well. Much better to stick with the hashed file lookup and set it up properly, it really is simple - especially after you've done it once. :wink:
by chulett
Tue Jul 13, 2010 1:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: user information in ds 8.1
Replies: 13
Views: 4850

Do you mean when the users themselves were created, or when those users have created something else, jobs for example? What kind of 'number' are you seeing?
by chulett
Tue Jul 13, 2010 1:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how do we implement in Datastage Server Jobs
Replies: 17
Views: 9446

Wait... who cares if they are in two different schemas? That means nothing, I thought you meant they were in two different instances, especially when you made the dblink comment.

So, what is stopping you from running that query directly in an OCI stage? :?
by chulett
Tue Jul 13, 2010 12:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how do we implement in Datastage Server Jobs
Replies: 17
Views: 9446

That's an important bit of information to leave out. :?

So, you don't need to implement that actual query but instead duplicate the end result?
by chulett
Tue Jul 13, 2010 12:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Repetitive Elements
Replies: 6
Views: 3164

Example snippets, please - both of what XML you are getting now and what you would like to be getting.
by chulett
Tue Jul 13, 2010 12:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how do we implement in Datastage Server Jobs
Replies: 17
Views: 9446

Why not just - as you said - implement the query? You can run it just like that in an OCI stage.
by chulett
Tue Jul 13, 2010 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete records based on the input file
Replies: 18
Views: 4994

Of course, why not? What have you tried? I'm assuming the flat file has the key field(s) you'd need. Me, I'd look at a transformer with three output links to a single database stage, each set to the proper update action based on the "tran_type". Can get a little more complex than that if y...
by chulett
Tue Jul 13, 2010 6:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Integrating UI with Datastage
Replies: 5
Views: 1989

If "upload" means "trigger the appropriate DataStage processing job" then you just need to leverage the dsjob command line API.
by chulett
Tue Jul 13, 2010 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with DSJobinfo
Replies: 7
Views: 3017

Well, then a Help button anywhere inside an open Sequence job will get you there, then find the help for the Job Property we've been discussing. Or open the full help from the menu and use the Index or Search tabs to find it. It *is* there.
by chulett
Tue Jul 13, 2010 6:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is it possible?
Replies: 5
Views: 1494

Whenever that's the case there, report it.
by chulett
Tue Jul 13, 2010 6:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with DSJobinfo
Replies: 7
Views: 3017

So... you left the "Log warnings" option unchecked? As noted, it is very simple to solve your original issue and keep that functionality as well. :?