Search found 42189 matches

by chulett
Sun Mar 23, 2008 11:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic:
Replies: 7
Views: 4000

Okay, I'll answer right away. The best practice is always put a Transformer between two Passive stages. The default Transformer that is stuck there is not the same as a real Transformer and you may experience problems because of the differences. Don't ask me the differences - I can tell you they ar...
by chulett
Sun Mar 23, 2008 11:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Change Capture stage
Replies: 5
Views: 2119

Search the forums for "does not fulfill the sort requirements of the downstream operator".
by chulett
Sun Mar 23, 2008 11:29 pm
Forum: General
Topic: $PROJDEF
Replies: 18
Views: 4411

<redacted>
by chulett
Sun Mar 23, 2008 11:25 pm
Forum: General
Topic: Datastage 5.x compatability with oracle 10g
Replies: 1
Views: 898

Keep your 9i client for use with 10g when you upgrade. And, from what I recall, 7.5 was the first version that 'officially' supported 10g.
by chulett
Sun Mar 23, 2008 9:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Non english server NLS configuration
Replies: 4
Views: 1500

Always best to create your own post and then link to any similar post, especially if the one you found is old. That or at least click on the original poster's name then 'Find all posts' to see when the last time was they've posted. Amos hasn't posted in almost a year and a half, for example. Better ...
by chulett
Sun Mar 23, 2008 9:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringTotime
Replies: 11
Views: 3937

I'm curious where you got %ms from, a guess? The docs show %ss.n where n is the fractional seconds with a maximum value of 6.
by chulett
Sat Mar 22, 2008 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implementing delete and insert on oracle enterprise stage
Replies: 5
Views: 2296

prasadcp wrote:BTW, Is there any alternate way to implement delete-n-insert - apart from an upsert??

Sure, two separate operations - first perform all of the deletes and then all of the inserts.
by chulett
Fri Mar 21, 2008 8:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: value in decimal field with leading zeros
Replies: 4
Views: 2120

No. As Ray notes, they are not stored in any kind of 'external' or formatted way, but in binary. It is the Viewer that is trying to be helpful and adds all of those zeroes when you view the data as noted to 'remind you' of the precision and scale.
by chulett
Fri Mar 21, 2008 3:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems handling a ® symbol in XML
Replies: 10
Views: 3493

No, not dedicated - random. These are business names so the *vast* majority of records won't have this symbol in them, but when they do it could be anywhere. And any could have & and ' and all that other phun stuff that XML wants encoded. I'll ponder the idea of separating this out into it's own...
by chulett
Fri Mar 21, 2008 3:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Propagate Column definitions in Server jobs
Replies: 7
Views: 1705

Of course you do. Something has to parse that into the appropriate columns.
by chulett
Fri Mar 21, 2008 2:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Propagate Column definitions in Server jobs
Replies: 7
Views: 1705

Shared Containers don't need both an input and an output link, one or the other is fine. No, they don't. But, if I convert an output file (say, myFile.txt) to a shared container, I will NOT be able to use that shared container as an input stage (containing myFile.txt) in another job. If I were able...
by chulett
Fri Mar 21, 2008 12:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with search tool
Replies: 4
Views: 1150

Thanks for fixing that John. :wink:
by chulett
Fri Mar 21, 2008 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems handling a ® symbol in XML
Replies: 10
Views: 3493

Again, once I went go this path of manual intervention...

chulett wrote:The other problem would be, once I build the element myself, I would need to start manually handling all encoding that needs to happen (like &apos; and &quot;)... yes? :?

Right? Yuck.
by chulett
Fri Mar 21, 2008 9:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trigger DataStage Job through PeopleSoft Process Scheduler
Replies: 24
Views: 8423

Hard to say. What happens when you execute that code snippet from the command line, does it work? And we'll never know what's going wrong in your script if you don't add better debugging information. It's been mentioned as least three times that you need to capture 'standard error' in your script so...
by chulett
Fri Mar 21, 2008 8:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter visibility
Replies: 14
Views: 3755

Here's a thought... why don't we wait and see? No sense continuing to thrash.