Search found 53125 matches
- Fri Jan 25, 2013 4:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: slower ODBC Enterprise stage
- Replies: 11
- Views: 7459
- Fri Jan 25, 2013 3:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Rewriting Server jobs in 7.5.1 as parallel jobs in 8.1
- Replies: 4
- Views: 1729
- Fri Jan 25, 2013 3:55 pm
- Forum: General
- Topic: Identify Jobs that load/reads from a particular database
- Replies: 5
- Views: 1970
If you have Metadata Workbench you can create a lineage report that will show you exactly this information. If you do not have Metadata Workbench you probably build a query against DS_JOBOBJECTS and DS_JOBS that finds input links (for writes) or output links (for reads) that refer to the particular ...
- Fri Jan 25, 2013 3:52 pm
- Forum: General
- Topic: Datastage Certification
- Replies: 9
- Views: 4487
- Fri Jan 25, 2013 12:44 am
- Forum: General
- Topic: Engine Credentials Data Not Found Error
- Replies: 5
- Views: 1543
- Thu Jan 24, 2013 7:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Rewriting Server jobs in 7.5.1 as parallel jobs in 8.1
- Replies: 4
- Views: 1729
Re: Rewriting Server jobs in 7.5.1 as parallel jobs in 8.1
we have to convert a large number of Server jobs to be rewritten as Parallel job. Why? Server jobs still work, and are not going to go away (not least because sequences are server jobs). As noted, maybe only attempt the ones that are performing poorly. There are no tools. Analyse the logic of the s...
- Thu Jan 24, 2013 7:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Complex Flat File with Occurs in the table
- Replies: 6
- Views: 1407
- Thu Jan 24, 2013 7:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Folder stage Issue
- Replies: 10
- Views: 3305
- Thu Jan 24, 2013 7:02 pm
- Forum: General
- Topic: List of sequences
- Replies: 4
- Views: 2109
- Thu Jan 24, 2013 7:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Keep MQ job running
- Replies: 5
- Views: 2370
- Thu Jan 24, 2013 7:00 pm
- Forum: General
- Topic: List of jobs run in last 40 days
- Replies: 11
- Views: 2381
- Thu Jan 24, 2013 6:53 pm
- Forum:
- Topic: How to encrypt config.ini file for BGA install
- Replies: 3
- Views: 2339
- Thu Jan 24, 2013 1:13 am
- Forum:
- Topic: Metadataworkbench Database clarification
- Replies: 7
- Views: 4849
- Wed Jan 23, 2013 7:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Folder stage Issue
- Replies: 10
- Views: 3305
- Wed Jan 23, 2013 7:30 pm
- Forum: General
- Topic: How to pass filenames 1 at a time to server routine
- Replies: 2
- Views: 827
Use a server job reading the output of the Filter command DIR /B pathname/TU* which will give you a stream of file names that you can pass to the Routine in a Transformer stage. Or use a sequence with an Execute Command activity to generate the list of file names, and a loop containing a Routine act...