Search found 42189 matches

by chulett
Mon Apr 14, 2008 11:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallelism using RTI
Replies: 3
Views: 970

As noted, there is no such thing as an "RTI job" per se, but a job can be "RTI enabled". So it's still all about the job design when it comes to performance - whatever that means in an ETL context. (had to throw that in before Ray did) :wink:
by chulett
Mon Apr 14, 2008 10:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extract specific rows from Sequential File
Replies: 1
Views: 655

Sequential files mean just that - they are accessed sequentially from beginning to end. Something must read it to find the 10 records you want, be it the DataStage job or something beforehand like awk or perl. Another thought would be to bulk load it into a work table and then use sql to pull out ju...
by chulett
Mon Apr 14, 2008 10:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallelism using RTI
Replies: 3
Views: 970

Briefly, RTI bolts on to either PX or Server jobs, allowing you to expose either as a service or leverage services inside either. And yes, it does come with new stages in order to allow that.
by chulett
Mon Apr 14, 2008 10:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exec job from command line
Replies: 8
Views: 2282

It "should" but doesn't always work without it. try with whatever user/pwd you would use with the client.
by chulett
Mon Apr 14, 2008 10:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exec job from command line
Replies: 8
Views: 2282

Does it work if you pass in full credentials - server, username and password? Or just the server?
by chulett
Mon Apr 14, 2008 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert records in DB2 tables into XML files
Replies: 4
Views: 1080

FYI - The online help in the stage is decent, there is the XMLPACK_20_Designer pdf in your Docs directory and lastly there's the XML Best Practices documentation from Kim Duke's website in the 'Tips' section. All are required reading for working with XML in DataStage, *especially* the last one. Well...
by chulett
Mon Apr 14, 2008 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert records in DB2 tables into XML files
Replies: 4
Views: 1080

It would be great if you checked the documentation, the functionality is well explained there. It is literally as simple as I stated, though.
by chulett
Mon Apr 14, 2008 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to call a sql server stored procedure?
Replies: 5
Views: 1850

Re: how to call a sql server stored procedure?

kranthi wrote:When I pasted the following sql in the before tab to drop constraints...

That's not "sql", as in not a sql statement - that's a procedure. Which is why the suggestion to simply call or execute it instead.
by chulett
Mon Apr 14, 2008 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert records in DB2 tables into XML files
Replies: 4
Views: 1080

Sure, utilize the 'Trigger Column' functionality in the XML Output stage to do this. A column that increments per record would do the trick.
by chulett
Sun Apr 13, 2008 10:49 pm
Forum: General
Topic: Search not working at DSXchange??
Replies: 7
Views: 1860

Not you, obviously. :wink:

Ray Daignault, I assume.
by chulett
Sun Apr 13, 2008 2:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage vs Seebeyond
Replies: 15
Views: 6407

they have well defined special framework for handling exceptions ( Sending pager , Mail and sms to cell) Just as an FYI, this same 'framework' is pretty straight-forward to do in DataStage as well and - if you don't feel like rolling one yourself - you can download one for free from our own Ken Bla...
by chulett
Sat Apr 12, 2008 8:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage vs Seebeyond
Replies: 15
Views: 6407

I'm curious how you can be expected to prepare any kind of comparison between tools that you aren't intimately familiar with? Or did you... 'volunteer'? I'd be surprised if you can find any site where both have been compared head-to-head already, but you never know. Put your google-fu to the test. C...
by chulett
Sat Apr 12, 2008 5:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read_delimited() in ODBC stage
Replies: 5
Views: 1082

I realize what the posted messages say, just don't really make sense to me given the explanation of the job design. Seems odd that error would occur reading from an Oracle database but then I don't use ODBC, so perhaps that is a 'feature' of walking that path. [shrug] Curious how this all works out ...
by chulett
Sat Apr 12, 2008 1:12 pm
Forum: Site/Forum
Topic: How did you learn DataStage?
Replies: 34
Views: 29121

Funny, but the first documentation I received (back in the day when you still got printed manuals) still said VMark on them. :wink:
by chulett
Sat Apr 12, 2008 9:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read_delimited() in ODBC stage
Replies: 5
Views: 1082

:? That error should only occur when reading a delimited sequential file (hence the 'read_delimited' error), not writing to one. And that you have a metadata mismatch.