Search found 3045 matches
- Mon Jul 16, 2007 7:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Seibel with DataStage
- Replies: 2
- Views: 1016
The Siebel PACK for DataStage gives you several ways to get data in and out of Siebel: - Direct Access Stage takes data directly from Siebel tables and provides an interface for browsing Siebel tables, accessing Siebel metadata and recommending SQL joins and delta filters. - Enterprise Integration M...
- Thu Jul 12, 2007 8:04 pm
- Forum: Site/Forum
- Topic: Poll Ideas
- Replies: 18
- Views: 9593
- Thu Jul 12, 2007 5:17 pm
- Forum: General
- Topic: web version of datastage
- Replies: 4
- Views: 1210
- Thu Jul 12, 2007 3:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage recovery in 24x7
- Replies: 4
- Views: 1587
- Wed Jul 11, 2007 6:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can anyone describe about Audit Stage
- Replies: 2
- Views: 1004
- Tue Jul 10, 2007 6:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Upgrading from Server to Enterprise
- Replies: 6
- Views: 1755
Since you have a lot of server edition skills on the team it makes sense to leave all small to medium volume jobs as server jobs and only convert the high volume jobs. Prior to version 8 the server jobs start and stop a lot faster. A server job is only going to take up a small part of one CPU and so...
- Tue Jul 10, 2007 6:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sort of working : ds-8 install - local-os authentication?
- Replies: 3
- Views: 3083
- Sun Jul 08, 2007 8:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Handling Nulls in Stage Variables....
- Replies: 4
- Views: 1233
Parallel transformers are very trigger happy at dropping anything that tries to use a null. It could be your ELSE statement that is dropping the row (even though a null shouldn't trigger it). I would use NullToValue and choose something for null values that cannot appear in the field, like a -1, and...
- Sun Jul 08, 2007 6:14 pm
- Forum: IBM QualityStage
- Topic: How to stop execution of QS job?
- Replies: 1
- Views: 1004
- Wed Jul 04, 2007 3:58 am
- Forum: Site/Forum
- Topic: Top Posters
- Replies: 7
- Views: 4436
- Tue Jul 03, 2007 7:36 pm
- Forum: Site/Forum
- Topic: Top Posters
- Replies: 7
- Views: 4436
- Tue Jul 03, 2007 7:33 pm
- Forum: Site/Forum
- Topic: Poll Ideas
- Replies: 18
- Views: 9593
- Mon Jul 02, 2007 9:49 pm
- Forum: General
- Topic: The NEW DSX logo
- Replies: 26
- Views: 9934
I don't mean to offend because it is a good looking website. It's just that one of the models look a lot like Mr Bean!
I've been poking around, enjoyed the IOD2006 shots. I think it needs a blog, but then again I think everything needs a blog these days!
- Mon Jul 02, 2007 8:39 pm
- Forum: General
- Topic: The NEW DSX logo
- Replies: 26
- Views: 9934
kcbland wrote:vmcburney wrote:It spins?
Goto www.kennethbland.com and watch it spin. The DSXchange is the non-spinning one.
Spinning logo is good. What is Mr Bean doing on your home page?
The yellow Duke Consulting logo is good, kind of like the batman signal, but the Griffin is best.
Not coming from a C++ background I try to do things in the Transformer first or via the use of lookups for more dynamic business rules. I can see the value of buildops for modular and reusable complex functions but haven't had that need yet. If you want a step through of creating buildops have a loo...