Search found 42189 matches

by chulett
Wed Aug 06, 2008 12:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Palette
Replies: 5
Views: 1488

Right-click / Customization / Reset to factory default perhaps?
by chulett
Wed Aug 06, 2008 12:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using command line DSexport.exe, how to take job executable.
Replies: 10
Views: 4714

Why not? Name them so that which is which is obvious.

Me, I don't see the point of versioning executables but if you really want to do that in "one file" why not just cat them together?
by chulett
Wed Aug 06, 2008 12:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML from XSD
Replies: 1
Views: 915

You can certainly generate the XML metadata from the xsd, it's actually a better choice than trying to use the actual xml for that purpose. As to generating a "sample XML" from the xsd, you'd need a third-party tool for that, something like XMLSpy perhaps. Or build a job to take "sample data" and ge...
by chulett
Wed Aug 06, 2008 11:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove duplicates on morethan 1 column
Replies: 13
Views: 5644

Actually, what is does is documented in the routine. Shocking, I know.
by chulett
Wed Aug 06, 2008 11:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Email Notification
Replies: 2
Views: 824

Sure. You can write a routine to leverage O/S commands to test if a file exists, has records, etc and then decide what to do based on the results. For example branching to one of two Email Notification stages in a Sequence job, one of which includes the attachment and one that doesn't. If your file ...
by chulett
Wed Aug 06, 2008 9:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filtering special characters
Replies: 8
Views: 3686

Define "special" in this context.
by chulett
Wed Aug 06, 2008 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence changed but still old jobs called
Replies: 6
Views: 3598

That would have been the second silly question. :wink:
by chulett
Wed Aug 06, 2008 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamically modifying external function's logic
Replies: 9
Views: 2134

Hmmm... External Source stage? Perhaps a build op but there should be a stage that will let you leverage 'external' processes on a row-by-row basis, I do believe.
by chulett
Wed Aug 06, 2008 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check that
Replies: 4
Views: 1084

I know. Just making a point that you need to do a better job of picking Subjects for your posts. "Check that" and "Hi all"? Please.
by chulett
Wed Aug 06, 2008 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using command line DSexport.exe, how to take job executable.
Replies: 10
Views: 4714

What help? You'll need to run both commands it seems.
by chulett
Wed Aug 06, 2008 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Universe Stage
Replies: 5
Views: 1823

I was wondering the same thing.
by chulett
Wed Aug 06, 2008 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence changed but still old jobs called
Replies: 6
Views: 3598

Ok, silly question - did you successfully recompile the Sequence job - i.e. without warnings?
by chulett
Wed Aug 06, 2008 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamically modifying external function's logic
Replies: 9
Views: 2134

Why not leverage the Perl code from DataStage?
by chulett
Wed Aug 06, 2008 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to open RT_LOG2377 file
Replies: 10
Views: 2506

You don't reindex jobs, you reindex projects. Have you checked inside the project directory to see if the RT_LOG2377 hashed file exists, is incomplete or has permissions problems?
by chulett
Wed Aug 06, 2008 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage upgrade
Replies: 6
Views: 1523

ps. You don't export/import individual jobs but rather one export of the entire project, one per project you want to migrate.