Search found 42189 matches

by chulett
Mon May 19, 2008 6:27 am
Forum: General
Topic: How can I connect Datastage server with new user
Replies: 3
Views: 1233

How, exactly, are you attempting this connection?
by chulett
Mon May 19, 2008 6:26 am
Forum: General
Topic: File Arrival
Replies: 4
Views: 1257

Or a looping Sequence job. The Wait For File stage without a wait can just check for the existance of a file and then you could 'sleep' for 15 minutes. However, it doesn't support wildcards so that will play a role in your decision as to the 'how'. You could always write a simple BASIC routine to us...
by chulett
Sun May 18, 2008 8:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: approaches for SCD
Replies: 3
Views: 1418

Yes, two types: CDC and CDD. I've always known the latter as Change Data Dectection but the description still holds. CDC happens at the source while CDD is performed 'outside' the source or at least outside of any official CDC mechanism.
by chulett
Sun May 18, 2008 8:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to Database
Replies: 15
Views: 3679

Pretty much exactly the same, which a little bit of time spent with the documentation would have revealed.
by chulett
Sun May 18, 2008 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to Database
Replies: 15
Views: 3679

connector is a stage in version 8.0 but how do we configure it, what are the files that need to be modified. Connector is a stage that is documented as well as just "in" version 8. And you may still need a client installed if you choose to use 'thick' ODBC drivers... the 'thin' ones do not require ...
by chulett
Sun May 18, 2008 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what ETL develoer do in a project from scratch
Replies: 7
Views: 1788

"will you please give me a detail description about the whole process for ETL developing using DATASTAGE" That's a pretty tall order and not exactly what we are here for. Seems like your best option would be to get your hands on the "Developer's Guides" pdf manuals that ship with the product. There'...
by chulett
Sun May 18, 2008 2:44 pm
Forum: General
Topic: Encryption
Replies: 1
Views: 880

Nope, you'll need to roll your own here as well.
by chulett
Sun May 18, 2008 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what ETL develoer do in a project from scratch
Replies: 7
Views: 1788

:? Sorry, but you are going to have to rephrase that, perhaps narrow it down a bit. I (for one) have no idea what you are asking.
by chulett
Sat May 17, 2008 8:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can the final (production) code have Row Generators?
Replies: 6
Views: 1311

Don't be thrown off but the artifical classification of the stage in the 'Development' branch of the repository. As Ernie notes, it has a purpose and while it certainly can be used for dev/debug specific purposes, if the stage solves a production problem and you are aware of any pros/cons, who cares...
by chulett
Sat May 17, 2008 7:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Bulk Load - log messages - warnings not processed
Replies: 3
Views: 3671

Sorry, don't know anything about DB2 but I have similar fun with Oracle bulk loads on the Server side. Nothing about sqlldr having problems is considered fatal it seems, except perhaps if it can't find the control or data files it is looking for. Once it starts loading, it is perfectly happy to crap...
by chulett
Sat May 17, 2008 7:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to Database
Replies: 15
Views: 3679

That would be the 'native' connectivity I mentioned and that Ray discussed in his second paragraph. The documentation for both the stages and the product in general lay out the configuration changes and clients needed for each stage to function properly. For example, Oracle requires a local Oracle c...
by chulett
Sat May 17, 2008 2:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can the final (production) code have Row Generators?
Replies: 6
Views: 1311

Re: Can the final (production) code have Row Generators?

vrishabhsagar wrote:Shouldn't row gen be used only for development/debugging purposes?

No.
by chulett
Sat May 17, 2008 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to remove unwanted space at one column
Replies: 16
Views: 5674

Educate them. There is no space.
by chulett
Fri May 16, 2008 9:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to Database
Replies: 15
Views: 3679

Not nearly enough information. What database? What kind of connection - native or ODBC? :?
by chulett
Fri May 16, 2008 9:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Custom Parallel Routine
Replies: 1
Views: 1204

Ask whomever supplied you the zip file for the missing bits.