Search found 53125 matches
- Tue Nov 23, 2004 8:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing Parameters to Notification Stage
- Replies: 4
- Views: 1200
You create routines in the Routines branch of the Repository. You can do this from Designer or Manager; either opens the same edit window. You do not include the FUNCTION declaration; this is automatically created for you by the edit window. Similarly you do not include the RETURN function, which is...
- Tue Nov 23, 2004 8:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal Termination of Stage
- Replies: 10
- Views: 2892
- Tue Nov 23, 2004 3:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Restore JOBS
- Replies: 2
- Views: 974
Examine your DSX file to see whether the job definitions are there. If they aren't, your only other option is to move (rename) the project and restore the project from system backups. If they are there, then try a "restore selected" import to see whether the job designs appear there. If they don't, ...
- Tue Nov 23, 2004 3:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal Termination of Stage
- Replies: 10
- Views: 2892
- Tue Nov 23, 2004 3:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Accessing Log files
- Replies: 7
- Views: 3019
- Tue Nov 23, 2004 3:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need help with universe metadata!!!
- Replies: 15
- Views: 4025
I want to replicate the universe repository into another Relational DB which can be anything... Oracle, SQL Server etc. Thus to be able to do that i need to read the universe repository tables. Is there any other way in which i can do that? The Documentation Tool (from Manager) will do this for you...
- Tue Nov 23, 2004 3:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer compilation JobSeqGenError error
- Replies: 2
- Views: 1175
- Tue Nov 23, 2004 3:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Julian Date to YYYYMMDD
- Replies: 3
- Views: 908
- Tue Nov 23, 2004 1:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need help with universe metadata!!!
- Replies: 15
- Views: 4025
That information is the proprietary intellectual property of Ascential Software and is not in the public domain. The repository tables are, mainly, published deliberately without column definitions, being intended only to be accessed programmatically. Where Ascential believes it is suitable that you...
- Tue Nov 23, 2004 1:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help me
- Replies: 4
- Views: 1046
Welcome aboard! :D You have a nightmare situation if either of first or middle name may be omitted. In this case you would have no way to know whether the name that appears is a middle name or a first name. Even QualityStage can not solve this one. You need to establish a business rule. For example:...
- Mon Nov 22, 2004 8:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Accessing Log files
- Replies: 7
- Views: 3019
- Mon Nov 22, 2004 7:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: please help me......
- Replies: 1
- Views: 1777
- Mon Nov 22, 2004 7:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Jobs with no design time information
- Replies: 0
- Views: 747
Jobs with no design time information
The following query will identify jobs with no design time information. SELECT NAME FMT '40L' from DS_JOBS where NAME NOT LIKE '\\%' -- exclude category names and control records and not exists (select NAME from DS_JOBOBJECTS where DS_JOBS.JOBNO = DS_JOBOBJECTS.OBJIDNO) HEADING "Jobs th...
- Mon Nov 22, 2004 7:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Exercises
- Replies: 2
- Views: 1195
- Mon Nov 22, 2004 7:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tivoli and Ascential
- Replies: 3
- Views: 1034